/**
* CANSHETAKEIT THEME
* author: Michael Simard
* last change: October 30rd, 2008
**/


/**
* General Tags Style
**/

h1{color:#252f38;}

.csti span.date{color:#ff8e00;}
.csti span.count{color:#ff8e00;}


.csti .scene .scene_overview label var{color:#ff8e00;}
.csti .ranked_listing li {color:#ff8e00;}
.csti div.rating_box label var.overallscore {color:#ff8e00;}
.csti div.rating_box label var.numofrating {color:#ff8e00;}

/**
* Custom Background
**/
	body.csti{background-color:#97b0bb;}
	
	.csti .site_wrapper{	
		background:#fff url('../images/site_shadow.gif') top left repeat-y;		
	}
	
	.csti .site{border:0;}
	
/**
* Header
**/
	
	.csti .header{		
		height:330px;
		background:transparent url('../images/header/header1.jpg') top left no-repeat;
	}
	
/**
* Mofos Logo 
**/
	.csti a.moffos_logo{		
		background:transparent url('../images/logo_mofos.png')  top left no-repeat;
	}
	/* png options for browser supporting it only */
			* html .csti a.moffos_logo{background:transparent url('../images/logo_mofos.gif')  top left no-repeat;}		
				.cstia a.moffos_logo.gif{background:transparent url('../images/logo_mofos.png')  top left no-repeat;}
			/* hiding textual representation of the logo for SEO */
				.csti a.moffos_logo span{display:none;}




/**
* TOP MENU
**/

	.csti ul#mainmenu{
		background:#d1e2e2 url('../images/menu/topmenu_gradient.gif') top left repeat-x;	
		border:1px solid #c7c8c8;	
	}

		.csti ul#mainmenu li a{				
			background:#d1e2e2 url('../images/menu/topmenu_gradient.gif') top left repeat-x;			
			color:#000;	
		}
		
			.csti ul#mainmenu li.selected a, ul#mainmenu li a:hover{
				background:#95adb8 url('../images/menu/topmenu_gradient_selected.gif') top left repeat-x;
			}
 
			.csti ul#mainmenu li.search input{		
				color:#000;	
				background:#ffffff;
			}

			.csti ul#mainmenu li.search button{	
				background:transparent url('../images/menu/btn_search.gif') top left no-repeat;					
			}			
				.dwaps ul#mainmenu li.search button span{display:none;}

/**
* Bottom Menu
**/	

.dwapsul#bottommenu li.selected a, ul#bottommenu li a:hover{color:#0000ff;}


/**
* Result Pagination 
**/	

	

	.dwaps ul.results_pagination li.display{
		background:#ff8e00;	
	}
	
	
	.dwaps ul.results_pagination li a{
		border:1px solid #c7c8c8;
		color:#aaaaaa;		
	}
	
		.dwaps ul.results_pagination li a:hover{
			border:1px solid #ff8e00;
			background:#ff8e00;
			color:#000;	
		}


/**
* Beer Bottle in the Content Footer text link 
**/
	.csti .content_footer{padding-top:80px;background:transparent url('../images/content_footer.jpg') bottom left no-repeat;}	
	.csti div.content_footer a{font-size:30px;margin-top:2px;}



/**
* Image Arrow on link
**/
	.csti .scene_result  .overview a.watch{background:transparent url('../images/arrow_yellow_right.gif') right 3px no-repeat;}
	.csti .best_scene  .overview a.watch{background:transparent url('../images/arrow_yellow_right.gif') right 3px no-repeat;}
	.csti .mofosnetwork_site a.watch{background:transparent url('../images/arrow_yellow_right.gif') right 3px no-repeat;}
	.csti .large_pics .popular_pornstar a.name span{background:transparent url('../images/arrow_yellow_right.gif') right 3px no-repeat;}
		
	
/**
* Mofos Network Sites Listing
**/	

.dwaps .mofosnetwork_site  var.numofscenes{color:#ff8e00;font-weight:bold;}


/**
* FOOTER STYLE
**/	
	
	.csti .footer_body{
		background:#5b7a88;	
	}
	
		.csti .footer{
			height:275px;
			background:#fff url('../images/footer.jpg') top left repeat-y;
		}
	
	.csti .footer_wrapper{
		background:#fff url('../images/footer_shadow.gif') top left repeat-y;
	}
	
		
	.csti .footer_warning{
		color:#000;	
	}
	
	.csti .footer_warning a{text-decoration:underline;color:#000;}
