/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3F3F3F;
	font-size: 100.01%;
	color: #222222;
	}

#wrapper{
	width: 960px;
	margin: 0 auto;
	}
	
#top-ads{
	width: 960px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
#adbox-1
#adbox-2

#top-logo{
	margin-bottom: 10px;
	}
	
	
	
/* MENU STYLINGS */
	
#top-menu {
	width: 960px;
	background-color: #000000;
	margin-bottom: 10px;
	margin-top: 9px;
	}
	
#top-menu ul {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top-menu li {
	display: inline;
	list-style-type: none;
	padding-right: 22px;
	color:#DDDDDD;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top-menu a:link, #top-menu a:active, #top-menu a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

#top-menu a:hover {
	color: #CC0000;
	text-decoration: none;
}

.current {
	color: #CC0000;
	}


/* PAGE CONTENT - HOME PAGES */

#home-content {
	background-color:#FFFFFF;
	padding: 45px 50px 30px 50px;
	width: 600px;
	}
	
#home-sidebar {
	float: right;
	width: 210px;
	padding: 20px 20px 30px 30px;
	background-color: #666666;
	}
	
#container {
	background-color: #FFFFFF;
	background-image:url(images/home-bg.gif);
	background-repeat: repeat-y;
	}
	
#footer {
	clear:both;
	padding: 15px 30px 15px 30px;
	background-color: #000000;
	margin-bottom: 10px;
	margin-top: 9px;
	color:#666666;
	font-size: 70%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer p {
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.5em;
}

#footer a {
	text-decoration: underline;
	color:#666666;
	}

#credit {
	text-align:center;
	color:#999999;
	font-size: 70%;
	margin-top: 15px;
	margin-bottom: 30px;
	}
	
#credit a {
	text-decoration: underline;
	color:#999999;
	}
	
.frontcover {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	}
	

/* SUBSCRIBE PAGE BOXES */

.sub-box {
	padding: 10px; 
	background-color: #EEEEEE;
	margin-bottom: 15px;
	margin-right: 30px;
	}
	
	
/* ARCHIVE PAGE */

#archive-container {
	background-color: #FFFFFF;
	background-image:url(images/archive-bg.gif);
	background-repeat: repeat-y;
	}
	
#archive-content {
	background-color:#FFFFFF;
	padding: 45px 60px 30px 40px;
	margin-left: 260px;
	width: 600px;
	}
	
#archive-sidebar {
	float: left;
	width: 200px;
	padding: 20px 20px 30px 30px;
	background-color: #8b8278;
	}
	
#archive-sidebar h2 {
	color:#000000;
	}
	
.cover-table td {
	text-align:center;
	padding: 5px;
	font-size: 70%;
	}
	
.cover-table a:link, .cover-table a:active, .cover-table a:visited {
	color: #333333;
	text-decoration: underline;
}

.cover-table a:hover {
	color: #CC0000;
	text-decoration: underline;
}
	
#archive-sidebar a:link, #archive-sidebar a:active, #archive-sidebar a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

#archive-sidebar a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.cover img {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	}

.cover hr {
	clear: both;
	margin-bottom: 15px;
	border: 0px solid #BBBBBB;
	color: #BBBBBB;
	height: 1px;
	background-color: #BBBBBB;
	}
	
.articlethumb {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	}

	

/* TYPOGRAPHY ----- TYPOGRAPHY ----- TYPOGRAPHY */
/* TYPOGRAPHY ----- TYPOGRAPHY ----- TYPOGRAPHY */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.5em;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	line-height: 1.5em;
	}

p {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	margin-bottom: 12px;
	margin-top: 3px;
	line-height: 1.5em;
	}
	
a:link, a:active, a:visited {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #AA0000;
	text-decoration: underline;
}

#archive-content hr {
	margin: 20px 0 20px 0;
	color: #666666;
}

