/* 
	Theme Name: Dropshadow
	Theme URL: http://www.briangardner.com/themes/dropshadow-wordpress-theme.htm
	Description: Dropshadow is a modern, 2-column Widget-ready theme created for Wordpress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 03.01.07
			First Release of Dropshadow
*/
html, body {
height: 100%;
}

body {
	background: #ffffff url(/web/20211229131617im_/http://brindersonholdings.com/wp-content/themes/dropshadow-10/images/bg.gif) top center no-repeat;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	width: 720px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #9dc9f5;
	text-decoration: none;
	}
	
a:hover      {
	color:#9dc9f5;
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 820px;
	height: 110px; /*80px*/
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	position:relative;
	}
	
.headerleft {
	width: 350px;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
/*logo*/
#header b {
	position:absolute;
	top:15px;
	left:0;
	background:url(/web/20211229131617im_/http://brindersonholdings.com/wp-content/themes/dropshadow-10/images/brindersonLogo.jpg) no-repeat;
	width:415px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}	
.headerleft a, .headerleft a:visited {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 28px;
	color: #50AAFE;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

.headerleft a:hover {
	color: #50AAFE;
	text-decoration: none;
	}
	
.headerright {
	width: 460px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	}
	
.headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
.headerright ul {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}
		
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	}
		
.headerright a:hover {
	background: #666666;
	text-decoration: none;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 780px;
	margin: 0px auto 0px;
	padding: 0px;
min-height: 100%;	
/*height: -100px;
position: relative;*/
overflow:auto;
overflow-x:hidden;
	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	}

#content h1 {
	color: #0b2d5c;
	font-size: 18px;
	letter-spacing:3px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	padding: 20px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #C0C0C0;
	}
	
#content h1 a  {
	color: #333333;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #0066CC;
	text-decoration: none;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: right; /* usded to be left */
	width: 500px;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
blockquote{
	margin: 0px 25px 15px 25px;
	padding: 0px 20px 0px 20px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.postmeta {
	width: 500px;
	border-top: 1px solid #C0C0C0;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	}
	
.postmetaleft {
	float: left;
	width: 295px;
	margin: 0px;
	padding: 0px;
	}
	
.postmetaright {
	float: right;
	width: 200px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	color: #FFFFFF;
	float: left; /* usded to be right */
	width: 250px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	}
	
#r_sidebar h2 {
	background: #444444;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	}	
#r_sidebar h3 {
	background: #444444;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#r_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#r_sidebar ul li a {
	background: #9dc9f5;
	display: block;
	color: #0b2d5c;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #deedfb;
	}

#r_sidebar ul li a:hover {
	background: #0b2d5c;
	color: #FFFFFF;
	}
	
#r_sidebar p{
	background: #0b2d5c;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	line-height: 17px;
	}
	
.search {
	background: #444444;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 10px 10px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #555555;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footerbg {
	background: #0b2d5c url(/web/20211229131617im_/http://brindersonholdings.com/wp-content/themes/dropshadow-10/images/bg2.gif) no-repeat top;
	}

#footer {
	background: #0b2d5c url(/web/20211229131617im_/http://brindersonholdings.com/wp-content/themes/dropshadow-10/images/bg2.gif) no-repeat top;
	color: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 90px 0px 20px 0px;
	text-align: center;
height: 100px;
position: relative;
	}
	
#footer a, #footer a:visited{
	color: #7b9dcc;
	text-decoration: none;
	}
	
#footer a:hover{
	text-decoration: underline;
	}
.clearfooter {
	height: 100px;
	clear: both;
	}
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	background: #EFEFEF url(/web/20211229131617im_/http://brindersonholdings.com/wp-content/themes/dropshadow-10/images/search.gif);
	width: 200px;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 0px;
	border: 1px solid #C0C0C0;
	}
	
#sbutt {
	background: #878787;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 450px;
	background: #E8E8E8;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 390px;
	background: #FFFFFF url(/web/20211229131617im_/http://brindersonholdings.com/wp-content/themes/dropshadow-10/images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 390px;
	background: #FFFFFF url(/web/20211229131617im_/http://brindersonholdings.com/wp-content/themes/dropshadow-10/images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

    img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
#spacer1{
  height:80px;
  width:100%;
}


.pdf-download{
	padding-top:10px;
}