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


/**
* General Tags Style
**/

h1{color:#252f38;}

.igwb span.date{color:#b90909;}
.igwb span.count{color:#b90909;}


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

/**
* Custom Background
**/
	body.igwb{background-color:#999999;}
	
	.igwb .site_wrapper{	
		background:#fff url('../images/site_shadow.gif') top left repeat-y;		
	}
	
	.igwb .site{border:0;}

/**
* Header
**/
	
	.igwb .header{		
		height:330px;
		background:transparent url('../images/header/header1.jpg') top left no-repeat;
	}
	
/**
* Mofos Logo 
**/
	.igwb a.moffos_logo{		
		background:transparent url('../images/logo_mofos.png')  top left no-repeat;
	}
	/* png options for browser supporting it only */
			* html .igwb a.moffos_logo{background:transparent url('../images/logo_mofos.gif')  top left no-repeat;}		
				.mwwa a.moffos_logo.gif{background:transparent url('../images/logo_mofos.png')  top left no-repeat;}
			/* hiding textual representation of the logo for SEO */
				.igwb a.moffos_logo span{display:none;}

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

		.igwb ul#mainmenu li a{				
			background:#D9D9D9 url('../images/menu/topmenu_gradient.gif') top left repeat-x;			
			color:#000;	
		}
		
			.igwb ul#mainmenu li.selected a, ul#mainmenu li a:hover{
				background:#D9D9D9 url('../images/menu/topmenu_gradient_selected.gif') top left repeat-x;
				color:#fff;
			}
			                                          
			.igwb ul#mainmenu li.search{color:#000;}
                                                          
			.igwb ul#mainmenu li.search input{		
				color:#000;	
				background:#e8e8e8;
				border:1px solid #6e5b4a;
			}

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

/**
* Bottom Menu
**/	
.igwb ul#bottommenu li.selected a, ul#bottommenu li a{color:#000;}
.igwb ul#bottommenu li.selected a, ul#bottommenu li a:hover{color:#0000ff;}


/**
* Result Pagination 
**/	

	.igwb ul.results_pagination li.display{
		background:#b90909;	
        color:#fff;
	}
	
	
	.igwb ul.results_pagination li a{
		border:1px solid #c7c8c8;
		color:#aaaaaa;		
	}
	
		.igwb ul.results_pagination li a:hover{
			border:1px solid #b90909;
			background:#b90909;
			 color:#fff;  	
		}
		
	


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

/**
* Content Footer text link 
**/
	.igwb .content_footer{
		padding-top:80px;
		background:transparent url('../images/content_footer.jpg') bottom left no-repeat;
	}




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