/* Site Mainstyle */

body {
background-image:url(images/background.png);
background-repeat:repeat-x;
background-color: #32010B;
margin: 20px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Courier New", Courier, mono;
padding-left: 3px;
color: #F71139;
}
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 {
font-family:Arial, Helvetica, sans-serif;
color: #DE0E47;
text-decoration: underline;
font-weight: normal;
font-size: 12px;
}
a:active {
font-family:Arial, Helvetica, sans-serif;
color: #DE0E47;
text-decoration: underline;
font-weight: normal;
font-size: 12px;
}
a:visited {
/* the visited links will look barely same. apart from the font family, there isn't any changes. */
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #E4617B;
font-weight: normal;
text-decoration:none;
font-size: 12px;
}
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: #D80726;
}

/* MAIN SITE TEXT */
.mainContent {
font-family:Arial, Helvetica, sans-serif;
color: #FC989A;
font-weight: normal;
font-size: 13px;
text-decoration:none;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 3px;
padding-top: 3px;
}
/* MAIN SITE LINKS */
a.mainLinks:link, a.mainLinks:visited {
font-family: Arial, Helvetica, sans-serif;
color: #FC989A;
font-weight: normal;
font-size: 13px;
text-decoration:none;
}

a.mainLinks:hover {
font-family: Arial, Helvetica, sans-serif;
color: #FC989A;
font-weight: normal;
font-size: 13px;
text-decoration: underline;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
color: #FC989A;
font-weight: normal;
font-size: 13px;
text-decoration: underline;
}
a.mainLinks:active {
font-family: Arial, Helvetica, sans-serif;
color: #FC989A;
font-weight: normal;
font-size: 13px;
text-decoration: underline;
}

.mainNavigation {
/*
padding-bottom (4) + padding-top (4) + font-size(16) = 24px (the height of a background picture)
*/
padding-bottom: 4px;
padding-top: 4px;
padding-left: 5px;
padding-right: 5px;
font-family: Geneva, Arial, Georgia, Helvetica;
color: #920509;
font-size: 16px;
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 {
font-family: Geneva, Arial, Georgia, Helvetica;
color: #E8314D;
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;
}
a.mainNavigation:active {
font-family: Geneva, Arial, Georgia, Helvetica;
color: #E8314D;
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
*/