@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	background-color: #818181;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index:0;
	width: 100%;
	}

img {
	border: 0px;
	}
	
h1 {
	font-size: 24px;
	color: #333333;
	margin-right: 10px;
	padding: 0px;
	}

p {	
	/*padding-top: 5px;*/
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	z-index:10;
	}
	
ul {
	margin-left: 0;
	padding-left: 30px;
	}
	
/* main page, holds everything but the skyscraper ads */
.zine {
	width: 950px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: -476px;
	top: 0px;
	z-index: 10;
	background-image: url(/images/950.jpg);
	background-repeat:repeat-y;
	}
	
/* top banner - when not in use, will be "hidden".  when in use, display must be set to inline in the div callout on the page */
/* goes within .zine */
.ad_banner {
	width: 950px;
	height: 110px;
	float: left;
	position: relative;
	display:none;
	background-color: #003462;
	}
	
/* the main header of the site */
/* goes within .zine */
.zine_masthead {
	width: 950px;
	height: 148px;
	position: relative;
	float: left;
	background-color: #003462;
	}
	
/* holds the search strip under the masthead */
/* goes within .zine */
.zine_search {
	width: 950px;
	height: 20px;
	position: relative;
	float: left;
	background-color: #003462;
	text-align: right;
	color: white;
	}
	
/* holds menu and article content */
/* goes within .zine */
.zine_body {
	width: 950px;
	position: relative;
	float: left;
	}
	
/* holds menu */
/* goes within .zine_body */	
.zine_menu {
	width: 245px;
	margin: 15px;
	position: relative;
	float: left;
	}
.zine_menu p {
	margin: 0px;
	padding: 0px;
	z-index:0;
	}
.zine_menu ul {
	margin:0px;
	}
	
/* holds articles */
/* goes within .zine_body */
.zine_article {
	width: 656px;
	margin-left: 19px;
	position: relative;
	float: left;
	clear: right;
	}
	
/* holds blue bottom strip */
/* goes within .zine_body */
.zine_bottom {
	width: 950px;
	height: 20px;
	background-color: #003462;
	position: relative;
	float: left;
	clear: both;
	}
	
/* skyscraper ad - when not in use, will be "hidden".  when in use, display must be set to inline in the div callout on the page */
/* goes outside .zine all by itself*/
.ad_skyscraper {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 500px;
	width: 120px;
	height: 600px;
	z-index: 1;
	display:none;
	text-align: right;
	}
.ad_skyscraper img {
	width: 120px;
	height: 600px;
	border: 2px #333333 solid;
	border-top: 0px;
	}
	
/* pillow ad - goes within .zine_article whenever you need it. otherwise is not in the code. */
.ad_pillow_right, .ad_pillow_left {
	position:relative;
	width: 300px;
	height: 270px;
	margin: 10px;
	font-size:11px;
	font-style:italic;
	text-align:center;
	z-index:500;
	}
.ad_pillow_right {
	float: right;
	}
.ad_pillow_left {
	float: left;
	}
.ad_pillow_right img, .ad_pillow_left img {
	width: 300px;
	height: 250px;
	}
	
/* has top and bottom borders. goes within .zine_article */
.article_title {
	width: 641px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom:10px;
	margin-top: 10px;
	position: relative;
	float:left;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	}	

a:link, a:visited {
	color: #000066;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
a:hover{
	color: #000066;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	}

.mhdate, .mhdate a:link, .mhdate a:visited, .mhdate a:active, .mhdate a:hover {
	color: #FFFFFF;
	z-index:0;
	}

.caption {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 2px;
	}

.edimages {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	z-index:0;
	}

.pic_left {
	float: left;
	margin-right:10px;
	}

.pic_right {
	float: right;
	margin-left:10px;
	margin-right: 10px;
	}

.pic_left, .pic_right {
	position:relative;
	display:inline;
	margin-bottom: 10px;
	z-index:9001;
	}
