/*
Theme Name: Light Blog Theme
Description: Light Blog Theme is a minimal WordPress theme designed 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: blue, gray, white, seo-friendly, fixed-width, left sidebar, seo-friendly, 2-columns, widget ready

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background:url(images/background.jpg) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 8pt;
}
#wrap {
	width: 900px;
	text-align:left;
}
#header {
	height: 140px;
}
#title {
	height:100px;
	margin-left:200px;
}
#pagenav {
	height: 40px;
	line-height:40px;
	font-size: 10pt;
	background:url(images/background_pagenav.jpg) no-repeat;
	margin-left: 200px;
	padding:0px 15px;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 30px;
}
#pagenav li a:hover {
	color: #555555;
}
#sidebar {
	width:180px;
	float:left;
	padding: 15px 10px;
	margin: 15px 0px;
	text-align:right;
}
#content {
	width: 670px;
	float:right;
	padding: 15px;
	background:url(images/background_content.jpg) top no-repeat #ffffff;
	margin: 15px 0px;
}
#footer {
	margin-left:200px;
	text-align:left;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
/* default */
p, h1, h2, h3, h4, h5 h6, ol, ul {
	padding-bottom:10px;
}
img {
	border: 0px;
}
.clear {
	clear:both;
}
/* text */
#title h1 {
	font-size: 24pt;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
}
#title h1 a {
	color: #52c8f7;
	text-decoration: none;
}
.description {
	font-size: 9pt;
}
#content h1 {
	font-size: 18pt;
	color: #666666;
	font-weight: normal;
}
#content h1 a {
	color: #666666;
	text-decoration: none;
}

#content h1 a:hover {
	color: #cccccc;
}
h2 {
	color: #666666;
	font-size: 14pt;
	font-weight: normal;
}
#sidebar h2 {
	font-size: 10pt;
	color: #555555;
	font-weight: bold;
}
h3, h4 {
	font-size: 12pt;
}
h5, h6 {
	font-size: 11pt;
}
#content h2 a {
	color: #666666;
	text-decoration: none;
}
#sidebar a {
	color: #555555;
	text-decoration: none;
}
#sidebar a:hover {
	color: #52c8f7;
	text-decoration: none;
}
a {
	color: #52c8f7;
}
blockquote {
	margin: 10px;
	padding: 10px;
	font-size:9pt;
	font-style:italic;
}
#sidebar ul li {
	list-style: none;
	margin-left: 0px;
}
#sidebar li {
	padding-bottom: 2px;
}
#sidebar ul li ul li {
	margin-left: 5px;
}
#sidebar ul li ul li ul li {	
	margin-left: 5px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}

small {
	color: #999999;
	font-size: 9pt; 
	font-weight: bold;
}
.postmetadata {
	padding: 10px 0px;
	color: #999999;
}
.postmetadata a {
	color: #999999;
	text-decoration:none;
}
/* form */
#calendar_wrap {
	margin-bottom: 10px;
}
td, th {
	padding: 2px;
}
#author, #email, #url, #comment, .s, .checkbox {	
	border: 1px solid #d7d7d7; 
	padding: 5px;
	font-size: 8pt;
	background: transparent;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #89dafa;
	color: #ffffff;	border: 1px solid #d7d7d7; 
	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;
}
/* 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;
}