/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* Normal, standard links. */
a:link
{
	color: #AA0403;
	text-decoration: none;
}
a:visited
{
	color: #500101;
	text-decoration: none;
}
a:hover
{
	color: #500101;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FEFEFE;
	text-indent: 5px;
	text-decoration: none;
}
a.nav:hover
{
	color: #afac83;
	text-decoration: underline;
}

h2{
	font-family: "Times New Roman";
	color: #AA0403;
	font-style: italic;
	font-size: 24px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 5px;
}

h3{
	font-family: "Times New Roman";
	color: #AA0403;
	font-style: italic;
	font-size: 19px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 5px;
}

/* Tables should show empty cells. */


/* By default (td, body..) use verdana in black. */
body{
	color: #333333;
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 125%;
}

/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 40px;
	background-color: #D7AF7E;
	background-image: url(./images/img/bg.jpg);
	background-position: 0 0;
	background-repeat: repeat;
}





/* All input elements that are checkboxes or radio buttons. */


/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
}
/* No image should have a border when linked */
a img {
	border: 0; }

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #1a1a1a;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #131313;
	background-color: #000;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

#bodycell{
	background-color: #FFFFFF;
}



/* Header */
#header {
	 position: relative;
	 height: 170px;
	 overflow: hidden;
	 background: url(./images/img/header-bg.jpg) 0 0 repeat-x;
}
#head-r {
	 height: 170px;
	 background: 100% 0 no-repeat;
}
#head-l {
	 background: 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 50px;
	 left: 300px;
	 display: block;
	 width: 258px;
	 height: 90px;
	 cursor: pointer;
	 background: url(./images/smflogo.gif) no-repeat;
}
.clr {
	clear: both;
}
#news {
	overflow: hidden;
	height: 45px;
	float: left;
	padding: 9em 0px 0 25px;
	text-align: left;
	color: white;
}
#linktree {
	clear: both;
	padding: 7px;
	font-weight: bold;
	background: transparent;
	border: dashed 0px #E7E7E7;
}
#linktree, #linktree a {
	font-weight: normal;
}
#searcharea {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 25px;
	width: 158px;
	background: url(./images/img/inputbox.png) no-repeat;
	overflow: hidden;
}
#searcharea .inputbox {
	background: transparent;
	color: #e2e2e2;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Times New Roman, Lucida Grande, Georgia, serif;
	padding: 1px 15px 0;
	border: none;
	margin: 3px 15px 0 10px;
	width: 120px;
	height: 15px;
}
/* Userarea */
#userarea {
	 height: 73px;
	 float: right;
	 padding: 25px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #e2e2e2;
	 word-spacing: 3px;
	 font-family: tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #D0D0D0;
}
#userarea a:hover {
	color: #AFAC83;
	text-decoration: underline;
}
#menu-top {
  border-top:1px solid #FF2525; 
}
#menu-top {
	color: #D0D0D0; 
}
/* Width */
.wrapper {
	width: 82%;
	margin: 0 auto;
	padding: 0;
}
/* Pages */
.page {
	padding: 10px;
	padding-left: 15px;
	margin: 0 auto;
	padding-right: 15px;
	background: #191917 url(./images/img/repeatx.jpg) repeat-x 0 0;
}


.nugget {
	border: 1px dotted #C0C0C0;
	padding: 2px;
	margin-bottom: 5px;
}
.nugheader {
	background-color: #999999;
	font-size: 10px;
	font-weight: bolder;
}
.nugbody {
	background-color: #F4F4F4;
}



.topic {
	border: 1px dotted #C0C0C0;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.topic2 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
}
.topheader {
	font-size: 11px;
	font-family: Tahoma;
}
.topheader a:link, .topheader a:visited {
	font-size: 14px;
	font-weight: bolder;
	
}
.topheader a:hover {
	text-decoration: underline;
}


.topbody {
	font-style: italic;
}
/* footer */

/* The AJAX notifier */


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#maincell{
	width: 1000px;
	background-image: url(images/img/repeatx.jpg);
	background-repeat: repeat;
}

#masthead{
	margin: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

#navBar{
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 85%;
	background-color: #FFFFFF;
	text-align: center;
}

#content{
	float:left;
	width: 85%;
	margin: 0;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	 position: relative;
	 height: 150px;
	 overflow: hidden;
	 background: url(./images/img/header-bg.jpg) 0 0 repeat-x;
}

#footer {
	background: transparent url(images/footer-b.gif) repeat-x bottom left;
	overflow:hidden;
	text-align:center;
	font-size:9px;
	line-height:36px;
	color:#AFAC83;
	clear: both;
	padding: 0px;
}
#footer a {
	color:#AFAC83;
}
#footer a:visited {
	color:#AFAC83;
}
#footer a:hover {
	color:#FFF;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



#globalNav{
	position: relative;
	height: 28px;
	background: url(images/menu-top-bg.gif) repeat-x 0 0;
	overflow: hidden;
	margin:0;
	width: auto;
	}

#globalNav a {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	font-family: "Times New Roman";
	color: #AA0403;
	font-style: italic;
	font-size: 19px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	border: 1px dotted #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.story2{
	clear: both;
	border: 1px dotted #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
}

.story3{
	clear: both;
	border: 1px dotted #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
}

.story3 img{
	float: left;
	padding-right: 5px;

}

.story4{
	clear: both;
	padding: 3px;
	text-align: center;
}

.event{
	font-size: 9px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: left;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;

	padding: 0px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	font-size: 80%;
}

#advert img{
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

#advert2{
	clip: rect(auto,auto,auto,auto);
	border: 1px dotted #CCCCCC;
	margin: 2px;
	padding: 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
