/*
Theme Name: Modern Blog Template
Description: Modern Blog Template is a simple and stylish, fixed-width WordPress theme designed by <a href="http://jump2top.com/themes/" target="_blank">Free Blog Themes/Templates</a>.
Author: Free Blog Themes
Author URI: http://jump2top.com/themes/
Version: 1.0
Tags: blue, black, white, gray, 2-columns, seo-friendly, fixed-width, right sidebar, widget ready

*/
* {
	padding: 0px;
	margin: 0px;

}
body {
	background: url(images/background.gif) repeat-x #e9effb;;
	margin-top: 15px;
/*	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
        font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
}
#wrap {
	width: 940px;
	text-align: left;
}
#header {
	background:url(images/background_header.gif) no-repeat;
	height: 150px;
	margin: 0px 10px;
}
#title {
	height: 115px;
	float: left;
	padding-left: 20px;
        /* Andrei: added for logo */
        width: 600px;
}
#topsearch {
	float: right;
	padding: 40px 20px 0px 0px;
}
#pagenav {
	clear:both;
	height: 35px;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px; 
}
#main {
	background: url(images/background_main.gif) repeat-y;
	padding: 20px 20px
}
#sidebar {
	float: right;
	width: 200px;
}
#content {
	margin: 0px 220px 0px 0px;
}
#footer {
	background:url(images/background_footer.gif) no-repeat;
	height: 35px;
	text-align: center;

	color: #999999;
	clear: both;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
.navigation {
	clear:both;
	margin: 0px 0px 15px 60px;
}
.date {
	background-color: #e9effb;
	width: 46px;
	font-size: 12pt;
	color: #1cbbb4;
	text-align: center;
	padding: 3px 2px;
	font-weight: bold;
	height:44px;
	float:left;
	border: 1px solid #e1e1e1;}
.post{
	padding-bottom: 15px;
}
.entry {
	float:right;
	width: 620px;
}
.clear {
	width: 600px;
	height: 1px;
}
.postmetadata {
`	
	padding: 15px 0px;
	color:#333333;
}
.postmetadata a {
	color: #333333;
	text-decoration:none;
}
#content ul li, ol li {
	margin-left:25px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar ul li {
	list-style: none;
}
/* text */

#title h1 {
	font-size: 25pt;
	font-weight:normal;
	padding-top: 25px;
}
#title h1 a {
	text-decoration: none;
	color: #60ddf9;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#sidebar li {
	padding-bottom: 5 px;
}
#pagenav li a {
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-decoration: none;
}
#pagenav li a:hover {
	padding: 10px 15px 10px 15px;
	height: 15px;
	color: #d8e141;
}
.description {
	font-size: 12pt;
	color: #b3b0b0;
}
p, #content h1, h2, h3 ,h4, ul, ol {
	padding-bottom: 20px;
}
#content h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #4e4d4d;
}
#content h1 a {
	text-decoration: none;
	color: #474646;
}
h2 {
	font-size: 12pt;
}
h2 a {
	color:#38a1b8;
	text-decoration: none;
}
h3, h4 {
	font-size: 10pt;
	color: #000000;
}
a {
        color: #1ab9b1;        
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

#sidebar a {
	color: #252525;
	text-decoration: none;
}
blockquote {
	margin: 10px;
	font-size: 12pt;
	font-style: italic;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #e1e1e1;padding: 5px;
	font-size: 10pt;
	background-color: #ffffff;
	color: #363636;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #e9effb;
	color: #000000;
	border: 1px solid #e1e1e1;font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}

#commentform a {
	color: #000000;
	text-decoration: none;
}
#commentform a:hover {
	color:#3d97b1;	
	text-decoration: underline;
}
#comments {
	margin: 10px 0px 10px 60px;
}
/* wp default */
.aligncenter,
div.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;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;



}