/*
Theme Name: BEC
Theme URI: http://bec-systems.com
Description: 
Author: 
Author URI: 
Tags: white, blue, two columns, valid, widget ready, simple, clean, grid-based
Version: 2.0 
License: GPL
*/

a img { border: none; }
p, h1, h2, h3, h4, h5, h6, h7, ul, small, blockquote {
	margin-top: 18px;
	margin-bottom: 0px;
}
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; }
body {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#container {
	padding: 0px;
/*	height: 126px; */
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 960px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}
#header-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 126px;
	width: 638px;
}
.banner-block {
	padding: 0px;
	height: 75px;
	width: 610px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nav {
	padding: 0px;
	height: 22px;
	width: 610px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav li {
	float: left;
	margin-right: 15px;
}
.nav li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.nav li a:hover, #nav li a.active {
	color: #1363B0;
	text-decoration: none;
}#navbar {
	background-image: url(images/navbar-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 960px;
}
#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-top: 11px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 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: 850px;
	margin-right: 20px;
	padding: 10px;
}

#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;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 16px;
	margin-left: -10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#content .post {
	margin-bottom: 20px;
	font-size: 13px;
}
#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 { clear: both; float: left; display: inline; width: 100%; }
#footer {
	width: 960px;
	overflow: hidden;
	font-size: 90%;
	color: #ddd;
	height: 87px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/footer-top.jpg);
	background-repeat: no-repeat;
}
#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; }
#footer-contact-info, #footer-contact-info a {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-oe-comment {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* WordPress Images and Captions */
#content .post p.wp-caption-text {
	text-align: center;
	font-size: .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; }
