body {
	background-color: #ffccff;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	padding:0;
	margin:0;
	background-image: url(../images/lesbian-background.jpg);
	background-repeat: repeat-x;
	line-height: 1.6em;
}


#container {
    margin-left:auto;
    margin-right:auto;
    width:960px;
    padding:0px;
/*	border:1px solid black;*/
}

#right_col {
	border-left: 1px solid #f9f;
	padding-left: 17px;
	margin-left: 2px;
}


#header {
 /* border:1px solid black;
    margin-left: 10px;
    margin-right: 10px;
*/
}

#content {
/*	border:1px solid black;
    margin-left: 10px;
    margin-right: 10px;
*/
	margin-left: 10px;
	margin-right: 10px;
}

#breadcrumbsBar {
	border-bottom:1px solid #f9f;
	height: 40px;
}

#footer {
    background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	min-height: 100px;
	text-align: center;
	padding-top: 30px;
	color: #fff;
/*	position:absolute;
	bottom:0px;
	width: 100%;*/
}

#footer p{
    color: #f3c;
	}

h1 {
	color: #cc0099;
	font-size: 2em;
	margin: 0.67em 0px 0.67em 0px;
	background-color: #fff;
	padding: 6px;
	border-bottom: 1px solid #f9f;
}

h1:hover {
	margin: 0.67em 0px 0.67em 0px;
	background-color: #fef;
	border-bottom: 1px solid #fff;
}

h1 a:hover {
	text-decoration: none;	
}


h2
{
    color: #ff0099;
	font-size: 1.5em;
    font-weight: bold;
    margin: 0.83em 0px 0.83em 0px;
}

a:link, a:visited {
	color: #c0c;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:hover, a:active {
	color: #333;
	text-decoration: underline;
	/*font-weight: bold;*/
}
/*-------------------MENU--------------------*/


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

}
#menu li {float:left;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 20px 0 0; float:left; color:#c09; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background:url(../images/menus/tab_a.png) no-repeat right top; line-height:36px; color: #fff;}
#menu li a:hover b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{background:url(../images/menus/tab_b.png) no-repeat left top; line-height:36px;}


#menuDiv
{
    padding:0; 
    margin:0; 
    height:40px; 
	background: url(../images/menu-back.gif) repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
}

#menuDiv table
{
    width: 100%;
    padding:0px; 
    margin:0px;
    border-width:0px; 
    border-spacing:0px;
}

#menuDiv table td
{
    padding:0px; 
    margin:0px;
    border-width:0px; 
    border-spacing:0px;

}

.grid_3,
.grid_9
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	/*border:1px solid black;*/
	/*background-color: gray;*/
}

.full_columns
{
	margin-left: 10px;
	margin-right: 10px;
}

.grid_9
{
    width: 700px;
}

.grid_3
{
    width: 210px;
}


/*
    videoset and video items style
*/

.videoset_gallery
{

}


.videoitem_cell 
{
    float: left;
    width: 154px;
	background-image: url(../images/videoitemcell_bg.png);
	background-repeat: no-repeat;
	margin:7px;
	padding: 5px;
	padding-left:2px;
	z-index:0;
    border:2px;
}


.photoitem_cell 
{
    color: #666;
	text-align: center;
	float: left;
    width: 150px;
	background-image: url(../images/photoitemcell_bg.png);
	background-repeat: no-repeat;
	margin:7px;
	padding: 5px;
	padding-left:2px;
	z-index:0;

}


#right_col .videoset_gallery .videoitem_cell 
{
    float: left;
    width: 154px;
	background-image: url(../images/videoitemcell_right.jpg);
	background-repeat: no-repeat;
	margin:7px;
	padding: 5px;
	padding-left:2px;
	z-index:0;
}

.videoitem_cell p
{
    height: 20px;
    padding:0px;
    margin:0px;
    color: #ffffff;
    text-align: center;
}

.videoitem_cell div
{
    position: relative;
    height:104px;

}


.videoitem_cell div img
{
    border: 2px;
	z-index:0;
    width:150px;
    height:100px;
    margin: 0px;
    padding: 0px;
}

.videoitem_cell div .overlayDiv
{
    position: relative;
    bottom:22px;
    width: 150px;
    height: 20px;
    left: 2px;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color: #ffffff;
    background-color:#000000;
   	z-index:1;
}


.overlayDivNowPlaying
{
    position: relative;
    bottom:0px;
    width: 150px;
    height: 0px;
   	z-index:2;
}


#nowplayingImg
{
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position:absolute;
    left:0px; 
    top:-120px; 
    margin:0px;
    padding:0px;
    border: 0px;
    bottom:0px;
}


/*
    Calendar
*/

.calendarTable td
{
    padding: 2px;
}

.calendarTable td a:hover
{
    text-decoration: none;
}
.calendarRow
{
    /*
    background-color: #cc0099;
    background-color: #ffffff;
    background-image: url(../images/calendar_bg2.gif);
    */
    height:116px;
	border: 1px dashed #909;
}

.dayWithContent
{
    width:126px;
    min-height:104px;
    background-color: #ffccff;
}


#calendarToday
{
    width:124px;
    min-height:104px;
    background-color: #000;
	color: #fff;
	border: 1px solid #909;
}


.daysRow
{
    background-image: url(../images/calendar_days_bg.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

.daysRow td
{
    text-align:center;

}

.dayNumber
{
    width:126px;
    height:20px;
    display:block;
    text-align: center;
	background-image: url('../images/lesbian-footer.png') repeat-x;

}



.calendarSlideshow
{
    height: 84px;
    width: 126px;
    margin: 2px;

}

.dayWithoutContent
{
    width:126px;
    min-height:94px;
    background-color: #ffccff;
}

.videothumb_calendar
{
    position: relative;
    height: 80px;
	border: 3px solid #fff;
    width: 120px;
    display: block;

}



.videothumb_calendar .overlayDiv
{
    position: absolute;
    bottom:0px;
    width: 116px;
    padding: 2px;
    filter:alpha(opacity=55);
    -moz-opacity:0.55;
    -khtml-opacity: 0.55;
    opacity: 0.55;
    color: #ffffff;
	line-height: 10px;
    background-color:#000000;
   	z-index:1;
   	font-size:10px;
   	height: 31px;
    left: 0px;
}

.videothumb_calendar .overlayDiv table
{
   	font-size:10px;
   	margin:0px;
   	padding:0px;
   	border:0px;
   	border-spacing:0px;
	height: 31px;
}

.videothumb_calendar .overlayDiv table td
{
    padding: 0px;
}


.videothumb_calendar
{
    position: relative;
}

.videothumb_calendar a img
{
}

.videothumb_calendar a img:hover
{
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    
}

.photoset_calendar .overlayDiv
{
    position: absolute;
    bottom:0px;
    width: 116px;
    padding: 2px;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    color: #000000;
	line-height: 10px;
    background-color:#c09;
   	z-index:1;
   	font-size:10px;
  	height: 31px;
  	left: 0px;
 }

.photoset_calendar .overlayDiv table
{
   	font-size:10px;

}

.photoset_calendar
{
    position: relative;
    overflow:hidden;
    width: 120px;
    height: 80px;
    display: block;
    border: 3px solid #666;
    

}

.photoset_calendar a img
{
    /*
   margin-left: -15px;
   margin-right: -15px;
   margin-top: -30px;
   margin-bottom: -90px;
   */
   
   
}   

.photoset_calendar a img:hover
{

    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.photoset_calendar .overlayDiv table
{
   	font-size:10px;
   	margin:0px;
   	padding:0px;
   	border:0px;
   	border-spacing:0px;
}

.photoset_calendar .overlayDiv table td
{
    padding: 0px;
}


/*
    Photosets
*/

.photosetcell
{
    width: 150px;
    float: left;
    margin:5px;
    padding: 5px;
	background-color: #f5f2df;
	border: 1px solid #cccc99;
}

.photosetcell:hover
{
    width: 150px;
    float: left;
    margin: 5px;
    padding: 5px;
	background-color: #fff;
	border: 1px solid #000;
}

.photosetcell p
{
    text-align: center;
    margin: 0px;
   
}

.photothumb
{
    border: 1px solid gray;
    margin:4px;
    padding:5px;
    background-color: white;
    float: left;
}

.photothumb:hover
{
    border: 1px solid black;
    margin:4px;
    padding:5px;
    background-color: white;
    float: left;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    
}


#photo-container
{
}

#photo-container > table
{
    margin: 5px;
    margin-left:auto;
    margin-right:auto;
   
    border: 1px solid black;
    padding:5px;
    background-color: white;
    min-width: 100px;

}
#photo-container > table table
{
    width: 100%;
    height: 50px;
    padding: 5px;
}

#searchform
{
    height:30px;
    margin:0px;
    padding:0px;
}

#searchButton
{
    border:0;
    vertical-align:middle;
    margin-right:6px;
}

#searchBox
{
    width: 100px;
}

#breadcrumbs p
{
    margin-top: 12px;
    margin-bottom: 12px;
}

.loginInput
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px;
    margin:2px;
    width:184px;
}

#loginTable
{
    border-spacing: 4px;
    margin-left: auto;
    margin-right: auto;
    border:1px;
}

#loginTable td
{
    padding: 2px;
}

#pagerDiv table
{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

#pagerlinks a:hover {
   background-color: #cc0099;
   color:#ffffff;
}

/*-------------------LOGIN--------------------*/

.loginBox {
	background: #FF82CD url('../images/loginBack.png') repeat-x top;
	border:3px solid #c09;
	-moz-border-radius: 8px;
	-opera-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height:18px;
	padding:8px;
	text-align:left;
	width: 340px;
	margin-left:auto;
	margin-right: auto;
}


.loginBox h2{
	text-align: left;
	color: #000;
	border-bottom:1px solid #f9f;
	font-weight:bold;
	margin: 10px;
}

#nowplayingImg
{
    position:absolute;
    left:0px; 
    bottom:0px;
    margin:0px;
    padding:0px;
    border: 0px;
}

/*-------------------TOUR--------------------*/

#siteFeatures li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: capitalize;
	list-style-type: circle;
}

a.tourLinks:link, a.tourLinks:visited, a.tourLinks:active {
	color: #000;
	padding: 10px;
	border: 3px solid #c09;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-safari-border-radius: 8px;
	-opera-border-radius: 8px;
	background-image: url('../images/button-back.jpg');
}

a.tourLinks:hover {
	background-color: #fff;
	background-image: none;
	color: #co9;
}


#signupBar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff80e1;
	border-bottom-color: #ff80e1;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

#error {
	margin: 20px;
	padding: 15px;
	color: #FFF;
	background-color: #C0C;
	border: 1px solid #606;
	text-decoration: none;
	text-align: center;
}


.messageWithIconDiv>div:nth-child(odd)
{
    width:137px;padding:0;margin:0;float:left;
}

.messageWithIconDiv>div:nth-child(even)
{
    width:590px;padding:0;margin:0;float:left;
}

.messageWithIconDiv h2
{
    margin-top: 0px;
    color: #666;
}
.messageWithIconDiv .title
{
    background-color: #FFF4E4;
}

.messageWithIconDiv h3
{
    margin-left: 0;
    margin-bottom: 2px;   
    margin-top: 10px;   
    color: #666;
}

.messageWithIconDiv p
{
   margin-bottom: 10px;
   color: #666;    
}

.twoCols
{
    width:400px;   
    float:left;
    background-color:rgba(255,255,255,0.5);
    padding:30px;
    padding-top:20px;
    margin-left:10px;
    margin-right:10px;
    border-radius: 5px;
}

.twoCols > .videoset_gallery > .videoitem_cell
{
    margin-left:18px;
    margin-right:18px;
}

.twoCols > .photoset_gallery > .photoitem_cell
{
    margin-left:18px;
    margin-right:18px;
}

#popularModels
{
    background-color:rgba(255,255,255,0.5);
    padding:20px;
    padding-top:10px;
    margin-left:0px;
    margin-right:0px;
    border-radius: 5px;
}


.videoitemSprite {
    border: 2px solid #eae;
}
.videoitemSprite:hover {
    border: 2px solid #fff;
}


.videoitem_cell>div>a>img {border: 2px solid #eae;}
.videoitem_cell>div>a>img:hover {border: 2px solid #fff;}


.photoitem_cell>div>a>img {border: 2px solid; border-color: transparent;}
.photoitem_cell>div>a>img:hover {border: 2px solid #666;}

.ui-stars-star, .ui-stars-star-hover {
    text-align: left;
}
#ratingDiv{
    width:720px;
    display:block;
    height:40px;
    margin:0;
    padding:0;
    margin-top:16px;
}
