/*  
Theme Name: AWPT Smoke
Theme URI: http://www.adultwpthemes.com/
Description: Widget-ready for WordPress 2.2+.
Version: 1.0
Author: Adult WordPress Themes
Author URI: http://www.adultwpthemes.com/
*/

body {
	margin: 0;
	padding: 0;
	background: #35839B url(images/img.bg.01.jpg);
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #35839B;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

a {
	color: #35839B;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrappers */

#wrapper {
	background: url(images/img.bg.02.jpg) repeat-x;
}

#wrapper2 {
	width: 920px;
	margin: 0 auto;
	background: url(images/img.bg.03.jpg) repeat-y
}

/* Header */

#header {
	height: 95px;
	background: url(images/img01.jpg) no-repeat;
}

#header h1, #header p {
	display: none;
}

/* Page */

#page {
	background: url(images/img.bg2.01.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 516px;
	padding: 0 0 0 15px;
}

.post {
}

.title {
	margin: 0;
	padding: 0 0 0 45px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

.title a {
	text-decoration: none;
	color: #FEBA16;
}

.entry {
	background: url(images/img05.jpg) repeat-y;
	color: #FFFFFF;
}

.entry-bg {
	padding: 25px 30px 1px 30px;
	background: url(images/img06.jpg) no-repeat;
}

.entry a {
	color: #FFFFFF;
}

.byline, .meta {
	padding: 30px 0 0 45px;
	background: url(images/img07.jpg) no-repeat;
	text-transform: lowercase;
	font-weight: bold;
	color: #7FBDCC;
}

.byline small {
	font-size: 12px;
}

.byline a {
	text-decoration: none;
	color: #FEB505;
}

.byline a:hover {
	text-decoration: underline;
}

.first {
	position: relative;
	margin-top: -54px;
}

.first .entry {
	position: relative;
	background: url(images/img02.jpg) repeat-y;
}

.first .entry-bg {
	background: url(images/img03.jpg) no-repeat;
}

.first .byline {
	background: url(images/img04.jpg) no-repeat;
}

.navigation {
	padding: 0 40px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments, #respond {
	padding: 20px 20px 20px 45px;
}

#comments h3, #respond h3 {
	font-size: 16px;
}

#respond p {
	margin-bottom: 5px;
}

#comment {
	width: 70%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 218px;
	padding: 0 125px 0 0;
}

html>body #sidebar {
	padding-right: 130px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 0 5px 0 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	text-transform: lowercase;
	text-align: right;
}

#sidebar li h2 {
	border-bottom: 2px solid #FEB70A;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
}

#sidebar li li a {
	font-size: 14px;
	font-weight: bold;
	color: #7FBDCC;
}

/* Search */

#searchform {
	margin: 0;
	padding: 15px 0 0 0;
}

#s {
	width: 210px;
	padding: 4px;
	background: #FFFFFF;
	border: none;
}

#searchsubmit {
	display: none;
}

/* Footer */

#footer {
	width: 768px;
	height: 130px;
	margin: 0 0 0 47px;
	background: #073D57;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #FFFFFF;
}

#credits {
	float: right;
	width: 220px;
	height: 100px;
	margin: 0 25px 0 0;
	padding: 10px 10px 0 0;
	background: url(images/img08.jpg) repeat-x;
	text-transform: lowercase;
	text-align: right;
	color: #FFFFFF;
}

#credits a {
	text-decoration: none;
	color: #FEBA16;
}

#credits a:hover {
	text-decoration: underline;
}