/*
Theme Name: Blue Blog Template
Description: Blue Blog Template is a minimal blue theme 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: black, blue, gray, 2-columns, right sidebar, widget ready, fluid width, seo friendly
*/
* {
	padding: 0px;
	margin:0px;
}
body {
	background: url(images/background.gif) repeat-x #000000;
	font-size: 8pt;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap {
	width: 900px;
	text-align: left;
}
#header {
	height:135px;
}
#title {
	height: 99px;
	float:left;
}
#topright {
	height: 69px;
	float: right;
	padding-top: 30px;
}
#pagenav {
	height: 25px;
	font-size: 10pt;
	padding-top: 10px;
	font-weight: bold;
}
#content {
	width: 650px;
	margin-right:20px;
	padding: 20px 0px 20px 0px;
	float: left;
}
#sidebar {
	background: url(images/background-sidebar.gif) no-repeat #050505;
	float: right;
	width: 180px;
	padding: 70px 10px 20px 10px;
}
#footer {
	margin: 15px 0px;
		color: #555555;
}
#footer a {
	color: #555555;
	text-decoration: none;
}
.post {
	padding-bottom: 10px;
}
.widget {
	padding-bottom: 10px;
}
/* default */
.clear {
	clear: both;
	height: 1px;
}
img {
	border:0px;
}
p, #content h1, h2, h3, h4, h5, h6, ul, ol {
	padding-bottom: 10px;
}
/* text */
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding-top: 23px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;

}
.description {
	font-size: 12pt;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li a {
	padding-right: 25px;
	color: #ffffff;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #00adf2;
}
#content h1 a {
	color: #00adf2;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
}
#content h2 a {
	color: #CCCCCC;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #016dad;
}
#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: #ffffff;
	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: #555555;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #cccccc; 
	padding: 2px;
	font-size: 8pt;
	background:transparent;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
#submit, .searchsubmit {
	background-color: #016dad;
	color: #ffffff;
	border: 1px solid #cccccc; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#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;
}