@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
*{box-sizing:border-box;}

img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a	{
	text-decoration: none;
}

ul{
	list-style-type: none;
}
.ad_300_250{
	margin:0 auto;
	width:300px;
}

.headerbanner
{
}

#wrapper
{
	min-width:320px;
	max-width:1020px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#header {
	position: relative;
}

#header_bg {
	height:140px;
	background-color: #003380;
}

#logo {
	position: absolute;
	left: 15px;
	top: 13px;
}

#main_nav {
	height: 40px;
	/*background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;*/
	
	background: rgb(81,174,255);
	background: -moz-linear-gradient(top,  rgba(81,174,255,1) 36%, rgba(34,151,247,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(81,174,255,1) 36%,rgba(34,151,247,1) 100%);
	background: linear-gradient(to bottom,  rgba(81,174,255,1) 36%,rgba(34,151,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51aeff', endColorstr='#2297f7',GradientType=0 );
}

#main_nav ul {
	padding: 0px;
	margin: 0px;
}

#main_nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0066CC;
	color: #000066;
	float: left;
	display: block;
	height:40px;
}


#main_nav li a {
	text-decoration: none;
	display: block;
	padding:10px 20px;
	/*background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;*/
	height:40px;
}

#main_nav li a:hover {
	color: #fff;
	background-color:rgba(0,0,0,.05);
	
}
#left_column {
	background-color: #0063C6;
	width: 20%;
	min-width:160px;
	float: left;
	z-index:1000000;
}

.featured_card{
	width:50%;	
	float:left;
	margin-left:3%;
	overflow:hidden;
}

.featured_card img{ width:100%;}

#maincontent a:visited{
	color:#0000ff;
}
#maincontent {
	width: 78%;
	float: left;
}
#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	padding: 1%;
	clear: both;
	text-align: center;
	color:#b30018;
	margin: 3px 0px;
}
#maincontent h2 {
	/*color: #003380;*/
	color:#b30018;
	font-family: Verdana;
	font-size: 14px;
	padding: 0px;
	text-align: center;
	margin: 5px;
	clear:both;
}
#maincontent h3 {
	font-family: Verdana;
	color:#b30018;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	margin:0px;
	/*clear:both;*/
	line-height:16px;
}
#maincontent h3 a{
	color:#0000ff;
}
#maincontent h3 a:hover{
	text-decoration:underline;
}
#maincontent_text  {
	font-family: Verdana;
	font-size: 14px;
	padding-top: 5px;
	text-align: justify;
	margin:5px 10px;
	clear:both;
}
.scrap_pic, .small_img{	text-align: center;padding-top: 20px;}
.code_box {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#thumb_block{width:100%;}
.index_thumb {
	float: left;
	width: 125px;
	border: 3px solid #0099FF;
	margin:10px 1.7%;
}
.index_thumb img {width:100%;}
.thumb_label {
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000066;
	border-top: 1px solid #0099FF;
}
#right_column {
	float: right;
	width: 160px;
	background-color: #0063C6;
	padding-left: 8px;
	padding-right: 8px;
	overflow:hidden;
	display:none;
}

.nav_list {
	margin: 0px;
	padding: 0px;
	z-index:1000000;
}

.nav_label {
	font-size:1rem;
	color: #FFFFFF;
	background: url(../images/arrow.png) no-repeat right;
	background-color: #0063C6;
	border-bottom:#007DFB solid 2pt;
	position:relative;
	padding:10px 10px;
}

.nav_list {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.nav_list a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007DFB;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: normal;
}
.nav_list a:hover {
	color: #FFFFFF;
	background-image: url(../images/arrow_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #003399;
}

.other_pages {
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

.other_pages ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}
.other_pages ul li {
	margin-bottom:15px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #0099FF;
	font-size: 14px;
	display: inline;

}
.other_pages a {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}
.other_pages  ul li a:hover {
	color: #ffffff;
	background-color: #0099FF;
}

#square_ad {
	margin: 10px;
	float: left;
}

.updates {
	clear:both;
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	width:600px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Arial";
	background-color: #003380;
	color: #FFFFFF;
}

#footer a {
	font-family: "Verdana";	
	font-weight: bold;
	color: #FFFFFF;
}

.link_block {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.link_block a {
	text-decoration:underline;
	color:#003380;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
}

.social_button {
	float:left;
	margin:5px 5px;
}
#scraps-description {
	color: #267dff;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	clear:both;
}
#cleared {
	clear:both;
}

.nav-trigger{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
	position: absolute;
	top: 45px;
	right: 15px;
	height:35px;
	width:45px;
	background:url(../images/nav-trigger-img.png) no-repeat;
	cursor:pointer;
	display:none;
	z-index:1000001;
}

.adslot_336-280{
	float:left;
	margin-left:4%;
	margin-top:10px;
}

.responsive-ad-top{
	width:100%;
	max-width:728px;
	text-align:center;
}

/************* Start of CSS for Small Desktop ****************/
@media screen and (max-width:1000px){
.index_thumb {
	float: left;
	width: 16%;
	margin:5px 2%;
}
.nav_label{
	font-size:.8rem;
}

.thumb_label {
	font-size: 12px;
}
}
/************* End of CSS for Small Desktop ****************

/************* Start of CSS for Tablet ****************/
@media screen and (max-width:800px){
#header_bg {
	height:130px;
}
	
#left_column{
	display:none;
	background-color: #0063C6;
	width:200px;
	min-width:160px;
	clear:left;
	position:absolute;
	right:0;
	top:130px;
}
.sidebar_ads{
	display:none;
}
.nav_label {
	font-size:.9rem;
	background:url(../images/left_arrow.jpg) left 2px center no-repeat;	
	padding-left:15%;
}

#right_column{
	display:none;
}
#maincontent{
	width:100%;
}

label[for="nav-trigger"] {
	display:block;
}

.nav-trigger:checked ~#left_column {
	display:block;
}
.nav-trigger:checked ~label[for="nav-trigger"] {
	background:url(../images/nav-close-img.png) no-repeat;
}

#maincontent h1 {
	font-size: 1.2rem;
	clear: both;
	text-align: center;
	color:#b30018;
	margin: 3px 2%;
}

.featured_card{
	width:40%;
	margin:5px 0px 0px 3%;
	border: rgba(46,46,46,1.00) solid 3pt;
	overflow:hidden;
}



}

/************* End of CSS for Tablet ****************/





/************* Start of CSS for Mobile ****************/

@media screen and (max-width:600px){

#header{
}
#header_bg {
	height:85px;
	background-color: #003380;
}

#logo {
	position: absolute;
	left: 12px;
	top: 5px;
}

#logo img{
	width:70%;
}
#main_nav{
	height:30px;
}
#main_nav ul{display:none;}

#left_column{
	display:none;
	background-color: #0063C6;
	width:100%;
	min-width:160px;
	right:0px;
	top:0px;
	height:100%;
	position:relative;
}
.nav_list{
	width:50%
}
.nav_label {
	font-size:.9rem;
	background:url(../images/left-arrow.png) no-repeat left center;
	padding-left:10%;
	right:0px;
}
#right_column{
	display:none;
}
#maincontent{

}
label[for="nav-trigger"] {
	display:block;
	position:absolute;
}
.nav-trigger:checked ~#left_column{
	display:block;
}
#maincontent h1 {
	font-size: 1rem;
	text-align: center;
	color:#b30018;
	margin: 2px 1%;
}
.featured_card{
	float:none;
	width:90%;
	margin:5px auto;
	border: #848484 solid 4pt;
}
.adslot_336-280{
	float:none;
	margin:5px auto;
	width:336px;
}

#thumb_block{
	margin:0px;
}
.index_thumb{
	width:20%;
	margin:10px 2%;
}
.thumb_label{	font-size:.7rem; }

.index_thumb img{
	width:100%;
}
.updates{
	width:100%;
}
.scrap_pic img{
	width:80%;
}
.sidebar_ads{
	display:none;
}


}

/************* End of CSS for Mobile ****************/



