/*
Theme Name: adult-theme23
Theme URI: 
Description: adult-theme23
Version: 1.0
Author: 
Tags: widget ready, valid html, valid css, 3 columns, fixed width
*/
*{margin: 0; padding: 0;}
html {height: 100%}
body {
	font: 12px Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #daffdc url(images/top_bg.gif)  repeat-x top;
	color: #414141;
	text-align: center;
}
a:link, a:visited, a:active, a:hover{color: #EF2B91; text-decoration: underline;}
a:hover{text-decoration: none;}

img {border: none;}
input {vertical-align: middle;}
ul li{list-style: none;}
.clear{ clear: both;}

#wrapper {
	width: 979px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 273px;
	background: url(images/hbg.png) no-repeat center top;
	margin: 0 0 -273px;
	position: relative; z-index: 100;
}
#header .hpadd{ width: 979px; height: 273px; margin: 0 auto; background: url(images/header_bg.jpg) no-repeat center top; }
#header .hlogo{ height: 160px; overflow: hidden; text-align: left;}
#header .hta{ height: 71px; overflow: hidden; padding: 0 495px 0 30px; color: #a03d04;}
#header .hta .htapadd{padding: 5px; }

.top_menu{width: 100%; height: 43px; overflow: hidden; }
.top_menu ul{width: 640px; overflow: hidden; float: left; text-align: left; font-size: 1px; padding: 5px 0 0 2px;  font-weight: 700;}
.top_menu ul li{ display: -moz-inline-stack; display: inline-block; vertical-align: middle; zoom: 1; *display: inline; position: relative; z-index: 99; height: 32px; overflow: hidden; font-size: 14px; line-height: 32px; text-align: center; margin: 0 1px 10px; background: url(images/mi_bg.jpg) no-repeat left top;}
.top_menu ul li a:link, .top_menu ul li a:visited, .top_menu ul li a:active, .top_menu ul li a:hover{color: #fff; text-decoration: none; display: block; background: url(images/mi_bg_right.jpg) no-repeat right top; padding: 0 20px; }
.top_menu ul li a:hover{ text-decoration: underline;}

.top_menu ul li.home{}
.top_menu ul li.home a:link, .top_menu ul li.home a:visited, .top_menu ul li.home a:active, .top_menu ul li.home a:hover{ color: #fff;  background: url(images/mi_bg_right.jpg) no-repeat right top;}
.top_menu ul li.home a:hover{ text-decoration: underline;}
.top_menu .search{width: 300px; height: 43px; float: right; background: url(images/search_bg.png) no-repeat left 5px;}

.search_form{ padding: 8px 0 0 0; text-align: left;}
.search_form .text{border: 0; background: transparent; padding: 4px; margin: 0 0 0 6px; width: 154px; }
.search_form .bttn{width: 107px; height: 24px; background: transparent; cursor: pointer; border: 0; margin: 0 0 0 7px;}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 273px 0 75px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content { padding: 9px 212px 0;}

.post{ margin: 0 0 10px; width: 100%; overflow: hidden;}
.post p{padding: .4em 6px;}
.post p img{ border: 1px solid #F02082;}

#content .title{ width: 100%; background: url(images/title_bg.png) repeat-y left; }
#content .title_top{ background: url(images/title_top.png) no-repeat left top; padding: 10px 50px 10px 60px; }
#content .title h1{ font-size: 16px; padding: 0 6px; width: 355px; float: left; }
#content .title .date{font-size: 10px; color: #fff; padding: 0 6px; width: 50px; float: right; text-align: center; }
#content .title .date span{ font-size: 24px; }
#content .title a:link, #content .title a:visited, #content .title a:active, #content .title a:hover{color: #ffee09; text-decoration: underline;}
#content .title a:hover{text-decoration: none;}

.permalink{ width: 100%; padding: 5px 0; *padding: 5px 0 0; margin: 5px 0 0; font-size: 11px; background: url(images/perma_bg.gif) repeat-y -19px 0; color: #fff;}
.permalink .pleft{float: left; width: 47%; padding: 0 0 0 6px; }
.permalink .pright{float: right; width: 47%; text-align: right; padding: 0 6px 0 0;}
.permalink .pright span{padding: 0 0 0 18px; background: url(images/ico_sheet.gif) no-repeat left top;}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{color: #ffee09; text-decoration: underline;}
.permalink a:hover{text-decoration: none;}


.ptb_bg{width: 100%; background: url(images/post_bg.gif) repeat-y left; overflow: hidden;}
.ptb_b{width: 100%; background: url(images/post_bttm.gif) no-repeat left bottom; padding: 0 0 6px;}
.ptb_padd{ padding: 0 19px; }



/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 209px;
	position: relative;
	margin-left: -100%;
}

.sl .sb_padd{padding: 5px 0 0 0;}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	margin-left: -209px;
	width: 209px;
	position: relative;
}
.sr .sb_padd{padding: 5px 0 0 0;}

.sidebar .title{ width: 100%; line-height: 65px; text-align: center; color: #ef1f7e;}
.sidebar .title h1{ font-size: 16px; }
.sidebar ul{ padding: 10px 0; width: 92%; margin: 0 auto; }
.sidebar ul li{ background: url(images/bullet.gif) no-repeat left 5px; padding: 0 0 0 10px;}
.sidebar p{ margin: .4em 10px; }
.sidebar img{ margin: 5px auto;}

.sidebar .widg{width: 100%; background: url(images/widg_bg.gif) repeat-y center; margin: 0 auto 8px;}
.sidebar .widg_top{width: 100%; background: url(images/cat_bg.png) no-repeat center top; }
.sidebar .widg_bttm{ padding: 0 10px 13px; background: url(images/widg_bttm.png) no-repeat center bottom; }

.sidebar a:link, .sidebar a:visited, .sidebar a:active, .sidebar a:hover{color: #7e3104; text-decoration: underline;}
.sidebar a:hover{ color: #f02485; background: #fff; text-decoration: none;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -75px auto 0;
	height: 75px;
	background: url(images/bttm_bg.gif) repeat-x bottom;
	font-size: 11px;
	overflow: hidden;
}
#footer .fpadd{ width: 979px; height: 75px; background: url(images/footer_bg.png) no-repeat bottom; margin: 0 auto;}
#footer p{ padding: 25px 270px; 0; *padding: 15px 270px; 0; }

h2
{
	font-weight:400;
	font-size:18px;
}

h3
{
	font-weight:400;
	font-size:16px;
}

#commentform #author,#commentform #email,#commentform #url,#commentform textarea
{
	background:#fff;
	border:1px solid #333;
	padding:.2em;
}

#commentform textarea
{
	width:98%;
}

#commentlist li ul
{
	border-left:1px solid #717679;
	font-size:110%;
	list-style-type:none;
}

#commentlist li .avatar
{
	float:right;
	margin-right:25px;
	border:1px dotted #ccc;
	padding:2px;
}

#wp-calendar
{
	border:1px solid #E3771D;
	empty-cells:show;
	font-size:14px;
	width:90%;
	margin:5px auto 10px;
}

#wp-calendar a
{
	color:#000;
	display:block;
	text-decoration:none;
}

#wp-calendar #next a
{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a
{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a:hover
{
	background:#e0e6e0;
	color:#717679;
}

#wp-calendar caption
{
	color:#E3771D;
	font-size:14px;
	text-align:center;
}

#wp-calendar td
{
	color: #E3771D;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing:normal;
	text-align:center;
	padding:2px 0;
}

#wp-calendar td.pad:hover
{
	background:#fff;
}

#wp-calendar td:hover,#wp-calendar #today
{
	background:#eee;
	color:#000;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

p img
{
	max-width:100%;
	padding:0;
}

img.alignright
{
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft
{
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

.right ul li
{
	margin:0 10px;
}

.right ol li
{
	margin:0 20px;
}

img,.left ul li ul li,.left ul li ul li ul li
{
	border:0;
}



img.centered,.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #E94B0B;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
