/*
Theme Name: 3 Column Blog Template
Description: 3 Column Blog Template is a fun theme brought to you free by <a href="http://jump2top.com/themes" target="_blank">Free Blog Themes and Templates</a>. 
Author: Free Blog Themes and Templates
Author URI: http://jump2top.com/themes
Version: 1.0
Tags: green, black, gray, 3-columns, right sidebar, widget ready, fixed width, seo friendly, with image

*/
* {
	padding: 0px;
	margin: 0px;
}

body {
	background:url(images/background.JPG) repeat-x #FFFFFF;
	font-family:Tahoma, Verdena, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
#wrap {
	width: 900px;
	text-align:left;
}
#header {
	height: 130px;
	border-bottom: 1px dashed #101010;
}
#pagenav {
	height: 24px;
	padding-top: 11px;
	font-size: 10pt;
	font-weight:bold;
	float: left;
}
#main {
	background: url(images/background_main.gif) repeat-y;
	margin: 5px 0px;
}
#title {
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
 <!--font-family: Verdana, Trebuchet, Tahoma, Arial, sans-serif;-->
}
#topright {
	float:right;
	padding-top:6px;
}
#sidebar1 {
	width: 190px;
	float: left;
	padding: 15px;
	color: #312C6E;
}
#content {
	width: 430px;
	float: left;
	padding: 15px;
color: #312C6E;
}
#sidebar2 {
	width: 190px;
	float: left;
	padding: 15px;
	color: #312C6E;

}
#footer {
	margin: 0px 0px 15px 0px;
	text-align: center;
	border-top: 1px dashed #101010;
	padding-top: 15px;
	color: #6699FF;
}
#footer a {
	color: #6699FF;
	text-decoration: none;
}
.post {
	padding-bottom: 15px;
	border-bottom: 1px dashed #101010;
	margin-bottom: 10px;
color: #312C6E;
}
.postmetadata {
	color: #312C6E;
	padding: 5px 0px;
}
.postmetadata a {
	color: #312C6E;
	text-decoration: none;
}
/* default */
img {
	border: 0px;
}
.clear {
	clear: both;
	height: 1px;
}
p, #content h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom: 10px;
}
a {
	color: #899f0d;
	text-decoration: none;
}
blockquote {
	margin: 10px;
	padding: 5px 0px 0px 10px;
	border-left: 3px solid #a2bc13;
}
/* text */
#title h1 {
	font-size:28pt;
	font-weight: normal;
	padding-top:20px;
}
#title h1 a {
	color: #708938;
	text-decoration: none;
}
.description {
	color: #666666;
	font-size: 12pt;
	font-style:italic;
	font-weight: bold;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	margin-right: 25px;
	color: #ffffff;
	text-decoration: none;
}
#content h1 {
	font-size: 20pt;
	color:#312C6E;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h1 a {
	color:#312C6E;
	text-decoration: none;	
}
h2 {
	font-size: 14pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
}
h3, h4 {
	font-size: 16pt;
	font-weight: normal;	
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#312c6E;
}
#content ul, #content ol {
	margin-left: 25px;
}
#sidebar1 ul li, #sidebar2 ul li {
	list-style: none;
}
#sidebar1 li, #sidebar2 li {
	padding-bottom: 2px;
}
#sidebar1 ul li ul li, #sidebar2 ul li ul li {
	margin-left: 0px;
}
#sidebar1 ul li ul li ul li, #sidebar2 ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar1 a, #sidebar2 a {
	color: #312C6E;
	text-decoration: none;
}
#sidebar1 h2, #sidebar2 h2 {
	color: #708938;
}
#sidebar1 a:hover, #sidebar2 a:hover {
	text-decoration: underline;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	padding: 0px 10px 10px 10px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #333333; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #708938;
	color: #d7d7d7;
	border: 1px solid #333333; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
.searchform {
	margin-bottom: 0px;
}
/* wp default */
.center {
	text-align:center;
}
.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;
}