/*
Theme Name: Geek Blog
Theme URI: http://www.themeslive.com
Description: High quality theme Geek Blog
Version: 1.0
Author: ThemesLive.Com
Author URI: http://www.themeslive.com/
*/


body {
	background: #d6edfd url('images/bgbody.png') repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
}

a { color: #333333; text-decoration: none;}
a:hover { color: #B22222;}

h1, h2 { margin-top:0px;}
h1 { font-size:14pt;}
h2 { font-size:11pt;}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 932px;
	background: url('images/bgpage.png');
	background-repeat: repeat-y;
}

#header {
	margin-top: 0px;
	width: 932px;
	height: 309px;
	background: url('images/bgheader.png');
	background-repeat: no-repeat;
}

#buttons {
	position: absolute;
	left: 645px;
	top: 179px;
	width: 345px;
	height: 37px;
}

#buttonsweb2 {
	position: absolute;
	left: 730px;
	top: -45px;
	width: 345px;
	height: 55px;
}

.titlepost {
	background: url('images/titlepost.png') no-repeat;
	width: 703px;
	height: 52px;
}

.titlepost h2 {padding-top: 15px; margin-left: 30px;}

.title {
	padding-top: 100px;
	padding-left: 30px;
	visibility: hidden;
}

.title a {
	color: #cccccc;
}

.title a:hover {
	color: #ffffff;
}

#pagewrap {
	position: relative;
	width: 932px;
	margin: 0 auto;
	margin-top: 0px;
}

#container {
	float:left;
	width: 703px;
}

.sidebar {
	float:right;
	width: 200px;
	margin-right: 29px;
}

#footer {
	clear: both;
	background: url('images/footer.png') no-repeat;
	padding-bottom: 30px;
}

.copyright {
	position: relative;
	text-align: center;
	top: 10px;
	color: #cccccc;
}

.copyright a {color: #cccccc;}
.copyright a:hover {color: #ffffff;}

.post {
	margin-bottom: 20px;
}

.entry {
	margin-left: 35px;
	margin-right: 35px;
}

.postmetadata {
	font-size: 8pt;
	color: #B22222;
}

.sidebar ul{
	list-style-type: disc;
	color: #cccccc;
}

.sidebar a:hover {color: #FF4500;} 
.sidebar a {color: #cccccc;}



/* COMMENT STYLE CSS */

.comments-template{
	margin: 10px 35px 0 35px;
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


blockquote {
	font-size:8pt;
	color: #666666;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 50px;
}