/*
Theme Name: Brick House Asset Management
Description: Base theme for BHAM
Version: V1
Author: Melinda/Sue
Tags: fixed width, two column-ish pages with distinct main page
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Begin Typography & Colors */
html {
	background: #fff
	height:100%;
}

body {
	font-size: 80.5%; /* Resets 1em to 10px */
	font-family: Arial, Lucida Grande, Verdana, Sans-Serif;
	background: #61718e ;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 12px;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 14px;
	}

.widecolumn {
	line-height: 12px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px 30px 0pt auto;
	padding: 0;

	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 100px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	background:  url('images/hr3.png') no-repeat top right;

	}

.narrowcolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;

	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;

	}

.post {
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;

}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	font-size: 22px;
	}


h2 {
	margin-top: 25px;
  font-family: Arial, Garamond, Trebuchet MS, Lucida Grande, Verdana, Sans-Serif;
  font-size: 1.35em;
	text-align: left;
	font-weight: bold;
	color: #61718e;
  font-style:normal;
}	


h3 {
	margin-top: 25px;
  font-family: Garamond, Trebuchet MS, Lucida Grande, Verdana, Sans-Serif;
  font-size: 2em;
	text-align: center;
	font-weight: bold;
	color: #862C12;
  font-style:italic;
}	

h5 {
	margin-top: -10px;
	margin-bottom: -5px;
  font-family: Arial, Garamond, Trebuchet MS, Lucida Grande, Verdana, Sans-Serif;
  font-size: .95em;
	text-align: left;
	font-weight: normal;
	color: #555555;
  font-style:italic;
}	

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 15px;
	padding: 0 0 0 0px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -1px;
	}

html>body .entry li {
	margin: 0px 0 0px 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {


	}

.entry ol {
	padding: 0 0 0 0px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */





/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

#navigation{
  position: relative;
  left: -42px;
  top: -18px;
  list-style: none;
	display: block;
	float: left;
	height: 160px;
/* WITH FIVE ITEMS  height: 200px; */
	width: 268px;

}

#navigation ul li{
  background: #ffffff ;
  width: 268px;
	display: block;
	float: left;
	height: 36px;
	margin-left: 0px;
	padding: 2px 2px 2px 2px;

}

#navigation ul li a{
	background: transparent url(images/navoff.jpg) no-repeat;
	color: #ffffff;
	outline: none;
	font-weight: normal;
	display: block;
	font-size: 0.875em;
	font-family: Arial, Lucida Grande, Verdana, Sans-Serif;
	padding: 11px 2px 20px 40px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	width: 268px;

}

#navigation ul li a:hover,#navigation ul li.current_page_item a{
	background: transparent url(images/navon.jpg) no-repeat;
	color: #ffffff;
	outline: none;
	font-weight: normal;
	text-decoration: none;
	width: 225px;
	
}

#navigation ul li.active a{
	background: transparent url(images/navoff.jpg) no-repeat;
	color: #ffffff;
	outline: none;
	font-weight: normal;
	text-decoration: none;
	width: 268px;
}



#navigationhome {
  position: relative;
  left: -40px;
  top: -16px;
  list-style: none;
	display: block;
	float: left;
	height: 160px;
	width: 268px;

}

#navigationhome ul li{
  background: #ffffff ;
  width: 268px;
	display: block;
	float: left;
	height: 36px;
	margin-left: 0px;
	padding: 2px 0px 2px 2px;


}

#navigationhome ul li a{
	background: transparent url(images/navoff.jpg) no-repeat;
	color: #ffffff;
		outline: none;
	font-weight: normal;
	display: block;
	font-size: 0.875em;
	font-family: Arial, Lucida Grande, Verdana, Sans-Serif;
	padding: 11px 2px 20px 40px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
		width: 268px;

}

#navigationhome ul li a:hover,#navigation ul li.current_page_item a{
	background: transparent url(images/navon.jpg) no-repeat;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
		width: 225px;
}

#navigationhome ul li.active a{
	background: transparent url(images/navoff.jpg) no-repeat;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
		width: 268px;
}

 
.footer {
	   font-family: Arial, Lucida Grande, Verdana, Sans-Serif;
     text-align: left;
     font-size: 12px; 
     color: #ffffff;
	   
     }
     
.footer A:link 		{ color:#ffffff; text-decoration: none ; }
.footer A:visited 	{ color:#ffffff; text-decoration: none ; }
.footer A:active 	{ color:#862C12; text-decoration: none ; }
.footer A:hover 	{ color:#862C12; text-decoration: none ;}

.copy {
	   font-family: Arial, Lucida Grande, Verdana, Sans-Serif;
     text-align: right;
     font-size: 11px; 
     color: #ffffff;
	   
     }
     
     
#footerlinks ul {
margin: 0;
padding: 0;
position: relative;
  left: -10px;
list-style-type: none;
height: 30px;
width: 475px;
margin: auto;
padding-left: -9px;
}
#footerlinks ul a {
background-image: url(images/RedBlock.gif);
background-repeat: no-repeat;
background-position: right;
padding-right: 15px;
padding-left: 10px;
display: block;
line-height: 30px;
text-decoration: none;
font-family: Arial, Verdana, sans-serif, serif;
font-size: 12px;
color: #ffffff;
}
#footerlinks ul a:hover {
color: #862C12;
}
#footerlinks   li {
float: left;
}
#footer_content ul li.no_bg{
	background: none;
}