/*  
Theme Name: Lexi-Ainsworth.net
Theme URI: http://sweetrevelation.org
Description: Theme by Sweet Revelation
Version: 1.0
Author: Flor
Author URI: http://sweetrevelation.org
*/

/* ----------------------------------------- GENERAL -----------------------------------------*/

* {
margin: 0;
padding: 0;
}

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	vertical-align:top;
	background: url(images/bg.jpg) repeat-x #efe9d6;
	color:#333;
}

a:link, a:visited {
	text-decoration: none;
	color:#616c67;
}

a:hover, a:active {
	color:#455e71;
}

p{
padding: 4px;
}

img {
	border: none;
}

blockquote{
	padding: 5px;
	margin: 15px 30px 15px 30px;
	text-align: justify;
	background: #fff9e4;
	border-left: solid 4px #3d5263;
}

#wrapper {
	width:1000px;
	margin: 0px auto 0px auto;
	text-align:left;
	padding: 0;
}

input, textarea, select, button {
	color:#616161;
	background: #ffffff;
	border: 1px solid #616161;
	padding: 3px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
	color:#000;
	background: #fff;
	border: 1px solid #000000;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	text-transform:uppercase;
	color:#eae1c2;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-shadow: #2c2c2c 2px 2px 2px;
	font-style: italic;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#eae1c2;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	height: 31px;
	text-transform:capitalize;
	text-align:center;
	color:#eae1c2;
	padding: 0px 0 0 5px;
	background:url(images/h2.png) no-repeat;
	margin: 0 0 0 0px;
	font-style: italic;
	text-shadow: #2c2c2c 2px 2px 2px;
}
/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	padding:0 0 0 0px;
	width: 1000px;
	margin: 0px auto 0px auto;
	height:350px;

}

.welcome {
	position: relative;
	top: 170px;
	left: 440px;
	width: 280px;
	text-align: center;
	color: #efe9d6;
}

.affiliates {
	position: relative;
	top: 110px;
	left: 740px;
	width: 200px;
	text-align: justify;
	color: #efe9d6;
}

/* ----------------------------------------- SIDEBAR -----------------------------------------*/

.sidebar{
	background: url(images/sb_bg.png) repeat-y;
	padding: 0px 4px 0px 5px;
}

.sidecontent {
	padding: 4px 4px 3px 4px;
       
}

.presidebar {
	margin: 0 4px 8px 4px;
	float: left;
	width: 222px;
}
/* ----------------------------------------- CONTENT -----------------------------------------*/

#content{
	float: left;
	width: 530px;
	margin: 0 0 8px 4px;
	padding: 0 3px 3px 3px;
	text-align:justify;
}

.posttitle {
	width: 524px;
	height: 52px;
	float: left;
	background: url(images/posttitle.png) no-repeat;
	padding: 3px 0 0 0;
	text-align: left;
}

.pagetitle {
	width: 524px;
	height: 42px;
	float: left;
	background: url(images/posttitle.png) no-repeat;
	padding: 13px 0 0 0;
	text-align:center;
}

.pd_box {
	width: 520px;
	height: 14px;
	line-height: 14px;
	float: left;
	vertical-align:middle;
	padding: 0px 0 0 10px;
	color: #efe9d6;
}

.pd_box  a:link, .pd_box  a:visited {
	color:#b0b9b7;
}

.pd_box  a:hover, .pd_box a:active {
	color:#a20b1b;
}

.entry {
	clear:both;
	padding: 8px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}
/* ----------------------------------------- COMMENTS -----------------------------------------*/

.comments-template{
	margin: 10px 0 10px 0;
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	height: 31px;
	text-transform:capitalize;
	text-align:center;
	color:#eae1c2;
	padding: 0px 0 0 5px;
	background:url(images/h2com.png) repeat-x;
	margin: 0 0 0 0px;
	font-style: italic;
	text-shadow: #2c2c2c 2px 2px 2px;
}


/* ----------------------------------------- FOOTER -----------------------------------------*/

#footer {
	text-align: center;
	line-height: 24px;
	clear:both;
	margin: 8px 0 0 0;
	color: #333;
}