/*  
Theme Name: The Seduction Blog
Theme URI: 
Description: The Seduction Blog
Version: 1.0
Author: Adii
Author URI: http://www.adii.co.za/
*/
/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	color: #000000;
	font: .8em Tahoma,Arial,Helvetica,Sans-Serif;
}
a{
	color: #c70000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #cdcdcd 1px solid;
	font-size: 13px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	padding: 0 20px;
	width: 880px;
}
/*=== Header ===*/
#header{
	background: url(images/header-bgr.gif) repeat-x top left;
	height: 143px;
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	margin: -20px 0 0 -3px;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 114px;
	width: 341px;
}
/*- Slogan -*/
#header p{
	clear: both;
	font-size: 28px;
	height: 56px;
	line-height: 56px;
	text-align: right;
}
/*- Top Menu -*/
#header ul{
	float: right;
	padding: 32px 0 0;
}
#header li{
	background: url(images/topmenu-sep.gif) no-repeat right;
	float: left;
	font-size: 18px;
	padding: 0 11px 0 9px;
}
#header li.rss{
	background: none;
	padding-right: 0;
}
#header li.rss a{
	background: url(images/ico-rss.gif) no-repeat left;
	padding: 0 0 0 20px;
}
#header li a{
	color: #000000;
}
#header li a:hover,
#header li.active a{
	color: #be0000;
	text-decoration: none;
}
/*=== Columns ===*/
#columns{
	background: url(images/columns-bgr.gif) repeat-y left;
	padding: 0 0 20px;
}
#columns h2, #search label{
	color: #c70000;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 15px;
}
#columns p{
	padding: 0 0 15px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 20px 0 0;
	width: 630px;
}
/*- Post Info -*/
#centercol p.postinfo{
	background: url(images/ico-post.gif) #cdcdcd no-repeat left;
	font-size: .9em;
	margin: 0 0 25px;
	padding: .8em 0 .8em 25px;
}
#centercol .comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 15px;
}
#centercol .comments a{
	color: #000000 !important;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	margin: 15px 0 0;
	width: 220px;
}
#columns #rightcol h2{
	padding: 0 0 3px;
	text-align: right;
	text-transform: uppercase;
}
/*=== Styling Lists ===*/
#rightcol ul{
	background: url(images/hl-dash2.gif) repeat-x top left;
	margin: 0 0 20px;
}
#rightcol ul li{
	background: url(images/hl-dash2.gif) repeat-x bottom left;
	font-size: 1.3em;
	padding: 7px 0 8px 2px;
}
#rightcol ul li a{
	color: #000000;
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 90px;
}
#search label{
	display: block;
	padding: 0 0 5px;
	text-align: right;
	text-transform: uppercase;
}
#search input{
	float: left;
	font-size: 16px;
	margin: 0 5px 0 0;
	width: 172px;
}
#search .btn{
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
/*=== Footer ===*/
#footer{
	background: url(images/hl-dash.gif) repeat-x top;
	clear: both;
	font-size: 1.2em;
	padding: 15px 0;
	text-align: right;
}
#footer a{
	color: #000000;
}
/*=== Comments ===*/
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #cdcdcd;	
}
/*=== Entry Contents ===*/
.entry {
	font-size:1em;
	line-height:1.4em;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
/*=== Misc. ===*/
.pagetitle-alt {
	color:#000 !important;
	font-weight:bold;
	font-size:1.4em !important;
	letter-spacing:0.1em !important;
	background:#cdcdcd;
	padding:5px !important;
	margin-bottom:15px;
}
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.navigation {
	font-weight:bold;
	font-size:1.3em;
}
.alignleft {
	float:left;
	display:inline;
}
.alignright {
	float:right;
	display:inline;
}
