/*
Theme Name: Modern Blue Style
Theme URI: http://webm.pl/modern-blue-style
Author URI: http://webm.pl/
Description: Modern and simple style layout, left menu, strictly optimized code structure, widgetbar. Clean and clear HTML and CSS.
Author: webm.pl
Version: 1.7
Tags: blue, light, white, black, two-columns, fixed-width, editor-style
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* layout structure */

body {
  font-family: georgia,serif;
  font-size: small;
  margin: 0;
  padding: 0;
  color: #444;  
}

a, a:visited, a:active {
color: #0f47a6;
text-decoration: none;
}
a:hover {
color: #669dfa;
}
#header {	
  background-color: #fff;
  background: url(img/bg-main.jpg) repeat-x center;
  height: 324px;
}

#logo, #logo a {
padding-top: 10px;
font-size: 40px;
color: #fff;
font-weight: bold;
}

#slogan {
color: #fff;
font-style: italic;
padding-left: 10px;
}

#header-content {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}

.nav { 
  margin: 50px 0 0 0;
  list-style-type: none;
  font-size: 1.4em; 
  font-family: georgia,serif;
  color: #669dfa;
  float: left;
  padding: 22px 0;
}
.nav li {
  display:block;
  float:left;
  height:20px;
}
.nav li a { 
  float:left;
  height:15px;
  padding: 0 0 5px;
}
.nav li.active a {
  color: #ff6600;
}

#wrapp {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -130px;  
  } 

#content {
  float: right; 
  width: 570px;
  font-size: 95%;
  line-height: 1.5em;
  color: #444;
  }
#content h1 {
margin-top: 0px;
}
#sidebar {	
  width: 210px; 
}

#sidebar ul {
  list-style-type: none;
  margin: 0 0 0 0px;
  padding: 0;
  font-size: 16px;
}

#footer { 
  clear: both; 
  background: url(img/footer.jpg) repeat-x center;
  height: 338px;
  }

#footer .nav {
  font-size: 13px;
}
  
#footer #links {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}

#footer #links ul li {
list-style-type: none;
display: inline;
}

#footer #credits {
  margin-left: auto;
  margin-right: auto;
  width: 780px;  
  color: #fff;	
  font-size: 8px;
  text-align: right;
  padding-top: 150px;
}

#footer #credits a {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
 color: #222222;
 font-family: Georgia,"Times New Roman",Times,serif;
 margin-bottom: 0.5em;
 letter-spacing: -0.5px; 
 line-height: 1em;
}
h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

.posted {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin: 0;
  padding: 0;
}

.posted2 {
  font-size: 12px;
  color: #999;
  margin: 0;
  padding: 0;
  clear: both;
}

.post {
padding: 0 0 15px 0;
}

.short {
padding: 0;
margin: 0;
}

.short p{
padding: 2px 0 5px 0;
margin: 0;
}


/* Comments */

#comments {
	padding:5px;
}


.comment-body {
	position:relative;
	padding:7px;
	margin-top:20px;
}


.comment-body p {
	font-size:19px;
	line-height:25px;
	margin-bottom:35px;
}


.children {
	list-style-type:none;
}


.comment-reply-link {
	position:absolute;
	bottom:0px;
	right:5px;
	font-size:12px;
}


.comment-meta {
	position:absolute;
	bottom:15px;
	right:5px;
	font-size:12px;
}

#commentform input, #commentform textarea {
	margin-left:7px;
}



/* alignment CSS classes */

.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft {
	float: left;
	display: inline;
	margin: 12px 14px 12px 0;
}


.alignright {
	float: right;
	margin: 12px 0px 12px 14px;
}


/* image caption CSS classes  */

#content .wp-caption {
    background: none repeat scroll 0 0 #F1F1F1;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}


.bypostauthor {
}


.sticky	{
}


embed,
object {
	max-width:550px;
	height: auto;
}

.post img {
	max-width:550px;
    height: auto;
}
a img {border: 0;}
.clear {clear: both;}