﻿
* {
	margin:0;
	padding:0;

}

body {
	background: #2a2a2a url(../images/bg.png) repeat-x top; 	
}

#wrap {
	max-width: 1000px;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-family:arial, serif;
	font-size:small;
	background:#fff;
	border:0px solid #fff;
}

#innerwrap {
	background:url(../images/faux.jpg) repeat-y 85.1% 0; /* Faux column, bottom of side navigation */
}




/*Header section*/


#innerheader {
	text-align:center;
}

div#innersubheader {
	text-align:right;
	background: #fff;
	color: #000;
	padding: 0px 20px 5px 5px; /*padding should just be applied to the inner divisions*/
	font-size:125%;
}

div#innersubheader a:active, div#innersubheader a:visited {
	color:black;
}



/*Menubar section*/


#menubar {
	float:left;
	background:#909090 url(../images/button-bg.png) bottom left repeat-x;
	list-style:none;
	width:100%;
	border: 2px solid #000; /* Creates border along the top and bottom of the whole menu */
	border-right: 0; /* No border on the right edge */
	border-left: 0; /* No border on the left edge */
}

#menubar li {
	float:left;
	background:#909090 url(../images/button-bg.png) bottom left repeat-x;
}

#menubar li a {
	display:block;
	text-decoration:none;
	padding: 9px 30px;
	font-family:arial, serif;
	font-size:110%;
	font-weight:700;
	color:#fff;
}

#menubar a:hover {
	color: #000;
	background: #fff;
}

#menubar li.local a {
	color:#fff;
	background:#000;
}



/*Content section*/


#content {
	width:85%;
	float:left;
	clear:both;
	color:#202020;
}
/*The width of the content and the nav divisions must sum 100%. If you change one, then adjust the other*/
/*The content div has two nested divs (contentleft and contentright) that must be floated left and right.*/

div#content a {
	color:#035A91;
}

div#content a:hover {
	color:#073557;
}

hr {
	margin: 8px 8px 8px 0px;
}

.noborder {
	border:0px;
}

.notice {
	text-align: center;
	margin: 10px 0px;
	/*font-size: 2.5em;*/
}


/*Content left section*/


#contentleft {
	float:left;
	width:50%;
	background:#fff;
}

#innercontentleft {
	padding:10px 15px;
	
}

#news {
        float:left;
	width:50%;
}	

#innernews {
	padding: 1px 8px 1px 1px;
}

#features {
        float:right;
	width:50%;	
}

#innerfeatures {
	padding: 1px 8px 1px 1px;
}

#editorials {
	text-align:center;
	width:100%;
	clear:both;
}	


.imgleft {
	float:left;
	padding-right:6px;
	
}

.imgright {
	float:right;
	padding-left:6px;
	
}




/*Content right section*/


#contentright {
	float:right;
	width:49.8%; /*This percentage is not 50% because of the 1px border right that can't go into the inner div*/
	background:#fff;
	border-right: 1px solid #fff;/*if you change the width of this border, adjust the width of this div as well*/
}

#innercontentright {
	padding: 15px 0px 15px 10px;
}

div#innercontentright #maincover {
	overflow: hidden;
	border: 1px solid #ccc; /* optional - put in for covers that are mostly white to make it more visible */
}

#arts {
	float:left;
	width:50%;
	
}

#innerarts {
    padding: 1px 20px 1px 1px;
}        

#sande {
	float:right;
	width:50%;
}

#innersande {
    padding: 1px 20px 1px 1px;
}



/*Navigation Section*/



#nav {
	float:right;
	width:15%;
	background:#d7e5ef;
	text-align:center;
}
/*The nav div must be floated right, or it will not display correctly*/

#innernav ul {
	list-style:none;
	padding-bottom:5px;	
}

#innernav li a {
	display:block;
	text-decoration:none;
	padding:10px 10px;
	border-bottom:1px solid #999;
	font-family:arial, serif;
	font-size:110%;
	font-weight:700;
	color:#000;
	background:#d7e5ef;
	text-align:center;
}

#innernav li a:hover {
	color: #fff;
	background: #000;
}

div#nav h4 {
	color:#073557;
	font-size:125%;
}


/*Footer Section*/



#footer {
	clear:both; /*Do not remove the clear from the footer, or it will float right and break the layout*/
}


#innerfooter {
	background:#000;
	padding:5px;
	text-align:center;
	font-size:85%;
	color:#ccc;
}

.noblue {
	color: #ccc;
}





