/*
Theme Name: New Balance of Blue
Theme URI: http://www.brandonacox.com/2008/11/03/free-wordpress-theme-balance-of-blue/
Description: Balance of blue is a grid-based theme with two columns in the content area and three columns in the footer. It's optimized for ad space and is a great theme for a blog or business site.
Author: Brandon Cox
Author URI: http://www.brandonacox.com
Tags: white, blue, two columns, valid, widget ready, simple, clean, grid-based
Version: 1.5
License: This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/

body { margin: 0px; padding: 0px; font-family: Century Gothic, Avant Garde, Arial, Helvetica, sans-serif; font-size: 85%; color: #555; background: #fff url(images/page-bg.jpg) repeat-x; }

a img { border: none; }
p, h1, h2, h3, h4, h5, h6, h7, ul, small, blockquote { margin-top: 0px; margin-bottom: 18px; }
p, li, li li { line-height: 160%; }
h1 { font-size: 1.7em; padding-bottom: 5px; border-bottom: 2px #ccc solid; }
h1 a { color: #036; text-decoration: none; }
h2 { font-size: 1.4em; color: #036; font-weight:normal; }
small { font-size: 0.9em; line-height: 140%; }
a { color: #333; }
a:hover { color: #555; }


#container { width: 960px; margin: 15px auto; }

#header { width: 960px; float: left; display: inline; overflow: hidden; margin: 0px 0px 5px; height: 150px; background: url(images/header-bg.jpg) no-repeat; }

#header-left { float: left; width: 470px; height: 150px; display:inline; overflow: hidden; }
p.site-title { font-size: 2.4em; margin-bottom: 0px; font-weight: bold; color: #fff; }
p.site-title a { color: #fff; text-decoration: none; }
p.site-title a:hover { color: #ddd; }
p.description { margin-bottom: 0px; color: #ddd; }
#logo { overflow: hidden; width: 430px; padding: 10px 20px; float: left; height: 130px; }

#header-right { float: right; width: 490px; height: 150px; display: inline; overflow:hidden; }
.banner-block { float: left; width: 468px; margin: 20px 10px 15px 10px; display: inline; overflow: hidden; height: 60px; }
.nav { width: 480px; margin: 10px; float: left; height: 44px; }
.nav ul { margin: 0px; padding: 0px; list-style: none; }
.nav li { color: #EFEFEF; font-weight: bold; float: left; margin-right: 15px; text-transform: lowercase; }
.nav li a { color: #fff; font-weight: bold; text-decoration: none; }
.nav li a:hover, #nav li a.active { color: #ddd; text-decoration: overline; }

#navbar { float: left; display: inline; overflow: hidden; width: 960px; height: 34px; margin: 5px 0px; padding: 0px; background: url(images/navbar-bg.jpg) no-repeat top; }
#navbar .topics { float: left; display: inline; overflow: hidden; width: 700px; margin: 0px; padding: 0px 15px 0px 10px; text-transform: uppercase; color: #fff; }
#navbar .topics ul { margin: 0px; padding: 2px 0px; list-style: none; }
#navbar .topics li { float: left; padding: 5px; margin: 0px; }
#navbar .topics li a {	color: #fff; text-decoration: none;	padding: 5px; }
#navbar .topics li a:hover { color: #fff; text-decoration: none; background: #666; padding: 5px; }
#navbar .search { width: 180px;	float: right; padding: 7px 15px 0px 5px; }

#wrapper { float: left; display: inline; width: 960px; padding-bottom: 20px; }
div.float-left { float: left; display: inline; overflow: hidden; }
div.float-right { float: right; display: inline; overflow: hidden; }
div.one-column { width: 300px; padding: 10px; }
div.two-column { width: 600px; padding: 10px; }
div.three-column { width: 940px; padding: 10px; }
div.widget { margin-bottom: 20px; }
div.footer-column { width: 280px; padding: 10px; margin-right: 20px; }
#sidebar, #content { overflow: hidden; }

#sidebar ul { margin: 0px 0px 20px 0px; padding: 0px; list-style: none; border-top: 1px #ccc solid; }
#sidebar li { margin: 0px; padding: 4px 0px 4px; border-bottom: 1px #ccc solid; width: 300px; }
#sidebar li a { display: block; text-decoration: none; padding: 4px 15px; background: url(images/li-bullet.jpg) 0px 8px no-repeat; }
#sidebar ul.highlight li a { background: #ddd; }
#sidebar li a:hover { background: url(images/li-bullet.jpg) 0px 8px no-repeat; }
#sidebar ul.highlight li a:hover { background: #333; color: #fff; }
#sidebar h2, #sidebar h2 a { color: #fff; text-decoration: none; background: url(images/h2-bg.jpg) no-repeat; height: 24px; padding: 4px 10px; margin: 0px -10px 16px -10px; text-transform: uppercase; font-size: 1.2em; }


h2.widgettitle{ color: #fff; text-decoration: none; background: url(images/h2-bg.jpg) no-repeat; height: 24px; padding: 4px 10px; margin: 0px -10px 16px -10px; text-transform: uppercase; font-size: 1.2em; } 

#content .post { margin-bottom: 20px; }
#content .post h1 { margin-bottom: 5px; }
#content .post h2 { text-transform: uppercase; font-size: 1.2em; font-weight: normal; }
#content p.premeta { font-size: 90%; color: #999; margin-bottom: 20px; }
#content .postmeta { color: #999; font-size: 90%; border-top: 2px #ccc solid; padding: 4px 0px; margin-bottom: 20px; }

/* Comments */
#content .comments { font-size: 90%; margin: 20px 0px; }
#content .comments ul { margin: 10px 20px; padding: 0px 20px; list-style: none; border-left: 5px #ccc solid; border-right: 5px #ccc solid; }
#content .comments li { margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px; border-bottom: 1px solid #ccc; list-style-type: none; }
#content .comments img { padding: 0px; margin: 0px 0px 10px 10px; float: right; }

#footer-wrapper { float: left; display: inline; width: 100%; }
#footer { margin: 0px auto; width: 960px; overflow: hidden; padding: 10px 0px 30px; font-size: 90%; background: #111 url(images/footer-top.jpg) top no-repeat; padding-top: 10px; color: #ddd; }
#footer ul { margin: 0px 0px 20px 0px; padding: 0px; list-style: none; border-top: 1px #ccc solid; }
#footer li { margin: 0px; padding: 1px 0px 1px; border-bottom: 1px #ccc solid; width: 280px; }
#footer li a { display: block; text-decoration: none; padding: 1px 0px; }
#footer a, #footer li a { color: #eee; }
#footer a:hover, #footer li a:hover { color: #999; }
#footer h2, #footer h2 a { font-size: 1.3em; color: #fff; }

/* WordPress Images and Captions */
#content .post p.wp-caption-text { text-align: center; font-size: 0.8em; line-height: 135%; margin: 0px; padding: 3px 0px; }
#content img.alignnone { margin: 0px 10px 10px 0px; }
#content .post div.alignleft, #content .post img.alignleft { float: left; margin: 0px 10px 10px 0px; }
#content .post div.aligncenter, #content .post img.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; clear: both; }
#content .post div.alignright, #content .post img.alignright { float: right; margin: 0px 0px 10px 10px; }

/* custom styles */
h3.header{ color: #fff; text-decoration: none; background: url(images/h3-bg.jpg) no-repeat; height: 20px; padding: 4px 0px; margin: 0px 0px 0px 0px; text-transform: uppercase; }
blockquote.nontext {
border: 1px solid #5c5656;
margin: 1em 0;
padding: 10px;
background: #f8f7f6 url(images/blq.gif);
}
blockquote.magazinequote
{
	float:right;
	font-family:Georgia, Arial, Serif;
	font-size:1em;
	background:none;
	width:150px;
	border-top:#4C739E 3px solid;
	border-bottom:#4C739E 3px solid;
	margin:1em;
	padding:1em;
	color:#4C739E;
}
/* twitter styles */
#sidebar div.widget ul.twitter { margin: 0px 0px 20px 0px; padding: 0px; list-style: none; border-top: 1px #ccc solid; }
#sidebar div.widget li.twitter-item { margin: 0px; padding: 4px 0px 4px; border-bottom: 1px #ccc solid; width: 300px; }
#sidebar div.widget p.twitter-message {
	font-family: Century Gothic, Avant Garde, Arial, Helvetica, sans-serif;
	font-align: left;
	font-size: 8pt; 
	padding-left: 5px;
	padding-top: 2px; 
	width: 240px; 
}

#sidebar div.widget .twitter-timestamp { text-align: center; font-size: 0.8em; line-height: 135%; margin: 0px; padding: 3px 0px; }
#sidebar div.widget a.twitter-link { color: #000099; text-decoration: none; padding: 5px; }
#sidebar div.widget a.twitter-user { color: #CCCCCC; font-size: 90%; border-top: 2px #ccc solid; padding: 4px 0px; margin-bottom: 20px; }

/* date time css */

.date {
	float:left;
	width:74px;
	height:80px;
	background:url(images/date_blu.gif) no-repeat 50% 50%;
	text-align:center;
	font-size:28px;
	color:#fff;
	font-weight:bold;
	margin:4px 0 0 0;
	padding:0;
}

.dateDay{
	position:relative;
	top:14px;
	display:block;
	font-size: 20px;
	line-height: 16px;
	text-align:center;
}
.dateMonth {
	position:relative;
	top:8px;
	display:block;
	font-size: 20px;
	line-height: 16px;
	text-align:center;
}
.dateYear{
	position:relative;
	top:24px;
	margin:0;
	padding:0;
	font-size:16px;
	text-transform:uppercase;
	color:#26374A;
	text-shadow:#fff 0 1px 1px;
	display:block;
	line-height: 12px;
}

/* recent posts css */
.ahp_recent-posts h3 {
	margin-bottom: -2px;
	padding-bottom: -2px;
}
.ahp_recent-posts li {
	padding: 3px 5px;
	margin-left: -50px;
	margin-top: 10px;
	margin-bottom: 0;
	font: 95% Century Gothic, Avant Garde, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ahp_recent-posts li img {
	float:left;
	margin-right: 2pt;
	margin-left: 2pt;
	margin-bottom: 4pt;
}
.ahp_recent-posts li #date {
	color: #990000;
	display: inline;
	font-weight: bold;
	padding-left: 3pt;
	padding-right: 3pt;
}
.ahp_recent-posts li #author {
	color: #000000;
	font-weight: bold;
	display: inline;
	padding-left: 3pt;
	padding-right: 3pt;
}
.ahp_recent-posts li #comment {
	color: #000099;
	display: inline;
	padding-left: 3pt;
	padding-right: 3pt;
	padding-bottom: 5pt;
}
.ahp_recent-posts li #date {
	display: inline;
	font-weight: bold;
}
.ahp_recent-posts li #blogname {
	display: inline;
}
.ahp_recent-posts li #postname {
	display: inline;
}
.ahp_recent-posts li.shadow1 {
  position: relative;
  bottom: 4px;
  right: 4px;
}
.ahp_recent-posts li #excerpt{
	padding-top: 5pt;
	margin-top: 5pt;
}
.shadow1 { background-color: #FFDFE0; }
.ahp_recent-posts li.shadow2 {
  position: relative;
  bottom: 4px;
  right: 4px;
}
.shadow2 { background-color: #DFE4FF; }