/*-----------------------------------------------------------------------------
Theme Name: Adrienne Bockheim Wordpress Theme
Theme URI: http://
Description: None.
Version: 1.0
Author: Justin Heideman
Author URI: http://co-opmedia.org/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/
/* 	Adrienne Bockheim dot com
	Site design and coding by Justin Heideman
	Copyright 2008
*/

/* Colors: 
	headline text: 			#5c5145; (brown)
	headline text link:		#7f5f3e; (ligher brown)
	link background color: 	#9db8d5; (darkish light blue)
*/


/****************************** redefined tags structure *******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	color: #333;
	background: #ccc url(lib/img/background.jpg) repeat-x scroll top;
}

hr {
	height:0px;
	border: 0;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 9px auto 9px auto;
}

p{
	font-size: .85em;
	font-weight: normal !important;
	line-height: 1.45em;
	margin: 0px 0px 18px;
}


h1{
	color: #5c5145;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 0.95;
	letter-spacing: -0.06em;
	display: iniline;
	margin-top: 20px;
	text-shadow: rgba(25,25,25,0.2) 0px 0px 2px;
	
}


h2{
	font-size: 1.2em;
	line-height: 1.25em;
	font-weight: bold;
	margin: 10px 0px;
	letter-spacing: -0.05em;
}

h4{
	font-size: .85em;
	font-weight: bold;
	line-height: 1.45em;
	margin: 18px 0px 0px;
}

em{	font-style: italic;}
strong{font-weight: bold;}
code{ font-family: Courier New, Monaco, monospace;}


a{ 
	color: #7f5f3e;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
a:hover{
	background-color: #9db8d5;
	color: #fff;
}


span.email{
	display: none;
	color:#7f5f3e;
}

h1.singleHead{ width: 400px; float: left;}
h1.singleNext{ width: 250px; float: right; text-align: right;}
/****************************** useful base classes *******************************/
.clear, .clr{ clear: both; }
.right{	float: right; }
.left { float: left; }




div#wrapper{
	width: 770px;
	margin: 15px auto;
}

div#footer{
	width: 770px;
	margin: 15px auto;
}


div.post{
	border: 4px solid #fff;
	margin: 12px 0px 12px;
	background-repeat: no-repeat;
	background-color: #fff;
/* 	height: 126px;*/
box-shadow: 0px 1px 4px rgba(25, 25, 25, 0.2);
-webkit-box-shadow: 0px 1px 4px rgba(25, 25, 25, 0.2);
-moz-box-shadow: 0px 1px 4px rgba(25, 25, 25, 0.2);
}



div.post h2.project{
	margin: 4px;
	height: 126px;
}

div.post h2.project a{
	color: #fff;
	display: block;
	padding: 8px 0px 0px 10px;
	line-height: 1.5em;
	font-size: 2.25em;
	text-shadow: rgba(25,25,25,0.4) 0px 0px 3px;
}


div.post h2.project a:hover{
	color: #fff;
	background-color: transparent;	
}


div.post.front:hover{
	border: 4px solid #7f5f3e;
	background-color: #7f5f3e;
}



div.post div.entry{
	margin: 8px;
	width: 330px;
	float: left;
}


div.post div#imageGallery{
	width:382px;
	float: right;
	margin: 15px 6px 0px 0px;
}

div.imageElement img {	border: 1px solid #ccc;}


div.imageElement{
	margin-bottom: 8px;
}
div.imageElement h3{ display: inline; padding: 3px;}
div.imageElement a{	padding: 0;}
div.imageElement a:hover{ background-color: transparent;}
div.imageElement:hover h3{ background-color: #9db8d5; color: #fff;}
div.imageElement:hover img{	border: 1px solid #9db8d5;}