/*  
Theme Name: Steven Fey Photography
Theme URI:
Description: Theme for Steven Fey Photography
Version: 1.0
Author: David Brunelle
Author URI: http://davidbrunelle.com

############COLORS
footer background: 	#c8c3b4
text:		 		#4d4d4d
secondary text:		#946a2b 
*/


/*###########INITIAL CSS*/
/*"INITAL CSS" resets most browser default style sheets, and presents a "clean canvas" to work with*/
html,body {
	margin: 0;
	padding: 0;
	}
	
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {
	margin-bottom: .5em;
	}
	
html, body {
	height: 100%;
	}
	
body {
	background: #c8c3b4;
	text-align: center;
	font: 62.5% 'Helvetica', sans-serif, Arial;
	line-height: 1.25;
	color: #4d4d4d;
	}
	
hr {
	margin: 25px 0 25px 0;
	}



/*###########STRUCTURAL ELEMENTS*/
#header {
	width: 800px;
	height: 73px;
	background: url(images/header_bg.jpg) top left no-repeat;
	position: relative;
	margin: 0 auto 0 auto;
	}
	
#header_left {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 50%;
	height: 73px;
	background: url(images/header_left_bg.jpg) top left repeat-x;
	}
	
#header_right {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	width: 50%;
	height: 73px;
	background: url(images/header_right_bg.jpg) top left repeat-x;
	}
	
#wrapper {
	text-align: center;
	background: #fff;
	width: 100%; 
	}
	
#primary {
	background-color: #fff;
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	text-align:left;
	}
	
#main {
	position: relative;
	min-height: 450px;
	height:auto !important;
	height:450px;
	float: left;
	width: 440px;
	margin: 0 0 0 50px;
	display: inline;
	}
	
#sidebar {
	position: relative;
	min-height: 450px;
	height:auto !important;
	height:450px;
	float:left;
	width: 225px;
	margin: 5px 0 0 15px;
	font-size: 120%;
	display: inline;
	}
	
#secondnav_wrapper {
	width: 100%;
	background-color: #d9d5cb;
	}
	
#footer {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	}
	
#footer_left {
	position: relative;
	float: left;
	width: 440px;
	margin: 0 0 0 50px;
	display: inline;
	}
	
#footer_right {
	position: relative;
	float: left;
	width: 225px;
	margin: 0 0 0 15px;
	}
	



/*###########NAVIGATION ELEMENTS*/

/*=topnav (topnav resides in the header)*/
ul.topnav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 495px;
	}

ul.topnav li {
	display: inline;
	margin: 0;
	}

ul.topnav,
ul.topnav li a {
	padding: 20px 5px 10px;
	}

ul.topnav li a, ul.topnav li a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.25em;
	color: white;
	}

ul.topnav li a:hover {
	background: url(images/topnav_hover.jpg) bottom left repeat-x;
	text-decoration: none;
	}
	
/*=childnav (childnav resides in the sidebar and is the navigation to all pages that are children of the selected page) */
ul.childnav {
	margin: 0 0 20px 0;
	font-size: 80%;
	padding: 0;
	list-style: none;
	}

ul.childnav li {
	margin: 0;
	padding-bottom: .5em;
	}

ul.childnav li a, ul.childnav li a:visited {
	text-decoration: none;
	font-size: 125%;
	color: #946a2b;
	font-weight: bold;
	}

ul.childnav li a:hover {
	}
	
/*=controls (controls navigation of image libraries)*/
ul.controls {
	margin: 20px 0 0 0;
	}
	
ul.controls li {
	display: inline;
	}
	
ul.controls img {
	border: 0;
	}
	
/*=secondnav (secondary nav is located in the footer) */
ul.secondnav {
	width: 750px;
	background: #d9d5cb;
	margin: 0 auto;
	text-align: left;
	padding-left: 50px;
	list-style: none;
	}

ul.secondnav li {
	display: inline;
	}	

ul.secondnav li a {
	padding: 0 2em 0 0;
	color: #946a2b;
	line-height: 2.1em;
	}

ul.secondnav li a, ul.secondnav li a:visited {
	font-size: 125%;
	text-decoration: none;
	color: #946a2b;
	}

ul.secondnav li a:hover {
	text-decoration: underline;
	}


/*###########TYPOGRAPHY*/
p {
	margin-bottom: 20px;
	}
	
p.postmetadata {
	margin-bottom: 5px;
	}
	
div.content {
	font-size: 120%;
	}

.contact_info a, .contact_info a:visited {
	color: #4d4d4d;
	text-decoration: none;
	}

.contact_info a:hover {
	text-decoration: underline;
	}
	
/*=links*/

a.more_news, a.more_news:active, a.more_news:visited, a.more_news:hover,
#main a:link, #main a:active, #main a:visited, #main a:hover, #sidebar p a, #sidebar p:visited, #sidebar p a:active, #sidebar p a:hover {
	color: #946a2b;
	text-decoration: none;
	}


/*=headings*/
h1, h1 a, h1 a:active, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:active, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:active, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:active, h4 a:hover, h4 a:visited {
	margin-top: 0;
	text-decoration: none;
	border-bottom: none !important;
	}
	
h1 { /* H1 is the title in the header */
	margin-right: -9999px;
	}
	
h2 { 
	font-size: 1.6em;
	font-weight: normal;
	color: #946a2b;
	}

h3, h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #946a2b;
	}
	
.contact_info h3, #latest_entry h3, #latest_entry h3 a, #latest_entry h3 a:active, #latest_entry h3 a:hover, #latest_entry h3 a:visited {
	margin-top: .5em;
	margin-bottom: .25em;
	font-weight: bold;
	color: #4d4d4d;
	}


/*###########CONTENT CLASSES*/
#photo_display {
	border: 1px solid #4d4d4d;
	padding: 20px;
	}
	
.photo_caption {
	margin-bottom:0;
	padding-bottom:0;
	}

#photo_caption h4 {
	margin-bottom: 1px;
	}
	
div .content {
	width: 400px;
	margin-bottom: 20px;
	}

.post {
	margin: 1px 0 40px 0;
	}
	
.entry {
	margin: 5px 0 0 0;
	}

.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	}

/*###########IMAGES*/
img {
	border: none;
	margin: 5px 5px 5px 5px;
	}

img.photo {
	margin: 0;
	padding: 4px;
	border: 1px solid #4d4d4d;
	}
	
#header img {
	margin: 0;
	position: absolute;
	top:0;
	left: 50px;
	}
	
#lightboxImage {
	margin: 0;
	}
	
	
/*###########FORMS*/
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: solid 1px #666;
	}

legend {
	font-size: 1.1em;
	font-weight: bold;
	}	

label {
	display: block;
	float: left;
	width: 15em;
	}
	
input {
	width: 230px;
}

textarea {
	width: 230px;
	height: 150px;
	}

select {
	width: 230px;
	}
	
input.radio, input.checkbox, input.submit, input.reset {
	width: auto;
	}
	
input.radio {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
	}
	
label.radio {
	width: 4em;
	}
	
em.required {
	color: #760000;
	}
	
form.mailing_list input.text {
	width: 130px;
	}
	
form.mailing_list span {
	color: #946A2B;
	font-weight: bold;
	}

/*###########MISCELANEOUS*/

.noborder {
	border: none !important;
	}

.alignright {
	float: right;
	}
	
.aligncenter {
	text-align: center;
	}

/* PIE easyclearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

