@charset "utf-8";
/*   
Theme Name: Archive
*/
/* Brag Express - Broadfusion, Inc. */
/* CSS Sheet Written By Jon Malone */

body{
	background-color: #0e0e0e;
	background: url(http://bragxpress.com/Brag_Theme/MAIN_.jpg) no-repeat top center fixed;
	min-width: 1000px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 0 0px 0px;
}

#header {
	width: 990px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-align: right;
	overflow: hidden;
}

.headercontent{
	margin-top: 20px;
	position: relative;
	padding-right: 15px;
}

.headercontent a{
	color: #FFF;
	text-decoration: none;
}

.headercontent a:hover{
	color: #c95f0f;
	background: #000;
	text-decoration: none;
	z-index: +3;
}

.logo{
	height: 88px;
	width: 204px;
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: +3;
}

.description_container{
	height: auto;
	width: 990px;
	position: relative;
	top: 0px;
	background-color: #0e0e0e;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.description{
	color: #c95f0f;
	text-align: right;
	font-family: Tahoma;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 20px;
	padding-right: 5px;
	margin-left: 180px;
	width: 790px;
	position: relative;
	z-index: 1;
}

#middle {
	height: auto;
	min-height: 530px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.nav{
	width: 315px;
	height: auto;
	left: 0px;
	top: 0px;
	border: 0px solid #0e0e0e;
	padding: 0 0 40px 0px;
	margin: 0px 0 0px 0px; 
}

.list{
	padding: 0 0 0px 0px;
	margin: 0px 0 0px 0px; 
}

.list h2{
	font-family: Tahoma;
	font-size: 18px;
	line-height: 0.8em;
	color: #f58d1e;
	font-weight: bold;
	padding: 0px 0 0px 0px; 	
	margin: 0px 0 0px 12px; 
}

.nav li{
	font-family: Tahoma;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2em;
	list-style: none;
 	padding: 0 0 0px 0px; 	
	margin: 0px 0 0 -12px; 
}

.nav a{
	color: #ffffff;
	text-decoration: none;
}

.nav a:hover{
	color: #f58d1e;
	text-decoration: underline;
}

#searchform{
	padding: 0px 0px 0 0px;
	margin: 2px 0 0px 15px;
}

.content{
	background:none;
	width: 665px;
	height: auto;
	min-height: 530px;
	position: absolute;
	top: 0px;
	border: 0px solid #0e0e0e;
	right: 0px;
}

.content a{
	color: #f58d1e;
	text-decoration: none;
}

.content a:link{
	color: #f58d1e;
	text-decoration: none;
}

.content a:hover{
	color: #ffffff;
	text-decoration: underline;
}


.topright{
	background: #FFF;
	width: 275px;
	height: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px solid #0e0e0e;
}

.bottomright{
	background: #FFF;
	width: 275px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 0px solid #0e0e0e;
}

.pagecontent{
	margin-top: 25px;
	margin-bottom: 100px;
	margin-left: 35px;
	margin-right: 35px;	
	text-align: left;
	color: #101010;
	font-family: Tahoma;
	font-size: 13px;
	color: white;
}

.pagecontent ul{
	text-align: left;
	color: white;
}

.title{
	color: #f58d1e;
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}

.footer{
	background-color:#0e0e0e;
	border-top: 2px solid #F60;
	width: 100%;
	height: 30px;
	position: fixed;
	top: auto;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	text-align: right;
	bottom: 0px;
}

.footer_content{
	margin-right: 10px;
}

.footer li{
	display: inline;
}

.footer a{
	color: #f58d1e;
	text-decoration: none;
}

.footer a:hover{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

