/*
Theme Name: BG
Description: BG is a simple and stylish, fixed-width WordPress theme designed by <a href="http://jump2top.com/" target="_blank">SEO Company</a>. ** You can customize the front page by editing/adding content to front.php **
Author: SEO Company
Author URI: http://jump2top.com/
Version: 1.0
Tags: blue, green, white, seo-friendly, fixed-width, left sidebar, seo-friendly, 2-columns, widget ready

*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #111111;
	background-color: #ffffff;
}
#mainwrap {
	background:url(images/background.gif) repeat-x top;
}
#wrap {
	width: 900px;
	text-align:left;
}
#header {
	height: 135px;
}
#title {
	float:left;
	height: 100px;
	width: 813px;
}
#topright {
	float: right;
	height: 100px;
	width: 87px;
}
#pagenav {
	height: 25px;
	float: left;
	width: 813px;
	padding-top: 10px;
}
#rss {
	height: 35px;
	width: 87px;
	float: right;
}
#main {
	margin: 20px 0px;
	font-size: 9pt;
	color: #212121;
}
#sidebar {
	float:right;
	width: 175px;
}
.searchform, 
.widgets {
	background-color: #E9F7D3;
	border: 1px solid #A6CE34;
	padding: 15px;
	margin: 20px 0px;
	color: #737373;
	width: 170px;
}
#content {
	margin: 20px 200px 20px 0px;
	width: 700px;
}
#footer {
	clear: both;
	margin: 10px 0px;
	color: #737373;
}
.post {
	margin-bottom:15px;
	padding-bottom: 10px;

}
/* text */
#title h1 {
	color: #ffffff;
	font-size: 18pt;
	padding-top: 20px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #CCCCCC;
}
#pagenav ul li {
	list-style: none;
	display: inline;
	font-size: 9pt;
	font-weight: bold;
}
#pagenav li a {
	color: #101646;
	text-decoration: none;
	padding-right: 15px;
}
#pagenav li a:hover {
	color: #ffffff;
}
#main a {
	color: #212121;
	font-weight: bold;
}
#content h1, #main h1, h2, h3, h4, p, ul, ol {
	padding-bottom: 10px;
}
#content h1 {
	font-size: 16pt;
	color: #101646;
	font-weight: normal;
}
#content h1 a {
	color: #101646;
	text-decoration: none;
}

#content h1 a:hover {
	color: #1E3273;
}
#main h1 {
	color: #ffffff;
	font-size: 16pt;
	font-weight: normal;
}
h2 {
	color: #737373;
	font-size: 11pt;
	font-weight: bold;
}
#content h2 a {
	color: #737373;
	text-decoration: none;
}
#sidebar a {
	color: #737373;
	text-decoration: none;
}
#sidebar a:hover {
	color: #111111;
	text-decoration: none;
}
#footer a {
	color: #737373;
	text-decoration:none;
}
.post a {
	color: #0e1c4b;
}
blockquote {
	margin: 15px;
	background: url(images/background_blockquote.gif) left top no-repeat #D2E699;
	border: 1px solid #88c73b;
	padding: 20px 10px 10px 50px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
img a {
	border: 0px;
}
small {
	color: #737373;
	font-size: 9pt; 
	font-weight: bold;
}
.postmetadata {
	padding-top: 10px;
	color: #737373;
}
.postmetadata a {
	color: #737373;
	text-decoration:none;
}
/* form */
#calendar_wrap {
	margin-bottom: 10px;
}
td, th {
	padding: 2px;
}
#author, #email, #url, #comment, .s {
	border: 1px solid #A6CE34; 
	padding: 5px;
	font-size: 8pt;
	background: transparent;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #A6CE34;
	color: #ffffff;
	border: 1px solid #88c73b; 
	font-size: 7pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}
#commentform a:hover {
	color:#252525;	
	text-decoration: underline;
}
#comments, #commentform, #date, .comment {
	padding: 10px 0px;
}
#comments a, #commentform a {
	color: #88c73b;
	text-decoration: none;
}
/* default */
.navigation {
	margin: 10px;
	clear: both;
}
.navigation a {
	color: #999999;
	text-decoration: none;
}
.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;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}