/*
THEME NAME: Madera
THEME URI: http://maderawoodworking.com
DESCRIPTION: A custom theme based on Sandbox
VERSION: 0.1
AUTHOR: Justin Kuravackal, Onedotsix
AUTHOR URI: http://onedotsix.com
*/


/* General
-------------------------------------------------------*/
html{
	height:100%;
	}
body{
	height:100%;
	margin:0;
	padding:0;
	background:#fff url(images/bg.gif) repeat-x;
	color:#7c4518;
	font:14px/28px Georgia, "Times New Roman", Times, serif;
	}

a:link{
	color:#174056;
	text-decoration:underline;
	}
	a:visited{
		color:#446f86;
		text-decoration:underline;
		}
	a:hover{
		text-decoration:none;
		}

img{
	border:0;
	}

h2{
	font-size:24px;
	margin-bottom:-5px;
	}
h3{
	font-size:20px;
	margin-bottom:-5px;
	}
h4{
	font-size:14px;
	margin-bottom:-14px;
	}
h5{
	font-size:13px;
	margin-bottom:-13px;
	}

/* Layout Sections
-------------------------------------------------------*/
#wrapper1{
	position:relative;
	min-height:100%;
	background:url(images/bg-header-1.jpg) no-repeat top center;
	}
#wrapper2{
	width:770px;
	margin:0 auto;
	padding-bottom:7.5em;
	}

#header{
	height:195px;
	padding:0;
	margin:0;	
	color:white;
	}
	#header h1{
		padding:0;
		margin:0;	
		}
	#header ul{
		margin:0;
		padding:0;
		list-style:none;
		font-weight:bold;
		}
	#header li{
		margin:0;
		padding:0 7px 0 7px;
		display:inline;
/*		border-right:1px solid #fff;
*/		}
	#header li a:link{
		color:#fff;
		text-decoration:none;
		}
	#header li a:visited{
		color:#fff;
		text-decoration:none;
		}
	#header li a:hover{
		text-decoration:underline;
		}
	#header .current_page_item{
		text-transform:uppercase;
		}
			
#primary{
	width:555px;
	padding:0 0 0 30px;
	float:right;
	}
	#primary h1{
		color:#174056;
		font-size:30px;
		margin:50px 0 0 0;
		}
		#primary h1 .maintitle{
			padding-right:50px;
			background:url(images/arabesque.gif) no-repeat top right;
			}
	#primary h3.entry-title a{
		text-decoration:none;
		}
	#primary h3.entry-title a:hover{
		text-decoration:underline;
		}
	#primary .entry-meta{
		font-size:.8em;
		}

#secondary{
	width:185px;
	float:right;
	}

#tertiary{
	width:515px;
	margin-top:2em;
	padding:0 20px;
	float:right;
	background-color:#e6e4cd;
	}
	#tertiary ul, #tertiary li{
		list-style:none;
		margin-left:0;
		padding-left:0;
		}
	#tertiary select{
		width:100%;
		border:1px solid #174056;
		color:#7c4518;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
	#tertiary #tertiary-a{
		width:247px;
		float:left;
		}
	#tertiary #tertiary-b{
		width:247px;
		float:right;
		}


#wrapper3{
	position:relative;
	margin-top:-70px;
	height:70px;
	background:#7a2e0c url(images/bg-footer-1.jpg) no-repeat top center;
	color:white;
	} 
#footer{
	width:770px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	}
	#footer p{
		padding-top:10px;
		}
	#footer a:link{
		color:#fff;
		text-decoration:none;
		}	
	#footer a:visited{
		color:#fff;
		text-decoration:none;
		}
	#footer a:hover{
		text-decoration:underline;
		}
	#credit{
	display:none;
	}


/* Special Classes
-------------------------------------------------------*/
.left{
	float:left;
	padding-bottom:10px;
	padding-right:10px;
	}

.right{
	float:right;
	padding-bottom:10px;
	padding-left:10px;
	}

.clear{ 
	clear:both; 
	height:1px; 
	font-size:1px; 
	line-height:1px; 
	}

.callout{
	width:150px;
	margin:0 0 10px 10px;
	padding:0 10px 10px 10px;
	float:right;
	border:1px solid #A26C54;
	color:#A26C54;
	font-size:12px;
	line-height:20px;
	}

.announcement{
	margin:20px 0 20px 10px;
	padding:0 10px 10px 10px;
	border:1px solid #e6e4c9;
	color:#A26C54;
	text-align:center;
	}
/* Style Overides for Individual Pages 
-------------------------------------------------------*/
body.home h2{
	margin-top:2em;
	}

body.pageid-3 #wrapper1{
	background:url(images/bg-header-2.jpg) no-repeat top center;
	}
body.pageid-3 #wrapper3{
	background:#7a2e0c url(images/bg-footer-2.jpg) no-repeat top center;
	}
body.pageid-4 #wrapper1{
	background:url(images/bg-header-3.jpg) no-repeat top center;
	}
body.pageid-4 #wrapper3{
	background:#7a2e0c url(images/bg-footer-3.jpg) no-repeat top center;
	}
body.pageid-5 #wrapper1{
	background:url(images/bg-header-5.jpg) no-repeat top center;
	}
body.pageid-5 #wrapper3{
	background:#7a2e0c url(images/bg-footer-5.jpg) no-repeat top center;
	}
body.pageid-7 #wrapper1{
	background:url(images/bg-header-4.jpg) no-repeat top center;
	}
body.pageid-7 #wrapper3{
	background:#7a2e0c url(images/bg-footer-4.jpg) no-repeat top center;
	}
body.pageid-77 #wrapper1{
	background:url(images/bg-header-77.jpg) no-repeat top center;
	}
body.pageid-77 #wrapper3{
	background:#7a2e0c url(images/bg-footer-4.jpg) no-repeat top center;
	}


/* Notes
-------------------------------------------------------
Color Palette:
	dark blue:	#174056
	brown:		#7c4518
	red-brown:	#7a2e0c
	tan:		#e6e4c9
	gold:		#d6cf9e

*/
