/*  
Theme Name: Theme001
Theme URI: http://www.adultwpthemes.com/
Description: Widget ready. Tested on WordPress 2.2.3.
Version: 1.0
Author: Adult WordPress Themes
Author URI: http://www.adultwpthemes.com/
*/

body {
	margin: 0;
	padding: 0;
	background: #010101;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #595552;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #010101;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
}

hr {
	display: none;
}

a {
	color: #CFCCC9;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 520px;
	height: 365px;
	margin: 0 auto;
	padding: 0 0 0 460px;
	background: url(images/img01.jpg) no-repeat;
}

#logo {
	width: 520px;
	height: 298px;
	background: url(images/img02.jpg) no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	text-transform: lowercase;
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 190px 60px 0 0;
	letter-spacing: -3px;
	font-size: 48px;
}

#logo p {
	padding: 0 60px 0 0;
	font-size: 24px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	width: 520px;
	height: 67px;
	background: url(images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 115px;
	padding: 23px 0 0 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-size: 18px;
	color: #595552;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #8C857F url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: right;
	width: 550px;
	padding: 90px 60px 0 0;
}

.post {
}

.title {
	text-align: right;
}

.title a {
	text-decoration: none;
	color: #010101;
}

.title a:hover {
	text-decoration: underline;
}

.entry {
	padding: 0 25px 25px 25px;
	background: url(images/img06.gif) no-repeat;
	font-size: 11px;
}

.byline {
	margin: 0 -23px 0 0;
	text-align: right;
	text-transform: lowercase;
	font-size: 14px;
	color: #010101;
}

#comment {
	width: 500px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 222px;
	padding: 40px 0 0 105px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 10px 0;
	background: url(images/img05.gif) no-repeat 0 32px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	margin: 0;
	padding: 10px 0 0 0;
	background: url(images/spacer.gif);
	text-align: right;
	text-transform: lowercase;
	color: #575350;
}

#sidebar h2 {
	text-align: right;
}

#sidebar a {
	text-decoration: none;
	color: #575350;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#sidebar #search {
	background: none;
}

#search input {
	display: none;
}

#search #s {
	display: block;
	width: 220px;
	background: #FFFFFF;
	border: 1px solid #595552;
	font-size: 18px;
}

/* Footer */

#footer {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 60px;
	background: #55514E url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 11px;
	color: #8C857F;
}







