/* Gray Default Theme */

/* Controls Body and General Layout */


body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: url(images/bg.gif) top center repeat-y;
}

/* Controls the width of the content */
#wrap {
background: #c0c0c0;
color: #303030;
margin: 0 auto;
width: 760px;
}

/* Controls Header banner size */
/* Header Section begins here */
#header {
clear: both;
margin: 0;
padding: 0;
height: 70px;
}

#header h1 
{
font-size: 24px;
width: 450px;
margin: 0 0 10px 0px;
float: left;
}

#header p {
width: 300px;
float: right;
text-align: right;
color: #a0a0a0;
margin: 10px 10px 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

/* Header Section Ends */

/* Not Used at the moment */
#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

/* 
Controls the top banner navigation menu (Home, login, etc.)
For the other menu see SDMENU
*/
#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
text-decoration: none;
}

/* Controls the entire left section below the main menu */
/* Community box and links box */

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #c0c0c0;
background-color: #404040;
line-height: 1.3em;
}

/* Controls the entire right section */
/* Forum snapshot, roguetoad, etc. */

#extras {
float: right;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

/* Controls the central part of the page */

#content {
margin: 0 160px 20px 160px;
border-left: 1px solid #404040;
border-right: 1px solid #404040;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

/* Controls the central part of the page when in wide (not used currently) */

#contentwide {
margin: 0 0px 20px 160px;
border-left: 1px solid #404040;
border-right: 1px solid #404040;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#contentwide h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

/* Controls the central part of the page when in full mode - FORUMS */

#contentfull {
margin: 0 0px 20px 0px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#contentfull h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

/* End of special sections. Now normal styles begin */

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #808080;
}

a:hover {
text-decoration: none;
color: white;
}

a img {
border: 0;
}

/* Controls the footer */

#footer {
clear: both;
margin: 0 auto;
background-color: #404040;
width: 760px;
height: 64px;
text-align: center;
color: #c0c0c0;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/* General Styles for alignment */

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* Contros the main menu */

.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 4px 4px 4px 0px;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(title.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.png) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.png);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.png) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/* End of Main Menu */

/* Controls AJAX ticker - not used on this site */

#ajaxticker1{
height: 120px;
background-color: #000000;
background: url(images/Ticker.png);
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

/* Controls the appearance of the user profile card image */

.UserCard {
font-size: 14px;
color: White;
position: relative;
left: 4px;
top: 4px;
}

.UserCardImage 
{
    position: relative;
    left: 7px;
    margin-right: 8px;
}

.UserCardDiv 
{
margin: 4px 0 0 0;
height: 100px; 
width:136px; 
background-image: url(../../Images/UserCard.png);
}

/* Controls the articles page and comments */

.articlebox
{
   color: #b45d16;
   padding: 6px 6px 6px 6px;
   font-size: smaller;
}

.articletitle
{
   font-size: 12px;
   font-weight: bold;
   color: #202020;
   text-decoration: none;
}

.articlerating
{
   font-size: 11px;
   color: #202020;
   text-decoration: none;
}

.articleabstract
{
    color: #5f7295;
    font-size: 11px;
    padding-top: 6px;
}

.articlebody
{
    color: #000000;
    font-size: 12px;
    padding-top: 6px;
}

.comment
{
   padding: 4px 0px 4px 0px;
}

.commenttable 
{
    width: 100%; 
    background-color: #dae6ea;
}

.commentrow
{
    width: 100%; 
    background-color: #d0d0d0;
}

.ForumNavigator 
{
    background-color: #AAAAAA;
    border: Solid 1px #909090;
}

.ForumBackHeader
{
    background-color: #696969;
}

.hr2 {
	height: 2px;
	padding-bottom: 10px;
	background: url(ForumAssets/error.png) no-repeat;
}

.ForumPad 
{
	padding: 12px 12px 12px 12px;
}

.ForumControl 
{
    width: 160px;
    vertical-align: top;
    background-color: #AAAAAA;
    border: Solid 1px #909090;
}

.pollbox
{
   font-size: 11px;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
    background-color: #708090;
    font-size: 4px;
}

.chatTD
{
	font-family:Calibri,Verdana;
	font-size:12px;
}

.chatTABLE
{
	font-family: Verdana, Calibri;
}

.chatButton
{
	color: white; border-top-style: inset; font-family: Verdana; border-right-style: inset; border-left-style: inset; background-color: #868282; border-bottom-style: inset
}

.chatInput
{
	font-family:Calibri,Verdana;
	font-size:12px;
}

.chatTextarea
{
	font-family:Calibri,Verdana;
	font-size:13px;
	border: Solid 1px #404040;
	border-style: outset;
	background: #AAAAAA;
}

.chatSelect
{
	font-family:Calibri,Verdana;
	font-size:13px;
}