/* -------------------------------------------------------------
SITETITLE TEXT STYLES
-------------------------------------------------------------- */

/*Contents --------------------------

		1.0 UNIVERSAL
		2.0 CONTENT HOMEPAGE
			2.1 Leftcol
			2.2 Midcol
			2.3 Rightcol
		3.0 SUBPAGES
			3.1 Subnav
			3.2 Leftcol
			3.3 Midcol
			3.4 Rightcol
		4.0 FOOTER
		
-----------------------------------
*/

/*
---------------------------------------
	1.0 UNIVERSAL
---------------------------------------
*/
body{
	color:#424242;	
	font:62.5% Arial, Helvetica, sans-serif;
}
body h1,h2{
	font-family: Arial, Helvetica, sans-serif;
}
body h1{
	color: #4f4c53;
	font-size:2em;
}
body h2{
	color: #528444;
	font-size:1.8em;
	line-height:1.3em !important;
}
body h3{ 
	color:#616351 !important;
	font-size:16px !important;
	line-height:1.8em !important;
	text-decoration:none !important;
}
/*body h3 a{ 
	color:#616351;
	font-size:1.2em;
	line-height:1.8em;
	text-decoration:none;
}*/
body a{
	color:#085591;
}
.content{
	font-size:1.3em;
	line-height:1.4em;
}

/*
---------------------------------------
	2.0 CONTENT HOMEPAGE
---------------------------------------
*/
.searchbox{
	color: #424242;
	font-size: 1em;
}
ul#secnav li a{
	color: #37333c;
	text-decoration: none;
}
ul#secnav li a:hover{
	color: #666666;
	text-decoration: underline;
}



/* 2.1 Leftcol ------------- */
a#read_story{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
p.date{
	color: #808080;
	font-size: 0.9em;
}

/* End 2.1 Leftcol ------------- */


/* 2.3 Rightcol ------------- */
#loginform label{
	font-weight: bold;
}
a#forgotpass{
	color: #424242;
	font-size: 0.8em;
	text-decoration: none;	
}
/* End 2.3 Rightcol ------------- */

/*
---------------------------------------
	3.0 SUBPAGES
---------------------------------------
*/

/* 3.1 Subnav ------------- */
ul#subnav li a{
	color: #302d34;
    font-size: 1.6em;
    text-decoration: none;
    font-weight: bold;
}
ul#subnav li a:hover{
	color: #5c944d;
}
ul#subnav li a.on{
	color: #5c944d;
}
ul#subnav li ul li a{
	color: #545644;
	font-size: 1.2em;
	font-weight: normal;
}
ul#subnav li ul li a:hover{
	color: #5c944d;
}
ul#subnav li ul li a.on{
	color: #5c944d;
}

/* End 3.1 Subnav ------------- */

ul#members_box li a{
	color: #424242;
	font-weight: bold;
    text-decoration: none;
}
ul#members_box li a:hover{
    text-decoration: underline;
}

/*
---------------------------------------
	4.0 FOOTER
---------------------------------------
*/
#footer p{
	font-size: 1.1em;
}
#footer p a{
	color: #687256;
	text-decoration: none;
}
#footer ul li a{
	color: #424242;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;	
}
#footer ul li a:hover{
	text-decoration: underline;	
}

