@import url('reset.css');

/* Header Style */
/*.header{
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	line-height:18px;
	padding:0 4px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
*/
.content{
	/*margin:0px 25px 30px 25px;*/
}
@media screen and (min-width: 481px) and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
	
	/* .screens{padding-left: 8% !important;*/
	
	 }
}
@media screen and (min-width: 641px) {

	.screens{padding-left: 0% !important; }
}
@media screen and (min-width: 641px) {

	/*.screens{padding-left: 26% !important; */
	
	}
}