/*
Theme Name: Cork Board Blog Theme 
Description: Cork Board Blog Theme  is a simple and stylish Wordpress Theme brought to you free by <a href="http://jump2top.com/" target="_blank">SEO Services</a>.
Author: SEO Services
Author URI: http://jump2top.com/
Version: 1.0
Tags: white, brown, gray, black, red, 2-columns, right sidebar, widget ready, fixed width, seo friendly, with image

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/background.jpg);
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#wrap {
	width: 930px;
	text-align: left;
	background: url(images/background_main.png) no-repeat;
}
#container {
}
#header {
	height: 154px;
	padding: 0px 30px;
}
#title {
	float: left;
	padding-top: 25px;
}
#topright {
	float: right;
	padding-top: 35px;
	width: 170px;
}
#sidebar {
	float: right;
	width: 200px;
	color: #ffffff;
	font-size: 9pt;
}
#content {
	width: 670px;
	margin: 0px 200px 0px 0px;
	background: url(images/background_content.png) repeat-y;
	padding: 0px 30px;
}
#footer {
	padding-left: 30px;
	color: #ffffff;
	margin-bottom: 10px;
}
.postmetadata {
	padding-bottom: 10px;
	color:#666666;
}
.post {
	padding-bottom: 10px;
}
/* text */
#title h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #ffffff;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 12pt;
	font-weight:bold;
	color: #ffffff;
}
#pagenav {
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 10px;
}
#pagenav li {
	padding: 5px;
	background: #000000;
	width: 150px;
	margin-bottom: 3px;
}
#pagenav li:hover {
	padding: 5px;
	background: #982121;
	width: 150px;
	margin-bottom: 3px;
}
p, #content h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom: 10px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#footer a, #sidebar a {
	color: #ffffff;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
.postmetadata a {
	color:#666666;
	text-decoration: none;
}
blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
a {
	color: #982121;
}
#content h1 {
	color: #333333;
	font-size: 14pt;
}
#content h1 a {
	color: #333333;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	font-size: 12pt;
}
#content h2, h3, h4, h5, h6 {
	color: #000000;
}
#content h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
	text-decoration: none;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #252525; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #252525; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
.searchform {
	margin-bottom: 0px;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
