/*
Theme Name: Bare Black
Description: Bare Black is a dark and simple WordPress theme designed by <a href="http://bloguni.com/" target="_blank">BlogUni Free Blog Site</a>
Author: BlogUni Free Blog Site
Author URI: http://bloguni.com/
Version: 1.0
Tags: black, white, gray, 2-columns, right sidebar, widget ready, fixed width, seo friendly

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	color: #ffffff;
	font-size: 8pt;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
}
#wrap {
	width: 900px;
	background: url(images/background_wrap.gif) repeat-y;
	text-align: left;
}
#header {
	background: url(images/background_header.gif) no-repeat;
	height: 147px;
	padding: 0px 0px 0px 15px;
}
#title {
	height: 100px;
	float: left;
}
#topright {
	float: right;
	padding-top: 25px;
	height: 65px;
}
#pagenav {
	height: 37px;
	font-size: 10pt;
	padding-top: 10px;
	font-weight: bold;
	clear: both;
}
#main {
	padding: 15px 15px 30px 15px;
	background: url(images/img_footer.gif) no-repeat bottom;
}
#sidebar {
	width: 172px;
	float: right;
	padding: 0px 0px 15px 10px;
}
#content {
	width: 650px;
	margin: 0px 197px 0px 0px;
	padding-bottom: 15px;
	padding: 0px 10px;
}
#firstcontent {
	margin: 5px 10px 15px 5px;
	border: 1px solid #363636;
	padding: 15px;
}
#footer {
	clear: both;
	margin-bottom: 10px;
	text-align:center;
	color:#ababab;
}
.post {
	margin-bottom: 15px;
}
.postmetadata {
	color: #999999;
	padding-top: 10px;
}
.searchform {
	padding: 10px 15px 15px 15px;
/*	border: 1px solid #363636;
	background-color: #111111; */
}
/* text */
a {
	color:#666666;
	text-decoration: none;
}
#title h1 {
	font-size: 16pt;
	padding-top: 25px;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 12pt;
	color: #cccccc;
}
#footer a {
	color: #ababab;
	text-decoration: none;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li a {
	color: #ffffff;
	padding-right: 20px;
	text-decoration: none;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
}
#content h1 a {
	color: #ffffff;
	text-decoration:none;
}
h2 {
	font-size: 12pt;
}
h2 a {
	text-decoration: none;
	color: #ffffff;
}
h3, h4 {
	font-size: 11pt;
}
p, #content h1, h2, h3, h4, ol, ul, #calendar_wrap, #comments {
	padding-bottom: 10px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
td, th {
	padding: 2px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar {	
	color: #cccccc;
}
#sidebar a {
	color: #cccccc;
	text-decoration: none;
}
caption {
	font-weight: bold;
	font-size: 9pt;
}
.postmetadata a {
	color: #999999;
	text-decoration:none;
}
small {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
}
blockquote {
	margin: 10px;
	font-size: 9pt;
	font-style: italic;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #363636; 
	padding: 5px;
	font-size: 8pt;
	background-color: #000000;
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #363636;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#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;
}

/* wp default */

.navigation {
	margin: 10px 0px;
	padding-bottom: 10px;
}
.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;
}