/*
About this style sheet
------------------------

This is the Quick Edit style sheet which enables you to make quick changes to the colours used within this template.

Detailed Editing
------------------

To edit the styles of this site in greater detail, you should edit the page "styles" via the page editor.

Deleting this page
--------------------

If for some reason you delete this page "styles quick", the template will revert to the colours used in the very first varian of this template series which is red and white. If in doubt, be sure to make a backup of the site before committing to the final edit.
*/
/*---------------------Quick Edits------------------------*/
/*Main body background colour and pattern*/
body{background: #000000}

/*Horizontal menu colours*/
#horizontal a, #horizontal a:visited {
background-color:#000000;
border:1px solid #000000;
color: #FFFFFF;
}
#horizontal a:hover, #horizontal a:visited:hover {
background-color:#323232;
border:1px solid #CCCCCC;
color:#CCCCCC;
}

/*-------Vertical menu hover state-------*/
#menuvert a:hover{background-color: #343434; color: #FFFFFF;}

h2.sitename-sub {
color:#343434;
}

/*Main container border*/
.maincontainer {border:8px solid #222222;}

/*Footer colour and gradient*/
.cb-footergrad{background: #222222;}

/*Lower Promotional text*/
h3.lowertext, p.lowertext  {
color:#444444;
}
p.lowertext{border-bottom:1px dotted #222222;}

/*-------Submit button on the quick join form-------*/
.qj_button {
background:#FFCC00;
border:1px solid #000000;
color:#000000;
}
/*-------Table Styles for profile, latest members etc...-------*/
.last20head{background:#222222;}
.last20one{background:#F5F5F5;}
.last20two{background:#FBFBFB;}

/*-------Form container background-------*/
.formcontainer{background: #000000;}