/*  
Theme Name: Sweet Tabu
Theme URI: http://sweetrevelation.flirtatious.org
Description: theme by sweet revelation
Version: 1.0
Author: Flor
Author URI: http://sweetrevelation.flirtatious.org
*/

/* ----------------------------------------- GENERAL -----------------------------------------*/

* {
margin: 0;
padding: 0;
}

body {
	margin:0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	vertical-align:top;
	background: url(images/bg.jpg) repeat-x #e7e0e0;
	color:#999;
}

a:link, a:visited {
	text-decoration: none;
	color:#9e0b0e;
}

a:hover, a:active {
	text-decoration: underline;
}

p{
padding:0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

blockquote{
	padding: 5px;
	margin: 15px 30px 0px 30px;
	text-align: justify;
	background: #898989;
	border-left: solid 4px #9e0b0e;
	color: #Fff;
}

#wrapper {
	width:1024px;
	margin: 0px auto 0px auto;
	text-align:left;
	padding: 0;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h2 {
	line-height: 29px;
	color: #d1d0d0;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding: 5px 0 0 15px;
	font-size: 12px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#fff;
}

h1 {
	line-height: 29px;
	color: #d1d0d0;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding: 5px 0 0 15px;
	font-size: 16px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#d1d0d0;
}
/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	padding:0;
	width: 1024px;
	margin: 0px auto 0px auto;
	height:473px;

}

/* ----------------------------------------- SIDEBAR 1 -----------------------------------------*/

.sidebar1{
float: left;
width: 192px;
margin: 0 10px 0 60px;
padding: 0px;
}

.sidebar2{
float: left;
width: 192px;
margin: 0 3px 0 10px;
padding: 0px;
}

.sb_box {
	margin: 0 0 10px 0;
}

.sb_content {
	background:url(images/sb_bg.jpg) repeat-y ;
	padding: 8px 10px 3px 10px;
	color:#999;
}

/* ----------------------------------------- CONTENT -----------------------------------------*/

#content{
float: left;
width: 481px;
margin: 0 5px 0 5px;
padding: 0px;
text-align:justify;
}

.posttittle {
	width: 481px;
	height: 34px;
	float: left;
	margin: 0;
	background:url(images/post_top.jpg) no-repeat;
}

.postdata {
	width: 451px;
	line-height: 16px;
	float: left;
	text-align:left;
	margin: 8px 0 10px 0;
	padding: 0px;
	color: #fff;
	font-size: 9px;
	border-bottom: dotted 1px #fff;
}

.entry {
	padding: 0px 15px 0 15px;
	width: 451px;
	background:url(images/post_bg.jpg) repeat-y;
}

.navigation{
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	background: #898989;
	width: 150px;
	clear:both;
	float: right;
	text-align:center;
	margin: 5px 0 5px 3px;
}

/* ----------------------------------------- COMMENTS -----------------------------------------*/

.comments-template{
	margin:0;
	clear:both;
	padding: 0;
	width: 481px;
	background:url(images/post_bg.jpg) repeat-y;
}

.comments-template ol{
	margin: 0;
	padding: 0 15px 15px 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	line-height: 14px;
	color: #d1d0d0;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding: 0px 0 0 15px;
	font-size: 12px;
}

.commentmetadata{
	font-size: 11px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

.commentform {
	padding: 0 15px 0 15px;
}

input, textarea, select, button {
font-size:7pt;
color:#616161;
background: #ffffff;
border: 1px solid #616161;
margin: 3px;
padding: 3px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#616161;
background: #fff;
border: 1px solid #000000;
margin: 3px;
padding: 3px;}


/* ----------------------------------------- FOOTER -----------------------------------------*/

#footer {
	text-align: center;
	line-height: 24px;
	background: #898989;
	margin-top: 8px;
	clear:both;
	color: #fff;
}