body {
	margin: 0px;
	background-color: #FFF;
	text-align: center;
}

img { padding: 0px; margin: 0px; border: none; }

div, p, h1, h2, h3, label, input, li { font-family: verdana,helvetica,sans-serif; }

p { margin: 0px; padding: 0px; padding-bottom: 7pt; }

select { font-size: 8pt; }

a:link { color: #8FABBE; text-decoration: underline; }
a:visited {	color: #8FABBE;	}
a:active  { color: #8FABBE; }
a:hover   { color: #006699; }

h1, h2, h3 {
	margin:  0px;
	padding: 0px;
	font-weight: normal;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align: left;
}

/** Banner **/

#banner {
	width: 100%;
	background-color: #001D37;
}

#banner_bt {
	width: 100%;
	background-image: url("/images/BILLblog_masthead.gif");
}

#banner h1 { color: white; }

#blogsearch {
	float: right;
	line-height: 120%;
	padding-top: 10px;
	padding-right: 10px ;
	font-size: 9pt;
	color: #c6d0d9;
}

#blogsearch input {
	background-color: #0A3052;
	border: 1px solid #EAEEF2;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

#blogsearch input#search {
	width: 140px; font-weight: normal;
}

.searchButton {
	background: #001D37 url( /images/icon_search.png ) no-repeat 4% 50%;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	width: 135px;
	color: white;
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px!important;
}

/** Content **/

#content {
	float: left;
	width: 530px;
	color: #000;
    font-size: 9pt;
	line-height: 150%;
	overflow: hidden;
	padding: 15px 10px 5px 20px;
}

#content.full { width: 730px; }

#content #blogtitle { padding-bottom: 20px; }

#content #blogtitle h1 {
	color: #F25412;
	font-size: 15pt;
	font-weight: normal;
	letter-spacing: -0.015em;
	padding-bottom: 0.2em;
	line-height: 140%;
}

#content #blogtitle h1 a { color: #F25412; text-decoration: none; }

#content #blogtitle h2 {
	color: #666;
	font-size: 9pt;
	font-weight: normal;
	line-height: 140%;
}

#content pre { font-size: larger; }

#content p {
	color: #000;
	font-size: 9pt;
	line-height: 150%;
	margin-bottom: 7px;
}

#content blockquote {
	line-height: 150%;
}

#content ul { margin-top: 0.5em; margin-bottom: 0.5em; }

#content li {
	color: #000;
	font-size: 9pt;
	line-height: 150%;
}

#content h2 {
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#content input { font-size: 9pt; }

#content h3, #content h3 a {
	color: #F25412;
	font-weight: normal;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration:underline;
}

p.feedburnerFlareBlock a { font-size: 8pt; line-height: 20%; }

#content p.posted {
	color: #999;
	font-size: 8pt;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

/** Sidebar **/

#sidebarContainer { width: 170px; }

.sidebarSelect { width: 120px; }

.sidebarGo { padding: 0px 5px; }

.sidebar {
	width: 169px;
	overflow: hidden;
	padding: 15px;
	padding-right: 5px;
	border-left: 1px dotted #CCC;
}

.sidebar h2 {
	line-height: 160%;
	margin: 1.5em 0em 0.4em 0em;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.feedIcon { float: left; padding-right: 8px; padding-top: 5px; }

.sidebar p
	{
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-align: left;
	line-height: 150%;
	list-style-type: none;}

.sidebar li {
	margin-top: 10px;
	}

.sidebar img {
	/* border: 3px solid #FFFFFF; */
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

#footer { width: 100%; clear: both; }

#footer td {
	padding: 0px;
	vertical-align: middle;
	height: 20px;
	color: White;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	padding-left: 10px;
	}

#footer td.dark { background: #001D37; text-align: left; }

#footer td.light { background: #F25412; text-align: center; }

#footer a { color: white; font-weight: bold; }


