@font-face { font-family: Guanine; src: url(../../fonts/Guanine); }

body{
	background-color:#fce5ac;/*cream*/
	background-image: url(../../img/carvan_background.jpg);
	font-family: Times, serif;
}
div{
/* 	height:200px; */
}

/*--Structure Elements--*/

#container{
	margin:0 auto;
	width:850px;
}
#header{
	margin:50px 0 0 0;
/* 	background-color: red; */
}
#content{
	background-color: #faf2de;/*cream*/
	overflow: hidden;
	margin:50px 0 0 0;
	padding:20px 20px 0 20px;
	border:1px solid #818840;/*medium green*/
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;

	}
#article{
	height:auto;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding:15px 0px 15px 0;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
}

#footer{
	height:100px;
	padding:0 0 20px 0;
	}
/*---header elements--*/
h1#caravan_logo{
	height:41px;
	width:592px;
	background-image: url(../../img/caravan_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear:both;
}
h2#page_title{
	font-size: 1.6em;
	font-family: Guanine, Times, serif; 
	color:#818840;/*medium green*/
	border-bottom: 1px solid #818840;/*medium green*/
	padding:0 0 15px 0;
}

/*--Navigation Elements--*/
div#top_nav{
	margin:12px 0 0 0;
	width: 100%;
	float: left;
}
ul#menu{
	width:100%;
}
div#top_nav li{
	float:left;	
	margin:auto;
}
#top_nav li a{
	font-size:1.1em;
	color:#b92f26;/*red*/
	text-decoration: none;
	padding:4px 8px;
	margin:0 15px 0 0;
}
#top_nav li a:hover{
	color:#fce5ac;/*cream*/
	background-image: url(../../img/button_nav_top.png);
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
}
div#top_nav li.active a,
div#top_nav li.current_page_item a,
div#top_nav li.current_page_parent a{
	background-image: url(../../img/button_nav_top.png);
	background-position: center;
	color:#fce5ac;/*cream*/
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	}
/*--Secondary Navigation--*/
div#second_nav{
	margin:8px 0 0 0;
	width: 100%;
	float: left;
}
ul#second_menu{
	float:left;
}
div#second_nav li{
	float:left;
}
#second_nav li a{
	font-family: Guanine, Times, serif; 
	font-size: 1.3em;
	color:#818840;/*medium green*/
	text-decoration: none;
	margin:0 30px 0 0;
}
#second_nav li a:hover{
	color:#636a2f;/*dark green*/
}
div#second_nav li.active a,
div#second_nav li.current_page_item a,
div#second_nav li.current_page_parent a{
	color:#4e5522;/*darkest green*/
	
}
/*--Content Elements--*/
#headshot_image{
	float:left;
	margin:0 15px 0 0;
	border:1px solid #636a2f;/*dark green*/
}
#header_image{
	float:right;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	margin:0 0 10px 0;	
}
p{
	width:auto;
/* 	float: left; */
	color:#636a2f;/*dark green*/
	line-height: 1.3em;
	font-size: 1.3em;
	text-align: justify;
}
#content h2{
	margin:0;
	padding:0 0 15px 0;
	border-bottom: 1px solid #818840;/*medium green*/	

}
#copy a{
	width:auto;
/* 	float: left; */
	color:#f58427;/*orange*/
	font-size: 1em;
	text-decoration: none;
}
#copy a:hover{
	width:auto;
/* 	float: left; */
	color:#818840;/*medium green*/
	font-size: 1em;
	text-decoration: none;
}
#copy h4{
	color:#f58427;/*orange*/
	font-size: 2em;
	font-style: italic;
	text-align: center;
	font-family: Times, serif;
	margin:0px 0 0px 0; 
	padding:0 0 10px 0;
/* 	border-bottom: 1px solid #818840;/*medium green*/	 
}
#copy h3{
	color:#f58427;/*orange*/
	font-size: 1.7em;
	text-align: left;
	font-family: Times, serif;
	margin:-15px 0 0 0; 
	padding:0 0 15px 0;
/* 	border-bottom: 1px solid #818840;/*medium green*/	 
}
#copy img{
	padding:8px
	background-color: #818840;/*medium green*/
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;	
}

div#schedule_day_top{
	padding:15px;
	margin:-15px 0 10px 0;
}
div#feature_box_top{
	padding:15px;
	margin:0 0 10px 0;
}
div#feature_box_top h6{
	font-family: Times, serif; 	
	margin:-10px 0 15px 0;
	color:#818840;/*medium green*/
	font-size: 2em;
	}
div#feature_box_top h5{
	font-family: Times, serif; 	
	margin:0px 0 15px 0;
	color:#818840;/*medium green*/
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 100;
	}
div#feature_box{
	min-height: 210px;
	padding:15px 0;
	margin:0 0 10px 0;
	border-top: 1px solid #818840;/*medium green*/
}
div#feature_box h6{
	font-family: Times, serif; 	
	margin:0px 0 15px 0;
	color:#818840;/*medium green*/
	font-size: 2em;
	}
div#feature_box h5{
	font-family: Times, serif; 	
	margin:-10px 0 15px 0;
	color:#818840;/*medium green*/
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 100;
	}	
#feature_image{
	background-color: #818840;/*medium green*/
	float:left;
	margin:0 15px 10px 0;
	padding:8px;
}
div#copy h6{
	font-family: Times, serif; 	
	margin:15px 0 0 0;
	color:#636a2f;/*dark green*/
	font-weight:bold;
	font-size: 1.3em;
}
div#copy h5{
	font-family: Times, serif; 	
	margin:0px 0 5px 0;
	color:#818840;/*medium green*/
	font-size: 2em;
}


div#schedule_day{
	padding:15px;
	margin:0 0 10px 0;
	border-top: 1px solid #818840;/*medium green*/
}
/*--Footer Elements--*/

ul#foot_nav{
	width:100%;
	float: right;
	clear:both;
	margin:10px 0 0 0;
	}
	
ul#foot_nav li{
	float:right;
	padding:10px 0 0 0;
	}
	
ul#foot_nav li a{
	padding: 0px 10px;
	color: #b92f26;/*red*/
	text-decoration: none;
	border-left:1px solid #636a2f;/*dark green*/
	}
ul#foot_nav li.copyright{
	float:left;
	color: #b92f26;/*red*/
	}
/*--Form Elements--*/
.google_tickets{
	padding:15px;
	border-bottom: 1px solid #818840;/*medium green*/
}



