/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/*
body {
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;;
	text-align: left;
	background: #233252 url('/wp-content/uploads/2010/03/verga-bg-body-html-main.jpg') repeat-x top center;
}
.even, .alt { border-left: 1px solid #ddd;
}
#footer { background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top; border: none; }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; }
h1 { font-size: 4em; text-align: center; }
h2 { font-size: 1.6em; } 
h3 { font-size: 1.3em; } 
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description { text-decoration: none; color: white; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; } h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; } 
.entry p a:visited { color: #b85b5a; } 
code { font: 1.1em 'Courier New', Courier, Fixed; } 
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; } 
a, h2 a:hover, h3 a:hover { color: #06c; text-decoration: none; } 
a:hover { color: #147; text-decoration: underline; } 
.link { color: #eed596; } 
.clear { clear: both; }
h1 { padding-top: 70px; margin: 0; }
h2 { margin: 30px 0 0; }
h3 { padding: 0; margin: 30px 0 0; }
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; } 
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } 
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
acronym, abbr, span.caps { cursor: help; } 
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; } 
blockquote cite { margin: 5px 0 0; display: block; } 
.center { text-align: center; } 
.hidden { display: none; } 
.screen-reader-text { position: absolute; left: -1000em; } 
hr { display: none; } 
a img { border: none; } 
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } 
.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
}


#divSSWidget {
	margin-right: 100px;
}

.page p{
}
h2 {
	font-size: 24px;
	padding-bottom: 5px;
	font-weight: bold;
}

.minipost h2 {
	font-size: 18px;
	font-weight: normal;
	vertical-align: top;
}
.minipost p {
	padding-top: 4px;
	padding-right: 5px;
}
.featuredwrap {
	width: 650px;;
	margin-left: -30px;
}
.minipost {
	width: 250px;
	padding-right: 30px;
}

