/*  
Theme Name: Lesbilicious (V2)
Theme URI: http://www.lesbilicious.co.uk
Description: The custom theme designed and coded for Tasty Publishing by <a href="http://www.ki-media.co.uk/">Ki Media</a>.
Version: 2.1
Author: Ki Media
Author URI: http://www.ki-media.co.uk/

This Theme is private and not availible without express permission from Tasty Publishing or Ki Media

*/

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}


/* Begin Typography & Colors */
body {
	font-size: 90%;
	line-height: 1.4;
	font-family: 'gill sans', 'geneva', Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}
	

.wrapper {
	text-align: left;
	max-width:980px;
	min-width:760px;
	width: expression(document.body.clientWidth > 980 ? "980px" : (document.body.clientWidth < 760 ? "760px" : "94%"));
	margin: auto;
	position: relative;
}
	
#header .wrapper {
	margin: 0 auto;
	position: relative;
}

#content {
	border: 5px solid #CDCDCD;
	border-top: none;
	border-bottom: none;
	background: white url('images/content_bg.gif') repeat-y top right;
}

body.page #content {
	background: white url('images/content_pg_bg.gif') repeat-y top right;
}

body.front #content {
	background: white;
}

/* End Typography & Colors */



/* =Begin Structure */
	
#header{
	background: #222222 url('images/lesbi_header_bg.jpg') repeat-x top center;
	border-bottom: 10px solid #87DCFB;
	padding-top: 10px;
}

#header a{
	color: #FFFFFF;
}
	
h1 a{
	color: #FFFFFF;
}
	
h1{
	height: 120px;
	width: 280px;
	position: relative;
	font-size: 80%;
	text-align: center;
}

h1 span {
	position: absolute;
	top: 0;
	left: -2px;
	height: 100%;
	width: 100%;
	background: transparent url('images/lesbi_strap_logo.jpg') no-repeat;
}

#top_banner, #header a img{
	position: absolute;
	top:20px;
	right: 20px;
}


.adbanner{
	margin-bottom: 10px;
}

.adbanner img{
	float: right;
}

img.social{
	margin: 0 0 10px !important;
	float: left;
}

img#myspace, img#homepage{
	margin-right: 10px !important;
}
	
#footer{
	background: #222222;
	border-top: 10px solid #87DCFB;
	border-bottom: 15px solid #222222;
	padding: 5px;
	display: block;
	color: #74A268;
}

#footer p {
	margin: 10px 0 0 12px;
	/*position: absolute;
	bottom: 0px;
	left: 0px;*/
}

#footer a {
	color: #74A268;
	text-decoration: none;
}

#footer ul{
clear: both;
}

#footer ul li{
	float: left;
	list-style: none;
}

#footer ul li a{
	display: block;
	margin: 0 15px;
	text-decoration: none;
	color: white;
}

#footer ul li#rss a{
	background: transparent url('images/rss.jpg') no-repeat center right;
	padding-right: 24px;
}

/************** =Nav **************/

#nav{
	margin: none;
	display: block;
	font-size: 82%;
}

#nav li{
	float: left;
	list-style: none;
}

#nav li a{
	display: block;
	padding:  8px 14px 5px 8px;
	background: #74A268 url('images/nav_but_shad.gif') no-repeat top right;
	margin: 0 2px;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}

#nav li#home a{
	background-color: #990000;
	color: white;
}

#nav li#articles a{
	background-color: #FFCC00;
}

#nav li#events a, #nav li#gallery a{
	background-color: #FF8609;
	color: #222222;
}

#nav li.current a{
	background-color: #87DCFB !important;
	color: #222222 !important;
}

/************** =Columns **************/


#maincol{
	width: 60%;
	float: left;
	padding: 10px;
}

body.page #maincol {
	width: 600px;
}

#col1, #col2{
	float:right;
}

#col1{
	padding: 10px;
	width: 120px;
}

#col2{
	padding: 0px 6px 10px 10px;
	width: 124px;
}

#col1 img, #col2 img{
	margin-bottom: 10px;
}

.front #maincol{
	width: 55%;
}

#homecol2{
	float: right;
	width: 300px;
	padding: 10px;
}

.home_bx {
	border: 4px solid #CDCDCD;
	padding: 10px;
	margin-bottom: 10px;
}

.latest img{
	float: left;
	border: 4px solid #990000;
	margin-right: 10px;
}

p#latedate{
	border-bottom: 4px solid #74A268;
}

iframe{
	margin-bottom: 10px;
}

#col1 ul, #col2 ul{
	list-style: none;
}

#col2 img.banner{
	/*border-right: 4px solid #657336 ;*/
}

/************** =Posts **************/

.post{
	margin-bottom: 20px;
	margin-top: 20px;
}

.post h2, .post h3{
	margin-bottom: 20px;
	margin-top:0;
}

.post h2 a, .post h3 a, h3#related_h{
	text-decoration: none;
	background: #CDCDCD;
	color: #222222 !important;
	font-weight: bold;
	padding: 4px 10px;
	line-height: 1.4;
	margin-left: -15px;
}

.post h2 a{
	background: #87DCFB;
}

.post h2 a.exclusive, .post h3 a.exclusive{
	background-color: #FFCC00;
}

#beta{
	font-size: 60%;
	font-style: italic;
}

h3#related_h{
	display: inline;
	margin-bottom: 10px;
	background: #990000;
	color: #FFFFFF !important;
}

.post h3{
	color:#990000;
}

.post h2 a:hover, .post h3 a:hover{
	background: #87DCFB;
}

.post small{
	border-bottom: 4px solid #74A268;
	display: block;
	margin-left: 150px;
	margin-bottom: 10px;
}

.post img{
	border: 4px solid #990000;
	float: left;
	margin-right: 11px;
	margin-bottom:10px;
}

.featured{
	border: 4px solid #CDCDCD;
	margin-bottom:10px;
	padding: 10px;
}

.featured h3 a, .exclusive_bx h3 a, .sappho h3 a, .column_bx h3 a{
	text-decoration: none;
	background: #87DCFB;
	color: #222222 !important;
	font-weight: bold;
	padding: 4px 10px;
	line-height: 1.4;
	margin-left: -14px;
}

.exclusive_bx h3 a{
	background: #FFCC00;
	margin-left: -10px;
}

.column_bx h3 a{
	background: #657336;
	margin-left: -10px;
	color: #FFFFFF !important;
}

.exclusive_bx{
	background: #121212 url('images/ex_rib.gif') no-repeat bottom right;
	color: #FFFFFF;
	margin-bottom:10px;
	padding: 10px;
}

.column_bx{
	background: #121212 url('images/column_rib.gif') no-repeat bottom right;
	color: #FFFFFF;
	margin-bottom:10px;
	padding: 10px;
}


.sappho{
		background: #74A268 url('images/sappho_bg.gif') no-repeat bottom left;
		margin-bottom:10px;
		padding: 10px;
		height: 100px;
		display: block;
		text-align: right;
}

.sappho h3{
	margin-bottom: 10px;
	margin-left: 200px;
}

.sappho h3 a {
	background: #990000;
	color: #FFFFFF !important;
	margin-right: -10px;
	margin-left: 0px;
}

.sappho .date{
	display: inline;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

.sappho a.more_link{
	background: #121212;
	padding: 3px 10px;
	color: #FFFFFF !important;
	font-weight: bold;
	padding: 3px 5px;
	margin-left: 5px 10px 5px 0;
	text-decoration: none;
	font-size: 80%;
}

.featured img, .exclusive_bx img, .column_bx img{
	width: 250px;
	height: 185px;
	border: 4px solid #990000;
	float: left;
	margin: 15px 11px 10px 0;
}

.exclusive_bx img, .column_bx img{
	border: 4px solid #FFFFFF;
}

.featured small.date, .exclusive_bx small.date, .column_bx small.date, .latest small.date{
	border-bottom: 4px solid #74A268;
	padding: 15px 0 2px;
	display: block;
	margin-left: 268px;
	margin-bottom: 10px;
}

.exclusive_bx small.date{
	border-color: #FFCC00;	
}

.column_bx small.date{
	border-color: #657336;	
}

.latest small.date{
	margin-left: 148px;
	padding-top: 0;
	margin-bottom: 0;
}

.home_bx h2{
	background: #121212;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 120%;
	padding: 4px 10px;
	margin-left: -14px;
	display: inline;
}

.home_bx a.more_link{
	display: block;
	background: #CDCDCD;
	padding: 3px 10px;
	color: #121212;
	font-weight: bold;
	margin: 10px -10px -10px;
	text-decoration: none;
}

.latest{
	margin-top: 10px;
}

.latest h3{
	background: none;
	font-size: 80%;
	margin-left: 148px;
}

.latest h3 a{
	color: #333333;
	text-decoration: none;
}

img.no_border{
	border: 0;
	float: none;
}

p#intro{
	margin: 10px 0;
	display: block;	

}

a.more_link{
	display: inline;
}

.featured a.more_link, .column_bx a.more_link{
	background: #657336;
	color: #FFFFFF !important;
	padding: 3px;
	font-size: 75%;
	text-decoration: none;
	font-weight: bold;
}

.featured p, .exclusive_bx p, .column_bx p{
	margin-bottom: 10px;
}

.exclusive_bx a.more_link{
	background: #FFCC00;
	color: #121212 !important;
	padding: 3px;
	font-size: 75%;
	text-decoration: none;
	font-weight: bold;
}

div#maincol a, #col1 a{
	color: #657336;
}

a.stbutton{
	color: #222222 !important;
	text-decoration: none;
}

.entry{
	margin-bottom: 10px;
}

.entry a{
	color: #657336;
	padding: 0 4px;
}

.entry a.more-link{
	text-decoration: none;
	color: #222222;
	background: #CDCDCD;
	padding: 2px 4px;
	font-size: 75%;
}

.entry p{
	margin-bottom: 10px;
}

.entry ol, .entry ul{
	margin-left: 20px;
	margin-bottom: 20px;
}

p.postmetadata{
	background: #CDCDCD;
	color: #222222;
	text-decoration:none;
	display: inline;
	padding: 4px 10px;
	font-weight:bold;
	font-size: 80%;
	clear:both;
	margin: 0;
}

p.comments{
	background: #990000;
	color: white;
}

p.comments a {
	color: #FFFFFF;
}


p.postmetadata a {
	text-decoration: none;
	color: #657336;
}


h2.pagetitle{
	margin-bottom: 20px;
}

h2#statpage, h2.pagetitle{
	text-decoration: none;
	background: #87DCFB;
	color: #222222;
	font-weight: bold;
	padding: 4px 10px;
	line-height: 1.4;
	margin-left: -15px;
	display: inline;
	margin-bottom: 20px;
}

.stat{
	margin-top:20px;
}

body.cat1 h2 a, body.cat2 h2 a, body.cat3 h2 a, body.cat4 h2 a, body.cat5 h2 a, body.cat6 h2 a{
	background: #87DCFB;
}

a.stbutton{
	margin: 20px 0;
	display: block;
	color: #222222;
	font-weight: bold;
	clear:both;
}

ul.related_post {
	padding-top: 10px;
}

ul.related_post li{
	list-style: none;
	margin: 3px 0;
}

ul.related_post a{
	background: #CDCDCD;
	color: #222222 !important;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 6px;
}

/************** =search form **************/

form :focus{
	border: 4px solid #87DCFB !important;
}

#maincol #searchform{
	background: #74A268;
	padding: 10px;
	margin-top: 10px;
}

#maincol #searchform input#s{
	width: 420px;
}


#col2 ul li{
	margin-bottom: 10px;
}

#col2 ul li h2{
	font-size:60%;
}


ul li#search{
	background: #87DCFB;
	padding-bottom: 8px;
	margin: 0 -10px 10px;
}


form#searchform input#s{
	width: 110px;
	padding: 5px;
	margin: 0 6px 0 10px;
	border: none;
}

input#search_but{
	background: #111111;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	border: none;
	padding: 5px;
	margin: 10px 10px 10px;
	width: 120px;
}


/************** =most viewed **************/

ul li#most-viewed{
	background: transparent url('images/white_box2.gif') no-repeat bottom right;
	padding-bottom: 62px;
}

ul li#most-viewed h2{
	height: 55px;
	width: 124px;
	position: relative;
}

ul li#most-viewed h2 span {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent url('images/most_read_h2.gif') no-repeat top right;
}

ul li#most-viewed ul li{
	margin: 0 0 10px -10px;
	padding: 0 8px 0 24px;
	background: transparent url('images/star_bull.gif') no-repeat top left;
}

ul li#most-viewed ul li a{
	color: #222222;
	font-style: none;
	font-size: 90%;
	text-decoration: none;
	border-bottom: 0px solid red !important;
}

/************** =most commented **************/

ul li#most-commented{
	background: transparent url('images/white_box2.gif') no-repeat bottom right;
	padding-bottom: 62px;
}

ul li#most-commented h2{
	height: 65px;
	width: 124px;
	position: relative;
}

ul li#most-commented h2 span {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent url('images/most_com_h2.gif') no-repeat top right;
}

ul li#most-commented ul li{
	margin: 0 0 10px -10px;
	padding: 0 8px 0 24px;
	background: transparent url('images/star_bull.gif') no-repeat top left;
}

ul li#most-commented ul li a{
	color: #222222;
	font-style: none;
	font-size: 90%;
	text-decoration: none;
	border-bottom: 0px solid red !important;
}

/************** =recent comments **************/

ul li#recent-comments{
	background: transparent url('images/white_box.gif') no-repeat bottom right;
	padding-bottom: 8px;
}

ul li#recent-comments h2{
	height: 50px;
	width: 124px;
	position: relative;
}

ul li#recent-comments h2 span {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent url('images/res_com_h2.gif') no-repeat top right;
}

ul li#recent-comments ul li{
	margin: 0 0 10px -10px;
	padding: 0 8px 0 24px;
	background: transparent url('images/star_bull.gif') no-repeat top left;
}

ul li#recent-comments ul li a{
	color: #222222;
	font-style: none;
	font-size: 90%;
	text-decoration: none;
	border-bottom: 0px solid red !important;
}

ul li#recent-comments span.com_cont{
	color: #74A268;
	border: 0 !important;
	font-weight: bold;
}



/***************** =comments ******************/


div.comments{
	background: #B1CAAA;
	padding: 10px 15px 10px 10px;
	color:#1F1F1F;
	margin-bottom: 20px;
}

div.comments a{
		color:#1F1F1F !important;
		text-decoration: none;
}

span.author a{
	color: #990000 !important;
}


div.comments form{
	background: #1F1F1F;
	padding: 10px;
}

div.comments span#com_end{
	background: transparent url('images/comments_bot.gif') no-repeat bottom left;
	display:block;
	margin: -10px;
}


h3.comments{
	margin: -10px -10px 10px -10px;
	height: 40px;
	width: 460px;
	position: relative;
}

h3.comments span{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent url('images/comments_h.gif') no-repeat top left;
}

.front h3.comments{
	margin: -10px -10px 10px -10px;
	height: 40px;
	width: 460px;
	position: relative;
}

.front h3.comments span{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent url('images/recent_comments_h.gif') no-repeat top left;
}

div.comments ul{
	list-style:none;
	font-weight:bold;
	font-size: 90%;
}

div.comments ul li{
	margin-bottom: 10px;
	background: #FFFFFF;
}

div.comments ul p{
	font-weight:bold;
	padding: 10px;
}

div.comments ul span.author{
	background: #B1CAAA url('images/bubble.gif') no-repeat top left;
	display:block;
	padding: 15px 10px 10px;
}


h3#leave_reply{
	margin: -10px -10px 5px -10px;
	height: 36px;
	width: 442px;
	position: relative;
}

h3#leave_reply span{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent url('images/leave_com.gif') no-repeat top left;
}


#commentform, #contactform {margin-bottom:8px;}

form fieldset {border:0 solid;} /* Opera */

form p {
	padding:6px 0;
}

form label {
	display:block;
	float:left;
	width:70px;
	font-weight: bold;
	text-align: right;
	line-height: 2.2;
	margin-top: 20px;
}


#commentform p{
	display:block;
}

#commentform label {
	margin:0 15px 0 15px;
	color: #FFFFFF !important;
}
#contactform label {margin:0 15px 0 0;}


form input, form textarea {
  padding:3px;
  border: 4px solid #74A268;
}

form input.author, form input#email{
	margin-right: 10px;
}

form textarea {
	overflow:auto;
}

form#commentform a{
	color: #FF8609;
}

form#commentform input#submit{
	border: none;
	height: 31px;
	width: 103px;
}

#commentform textarea {
	width:280px; 
	margin-left: 6px;
}

form .button {
  width:90px !important;
  font-weight:bold;
}

#commentform input#submit{
	margin-left: 100px;
}


#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}


/* =poll module 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.poll{
	background: #ffffff;
	margin-bottom:10px;
	padding: 10px;
	border: 4px solid #E1E1E1;
}


.poll h3{
	text-decoration: none;
	background: #FFCC00;
	color: #222222 !important;
	font-weight: bold;
	padding: 4px 10px;
	line-height: 1.4;
	margin-left: -14px;
	display: inline;
}

.wp-polls-ans{
	padding-top: 10px !important;
}

.wp-polls-ul li{
	display: block;
	margin-bottom: 10px;
}

.wp-polls-ul li:after{
	content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.wp-polls-ul li input{
	float: left;
	display: block;
}


.wp-polls-ul label{
	width: auto;
	padding-left: 10px !important;
	line-height: 1;
}

.votebtn{
	color: #ffffff !important;
	background: #222222 !important;
	text-decoration: none;
}


/* =home search box  */

#homesearch{
	background: #87DCFB;
	padding-bottom: 8px;
	margin: -10px -10px 10px 0;
}



#homesearch form#searchform input#s{
	width: 170px;
	border: 2px solid #ffffff !important;
}

#homesearch form#searchform input#s:focus{
	border: 2px solid #222222 !important;
}

input#search_but{
	margin: 10px 10px 10px;
	width: 80px;
}



/* =float clearing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.floatfix {
   display: block;
   height: 1%;
}
.floatfix:after  {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}


