/*
Theme Name: AWPT
Theme URI: http://www.adultwpthemes.com/
Description: WordPress theme for www.adultwpthemes.com. Tested on WP2.2.1.
Version: 1.0
Author: AdultWPThemes.com
Author URI: http://www.adultwpthemes.com/
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #393A3C url(images/img01.gif) repeat-x;
}

body, th, td, input, textarea {
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #3A3B3D;
}

a {
	color: #1EAEC8;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.thumbnail {
	float: left;
	padding: 0 30px 0 0;
	border: 1px;
}

/* Wrapper */

#wrapper {
	width: 931px;
	height: 1000px;
	min-height: 1000px;
	margin: 0 auto;
	background: #FFFFFF url(images/img02.gif) repeat-y;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	height: 100px;
	background: url(images/img04.gif) no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 400px;
	height: 100px;
	padding: 0 0 0 21px;
	background: url(images/img03.jpg) no-repeat 21px 0;
}

#logo h1, #logo p {
	text-indent: -9999px;
}

#logo h1 a {
	display: block;
	width: 400px;
	height: 80px;
}

/* Menu */

#menu {
	float: left;
	width: 319px;
	height: 100px;
}

#menu ul {
	padding: 8px 0 0 0;
	text-align: right;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 14px;
	color: #393A3C;
}

#menu a {
	padding: 0 15px;
	border-left: 1px solid #393A3C;
	text-decoration: none;
	color: #393A3C;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}

/* Search */

#search {
	float: left;
	width: 186px;
	height: 98px;
	padding: 2px 0 0 5px;
	background: url(images/img05.gif) no-repeat;
}

#search fieldset {
	border: none;
}


#search legend {
	display: none;
}

#searchtext {
	width: 132px;
	height: 19px;
	background: #FFFFFF;
	border: 1px solid #3A3B3D;
}

#searchsubmit {
	border: none;
	background: none;
	text-transform: lowercase;
}

/* Page */

#page {
	background: url(images/img06.gif) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 653px;
	padding: 0 0 0 55px;
}

.post {
}

.post p, .post ol, .post ul {
	margin-bottom: 1.5em;
}

.post ol, .post ul {
	list-style-position: inside;
}

.post .title {
	padding: 30px 0 25px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #1EAEC8;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px solid #1EAEC8;
}

.post .byline {
	text-transform: lowercase;
}

.post .entry {
	padding: 0 20px;
	line-height: 20px;
}

.post .entry h2, .post .entry h3 {
	margin-bottom: 1em;
}

.pagetitle {
}

/* Comments */

#comments {
	margin-bottom: 1em;
}

.commentlist {
	margin: 0 20px;
	list-style-position: inside;
}

.commentlist li {
	margin-bottom: 1em;
}

/* Respond */

#respond {
	margin-bottom: 1em;
}

/* Pager */

#pager {
	padding: 20px 0 0 0;
}

#pager a {
	text-decoration: none;
}

#pager a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 175px;
	padding: 0 15px 0 0;
	text-align: right;
	color: #FFFFFF;
}

#sidebar ul {
	padding: 0 0 0 15px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	padding: 0;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	text-transform: lowercase;
}

#sidebar h2 {
	border-bottom: 1px solid #2D707D;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

/* Footer */

#footer {
	padding: 100px 0 0 0;
	text-transform: lowercase;
	font-size: 9px;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
