/*  
Theme Name: Sublimesvn.com
Description: Theme based on the www.sublimesvn.com website
Version: 1.0.0
Author: Glen Cooper
Author URI: http://www.sublimesvn.com/
Tags: sublimesvn.com
*/

.pagetitle { font-size:3em;line-height:1;margin-bottom:.5em; }
.pagetitle a { text-decoration: none; }
.pagetitle img { margin: 0; }

h1, h2 {font-size:2em;margin-bottom:.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:700;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:700;}

h1 a, h2 a { text-decoration: none; }

.post
{
	margin: 40px 5px 20px 5px;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #4884bc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2,
.post .postheader .posttitle h1
{
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	font-size: 1.15em;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}

.post .postcontent h3
{
	margin-top: 20px;
}

pre, code {white-space: normal;}
code
{
	border: solid 1px #ccc;
	background-color: #eee;
	line-height: 1.2em;
	display: block;
	margin-top: 10px;
	padding: 5px;
	width: 100%;
}

.post blockquote       { margin:0; margin-bottom:15px; border:dashed 1px #CCC; padding:10px; padding-bottom:13px; padding-left:52px; background:#fafafa url('images/callout-info.png') no-repeat scroll 10px 10px; }
.post blockquote.warn  { background-image: url('images/callout-warning.png'); }
.post blockquote.tip   { background-image: url('images/callout-tip.png'); }
.post blockquote.noimg { background-image:none; padding-left:10px; }
.post blockquote p     { margin-bottom:0px; }

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

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