@charset "utf-8";
/* CSS Document */

.categories ul, .archives ul {
	margin:0px 5px 10px;
}
.archives ul li, .categories ul li {
	margin:3px 10px;
	list-style-image:url(../images/bullet.png);
}

#sidebar h2 {
	margin:25px 0 5px 0;
	font-size:14px;
}

.post .content a {
	border:0;
}

.blog h4 {
	margin-bottom:0 !important;
	line-height:18pt;
	height:auto !important;
}

#pre-body .blog {
	padding-top:10px;
	margin-bottom:30px;
}

#pre-body h4 {
	width:520px !important;
}


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;
	line-height:1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	line-height: 1.8em;
	}
.comment-body {
	line-height:1.5em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	margin:2px 0;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code, blockquote {
	font: 1.1em 'Courier New', Courier, Fixed;
	color:#333333;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
.clear {
	clear: both;
}

.entry ul li:before  {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry a {
	text-decoration:underline;
}

.entry ol li {
	margin: 5px 0;
	padding: 0;
	list-style:decimal;
}

blockquote.code {
	background:#f1f1f1;
	padding:10px;
	margin:10px;
	border:1px #ddd dashed;
}

.demo {
	background:url(../images/btn_demo_off.png) no-repeat;
	color:#fff;
	margin:10px 0;
	padding:5px 0 0 15px;
	display:block;
	width:137px;
	height:25px;
	font-weight:bold;
	text-decoration:none !important;
}

.demo:hover {
	background:url(../images/btn_demo.png) no-repeat;
}