@charset "utf-8";
/* CSS Document */

html { overflow-y:scroll; }
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg_scanline.jpg) repeat #222222;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.wrp_all {
	width:800px;
	height:650px;
	margin:0px auto;
}

.wrp_all .wrp_header {
	width:800px;
	height:115px;
	background:url(../images/logo_14451.png) no-repeat;
}

.wrp_all .wrp_content {
	width:800px;
	height:515px;
	position:relative;
}

.wrp_footer {
	width:1024px;
	height:80px;
	background:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
	position:relative;
	margin:0px auto;
}





.buybtn a {
	width:66px; 
	height:8px;
	background:url(../images/btn_buy_sprite.png) no-repeat 0px -8px;
	float:left;
}
.buybtn a:hover {
	width:66px; 
	height:8px;
	background:url(../images/btn_buy_sprite.png) no-repeat 0px 0px;
	float:left;
}
.contactbtn a {
	width:101px; 
	height:8px;
	background:url(../images/btn_contact_sprite.png) no-repeat 0px -8px;
	float:left;
}
.contactbtn a:hover {
	width:101px; 
	height:8px;
	background:url(../images/btn_contact_sprite.png) no-repeat 0px 0px;
	float:left;
}
.donatebtn a {
	width:116px; 
	height:8px;
	background:url(../images/btn_donate_sprite.png) no-repeat 0px -8px;
	float:left;
}
.donatebtn a:hover {
	width:116px; 
	height:8px;
	background:url(../images/btn_donate_sprite.png) no-repeat 0px 0px;
	float:left;
}





.navitop {
	width:800px; height:29px;
}
.navitop a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	display: block;
	padding-top:7px;
	float:left;
	cursor:pointer;
}	
.articles a {
	width: 85px;
	height: 29px;
	overflow:hidden;
}
.articles a:hover {
	background:url(../images/bg_navitop_hover.png) repeat-x;
	cursor: pointer;
	padding-top:7px;	
}

.contributors a {
	width: 126px;
	height: 29px;
	overflow:hidden;
}
.contributors a:hover {
	background:url(../images/bg_navitop_hover.png) repeat-x;
	cursor: pointer;
	padding-top:7px;	
}

.past_issues a {
	width: 107px;
	height: 29px;
	overflow:hidden;
}
.past_issues a:hover {
	background:url(../images/bg_navitop_hover.png) repeat-x;
	cursor: pointer;
	padding-top:7px;	
}

.media a {
	width: 63px;
	height: 29px;
	overflow:hidden;
}
.media a:hover {
	background:url(../images/bg_navitop_hover.png) repeat-x;
	cursor: pointer;
	padding-top:7px;	
}





.scroll_back, .scroll_more  {

	color:white;
	float:left;
	width:42%;
	padding:0px 10px 0px 10px;

}
.scroll_more a:hover, .scroll_more a:active, .scroll_back a:hover, .scroll_back a:active {
	cursor:pointer;
	text-decoration:none;
	text-decoration:line-through;
}







.scrollcontent {
	width:800px; height:515px; 
	margin:2px 0px 2px 0px;
	overflow:hidden;
		display:inline;
	
		
}


/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 665px; 
    width: 700px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items {
	position:absolute;
	/* this time we have very large space for the height */ 
    height:515px;
	width: 240001px;
	left:13px;

}


.navtext {
	color:black;
	background:url(../images/bg_contrib.png) no-repeat top left;
	height:126px;
	width:124px;
    /* for IE */
    filter:alpha(opacity=90);
    opacity:0.9;	
}


.wrp_footer a:link, .wrp_footer a:visited {
	color:white;
	text-decoration:none;
}
.wrp_footer a:hover, .wrp_footer a:active {
	color:white;
	text-decoration:underline;
}

#orange {
	color:#d95723;
	text-decoration:underline;
}


img, div { behavior: url(../scripts/iepngfix.htc) }
img, div, a, input { behavior: url(/scripts/iepngfix.htc) }
