/* -------------------- */
/* Imports              */
/*----------------------*/

@import url("raidbar.css");
@import url("nav.css");

/* -------------------- */
/* Global               */
/*----------------------*/
body
{
	background: #31363E;
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
}

.text
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #a6a6a6;
}

.topic
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 19px;
	color: #326EA1;
}

a:link 
{ 
	text-decoration: none; 
	color: #326EA1;
}

a:visited 
{ 
	text-decoration: none; 
	color: #326EA1;
}

a:link:hover 
{ 
	text-decoration: none; 
	color: #326EA1;
}

a:visited:hover 
{ 
	text-decoration: none; 
	color: #326EA1;
}

a.raidlink
{
	text-decoration:none;
	color: #326EA1;
}

a.raidlink:visited
{
	text-decoration:none;
	color: #326EA1;
}


/* -------------------- */
/* Wrapper              */
/*----------------------*/

#Wrapper
{
	
	background-image: url(../img/back2.jpg);
	float: center;
	width: 1000px;
	border-left: 1px solid #31363E;
	border-right: 1px solid #31363E;
	margin: 0px auto 0px auto;
	padding: 0px;
}


/* -------------------- */
/* Header               */
/*----------------------*/

#header
{
	background-image: url(../img/logo.jpg);
	background-repeat: none;
	padding: 176px 0px 0px 0px;
	margin: 0px;
}


/* -------------------- */
/* Content              */
/*----------------------*/

#content
{
}

#content .column
{
	position: relative;
	float: left;
}

#main
{
	padding: 10px 20px;
	width: 774px;
	border-left: 1px solid #31363E;
}


#raidBar
{
	width: 164px;
	height: auto;
	padding: 10px 5px 10px 5px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #0e0d12;
}

#rightBar
{
	width: 159px;
	height: inherit;
	padding: 10px 5px 10px 5px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #0e0d12;
}


/* -------------------- */
/* Footer               */
/*----------------------*/

#footer
{
	clear: both;
	padding: 0px;
	margin: 0px auto 0px auto;	
	width: 1000px;
	background: #31363E;
	color: white;
	font-size: 3px;
}

/* -------------------- */
/* News                 */
/*----------------------*/

#news
{
	color: #a6a6a6;
}

#news img
{
	border: 0px;
}

#news .post
{

}

#news .post .date
{
	font-size: 12px;
	border-bottom: 1px solid #848484;
}

#news .post .topic
{
	padding-top: 5px;
	padding-bottom: 2px;
}

#news .post .discuss
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
}

#about
{
	position: relative;
	background: #E6E3D7;
	color: black;
	padding: 5px 10px;
	height: 60px;
	color: #383d44;
	width: 600px;
}

#about .topic
{
	font-family: Georgia, serif;
	background: #E6E3D7;
	font-size: 19px;
	font-weight: normal;
}

#about .text
{
	font-size: 14px;
	background: #E6E3D7;
	font-weight: normal;
	color: #464a52;
}

#about img
{
	float: right;
}



/* -------------------- */
/* Roster               */
/*----------------------*/
#roster
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#roster table
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 15px;
}

#roster table td
{
	width: 33%;
}

#roster .topic
{
	color: #CC6600;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	background: #E6E3D7;
}


/* -------------------- */
/* Apply                */
/*----------------------*/
#apply
{
	margin-top: 10px;
	margin-bottom: 10px;
}


#apply fieldset 
{
	padding: 10px;
	margin: 10px;
	border: 1px solid #ACA899;
}

#apply input
{
	margin-bottom: 2px;
}

#apply textarea
{
	margin-bottom: 2px;
}

#apply legend
{
	color: #005CB1;
}

#apply label 
{
	float: left;
	width: 35%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
}

#apply .submit
{
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* -------------------- */
/* Media                */
/*----------------------*/

#media
{
}

::-moz-selection{
background: #FF0084;
color: #ffffff;
} 

::selection {
background: #FF0084;
color: #ffffff;
} 

#media embed 
{
	margin-left: auto;
	margin-right: auto;

}

#media .post .date
{
	font-size: 12px;
	border-bottom: 1px solid #848484;
}

#media .post .topic
{
	padding-top: 5px;
	padding-bottom: 2px;
}

#media .post .discuss
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
}

.latest img
{
	margin-bottom: 5px;
}

.latest .text
{
	margin-left: 8px;
}
