/*
Theme Name: CanyonTrail
Version: 1.0
Author: blue sky designs
Author URI: http://www.blueskydesigns.net/
*/

html, body {
	margin : 0;
	margin-top: 0px;
	padding : 0;

}
body {
	color: #000000;
	background: #000000;
	width: 100%;
	font: 80% "Verdana", Arial, Helvetica, Tahoma, sans-serif;

}
			/*links*/
a:link, a:visited {
	color : #79000C;
	background : transparent;
	text-decoration : none;
}
a:hover {
	color : #2C6304;
	text-decoration : none;
}
a:active {
	color : #857C42; 
	text-decoration : none;
}
			/*container*/
#container {
	width : 770px;
	margin : 0 auto;
	background : #FDD478 url(images/content_bg.gif);	
}

#content a:link {
	color:#C95A00;
	font-weight:normal;	
}


			/*header*/
#top {
	background : #FDD478 url(images/canyon-header.jpg);
	float: left;
	width: 770px;
	height: 205px;	
}

.main_nav {
	width: 155px;
	float: right;
	margin-top: 56px;	
}

	

			/*main content*/
			

#content {
	float:left;
	width: 710px;
	margin-left : 40px;
	margin-top : 25px;
	margin-right:10px;
	background : #FDD478;
}

.content .clear { 
	clear: right; 
} 


#comments {
	width: 500px;
	height: 25px;
}

			/*left sidebar*/
#leftnav {
	float : left;
	width : 50px;
	margin-top : 20px;
	margin-left: 10px;
	line-height: 1.5;
}

#leftnav p {
	margin : 0 0 1em 0;
}

#leftnav ul li{
	list-style-type:square;
	color: #809E53;
	font-size:12px;
	margin: -5px;
}

			/*right sidebar*/
#rightside {
	float:left;
	width : 116px;
	margin-top : 20px;
	background : #ffffff;
	
}


			/*columns*/
#columnbox {
	width: 700px;
	height: 250px;
	margin:0;
}			
.col3,.col3center {
	margin:20px 0;
	margin-left:2%;
	float: left;
	width: 28.5%;
	height:200px;
	border: 1px solid #eee;
	background : #F7FAFB url(images/column.gif) no-repeat;
}
.col3center {
	margin: 20px 3%;
}
.photos a,.films a,.music  a {
	color:#385E6E;
}
.photos a:hover,.films a:hover,.music  a:hover {
	color:#809E53;
}
			/*footer*/
#footer {
	height:195px;
	margin-top: 0px;
	clear : both;
	font-size : 0.8em;
	background : #FDD478 url(images/footer.jpg) no-repeat;
}
#footer img {
	float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
	margin : 0;
}
/* end */
#footer p {
	padding-left : 15px;
	margin-top: 200px;
}
#footer a {
	color:#9F5B02;
}
			/*typography*/
img {
	border : none;
	display: block;

}

p {
	padding: 0 1em;
	line-height: 1.5;
}
h1 {
	margin : 100px 0 0 30px;
	font-size : 175%;
	
}

h2 {
	margin : 0px 0 1em 0;
	font-size : 140%;
	font-weight:bold;
	color: #4D4413; 
}

h3 {
	margin : 5px 0 1em 0;
	font : 140%;
	color: #625F0F;
	font-weight:bold;
}
.quote {
	border-top : 1px solid #808080;
	padding : 10px;
}
			/*search & login*/
#search {
	margin: 0 50px 0 0;
	float: right;
	color:#000;
}
legend {
	font-weight:bold;
	color:#fff;
}
.txtBox {
	background:#F7FAFB;
}
			/*clearer*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}
.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	
	text-align: center;
	
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
.alignleft {
	float:left;
	
	text-align: center;
		
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}
.alignright {
	float:right;
	
	text-align: center;
		
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}








