/*
Theme Name: Blue Theme
Description: Blue Theme is a stylish 2-column theme brought to you free by <a href="http://7seo.com" target="_blank">SEO</a>
Author: SEO
Author URI: http://7seo.com
Version: 1.0
Tags: white, blue, 2-columns, right sidebar, widget ready, fixed width, seo friendly, gray

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/background.gif) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
#wrap {
	width: 900px;
	text-align: left;
}
#header {
	height: 100px;
	color: #ffffff;
	padding-left: 10px;
}
#title {
	float: left;
}
#pagenav {
	float: right;
	padding-top: 40px;
	font-size: 10pt;
}
#content {
	background: url(images/background_content.gif) no-repeat;
	width: 650px;
	padding: 35px 25px;
	float: left;
	min-height: 636px;
}
#sidebar {
	float: right;
	width: 180px;
	padding: 40px 0px 0px 20px;
}
.sform {
	padding-bottom: 50px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
/* default */
img {
	border: 0px;
}
.clear {
	clear: both;
	height: 1px;
}
/* text */
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding-top:30px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #CCCCCC;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	margin-left: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#footer {
	color: #666666;
}
p, #content h1, h2, h3, h4, #content ul, #content ol, #sidebar ul, .post {
	padding-bottom: 10px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #0076a3;
}
#content h1 a {
	color: #0076a3;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
}
#sidebar h2 {
	font-size: 11pt;
}
#content h2 a {
	color:#333333;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #0076a3;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
}
blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	padding: 10px 0px;
	color: #666666;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
}
a {
	color: #0076a3;
}
small {
	color:#666666;
	font-size: 9pt;
	font-weight: bold;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #0076a3;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #666666; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #0076a3;
	color: #ffffff;
	border: 1px solid #666666; 
	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: 20px;
}
/* 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;
}


