/*
Theme Name: Sex God
Theme URI: http://SexGodMethod.com
Description: Custom Theme for Daniel Rose - The Sex God Method
Version: 1.0
Author: Keith Solomon
Author URI: http://reciprocity.be/
*/

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
	color: #666;
	font: 13px/12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Form Elements */
form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 1px;
	border: 1px solid #AFA186;
	background-color: #f7f9fd;
	font-size: 1.0em; 
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* Heading Styles */
h1 {
	text-align: left;
	letter-spacing: 1px;
	margin: 0 35px 0 0;
	padding-top: 10px;
	font: 32px Georgia, helvetica, sans-serif;
	color: #FFFFFF;
}

h2, h3 {
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
}

h4 {
	font-weight: bold;
	text-align: left;
	font: 18px Georgia, helvetica, sans-serif;
	color: #7C7C7C;
}

h2, h3, h2 a, h2 a:visited {
	color: #8A2602;
}

h1 a:visited {
	color: #FFFFFF;
}

h1 a:hover {
	color: #FFFFFF;
}

h2 a:hover {
	color: #FF9F1E;
}

h3 {
	font-size: 13px;
}	

/* Link Styles */
a {  
	color: #594E42;
	text-decoration: none;
}	

a:visited {
	color: #7A2602;
	text-decoration: none;
}

a:hover {
	color: #FFA037;
	text-decoration: none;
}		

a img {
	border: none;
}		

/* Miscellaneous conveniences: */
.right {
	float: right;
}

.left {
	float: left;
}

.center {
	display: block;
	margin: 0 auto;
	padding: 0;
}

.clear {
	clear: both;
}

blockquote {
	background-color: #F7F7F7;
	border-left : 5px solid #D9D9D9;
	}

blockquote p {
  padding:10px 20px;
}

code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
}	

small {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
}	

strike, del {
	text-decoration: line-through;
}	

/* Positioning Elements */
body {
	background: url(images/bg.png) repeat 0 0;
}

#wrap {
	margin: 10px auto;
	padding: 0;
	width: 780px;
}

#header {
	background: url(images/header.png) no-repeat 0 0;
	cursor: pointer;
	height: 150px;
}

#menu {
	background: url(images/menu.png) no-repeat 0 0;
	height: 28px;
	padding-top: 8px;
	padding-left: 130px;
}

#menu a {
  line-height:18px;
}

#pagecontent {
	margin-bottom: 10px;
}

#content {
	background: #fff;
	border-right: 1px solid #e8e8e8;
	float: left;
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 10px;
	width: 579px;
}

#sidebar {
	background: #fff;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0px;
	width:180px;
}

/* Header Elements */

/* Menu Elements */
#menu h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#menu h2 a {
	color: #000;
}

#menu h2 a:hover {
	text-decoration: underline;
}

/* Content Elements */
.posttitle,.searchtitle {
	padding: 5px 0 0;
	margin: 0px;
	font-weight: bold;
	font: 18px Georgia, Lucida, Verdana, serif;
	color: #666666;
}

.postdate {
	border-bottom: #e8e8e8 1px solid;
	color: #c7bab1;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-bottom: 1px;
	text-align: right;
	text-transform: uppercase;
}

.entry {
	font-size: 1em;
	line-height: 1.4em;
}

.entry a {  
	font-weight: bold;
}

.entry ol li {
	list-style: decimal inside;
}

.entry ul li {
	list-style: none;
	padding-left: 20px;
	background: url(images/li.gif) no-repeat top left;
}

.entry form { 
	text-align: left;
}

.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #7F7F7F;
}	

.entry input[value="Submit"] {
	font-size: 9px;
	cursor: default;
}

.entry input[value="Submit"]:hover { /*-- does not work in IE --*/
	background-color: #EFEDED;
}

.postmetadata {
	width: 99%;
	margin: -1px 0px 0px;
	padding: 3px;
	border-top: 1px solid #e8e8e8;
	color: #999999;
	text-align: left;
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
}

/* Comments Styles */
#feedback {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #e8e8e8;
}

.submit{ 
	margin: 0;
	padding:0 0.5em;
}

#commentform textarea {
	border: 1px solid #c1c1c1;
	background-color: #f7f9fd;
	width: 99%;
}

#commentform textarea:focus {
	background-color: #ffffff;
	border: 1px solid #555555;
}

#commentlist {
	font-size: 11px;
	margin: 0 0 0 8px;
	padding: 0;
}

#commentlist li {
	margin: 0;
	margin-top: 8px;
	padding: 5px;
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #cccccc;
}

.color1 {
	background-color: #f7f9fd;
}

.color2 {
	background-color: #ffffff;
}

#commentlist p {
	margin: 4px 0;
}

#commentform {
	width: 99%;
	padding: 0;
	margin: 0;
}

.comment-feedback {
	padding-bottom: 1px;
	margin: 0;
}

/* Sidebar Elements */
#sidebar ul {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 3px;
}

#sidebar ul li ul {
	list-style-type: none;
	list-style-image: none;
}	

#sidebar ul li ul li {
	color: #000;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li ul li a {
	color: #000;
	font-weight: normal;
}	

#sidebar ul li ul li a:hover {
	color: #FFA037;
	text-decoration: none;
}		

#sidebar h2 {
	border-bottom: 1px solid #e8e8e8;
	height: 20px;
	text-align: right;
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 20px;
	color: #000;
}	

.topsform {
	margin: auto 0 0 2px;
	padding: 0px;
	width: 170px;
	height: 16px;	
	background-color: #FFFFFF;
	border:1px solid #A69687;
	float: left;
}	

.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 67%;
	height: 100%;
	border: none;
	background-color: #FFF;	
}	

.topsformsubmit{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #553B21;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #FFF;
	border: none;
	border-left:1px solid #7F7F7F;
	cursor: default;
}

.topsformsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #6B543F;
}	
