/* Site Mainstyle */

body {

background-color: #000000;
margin: 20px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
color: #920509;
font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
font-family:Georgia, "Times New Roman", Times, serif;
padding-left: 3px;
font-size: 18px;
font-style: italic;
font-weight: bold;
color: #920509;
}
b, strong {
/* it looks nicer than the default font */
font-family: Geneva, Arial, Helvetica, sans-serif;
}
i, em {
/* it looks nicer than the default font (the same situation as above) */
font-family: Georgia, "Times New Roman", Times, serif;
}

a {
font-family:Arial, Helvetica, sans-serif;
color: #E4617B;
font-weight: normal;
text-decoration:none;
font-size: 12px;
}
a:hover, a:active {
font-family:Arial, Helvetica, sans-serif;
color: #999999;
text-decoration: underline;
font-weight: normal;
font-size: 12px;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	font-size: 12px;
	border-color: #920509;
}
small {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #E8090E;
font-weight: normal;
text-transform:lowercase;
}
.siteSlogan {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style: italic;
font-weight: bold;
color: #920509;
}

/* MAIN SITE TEXT */
.mainContent {
font-family:Arial, Helvetica, sans-serif;
color: #920509;
font-weight: normal;
font-size: 13px;
text-decoration:none;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 1px;
padding-top: 1px;
}
/* MAIN SITE LINKS */
a.mainLinks:link, a.mainLinks:visited {
font-family: Georgia, "Times New Roman", Times, serif;
color: #999999;
font-style: italic;
font-weight: bold;
font-size: 13px;
text-decoration:none;
}

a.mainLinks:hover, a.mainLinks:active {
font-family: Georgia, "Times New Roman", Times, serif;
color: #920509;
font-weight: bold;
font-style: italic;
font-size: 16px;
text-decoration: underline;
}

.mainNavigation {
/*
padding-bottom (4) + padding-top (4) + font-size(16) = 24px (the height of a background picture)
*/
padding-bottom: 6px;
padding-top: 4px;
padding-left: 3px;
padding-right: 3px;
font-family: Geneva, Arial, Georgia, Helvetica;
color: #920509;
font-size: 16px;
font-style: italic;
font-weight: bold;
text-transform:lowercase;
text-decoration:none;
}

a.mainNavigation:link, a.mainNavigation:visited {
font-family: Geneva, Arial, Georgia, Helvetica;
color: #920509;
font-size: 16px;
font-weight: bold;
text-transform:lowercase;
text-decoration:none;
}

a.mainNavigation:hover, a.mainNavigation:active {
font-family: Geneva, Arial, Georgia, Helvetica;
color: #999999;
font-size: 16px;
font-weight: bold;
/*
Tip: delete the 'text-transform:lowercase;' and don't leave all the links on navigation lowercased. they will 
have an cool effect on mouse roll over!
*/
text-transform:lowercase;
text-decoration:underline;
}

.allRightsReserved {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #D20D12;
background-color: #3A0102;
}

/*
This template was created by Recruiting Grounds.
URL - http://www.recgr.com
Support - http://www.forum-grounds.com
Initially Released - http://dev.recgr.com
Contact -- nino@recgr.com

-Nino
*/

