/**
 * CSS specific to the July page
 * red: #cb212e
 * lighter blue: #de9da2
 *
 * @author Mark Guinn <mark@adaircreative.com>
 */

#bars_container {
	background: url('../../images/july/top_bars.png') no-repeat top center;
}

#top_logo {
	background: url('../../images/july/logo.png') no-repeat right top;
}

#main_title {
	text-indent: -2000px;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20px;
	height: 130px;
	background: url('../../images/july/we_spice_logo.png') no-repeat center top;
}

#content {
	margin: 0px auto;
	width: 710px;
}

#video_player {
	left: 42px;
}

h2 {
	color: #cb212e;
	font-size: 15px;
	line-height: 20px;
}

h3 {
	text-indent: -2000px;
	background: url('../../images/july/plan_your_adventure.png') no-repeat center top;
	margin: 40px -65px 0px;
	height: 50px;
}
#fancybox-inner h3 {
	text-indent: 0px;
	background: none;
	margin: 10px 0px;
	height: auto;
	font-size: 1.2em;
}

a.button {
	font-size: 13px;
	padding: 0px 40px;
	margin: 0px 20px;
}

#steps h4 {
	color: #cb212e;
}

.step_content li a {
	color: #cb212e;	
}
.step_content li a:hover {
	color: #de9da2;
}


.step_content li a {
	background:url("../../images/july/bullet.png") no-repeat scroll left center transparent;
}

body.HomePage, body.DatePage {
	background:url("../../images/july/top_photos.jpg") no-repeat scroll center top transparent;
}

