/*  
Theme Name: Nau Theme 3.0
Theme URI: http://www.zaneray.com
Description: 
Version: 3.0
Author: Jeremiah Martin
Author URI: http://www.zaneray.com

*/
/*CONTENTS
-----------------------
Base Styles
Content
	Captions and Images
	Comments
	Captions and Images
Sidebar

-----------------------*/

/*---------------------------------------------------------
  Base Styles 
---------------------------------------------------------*/ 
h1, h2, h3, h4, h5, select, textarea, ol, ul, li { 
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5 { 
	font-weight: normal;a
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	}
	
ul { 
	list-style: none;
}

body { 
	text-align: center;
	}

	
input, select, textarea { 
	font-size: inherit;
	}
	
img { 	
	border: 0px;
	}
	
.clear {
 	clear: both;
	}
	
#page { 
	margin: 0px auto;
	}


/*---------------------------------------------------------
  Content 
---------------------------------------------------------*/ 
#blogwrapper { 
	background: #fff url(http://www.nau.com/images/blog/blog-content-bg.gif) repeat-y;
	}

#content { 
	/*Make sure the width is over 425px to accomdate Youtube*/
	float: left;
	width: 587px;
	padding: 28px 40px 28px 12px;
	text-align: left;
	color: #f3f3f3;
}


#content .last { 
	margin-right: 0;
}

#content a:link, #content a:visited { 
	color: #fff;
	border-bottom: 1px solid #baac39;
	text-decoration: none;
	}
	
#content a:active, #content a:hover { 
	color: #baac39;
	border-bottom: 1px solid #baac39;
	text-decoration: none;
	}

#content h2 { 
	/*post title*/
	color: #e3e0d7;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;
}


#content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:active { 
	color: #e3e0d7;
	border-bottom: none;
}

#content h3 { 
	/*archives category titles*/
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #4f5354;
	margin-bottom: .5em;
	padding-bottom: .5em;
	color: #e3e0d7;
}

#content p { 
	margin-bottom: 1.5em;
}


.post { 
	/*the class for each individual post*/
	padding-bottom: 20px;
	border-bottom: 1px solid #565859;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.date { 
	/*formats the date in the post*/
	}
	
.posted { 
	/*posted by content, clear both clears the images and the tex*/
	color: #373b3c;
	font-weight: bold;
	margin-bottom: .5em;
	}
	

.entry { 
	/*formats the date in the post*/
	
}

.entry ul { 
	margin: 1.12em 40px 1.12em 40px;
	list-style-type:disc;
}

.more-link { 
	font-weight: bold;
	}

.metadata { 
	/*posted by content, clear both clears the images and the tex*/
	clear: both;
	color: #373b3c;
	font-weight: bold;
	margin-bottom: .5em;
	}
	
.metadata img { 
 vertical-align: middle;
	}	
	
.tags { 
	}

#prevnext {
text-align: center; 
}

.next { 
	float: right;
	}
.previous { 
	float: left;
	}


/*Captions and Images
--------------------------------------*/
	
div.aligncenter, div.alignright, div.alignleft { 
	background: #5a5a5a;
	padding: 8px 3px 3px 3px;
	text-align: center;
	}
	
img.aligncenter, #content img.alignright, img.alignleft { 
	background: #5a5a5a;
	padding: 8px;
	}
	
#content .wp-caption a { 
	border-bottom: none;
	}
	
.wp-caption img { 
	margin-bottom: 5px;
	}
	
	
#content p.wp-caption-text { 
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 4px;
	padding: 0 5px;
	font-size: 11px;
	}
	
.alignleft {
	float: left;
	}
	
img.alignleft { 
	margin: 5px 15px 10px 0;
	}

div.alignleft { 
	margin: 5px 10px 10px 0;
	}
	
.alignright {
	float: right; 
	}

img.alignright {
	margin: 5px 0 10px 15px;
	}
	
div.alignright {
	margin: 5px 0 10px 10px;
	}
	
.aligncenter {
	display: block;
	margin: 5px auto 10px auto; 
	text-align: center;
	}
	
#comments ul { 
	padding: 0 0 0 20px;
	}
		
.commentxhtml { 
	width: 345px;
}

/*Sidebar 
------------------------------------*/

#sidebar { 
	float: left;
	color: #e3e0d7;
	text-align: left;
	font-size: 11px;
	width: 311px;
	}

#sidebar a:link, #sidebar a:visited { 
	color: #fff;
	text-decoration: none;
	}
	
#sidebar a:active, #sidebar a:hover { 
	color: #baac39;
	text-decoration: underline;
	}

#sidebar h3 { 
	/*format for sidebar headers*/
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #4f5354;
	margin-bottom: .5em;
	padding-bottom: .5em;
	color: #e3e0d7;
	}
	
#sidebar ul { 
	padding: 0 0 0 0;
}

#sidebar p { 
	margin-bottom: 1em;
	}

	
#sidebar ul li { 
	padding: 18px 20px 10px 22px;
	}
	
#sidebar ul li li { 
	margin-bottom: 0;
	padding:2px 0;
	}

.widget_search label {
	display: none;
	}

input#s { 
	/*width on the input searchfield*/
	width: 190px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	}
	
#searchsubmit {
	border: 0px solid #f3f3f3;
	background: #303131;
	color: #f3f3f3;
	padding: 5px;
	line-height: 1em;
	margin-right: 0;
}

	
#sidebar ul li.widget_text { 
	background-color: #292b2b;
	line-height: 1.6em;
	padding-top: 28px;
	padding-right: 21px;
	padding-bottom: 28px;
	}

#sidebar ul li.widget_search { 

}

#sidebar ul li.widget_categories { 
}

/*footer 
------------------------------------*/
#blogfooter { 
	background: url(http://nau.zaneray.com/images/blog/blog-footer-bg.gif) repeat-y;
	text-align: left;
	padding: 45px 12px 50px 12px;
	}

.footerblock { 
	width: 281px;
	padding: 0 25px 35px 0;
	float: left;
	
	}
	
.footerblock h3 { 
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: bold;
	color: #eceded;
	}

	
.footerblock li a em { 
	display: block;
	text-decoration: none;
	}
	
.footerblock ul { 
	border-top: 1px solid #393939;
	}
	
.footerblock ul li { 
	border-bottom: 1px solid #393939;
	}
	
.footerblock ul li a { 
	padding: 6px 0;
	display: block;
	text-decoration: none;
	}
	
.footerblock a:link, .footerblock a:visited, .footerblock a:active, .footerblock a:hover { 
	color: #eceded;
	}
	
.footerblock a:active, .footerblock a:hover { 
	background-color: #353635;
}

#blogcredits { 
	clear: both;
	color: #ffffff;
	}

/*Comments  
------------------------------------*/
#comments { 
	padding-top: 30px;
	}

#comments p { 
clear: both;
margin-bottom: 5px;
}

#comments ul { 
padding-bottom: 30px;
}

#comments ul li { 
padding-bottom: 15px;
}


.commentsposted { 
	color: #373b3c;
	font-weight: bold;
	margin-bottom: .5em;
}

label.inputlabel {
	float: left;
	display: block;
	width: 110px;
	margin-right: 5px;
	text-align: left;
	padding-top: 3px;
	}
	
.inputfield { 
	width: 200px;
	float: left;
	padding: 2px;
	}
	
textarea {
 width: 585px;
}

input, textarea { 
	font-family: inherit;
	}
	
input { 
	margin-right: 5px;
	}
	
#submitbutton { 
	text-align: right;
	}
	
#submitbutton input { 
	border: 0px solid #f3f3f3;
	background: #303131;
	color: #f3f3f3;
	padding: 5px;
	line-height: 1em;
	margin-right: 0;
	
	}
#submitbutton input:hover, #submitbutton input:focus { 
	background: #353635;
	}
/*General 
------------------------------------*/

#recaptcha_widget_div {
	padding-bottom: 15px;
}

#recaptcha-submit-btn-area { 
	padding-bottom: 15px;
	}
	
.error, .recaptcha-error { 
	color: #c10101;
	}

.recaptcha-error { 
	color: #c10101;
	font-size: 16px;
	font-weight: bold;
	}
	
/*About Pages 
------------------------------------*/	
.pagepost { 
	margin-bottom: 65px;
}

.authorbio { 
	float: left;
	width: 250px;
	margin-right: 56px;
	line-height: 1.6em;
}

.authorimage { 
	border: 1px solid #1d1e1f;
	margin-bottom: 15px;
	}
	

	
	
/*---------------------------------------------------------
  NAU Specific Styles 
---------------------------------------------------------*/ 
