/*
Theme Name: Biehl Theme
Author: Jeff Biehl, with thanks to Wordpress and Theme Twenty-Ten which I used as a skeleton.
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-color: #40433A;
	font-size: 1em;
	font-family: "Myriad Pro", Corbel, "Frutiger LT Std 45 Light";
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
	color:#C8D2DD;
	text-decoration: none;
}
/* Header
-------------------------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1060px;
	background: #23363A;
	padding: 0;
}
body.home div#wrapper{
	background-image:url(../../../images/bk_home.jpg);
	background-repeat: no-repeat;
	height: 710px;
	width: 1060px;
}
.page-id-404 div#wrapper, .page-id-65 div#wrapper { /* ---- Bio and Contact Page Background ---- */
	background-image:url(../../../images/bk_bio.jpg);
	background-repeat: no-repeat;
	height: 710px;
	width: 1060px;
}
/* ---- The Resume Page Background is not attached to it's wrapper. It is in #resume_container in the resume_style.css sheet ---- */
/* ---- The News Page Background is not attached to it's wrapper. It is in #news_container further down on this style sheet ---- */
.home .logo {
	position: absolute;
	top:  30px;
	left: 505px;
	height: 67px;
	width: 331px;
}
.logo {
	position: absolute;
	top:  26px;
	left: 322px;
	height: 67px;
	width: 331px;
	z-index: 10;
}
/* ------------------- Navigation -----------------     */
.home #nav {
	position: absolute;
	left: 420px;
	top: 40px;
	width: 80px;
}
#nav {
	position: absolute;
	top:  100px;
	left: 335px;
	width: 590px;
	z-index: 10;
}
.page_item {
	list-style-type: none;
	font-weight: none;
	display: inline;
	margin: 0 40px 0 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	text-transform: lowercase;
}
.home .page_item {
	display: block;
	margin: 20px 0px 20px 0px;
}
.page_item a {
	color: #6785A3;
	text-decoration: none;
}
.page_item a:hover {
	color: #C8D2DD;
	text-decoration: none;
}
.current_page_item a {
	text-decoration: none;
	color: #C8D2DD;
}
/* ------------------- Footer -----------------     */
#footer{
	font-size: .7em;
	width:1060px;
	height: 50px;
	margin-top: 20px;
	position:relative;
	clear:both;
	padding-left: 20px;
	color: #FFF;
}
.home #footer, .page-id-404 #footer, .page-id-65 #footer {
	float: none;
	position: absolute;
	top: 720px;
	margin-top: 0px;
}
.page-id-12 #footer, #news_container #footer {
	background-color: #40433A;
	padding-top: 10px;
}
/* ------------------- Home Content -----------------     */
.home #content  {
	position: absolute;
	top: 107px;
	left: 510px;
	width: 500px;
	background-color: #182020;
}
#home_featured {
	color: #FFF;
	width: 495px;
	float: left;
	padding-top: 7px;
}
#home_featured img {
	float: left;
	padding: 0px 15px 7px 7px;
}
#home_featured p {
	margin-top: 15px;
	font-size: .85em;
	line-height: 120%;
}
/* ------------------- Bio and Contact Page Content -----------------     */
.page-id-404 #content, .page-id-65 #content {
	position: absolute;
	top: 126px;
	left: 514px;
	width: 387px;
	margin: 40px 40px 0px 40px;
	font-size: .93em;
	line-height: 115%;
	letter-spacing: .02em;
}
.page-id-65 #content {
	margin-top: 100px;
}
.page-id-65 #content p {
	margin-bottom: 20px;
}
/* ------------------- Resume Page Content -----------------     */
#download_layer {
	position: absolute;
	top: 345px;
	left: 75px;	
	z-index: 10;
}
#download_layer p {
	margin-bottom: 15px;
	font-size: .9em;
}
#download_layer a {
	color: #FFF;
}
#unions {
	position: absolute;
	top: 29px;
	left: 727px;
	z-index: 10;
}
#unions img {
	margin-right: 15px;
}
/* ------------------- News Page Content -----------------     */
#news_container {
	position: absolute;
	background-image:url(../../../images/bk_news.jpg);
	background-repeat: no-repeat;
	width: 1060px;
	background-color: #22353B;
}
#news_content {
	float: left;
	background-color: #182020;
	width: 475px; 
	padding: 7px 10px 40px 25px;
	margin: 126px 0px 0px 320px;
}
#news_sidebar {
	font-size: .9em;
	float: left;
	width: 169px;
	background-color: #182020;
	padding: 15px 10px 16px 15px;
	margin: 126px 0px 15px 7px;

}
#news_sidebar h3 {
	color: #999999;
	font-size: 1em;
	margin-top: 20px;
}
.news_post_entry  {
	color: #FFF;
	width: 470px;
	float: left;
}
.news_post_entry .attachment-thumbnail {
	float: left;
	clear: both;
	padding: 7px 15px 7px 7px;
}
.news_post_entry P {
	margin-top: 15px;
	margin-left: 97px;
	font-size: .85em;
	line-height: 120%;
}
.widget_nktagcloud	{
	margin-top: 20px;
	text-align: center;
}
#searchform #s{
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.page-title {
	font-size: 1.5em;
	color: #999;
	padding: 7px 7px 7px 0px;
}
.prevnext {
	margin-top: 10px;
	float: right;
	padding: 7px;
	font-size: .9em;
}
blockquote {
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	font-style:italic;
}
/* ------------------- Wordpress Image Alignment Css  -----------------     */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

	
