body {
	background: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: arial, sans-serif;
	color: #FFFFFF;
}

/* Site Structure */

#wrapper {
	margin-left: 200px;
    margin: auto;
	width: 100%;
	height: 100%;
	border: 0px solid green;
	display: table;
	position: relative;
}

#left_container {
	position: relative;
	z-index: 0;
  	width: 50%;
  	float: left;
  	margin-right: -512px; /* minus half of the center container width */
/*	background: #cc11; */
	display: table-cell;
}

#left {
  margin-right:512px; /* half of the center container width */
  border: 1px solid black;
}

#center {
	position: relative;
	z-index: 1;
  	width: 1024px; /* size of the fixed width */
  	float: left;
	display: table-cell;
}

#right_container {
	position: relative;
	z-index: 0;
  	width: 50%;
  	float: right;
  	margin-left: -512px; /* minus half of the center container width */
/*	background: #ccc; */
	display: table-cell;
}

#right {
  margin-left:512px; /* half of the center container width */
}

#left {
	position: relative;
	float: right;
	left: -25px;
}
		
#right {
	position: relative;
	float: left;
	right: -25px;
}

#content-left {
	text-align: right;
	border: 0px solid blue;
	width: 345px;
    display: block;
    float: right;
	background: #000000;
}

a:link, 
a:visited, 
a:active {
	text-decoration: none;
	color: #FBCF00;
}

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


blockquote {
	color: #eee8a1;
	margin-left: 0;
	margin-right: 0;
}

.page_title h3 {
	background: url(/images/day_header.jpg) repeat-x;
	height: 24px;
	line-height: 25px;
	padding: 5px 5px 5px 5px;
}

/* Bottom/Top Controls */

#articles .bottomcontrols,
#hardnews .bottomcontrols,
#reviews .bottomcontrols {
	text-align: center;
}

#articles .bottomcontrols {
	padding-top: 20px;
	border-top: 1px solid #b40000;
}

#articles .bottomcontrols ul,
#hardnews .bottomcontrols ul,
#reviews .bottomcontrols ul {
	border: 0px solid yellow;
}

#articles .bottomcontrols li,
#hardnews .bottomcontrols li,
#reviews .bottomcontrols li {
	border: 0px solid green;
	display: inline;
	padding-left: 35px;
	padding-right: 35px;
}

#hardnews .bottomcontrols a:link, 
#hardnews .bottomcontrols a:visited {
	text-decoration: none;
	color: #FBCF00;
}

#hardnews .bottomcontrols a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#articles .topcontrols {
	position: relative;
	top: 10px;
	border: 0px solid red;
	float: right;
}

#articles ul {
	list-style: none;
}

#articles li.print a {
	background-image: url(../images/print.gif);
	color: #000000;
}

#articles li.email a {
	/* background-image: url(../images/email.gif); */
	list-style: none;
	color: #000000;
}

/* Footer Section */

#footer_container {
	border: 0px solid orange;
	background: #000000;
}

#footer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid green;
	font-size: 12px;
	clear: both;
	padding-top: 20px;
}

#footer .footer_content {
	padding: 10px;
	height: 400px;
	border: 0px solid #FFFFFF;
	background: url(/images/footer_bk.jpg) repeat;
	clear: both;
}

#footer .footer_column {
	width: 235px;
	border-right: 0px solid red;
	float: left;
	border: 0px solid yellow;
}

#footer .footer_column ul {
	border: 0px solid black;
}

#footer .footer_column li {
	margin-left: -20px;
	list-style: square;
	height: auto;
}

#footer .footer_header {
	background: url(/images/footer_header.jpg) repeat-x;
	border: 0px solid red;
	height: 20px;
}

#footer .footer_content a {
	text-decoration: none;
	color: #FBCF00;
}

#footer .footer_content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer .footer_content h5 {
	font-size: 12px;
}

#footer .footer_copyright {
	clear: both;
	width: 100%;
}

#footer .footer_copyright p {
	font-size: 11px;
	text-align: right;
	line-height: 2px;
}

/* Header Section */

#header {
	border: 0px solid yellow;
    background: url(/images/header_background_1024.png) no-repeat;
	width: 1024px;
	height: 182px;
	padding-bottom: 5px;
}

#header .social_media {
	padding-top: 10px;
	margin-top: -5px;
	text-align: right;
	float: right;
	width: 100%;
	height: 15px;
	border: 0px solid yellow;
	clear: both;
}

#header .social_media ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: 0px solid green;
	} 

#header .social_media ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 3px 0px;
	list-style: none;
	display: inline;
	border: 0px solid red;
}

#header .social_media a.email {
    background: url(/images/email_icon_color.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid red;
}

#header .social_media a.email:hover {
    background: url(/images/email_icon_color.gif) no-repeat;
	border: 0px solid yellow;
}

#header .social_media a.facebook {
    background: url(/images/facebook_icon_color.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid red;
}

#header .social_media a.facebook:hover {
    background: url(/images/facebook_icon_color.gif) no-repeat;
	border: 0px solid yellow;
}

#header .social_media a.twitter {
    background: url(/images/twitter_icon_color.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid red;
}

#header .social_media a.twitter:hover {
    background: url(/images/twitter_icon_color.gif) no-repeat;
	border: 0px solid yellow;
}

#header .social_media a.youtube {
    background: url(/images/vimeo_32x32.png) no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid red;
}

#header .social_media a.youtube:hover {
    background: url(/images/vimeo_32x32.png) no-repeat;
	border: 0px solid yellow;
}

#header .social_media a.rss {
    background: url(/images/rss_icon_color.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid red;
}

#header .social_media a.rss:hover {
    background: url(/images/rss_icon_color.gif) no-repeat;
	border: 0px solid yellow;
}

#header .logo {
	border: 0px solid yellow;
	width: 220px;
	height: 40px;
	z-index: 100;
	position: relative;
	top: 12px;
	z-index: 10;
}

#header .logo img {
	position: relative;
	top: -20px;
}

#header .slogan {
	float: right;
	text-align: right;
	margin-right: 10px;
	padding-top: 0px;
	height: 11px;
	font-size: 11px;
	font-style: italic;
	width: 615px;
	clear: both;
	z-index: 0;
	position: relative; 
	top: -15px;
	border: 0px solid green;
}

#header .headermask {
	border: 0px solid yellow;
	width: 1024;
	height: 115px;
}

#header .advertising {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	width: 730px;
	height: 90px;
	border: 0px solid orange;
}

#header .tenyearsago {
	float: right;
	width: 267px;
	height: 103px;
/*	background: url(/images/10_years_ago_banner2.png) no-repeat 0px -1px; */
	background: url(/images/hh2r4.png) no-repeat 1px -2px;
	border: 0px solid orange;
}

#header .tenyearsago .mixitup {
	float: left;
	border: 0px solid yellow;
}

/* Main Navigation */

#header .menu {
	padding-top: 5px;
	width: 1024px;
	height: 20px;
	border: 0px solid orange;
}

#header .menu ul {
	margin-left: 8px;
	padding-left: 0;
	display: inline;
	border: 0px solid green;
	} 

#header .menu ul li {
	padding: 0px 10px 0px 10px;
	list-style: none;
	display: inline;
	font-size: 12px;
	border: 0px solid red;
} 

#header .menu a {
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid transparent;
}

#header .menu a:hover {
	text-decoration: none;
	color: #FBCF00;
	border-bottom: 1px solid #FBCF00;
/*	background: #333; */
}

/* Search Form */

.searchform {
	position: relative;
	top: -10px;
	border: 1px solid green;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #000000;
	padding: 0px 0px;
	padding-right: 5px;
	
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;

	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.1);
	box-shadow: 0 0px 0px rgba(0,0,0,.1);

	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00000));
	background: -moz-linear-gradient(top,  #000,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000'); /* ie8 */
}
.searchform input {
	font: normal 11px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 0px 0px 0px 0px;
	width: 150px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	background-image: url(/images/search_button.png);
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');  /* ie8 */
}

.searchform_footer {
	position: relative;
	top: -10px;
	border: 0px solid green;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 0px #000000;
	padding: 0px 0px;
	padding-right: 5px;
	
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;

	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.1);
	box-shadow: 0 0px 0px rgba(0,0,0,.1);

	background: none;
}
.searchform_footer input {
	font: normal 11px/100% Arial, Helvetica, sans-serif;
}
.searchform_footer .searchfield {
	background: #fff;
	padding: 0px 0px 0px 0px;
	width: 150px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.searchform_search {
	position: relative;
	top: -10px;
	border: 0px solid green;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 0px #000000;
	padding: 0px 0px;
	padding-right: 5px;
	
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;

	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.1);
	box-shadow: 0 0px 0px rgba(0,0,0,.1);

	background: none;
}
.searchform_search input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform_search .searchfield {
	background: #fff;
	padding: 0px 0px 0px 0px;
	width: 450px;
	height: 18px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

/* Site Banners */

#ad_space_160_left {
	float: left;
	padding-left: 10px;
	border: 0px solid red;
}

#ad_space_160_right {
	float: left;
	padding-left: 14px;
	border: 0px solid yellow;
}

#ad_space_featured_article_468 {
	text-align: center;
	width: 679px;
	border: 0px solid red;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Forum Postings */

#forum_post {
	float: right;
	width: 316px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #b40000;
	border-right: 1px solid #b40000;
	border-bottom: 1px solid #b40000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#forum_post ul {
	margin-left: -20px;
}

#forum_post li {
	list-style-type: square; 
	color: #b40000;
	font-size: 12px;
}

#forum_post a { 
	color: #FFFFFF;
	text-decoration: none;
}

/* Featured Articles */

#center .featured_articles {
	width: 636px;
	margin-top: 0px;
	border: 0px solid orange;
}

#center .featured_articles ul {
	margin: 0;
	padding: 0;
}

#center .featured_articles li {
	margin-left: -30px;
	list-style: none;
	border-bottom: 1px solid #b40000;
	padding-bottom: 7px;
	padding-top: 7px;
}

#center .featured_articles a.fullbox:link, 
#center .featured_articles a.fullbox:visited, 
#center .featured_articles a.fullbox:active, 
#center .featured_articles a.fullbox:hover {
	display: block;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin-left: -10px;
	border: 1px solid #000000;
	color: #fffff;
	text-decoration: none;
}

#center .featured_articles a.fullbox:hover {
	border: 1px solid #FBCF00;
	background-color: #333;
	padding: 5px 5px 5px 5px;
}

#center .featured_articles img {
	width: 90px;
	height: 90px;
	float: left;
	border: 1px solid red;
	display: block;
}

#center .featured_articles .image {
	width: 100px;
	float: left;
	border: 0px solid red;
}

#center .featured_articles .title {
	margin-left: 90px;
	padding-bottom: 2px;
	color: #FBCF00;
	font-weight: bold;
	font-size: 16px;
	border: 0px solid red;
}

#center .featured_articles .description {
	margin-top: 0px;
	margin-left: 100px;
	color: #FFFFFF;
	border: 0px solid blue;
}

/* News */

#hardnews {
	border: 0px solid orange;
}

#hardnews h2 {
	background: url('/images/hardnews_1024.png') no-repeat;
	width: 679px;
	height: 20px;
	border: 0px solid red;
}

#hardnews h2 span {
	display: none;
}

#hardnews .story {
	padding: 5px 0px 0px 0px;
	border: 0px solid yellow;
}

#hardnews .story h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	border: 0px solid green;
}

#hardnews .story p, #hardnews .story blockquote, #hardnews .story ul {
	margin: 0 0 15px 0px;
	border: 0px solid green;
}

#hardnews .story blockquote, #hardnews .story ul {
	margin: 0 0 15px 0px;
	border: 0px solid green;
}

#hardnews .story a:link, 
#hardnews .story a:visited, 
#hardnews .story a:active {
	text-decoration: none;
	color: #FBCF00;
}

#hardnews .story a:hover {
	text-decoration: underline;
	color: #fff;
}

#hardnews .archivecontrols h4 {
	background: url(/images/day_header.jpg) repeat-x;
	height: 24px;
	line-height: 25px;
	padding: 5px 5px 0 5px;
}

#hardnews .archivecontrols h4 span {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	border: 0px solid green;
}

#hardnews .stories h4 {
	background: url(/images/day_header.jpg) repeat-x;
	height: 24px;
	line-height: 25px;
	padding: 5px 5px 0 5px;
	border: 0px solid orange;
}

#hardnews .stories h4 span {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	border: 0px solid orange;
}

#hardnews .day h4 {
	background: url(/images/day_header.jpg) repeat-x;
	height: 24px;
	line-height: 25px;
	padding: 5px 5px 0 5px;
	border: 0px solid yellow;
	
}

#hardnews .day h4 span {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
}

#hardnews .byline {
	margin: -15px 0 0 0;
	text-align: right;
	padding: 5px 5px;
	font-size: 10px;
	border-bottom: 1px solid #b40000;
/*	background-image: url(/images/featured.jpg);
	background-repeat: no-repeat;
	background-position: -1099px bottom; */ 
}

#hardnews .plusone {
	vertical-align:baseline; 
	width: 27px; 
	float: right;
	border: 0px solid red;
}

/* News Archives */

#archivelist {
	border: 0px solid orange;
}

#archive_block {
	float: left;
	width: 224px;
	border: 1px solid red;
}

#archive_block .archive_year {
	font-size: 12px;
	font-weight: bold;
}

#archive_block ul li {
	font-size: 12px;
}

#archive_block li {
	list-style-type: square; 
	color: #b40000;
	font-size: 12px;
}

/* Articles */

#mainarticle {
	border: 0px solid #FFFFFF;
}

#mainarticle h3 {
	border: 0px solid red;
	background: none;
}

#mainarticle p {
	border: 0px solid red;
	padding: 0;

}

#mainarticle .articleinfo {
	padding-top: 10px;
	border: 0px solid green;
}

#mainarticle .articleintro {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #9D0000;
}

#mainarticle .articleintro img {
	position: relative;
	top: 20px;
	width: 90px;
	float: left;
	margin-top: 1px;
	padding-right: 10px;
	border: 0px solid red;
}

#mainarticle .articleintro h3 {
	padding: 0;
	color: #FBCF00;
	line-height: 15px;
	font-size: 20px;
	background: none;
	border: 0px solid red;
}

#mainarticle .articleintro p {
	position: relative;
	top: -15px; 
	margin-top: 4px;
	margin-left: 100px;
	border: 0px solid red;
}

#mainarticle .articleinfo dl {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#mainarticle .articleinfo dt {
	float: left;
	width: 120px;
}

#mainarticle .articleinfo dd {
	font-weight: bold;
}

#mainarticle li {
	border: 0px solid red;
	position: relative;
	margin-left: 15px;
	top: -10px;
}

#mainarticle a { 
	text-decoration: none;
	color: #FBCF00;
}

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

#mainarticle hr {
	color: none;
	border: 1px solid #b40000;
}

/* Reviews */

#reviews {
	border: 0px solid red;
}

#reviews h3 {
	background: url(/images/day_header.jpg) repeat-x;
	height: 24px;
	line-height: 25px;
	padding: 5px 5px 0 5px;
}

#reviews h3 span {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
}

#reviews h4 a {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #FBCF00;
}

#reviews ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#reviews li {
	margin-left: 25px;
	border-bottom: 1px solid #b40000;
	padding-bottom: 0px;
	padding-top: 0px;
}

#reviews .datereturn {
	position: relative;
	top: -15px;
	font-size:  10px;
	line-height: 10px;
	border: 0px solid orange;
}

#reviews .datereturn a {
	text-decoration: none;
	color: #FBCF00;
}

#reviews p {
	position: relative;
	top: -25px;
	left: 0px;
	border: 0px solid red;
	min-height: 60px;
	margin-left: 0;
}

#reviews .img {
	float: left; 
	border: 0px solid red; 
	padding-right: 15px; 
	width: 95px;
}

/* Other Pages */

#otherpages h3 {
	background: url(/images/day_header.jpg) repeat-x;
	height: 24px;
	line-height: 25px;
	padding: 5px 5px 0 5px;
}

#otherpages h3 span {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
}

#otherpages a {
	text-decoration: none;
	color: #FBCF00;
}

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

#otherpages h4 {
	font-size: 14px;
	color: #FBCF00;

}

/* Announcements */

#announcements {
	width: 670px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid yellow;
}

#announcements h2 {
	background: url('/images/announcements_1024.png') no-repeat;
	width: 679px;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#announcements h2 span {
	display: none;
}

#announcements .story {
	position: relative;
	top: -10px;
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
}

#announcements .story p {
	border: 0px solid #ffffff;
	padding: 8px;
	margin: 0px;
}

#announcements .story a:link, 
#announcements .story a:visited, 
#announcements .story a:active {
	text-decoration: none;
	color: #FBCF00;
	padding-left: 0px;
}

#announcements .story h3 {
	padding-left: 5px;
}