/*
Theme Name: Dark Blue Blog Template
Description: Dark Blue Blog Template is a stylish blue theme brought to you free by <a href="http://jump2top.com/themes/" target="_blank">Free Blog Themes and Blog Templates</a>
Author: Free Blog Themes and Blog Templates
Author URI: http://jump2top.com/themes/
Version: 1.0
Tags: gray, black, blue, white, 2-columns, left sidebar, widget ready, fixed width, seo friendly

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/bg.png) repeat-x #000000;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#wrap {
	width: 900px;
	text-align:left;
}
#header {
	height: 150px;
}
#pagenav {
	height: 25px;
	padding-top: 12px;
	font-size: 9pt;
	font-weight: bold;
}
#title {
	height:115px;
	float:left;
}
#topright {
float:right;
padding-top: 40px;
}
#main {
	min-height: 500px;
}
#sidebar {
	float: left;
	width: 180px;
	padding: 20px 10px;
}
#content {
	float: right;
	width: 680px;
	margin-left: 20px;
	padding: 20px 0px;
}
#footer {
	margin: 15px;
	text-align:center;
	color: #666666;
}
/* default */
p, ol, ul, #pagetitle h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
}
img {
	border: 0px;
}
.clear {
	clear: both;
	height: 1px;
}
.post {
	padding-bottom: 15px;
}
/* text */
#title h1 {
	padding-top: 30px;
	font-size: 18pt;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
#description {
	font-size: 10pt;
	color: #cccccc;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li a {
	color: #ffffff;
	margin-right: 25px;
	text-decoration: none;
}
#pagenav li a:hover {
	color: #0072bc;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #ffffff;
}
#content h1 a {
	color: #ffffff;
	text-decoration: none;
}
.bhead {
	padding-bottom: 3px;
	border-bottom: #CCCCCC 1px dashed;
	margin-bottom: 10px;
}
.btitle {
	float: left;
}
.bdate {
	float:right;
	padding-top:10px;
}
#sidebar h2 {
	color: #ffffff;
	font-size: 12pt;
}
h2 {
	font-size: 12pt;
	color:#ffffff;
	font-weight: normal;
}
#content h2 a {
	color:#ffffff;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #555555;
	font-weight: normal;	
}
#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: #CCCCCC;
	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: #0072bc;
	text-decoration: none;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #ffffff;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #666666; 
	padding: 5px;
	font-size: 8pt;
	background: transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#submit, .searchsubmit{
	background-color: #00335e;
	color: #ffffff;
	border: 1px solid #666666; 
	font-size: 8pt;
	padding: 4px;
	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;
}
/* 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;
}
