@charset "UTF-8";
/* CSS Document */


body{
	padding:0;
	margin:0;
}
/* HEADER AREA*********************************************************/
.header-wrapper {
	top:0;
	width:100%;
	padding:0px;
	margin:0px;
	
	
	}
	

.header {
	padding: 0px 0px 0px 0px;
	width:1050px;
	margin:0 auto;
}
.sidept{
	text-align:center;
	float:right;
	font-size:11px;
	margin-top:20px;

  
	
}

/* MENU AREA*********************************************************/

.menu-wrapper{
	height:1.8em;
	width:100%;
	padding:0;
	margin:0 ;
	background:#777;
	margin-bottom:20px;
	
}

.menu{		
	width:1050px;
	margin:0 auto;	
}



#navigation a {
	display: block;
	text-decoration: none;

}



#main-nav a {
	color: #eee;
	font-size: 0.9em;
	font-weight:bold;
	padding: 9px 14px;
}
#main-nav li {background: url('img/navigation-separator.gif') no-repeat left center;}
#main-nav li:first-child {background: none;}
#main-nav li.current-tab a, #main-nav a:hover {color: #002;}




ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}


/* BODY AREA*********************************************************/


.body-wrapper{
	width:100%;
	padding:0;
	margin:0;
	
}

.body-main{
	border:thick #666;
	width:1050px;
	margin:0 auto;
	padding-bottom:2px;
	
}

.body-main-left{
	border:thick #666;
	width:100%;
	margin-left:15px;
	margin-right:15px;

	padding-bottom:2px;
	
}

#ads{
	margin:0 auto;
	width:800px;
	margin-bottom:20px;
	
	
	
}


/*FOOTER AREA*********************************************************/
.clearfooter {
height: 330px;
clear: both;
}

.footed-wrapper{
	position:relative;
	height:90px;
	width:100%;
	background:#444;
	
	
}

.footer{
	text-align:center;
	width:1050px;
	margin:0 auto;	
}

.footer a{
	color:#FFF;
	text-decoration:none;
	
}
footer a:hover{
	text-decoration:underline;
	color:#FFF;
}


/*SECTIONS AREA*********************************************************/

.current-issue{
	margin:0 auto;
	text-align:center;
	width:800px;
}



.news{
	
	
	
}

stitle{

color:#993300;
	text-transform: none;
	font-size: 18px;
	font-weight: bold; 
	letter-spacing: 0.08em;
	font-family: "Helvetica Neue", Helvetica, Arial;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #B1E822;
	background-position: left;
	text-align: left;
}

ST{

color:#993300;
	text-transform: none;
	font-size: 18px;
	font-weight: bold; 
	letter-spacing: 0.08em;
	font-family: "Helvetica Neue", Helvetica, Arial;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	
	border-left-style: none;
	
	background-position: left;
	text-align: left;
}

stitlem{

color:#600;
	text-transform: none;
	font-size: 18px;
	font-weight: bold; 
	letter-spacing: 0.08em;
	font-family: "Helvetica Neue", Helvetica, Arial;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color:#900;
	background-position: left;
	text-align: left;
}

.magazine{
	width:500px;
	border:outset #777;
	padding:3px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin:7px;
	background-color:#EEE;
	text-align:left;
}

.mtitle{
	text-align:center;
	color:#333;
	font-weight:bolder;
	font-size:18px;
	
	
}

.right {
	float:right;
	margin-right:15px;
}

.left {
	float:left;
	margin-left:15px;
}

	
	
/* Formatting Area  ********************************************************/

h5, h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
	font-size:18px;
	font-weight:bold;
}
h9{
	font-style:italic;	
	
}

.copy  {
	color: #000000;
	text-align:left;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.025em;
	font-family: "Helvetica Neue", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	font-weight: normal;
}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

.dotted {
	
	background-image:url(img/dotted.jpg);
	
	background-repeat:repeat-x;
}

.nav a{
	color:#111;
	
	
	
	
}

/************************* HOME FEATURED ARTICLE *********************/


.Feat_Art{
	width:350px;
	padding:10px;
}

.hed{
	color:#333;
	font-size:16px;
	margin-bottom:2px;
}
.hed a{
	color:#333;
	font-weight:bolder;
	
}
	
.verticle_sep{
	background: url('img/navigation-separator.gif') no-repeat left center;
}