/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0;
        background-attachment: fixed;
        background-color:#1D2124;
        background-repeat:repeat-x;
        line-height: 150%;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #166DB4;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #166DB4;
	text-decoration: underline;
	font-weight:bold;
}

a:link.menu   	{ text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold }
a:visited.menu 	{ text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold }
a:active.menu   { text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold } 
a:hover.menu   	{ text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold }


hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #166DB4;font-weight:bold;font-family:"Arial", Times, serif;}
h1  	{font-size:1.4em;}
h2  	{font-size:1.4em;}
h3  	{font-size:0.9em;}

form {margin: 0;}

#news {
	color: #166DB4;
	text-align: left;
	margin-left: -15px;
}

/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

.site { border-left: #FFFFFF 1px solid; border-right: #FFFFFF 1px solid; border-bottom: #FFFFFF 1px solid; }

select       { font-family: Arial; color: #166DB4; border: solid 1px #000000; font-size: 8pt; font-weight: none }

INPUT 	     { font-family: Arial; color: #166DB4; font-size: 8pt; font-weight: none; border: 1px solid #000000 } 

TEXTAREA     { font-family: Arial; color: #166DB4; font-size: 8pt; font-weight: none; border: 1px solid #000000 }
