/*  
Theme Name: Just Leighton
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: trebuchet ms, verdana, tahoma, Sans-serif;
	font-size: 11px;
	text-align:center;
	background: url(images/bg2.jpg);
	color:#757575;
}

a:link, a:visited {
	text-decoration: none;
	color:#4b6a6f;
}

a:hover, a:active {
	color:#6098a1;
}

p{
	padding:0 0 12px 0;
}

#header img {
	border: none;
	padding: 0px;
	background: none;
}

img {
	border: dotted 1px #829ea2;
	padding: 1px;
	background-color: #fff;
	margin: 0 0 2px 2px;
}

blockquote{
	padding: 7px;
	margin: 15px 30px 15px 30px;
	text-align: justify;
	background: #e0e3e3;
	border: dotted 1px #829ea2;
}

#wrapper {
	width:950px;
	margin: 0px auto 0px auto;
	text-align:left;
	padding: 0;
}

em {
	color: #8a8a8a;
}

strong {
	color: #8a8a8a;
}

u {
	color: #8a8a8a;
}

input, textarea, select, button {
	font-size:7pt;
	color:#616161;
	background: #ffffff;
	border: 1px solid #616161;
	padding: 3px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
	color:#959595;
	background: #fff;
	border: 1px solid #000000;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h1 {
	font-family: georgia, times, times new roman, serif;
	font-size: 18px;
	line-height: 35px;
	text-transform: lowercase;
	text-align:center;
	color:#e9f8f4;
	padding: 3px 0 2px 0px;
	font-weight: normal;
	letter-spacing: 1px;
	letter-spacing: 0.15em;
	text-shadow: 0.07em 0.07em #a5b5b5;
	margin: 0;
	background: url(images/h1.jpg) repeat-x top #829ea2;
	font-style: italic;
		-moz-border-top-left-radius: 1em;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-righy-radius: 1em;
	-webkit-border-top-right-radius: 12px;
	border-bottom: solid 1px #becdcd;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#e9f8f4;
}

h2 {
	font-family: georgia, times, times new roman, serif;
	font-size: 18px;
	line-height: 35px;
	text-transform: lowercase;
	text-align:center;
	color:#e9f8f4;
	padding: 3px 0 2px 0px;
	font-weight: normal;
	letter-spacing: 1px;
	letter-spacing: 0.15em;
	text-shadow: 0.07em 0.07em #a5b5b5;
	margin: 0;
	background: url(images/h1.jpg) repeat-x top #829ea2;
	font-style: italic;
		-moz-border-top-left-radius: 1em;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-righy-radius: 1em;
	-webkit-border-top-right-radius: 12px;
	border-bottom: solid 1px #becdcd;
}
/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	background: url(images/bg.jpg) repeat-x;
}

.subheader {
	width: 950px;
	margin: auto;
	height:400px;
	text-align: left;
}

.welcome {
	position: relative;
	top: 290px;
	left: 350px;
	width: 350px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #495a5c;
	font-family: georgia, times, times new roman, serif;
}

.affiliates {
	position: relative;
	top: 220px;
	left: 745px;
	width: 190px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #829ea2;
	font-family: georgia, times, times new roman, serif;
}

/* ----------------------------------------- ROLLOVER -----------------------------------------*/
a.menu, a.menu:visited {	
	display: block;
	width: 80px;
	height: 58px;
	text-decoration: none;
	background: url(images/menubg.jpg);
	line-height: 58px;
}

a.menu:hover, a.menu:active  {
	background-position: 0 -58px;
}

.menu {
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #77c1b6;
	font-family: georgia, times, times new roman, serif;
}

.menu a:link, .menu a:visited, .menu a:active {
	color:#fff;
}

.menu a:hover {
	color:#c1cfd1;
}

/* ----------------------------------------- SIDEBAR 1 -----------------------------------------*/

.sidebar{
	float: left;
	width: 220px;
	margin: 0px 0px 0 0px;
	padding: 0px 0px 0 0px;
	border: solid 2px #a5b5b5;
	background: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 14px;
}

.sidebarbox {
	padding:5px 2px 5px 2px;
	margin: 0 0 1px 0;
}



/* ----------------------------------------- CONTENT -----------------------------------------*/

#content{
	float: left;
	width: 481px;
	margin: 0px 6px 0 6px;
	padding: 0 0px 6px 0px;
	text-align:justify;

}

.post {
	clear:both;
	margin: 0 0 20px 0;
	border: solid 2px #a5b5b5;
	background: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 14px;
}

.date {
	width: 50px;
	height: 33px;
	float: left;
	margin: 0 5px 0 0;
	text-align:center;
	padding-top: 6px;
	border-left: solid 1px #fff;
	border-right: solid 1px #becdcd;
	border-bottom: solid 1px #becdcd;
	border-top: solid 1px #fff;
	background: #fff;
	-moz-border-top-left-radius: 1em;
	-webkit-border-top-left-radius: 14px;
}

.month {
	font-family: georgia, times, times new roman, serif;
	font-size: 9pt;
	font-weight:normal;
	color: #416065;
}

.day {
	font-family: georgia, times, times new roman, serif;
	font-size: 9pt;
	font-weight:normal;
	color: #c3cbcb;
}

.title {
	width: 100%;
	margin: 0 0 0 0px;
	float: left;
	clear:both;
}

.postdata {
	width: 100%;
	color: #829ea2;
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	background: #dee3e3;
	border-bottom: dotted 1px #829ea2;
}

.entry {
	clear:both;
	padding: 8px 20px 8px 20px;
	margin-bottom:2px;
	
}

.navigation{
	font-size: 12px;
	line-height: 22px;
	text-transform:lowercase;
	text-align:center;
	color:#333333;
	padding: 1px 0 3px 0px;
	font-weight: normal;
	width: 100%;
	clear:both;
	margin: 0;
	background: url(images/h1.jpg) repeat-x top;
	border-bottom: solid 1px #829ea2;
	border-top: solid 1px #fff;
	-moz-border-bottom-left-radius: 0.8em;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-bottom-right-radius: 0.8em;
	-webkit-border-bottom-right-radius: 12px;
}

/* ----------------------------------------- COMMENTS -----------------------------------------*/

.comments-template{
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0px 0 10px 0;
	clear: both;
}

.comments-template p {
	margin: 10px;
}

.comments-template textarea {
	width: 450px;	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 10px;
	background: #d7dbdc;
}

.comments-template h2, .comments-template h2{
	font-family: georgia, times, times new roman, serif;
	font-size: 18px;
	line-height: 35px;
	text-transform: lowercase;
	text-align:center;
	color:#e9f8f4;
	padding: 3px 0 2px 0px;
	font-weight: normal;
	letter-spacing: 1px;
	letter-spacing: 0.15em;
	text-shadow: 0.07em 0.07em #a5b5b5;
	margin: 0;
	background: url(images/h1.jpg) repeat-x top #829ea2;
	font-style: italic;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-righy-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom: solid 1px #becdcd;
}

.comments-template p.nocomments{
	padding: 0;
}

/* ----------------------------------------- FOOTER -----------------------------------------*/

#footer {
	border-top: solid 1px #fff;
	background: url(images/h1.jpg) repeat-x bottom;
	padding: 10px 0 4px 0;
	margin: 10px 0 0px 0;
	clear: both;
	line-height: 14px;
	color: #fff;
}

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
