/*  
Theme Name: Shanelle Gray
Theme URI: http://sweetrevelation.flirtatious.org
Description: 3 column WP Theme
Version: 1.0
Author: Flor - Sweet Revelation
Author URI: http://sweetrevelation.flirtatious.org
*/

/* ----------------------------------------- GENERAL -----------------------------------------*/

* {
margin: 0;
padding: 0;
}

body {
	margin:0;
	font-family: verdana, tahoma, Sans-serif;
	font-size:7pt;
	text-align:center;
	vertical-align:top;
	background: url(images/bg.jpg) repeat-x #c4c4c4;
	color:#333;
}

a:link, a:visited {
	text-decoration: none;
	color:#fff;
}

a:hover, a:active {
	text-decoration: underline;
}

p{
padding:0;
}

img {
	border: none;
}

blockquote{
	padding: 5px;
	margin: 15px 30px 15px 30px;
	text-align: justify;
	background: #bdbdbd;
	border-left: solid 4px #fed4d6;
}

#wrapper {
	width:940px;
	margin: 0px auto 0px auto;
		text-align:left;
	padding: 0;
}

.welcome {
	width: 300px;
	height: 95px;
	position: relative;
	top: 190px;
	left: 480px;
	text-align:center;
	color: #fff;
	font-size: 10px;
}

.act4reel {
	width: 300px;
	height: 95px;
	position: relative;
	top: 230px;
	left: 480px;
	text-align:center;
	color: #fff;
	font-size: 10px;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h2 {
	font-family: trebuchet ms, arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-transform:uppercase;
	text-align:left;
	color:#ffd1d1;
	padding: 0 0 0 5px;
	background: #a9a9a9;
	border: solid 1px #9b9a9a;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#ffd1d1;
}
/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	padding:0;
	width: 852px;
	background: url(images/header.jpg) no-repeat center top;
	margin: 0px auto 0px auto;
	height:500px;

}

/* ----------------------------------------- SIDEBAR 1 -----------------------------------------*/

.sidebar{
float: left;
width: 210px;
margin: 0 3px 0 3px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 3px 3px 0 3px;
}

.sidebar ul li{
padding:0;
margin: 0;
}

.sidebar ul ul li{
padding: 1px;
margin: 0;
line-height: 14px; 
}

table#wp-calendar{
width: 100%;
}

.textwidget {
	padding:5px;
	text-align:justify;
}

/* ----------------------------------------- CONTENT -----------------------------------------*/

#content{
float: left;
width: 488px;
margin: 0;
padding: 3px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
text-align:justify;
}

.posttittle {
	width: 482px;
	height: 20px;
	float: left;
	margin: 0 3px 0 3px;
}

.postdata {
	width: 472px;
	height: 30 px;
	float: left;
	text-align:center;
	background-color:#bdbdbd;
	vertical-align:middle;
	margin: 5px 3px 5px 3px;
	padding: 4px;
	border: solid 1px #9b9a9a;
}

.entry {
	clear:both;
	padding: 8px;
	margin-bottom:20px;
	width: 470px;
}

.navigation{
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	background: #a9a9a9;
	border: solid 1px #9b9a9a;
	width: 150px;
	clear:both;
	text-align:center;
	margin-left: 3px;
}

/* ----------------------------------------- COMMENTS -----------------------------------------*/

.comments-template{
	margin: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	clear:both;
}

.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: trebuchet ms, arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-transform:uppercase;
	text-align:left;
	color:#ffd1d1;
	padding: 0 0 0 5px;
	background: #a9a9a9;
	border: solid 1px #9b9a9a;
	margin: 0 0 5px 0;
}

.commentmetadata{
	font-size: 7pt;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: verdana, tahoma, Sans-seri;
	font-size: 7pt;
}

/* ----------------------------------------- FOOTER -----------------------------------------*/

#footer {
	text-align: center;
	line-height: 24px;
	clear:both;
	background: #a9a9a9;
	border: solid 1px #9b9a9a;
}