@charset "UTF-8";

/**structure*/

* { margin:0; padding:0; }


html, body {
    overflow: hidden;
}

body {
	font-family : helvetica; 
	/* background-color: ($WPFolio_body_backgroundcolor)  */
	/* color: ($WPFolio_body_color)   */

	margin: 0px;
	padding: 0px;
}


img{ border:none; }

div.first 
{position: fixed; margin-left: 25px; margin-top: 10px;font-size: 40px; font-weight: bold;
line-height: 33px; color: #ff0000;}

div.temp-home-text{
margin-top: 20px;
font-size: 16px !important;
}



.categoriesstyle{font-size: 50%; line-height: 23px;margin-top: 4px; margin-left: 2px;margin-bottom: -30px;}

.categoriesstyle li, widgettitle li { 
	list-style: none; 
	
	margin: 0;
	padding: 0;}
	
div.first  a:link{ text-decoration:none;
color: #cccccc;}

div.first  a:visited{ text-decoration: none; 
color: #cccccc;}

div.first  a:hover{ text-decoration: line-through; 
color: #999999;}

	#info {
		width: 300px;
		position: absolute;
		top: 200px;
		left: 200px;
		background-color: #cccccc;
		color: #000000;
		
	}
	
div.news{position: fixed; 
left: 0px; 
bottom: 0px;
padding: 5px;
font-size: 15px; 
background-color: #cccccc;
color: #333333;}


#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }

	
