#content { font-size: 1em; }

label { display: inline !important; }

	#header { }
		#header .center { margin: 0 auto; background: none;  }
		#main-nav { padding: 0; /*For å unngå lang meny*/ margin: 0;}
		#logo { width: 38%; }
	#arena_table { width: 98%; font-size: 0.9em;  }

	.post_inner img { /*display: block;*/ max-width: 800px; }

#big_ad_campaign_left { position: absolute; }
	#big_ad_campaign_left #big_wrapper * { padding: 0 0 5px 0; }
#big_ad_campaign_right { position: absolute;  overflow: visible; }
	#big_ad_campaign_right #big_wrapper * { padding: 0 0 5px 0; }

#ads_300_wrapper { position: relative; max-width: 300px; /*background: #f1f1f1;*/ }
	#ads_300_wrapper .ads_wrapper { margin: 0 0 5px 5px; padding: 0 0 5px 4px; }
	#ads_300_wrapper a { width: 100%; height:auto !important; /*height: 100%;*/ }
	#ads_300_wrapper object { }
	#ads_300_wrapper .ads_wrapper_right { margin: 0; }

#googleads_wrapper { margin: 10px 0; }


/* ***** ***** ***** ***** ***** CCS3 shadows ***** ***** ***** ***** ***** */

/* Høyre og venstre side av siden */			


/*
	#1 - The horizontal offset of the shadow, 
				positive means the shadow will be on the right of the box, 
				a negative offset will put the shadow on the left of the box.
	#2 - The vertical offset of the shadow, 
				a negative one means the box-shadow will be above the box, 
				a positive one means the shadow will be below the box.
	#3 - The blur radius (optional), 
				if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be.
	#4 - The spread radius (optional), 
				positive values increase the size of the shadow, negative values decrease the size. 
				Default is 0 (the shadow is same size as blur).
	#5 - Color
*/

#header .center,
#main_content .center,
#footer .center { -webkit-box-shadow: none;
						-moz-box-shadow: none;
						box-shadow: none; }



/*
#header .center { -webkit-box-shadow: 0 6px 6px 1px #bbb;
						-moz-box-shadow: 0 6px 6px 1px #bbb;
						box-shadow: 0 6px 6px 1px #bbb; }
*/

/*#content #arena_table { -webkit-box-shadow: 0 6px 6px 1px #bbb;
						-moz-box-shadow: 0 6px 6px 1px #bbb;
						box-shadow: 0 6px 6px 1px #bbb; }
*/

/* ***** ***** ***** ***** ***** media ***** ***** ***** ***** ***** */

/* Wallpaper ads: #big_ad_campaign_left #big_ad_campaign_right 

#big_ad_campaign_left { position: fixed; top: 0px; left: 50%; margin: 0 0 0 -680px; z-index: 111; width: 180px;}

#big_ad_campaign_right { position: fixed; top: 0px; right: 50%; margin: 0 -680px 0 0; z-index: 111; width: 180px; }
	#ads_300_wrapper { position: relative; margin-top: 10px; }
*/


/* ***** ***** ***** ***** ***** 26,23% har større oppløsning enn dette i 2012 ***** ***** ***** ***** ***** */    
@media all and (max-width: 1600px){

	/*#ads_300_wrapper { width: 100%; }*/

	.post_inner img { /*display: block;*/ max-width: 800px; }

}
/* ***** ***** ***** ***** ***** 67,84% har større oppløsning enn dette i 2012 ***** ***** ***** ***** ***** */    
@media all and (max-width: 1280px){

	
}

/* ***** ***** ***** ***** *****  72,13% har større oppløsning enn dette i 2012 ***** ***** ***** ***** ***** */    
@media all and (max-width: 1024px){

	#mag_slider {display: none; }
	
	#nav1 { font-size: 0.9em; z-index: 200;}
	
	#arena_table {margin: 0 auto;  position: relative;}
	
	.post_inner img { /*display: block;*/ max-width: 650px; }
	
	/* WALLPAPERS 
	Wallpapers er nesten ikke synlige pga skjermbredden og vi fjerner left fra visning og flytter right ned
	Wallpaper right settes til en bredde på 150px
	*/

	#big_ad_campaign_left { display: none; }
	#big_ad_campaign_right { display:block; top: 430px; margin: 0 -510px 0 0; max-width: 150px; width: 100%; }	
		#big_ad_campaign_right * { width: 100%; padding: 1% 0 0 0; }

		#ads_300_wrapper a img { height: 100% !important;  }
		#ads_300_wrapper object { max-height: 300px; }
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 960px){
	
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 850px){
	

	
	#arena_table { width: 996px; margin: 0 auto; left: 0; position: relative;}
	
	.post_inner img { /*display: block;*/ max-width: 500px; }
	
	#big_ad_campaign_right { position: relative; margin: -400px -500px 0 0; right: 0; max-width: 100%; width: 100%;} 
		#big_ad_campaign_right #big_wrapper { display: none;  }
	#ads_300_wrapper { width: 100% !important;}
		#ads_300_wrapper img, #ads_300_wrapper object, #ads_300_wrapper iframe{ max-width: 100% !important; height:auto !important; }

		#ads_300_wrapper .ads_wrapper { float: left !important; margin: 0 10px; clear:none !important; }
		#ads_300_wrapper a img { height: auto !important;  }
		#ads_300_wrapper object { max-height: 300px; }
			/*
				#ads_300_wrapper .ads_wrapper { margin: 0 0 5px 5px; padding: 0 0 5px 4px; }
				#ads_300_wrapper a { width: 100%; height:auto !important;  }
				#ads_300_wrapper object { }
				#ads_300_wrapper .ads_wrapper_right { margin: 0; }
				
				chrome:
				#ads_300_wrapper .ads_wrapper { margin-left: -10px; background: #ff4; overflow: hidden; }
				#ads_300_wrapper .ads_wrapper a img { height: 100%;  }
				#ads_300_wrapper .ads_wrapper object { max-height: 300px; }
				
			*/
	
	#footer { display: none; }
	
	/* WALLPAPERS 
	Fjerner Wallpaper right også
	*/		
	/*#big_ad_campaign_right {display: none; }*/
	
	
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media only screen and (max-width : 800px) {
    .flashBoard iframe{ height:250px !important; }
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 768px){

}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 720px){
	
}


/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 700px){

}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 620px){

}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 520px){

}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (max-width: 320px){
	
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** */
@media all and (min-device-width: 768px) and (max-device-width: 1024px){

}