/* 
    Below is a sample CSS file that can be used with Guild Launch sites that have the CSS upload capability.
    
    NOTE: ALL THE COLORS IN THIS FILE ARE GENERIC AND ARE NOT SPECIFIC TO YOUR SITE. Everything in this file is commented out so you can
    uncomment what you would like to change and then upload that and only what you have modified will be in effect.
    
    HOW TO USE THIS FILE:
    =====================
    
    1. Find the CSS item you want to change.
    2. Uncomment the line you want to change by removing the '/ *' (without the space) before the line and the '* /' (without the space)
    after the line.
    3. Upload the file in your template area on the Upload Custom CSS page.
    =======================
    
    For more assistance visit http://support.guildlaunch.com
    
    Copyright 2007 Guild Launch, LLC and can be used unrestricted in all Guild Launch sites.
*/

/* Changes main menu links; } */
/*.mainmenu { 	color: #000000; } */
/*a.mainmenu,a.mainmenu:active,a.mainmenu:visited { 	color: #dddddd; } */
/*a.mainmenu:hover { 	color: #ffffff; } */


/* Changes Forum Catagory Links; } */
/*.cattitle { 	color: #dddddd; } */
/*a.cattitle { 	color: #ffffff; } */
/*a.cattitle:hover { }


/* Changes forum nav text and links; } */
/*.nav { 	color: #dddddd; } */
/*a.nav, a.topictitle:visited, a.topictitle:active { 	color: #ffffff; } */
/*a.nav:hover { }

/* Changes Forum Topic Title Text and Links ; } */
/*.topictitle { 	color: #ffffff; } */
/*a.topictitle:link, a.topictitle:visited { 	color: #dddddd; } */
/*a.topictitle:hover { 	color: #ffffff; } */

/* Changes Forum Elements; } */
/*.name { 	color: #dddddd; } */
/*.postdetails { 	color: #ffffff; } */
/*.postbody { }

/* Changes Forum Post Links; } */
a.postlink:link, a.postlink:visited { 	text-decoration:underline; }

/*color: #3399FF;*/


.quote {
background-color:#336699;
border:1px solid #CCCCCC;
color:#CCCCCC;
}  
/* Changes Forum site link; } */
/*a.siteLink0, a.siteLink0:active, a.siteLink0:visited { 	color: #ffffff; } */
/*a.siteLink0:hover { 	color: #ffffff; } */
/*a.siteLink1, a.siteLink1:active, a.siteLink1:visited { 	color: #000000; } */
/*a.siteLink1:hover { 	color: #000000; } */

