
/* Page setup */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: small;
	font-family: Arial, Helvicia, Tahoma, Sans-Serif;
	background: #363a3e url(../images/bg.gif);
	z-index: 200;
}

a
{
	color: Orange;
}

a img, img
{
	border: 0;
}

/* Divider */
.divider
{
	font-size: 1px;
	width: 100%;
	height: 5px;
	background: #363a3e url(../images/divider.gif) top left repeat-x;
}

/* Main Header */
#main_header
{
	width: 100%;
	height: 100px;
	background: #363a3e url(../images/main_header.gif) top left no-repeat;
}

/* Navigation */
#navigation
{
	font-size: 80%;
	padding-left: 20px;
	background: #363a3e;
}

#nav_menu
{
	list-style: none;
}

.nav_item
{
	display: inline;
	padding: 2px;
}

.nav_item a
{
	padding: 0px 10px;
	color: orange;
	margin: 0px 10px;
	text-decoration: none;
	z-index: 100;
}

.nav_item a:hover
{
	color: #363a3e;
	background: orange;
}

/* Main Content */
#main_content_container
{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}

#main_content
{
	border: 1px solid orange;
	border-top-width: 0px;
	background: #444d55;
}

/* Local Headers */
.local_header
{
	height: 100px;
	width: 696px;
	background-color: #444d55 	
}

#home_header
{
	background-image: url(../images/home_header.gif); 
}

#covers_header
{
	background-image: url(../images/covers_header.gif); 
}

#articles_header
{
	background-image: url(../images/articles_header.gif); 	
}

#reviews_header
{
	background-image: url(../images/reviews_header.gif);
}

#contact_header
{
	background-image: url(../images/contact_header.gif); 
}

#wip_header
{
	background-image: url(../images/wip_header.gif);
}

/* Search Options */
#search_options
{
	padding: 10px;
	border-top: 1px solid white;
	width: 678px;
	font-size: 90%;
	color: White;
	margin-top: 10px;		
}

/* News */

.news_item
{
	padding: 10px;
	border-top: 1px solid white;
	width: 678px;
	font-size: 90%;
	color: White;
	margin-top: 10px;
}

.news_item .news_date
{
	color: Orange;
}

/* Cover */
.cover
{
	padding: 10px;
	border-top: 1px solid white;
	width: 678px;
	font-size: 90%;
	color: White;
	margin-top: 10px;
}

.cover .cover_image
{
	float: left;
}

/* Large Display */
#cover_description
{
	width: 100%;
	font-size: 80%;
	text-align: center;
	color: Orange;
	margin-top: 2em;
}

#large_image
{
	width: 100%;
	text-align: center;
}

#back_info
{
	width: 100%;
	font-size: 80%;
	text-align: center;
	margin-bottom: 1em;
}

/* Articles */
.article
{
	padding: 10px;
	border-top: 1px solid white;
	width: 678px;
	font-size: 90%;
	color: White;
	margin-top: 10px;
}

.article_details
{
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

.article_name
{
	color: Orange;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.article_author
{
	font-size: 80%;
	font-style: italic;
}

.match_description, .segment_description
{
	font-weight: bold;
	color: orange;
}

.match_participants
{
	color: orange;
	text-decoration: underline;
}

.result
{
	font-weight: bold;	
}

.affiliates_list
{
	width: 100%;
	text-align: center;
	padding: 10px auto;
}

/* Footer */
#footer
{
	width: 700px;
	color: White;
	border: 1px solid Orange;
	text-align: center;
	font-size: 80%;
	padding: 10px;
	margin: 10px auto;
	background: #444d55
}

/* Cover Search */
form#cover_search 
{
	font-size: 80%;
	color: Orange;
}

form#cover_search input, form#cover_search select
{
	font-size: 100%;
	border: 1px solid orange;
	background: #363a3e;
	color: White;
	margin-right: 2em;
}

