/*    
Theme Name: Stratolab
Theme URI: http://www.infoprog.eu/web/index.html#temi
Description: Stratolab theme, based on Simply -- Really Simple Theme.
Author: Winston
Author URI: http://www.stratolab.com
Tags: Simply, Stratolab
Version: 1.3 
. 
General comments/License Statement if any. 
. 
*/ 

body{
  margin: 0;
  font-family: "Trebuchet MS", Helvetica, Sans-serif;
  font-size: 10pt;
  text-align: center;
  vertical-align: top;
  background: #252735; /* dark grey-blue */
  color: black;
}

h1{
	font-size: 20pt;
	padding: 3pt 0 3pt 0;
	margin: 0;
}

h2{
  font-size: 14pt;
  margin: 0;
  padding: 10pt 0 8pt 0;
}

a:link, a:active, a:visited{
  color: #663333; /* 663333 = redish brown */
}

p{
  padding: 3pt 0 7pt 0;
  margin: 0;
}

#wrapper{
  /* centers the page in window */
  margin: 0 auto 0 auto;
  width: 800px;
  text-align: left;
}

#buffer{
  /* Add padding around container, and a common background. */
  float: left;
  padding: 0 25px 0 25px;
  width: 750px;;
  background: #E3E6FE; /* E3E6FE=sky blue */
  background: url(images/header.jpg) top left no-repeat #e3e6fe;
}

img {
  border: none;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  padding-right: 10pt;
}

.alignright {
  float: right;
  padding-left: 10pt;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #000000;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: black;
  background: #E3E6FE;
  font-family: helvetica, sans-serif;
}

.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;
}

#header{
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  height: 100pt;
}

.breadcrumb
{
  float: left;
	margin-top: 10px;
	margin-left: 35px;
	padding: 0;
	color: #C1C1C1;
}
.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited{
  color: #C1C1C1;
}


#container{
  float: left;
  width: 450px;
  padding: 0 20px 0 20px;
}

.post{
  padding: 10px 0 10px 0;
}

.post h2{
  font-size: 18px;
}

.post-edit-link { 
  float: right;
}

.entry{
  line-height: 160%;
}

.entry-link{
  font-size: 14pt;
  font-weight: bold;
}
a:link.entry-link, a:visited.entry-link{
  text-decoration: none;
}
a:hover.entry-link{
  text-decoration: underline;
}

p.postmetadata{
  border-top: 1px solid #ccc;
  margin: 10px 0 0 0;
}

.navigation{
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

#sidebar{
  float: left;
  width: 240px;
  margin: 0 0 0 10px;
  display: inline;
  color: #000000;
}

#sidebar ul{
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 10px;
}

#sidebar ul li{
  padding: 10px 0 10px 0;
}

#sidebar ul li h2{
  font-size: 14px;
}

#sidebar ul ul li{
  padding: 0;
  line-height: 20px;
}

#sidebar a:link, a:visited{
  text-decoration: underline;
}

#sidebar a:hover{
  text-decoration: none;
  color: #336699;
}

table#wp-calendar{
  width: 100%;
}

#footer{
  color: white;
  clear: both;
  float: left;
  width: 800px;
  height: 210px;
  padding: 10px 0 0 0;
  text-align: center;
  background: url(images/footer.jpg) top left no-repeat;
}

#footer p{
  line-height: 18px;
}

.comments-template{
  margin: 10px 0 0;
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}

.comments-template ol{
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}

.comments-template ol li{
  margin: 10px 0 0;
  line-height: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
  font-family: Georgia, Sans-serif;
  font-size: 16px;
}

.commentmetadata{
  font-size: 12px;
}

.comments-template p.nocomments{
  padding: 0;
}

.comments-template textarea{
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
}

.gravatar{
  float:right;
}

/*
*   Formatting for Widgets in sidebar
*/
.widget h2{
  margin: 0;
  padding-top: 26pt;
  padding-bottom: 5pt;
}

#searchform h2{
  /* Search widget is at the top--dont have such as huge top margin. */
  margin-top: 0;
  padding: 0;
}

.widget p{
  padding: 0;
  margin: 0;
}

.s2class_widget_subscribe2widget p {
  padding-top: 0;
  padding-bottom: 0pt;
}

/* Vertical Scroll Recent Posts widget */
#vsrp_Holder a, #vsrp_Holder a:link, #vsrp_Holder a:visited {
  text-decoration: none;
  color: black;
}
#vsrp_Holder a:hover, #vsrp_Holder a:active
{
  color: #663333; /* 663333 = redish brown */
  text-decoration: underline;
}

