/*
Theme Name: Modern Blog Theme
Description: Modern Blog Theme is a light, minimal and stylish WordPress Theme brought to you 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, white, green, 2-columns, right sidebar, widget ready, fixed width, seo friendly
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #222222;
}
#wrap {
	width: 1000px;
	text-align: left;
	padding: 0px 30px;
	min-height:671px;
}
#header {
	height: 123px;
	border-bottom: 1px #cccccc dashed;
}
#title {
	height: 90px;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 20px;
	float:left;
}

#logo {
	float: left;
	margin: 10px 0px 0px 20px;
	border: none;
	display: none;
}

#topright {
	float: right;
	padding-top:20px;
}
#navigation {

}

#menu {
	color: #ffffff;
	font-size: 18px;
	padding: 0px 15px;
	height:35px;
	clear:both;
	background:url(images/background_nav.gif) repeat-x;
	line-height: 35px;
}
.searchform {
	margin-bottom: 10px;
}
#main {
	width: 970px;
	text-align: left;

}
#content {
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 10px 15px 10px 20px;
	text-align: justify;
	border-right: 1px dashed #cccccc;
	width: 620px;
}
#sidebar {
	width: 300px;
	float: left; 
	padding: 35px 10px 0px 10px;
	color: #222222;
	background: url(images/background_sidebar.gif) no-repeat;
}
#footer {
	clear: both;
	padding: 15px;
	text-align: left;
	color: #222222;
	width: 1000px;
	height: 43px;
	margin-bottom:15px;
	border-top: 1px dashed #cccccc;
	list-style: none;
}
/* fonts */
#title h1 {
	padding-top: 15px;
	font-size: 25px;
	font-weight: normal;
}
#title h1 a {
	color: #336699;
	text-decoration: none;
}
#title h1 a:hover {
	color: #000;
	text-decoration: none;
}
.description {
	font-size: 14px;
	color: #999999;
}

#menu ul li {
	display: inline;
	list-style: none;
}
#menu li a {
	padding: 7px 15px;
	color: #336699;
	text-decoration: none;
}
#menu li a:hover {
	border-top: 1px dashed #cccccc;
	color: #000000;
}

#content h1 {
	color:#336699;
	font-size: 25px;
	font-weight: normal;
	margin-top: 7px;
}
#content h1 a {
	color:#336699;
	text-decoration: none;
}
#content h1 a:hover {
	color:#000000;
	text-decoration: underline;
}
#sidebar h2 {
	font-size: 10pt;
	color:#222222;
}
#sidebar h2 a {
	color:#222222;
	text-decoration: none;
}
p, #sidebar h2 {
	padding-top: 7px;
	padding-bottom: 7px;
}

p {
	line-height: 20px;
}

#sidebar ul {
	padding-bottom: 10px;
}
#sidebar ul li {
	list-style: none;
}

#sidebar a,
#sidebar ul li div,
#sidebar ul li ul li {
	color:#222222;
	text-decoration: none;
	padding-left: 5px;
}

#sidebar ul li h2 {
	color: #222222;
	}

#sidebar li {
	padding-bottom: 3px;
	line-height: 18px;
}
#sidebar ul li ul li ul li {	
	margin-left: 5px;

}
ul div ul li,
#sidebar ul div,
#footer div div,
#footer div ul li a {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}

/* change this if you add something to the sidebar */
#sidebar ul div.sidebaritem ul li a:hover,
#sidebar ul li.widget_links ul li a:hover,
#sidebar ul li.widget_categories ul li a:hover,
#sidebar ul li.widget_archive ul li a:hover,
#sidebar ul li.widget_text ul li a:hover {
	color:#000000;
	text-decoration: none;
	border-left: 2px solid #336699;
	padding-left: 3px;
}

blockquote {
	margin: 15px;
	color:#222222;	
	border-left: 2px solid #336699;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}
a {
	color:#336699;	
	text-decoration: none;
}
a:hover {
	color:#000000;	
	text-decoration: underline;
}
#footer a {
	color: #336699;
	text-decoration: none;
}
h3 {
	padding-bottom: 5px;
	color: #222222;
}
h3 a {
	color: #336699;
	text-decoration: none;
}
h3 a:hover {
	color:#000000;	
	text-decoration: none;
}
h4 {
	color:#336699;
}
h4 a {
	color:#336699;
	text-decoration: none;
}

h6 {
	font-size: 12px;
}

.clear {
	clear: both;
	height: 0px;
}
.post {
	margin-bottom:15px;
	padding-bottom:15px;
}

.multi-post {
	border-bottom: 1px dashed #cccccc;
}

.widget {
	margin-bottom:10px;
}

/* default */
.postmetadata {
	padding: 10px;
	color: #222222;
	border:1px dashed #336699; 
	margin:15px 0px;
	background-color: #f7f7f7;
}
.postmetadata2 {
	color: #222222;
	margin:15px 0px;
}
.postmetadata a, .postmetadata2 a {
	color: #222222;
	text-decoration: none;
}
.navigation {
	color: #222222;
	padding-top: 10px;
}
.navigation a {
	color: #336699;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#date {
	padding-bottom: 5px;
	color:#336699;	

}
#date a {
	color:#336699;	
	text-decoration: none;
	font-weight: normal;
}

/* Comments */
.comment {
	padding: 10px 0px;
}

.postcomment {
	color: #000; }

.children li {
	list-style: none;
}

ol.commentlist {
	margin-left: 0px;
	}

ol.commentlist li.thread-even {
	background-color: #EDEEF2;
	padding: 15px;
	border-top: 1px dashed #336699;
}

ol.commentlist li.thread-odd {
	padding: 15px;
	border-top: 1px dashed #336699;
}

ol.commentlist li.comment ul.children li.depth-2,
ol.commentlist li.comment ul.children li.depth-3,
ol.commentlist li.comment ul.children li.depth-4,
ol.commentlist li.comment ul.children li.depth-5 {
	border-top: 1px dashed #555555;
	padding-left: 15px;
	margin-top: 7px;
}

#content ul li, #content ol li {
	margin-left: 35px;
	line-height: 20px;
}
#content ul, #content ol {
	padding-bottom: 10px;
}
	/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, 
#email, 
#url, 
#comment, 
#s {
	border: 1px solid #d9d9d9; 
	font-size: 8pt;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 4px;
}

/* contact form */
#wpcf_your_name,
#wpcf_email,
#wpcf_website,
#wpcf_msg,
#wpcf_message,
#wpcf_not_spam {
	border: 1px solid #d9d9d9; 
	font-size: 8pt;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 4px;
	margin: 7px 0px 7px 0px;
}

.errorMessage {
	color: #ffffff;
	padding: 7px;
	background-color: #336699;
	border: 1px dashed #000000;
	margin: 7px 0px 14px 0px !important;
	text-align: center;
}

#submit, .searchsubmit, #contactsubmit {
	color: #ffffff;
	border: 1px solid #003366; 
	font-size: 8pt;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	height: 23px;
	background-color: #336699;
	padding: 4px 5px -2px 5px;
}
#commentform a:hover {
	color:#000000;	
	text-decoration: underline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.size-full {
	margin: 3px 7px 3px 0;
}

a img {
	border: none;
}

.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;
}

.addthis_container img {
	vertical-align: middle;
	padding: 7px 7px 9px 0;
}

#goog {
	margin: -22px 0 15px 0;
	padding-left: 15px;
}

.topBorder {
	padding-top: 12px;
	margin-top: 7px;
	border-top: 1px dashed #cccccc;
}

.topAndBottomBorder {
	padding: 12px 0;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 12px;
}

.page-item-156 a {
	display: none;
}

ul#ilastfm li, ul#ilastfm_display li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
}

ul#ilastfm, ul#ilastfm_display {
	padding: 0;
}

#ilastfm a img, #ilastfm_display a img {
	padding: 3px;
	margin: 0;
	border: 1px dashed #EEEEEE;
	width: 70px; /* Put the width and the height of the covers here! */
	height: 70px;
}

#ilastfm a:hover img, #ilastfm_display a:hover img {
	border: 1px dashed #CCCCCC;
}

.footer-item {
float: left;
width: 310px;
padding: 11px;
}

.footer-item ul
{
padding-left: 15px;
}

.footer-item ul li {
	list-style: none;
	line-height: 18px; }

.footer-item ul.tweets li {
	list-style: none;
	line-height: 20px;
}

div#related-posts {
	margin: 14px 0px 0px 0px;
	}
	
.comment-link {
	float: right;
	margin: 13px 0px 0px 0px;
}