/*  
This style sheet and the images to which it refers to 
may not be reused, resold or redistributed by any means necessary
================================================================  
Description: Typography styles for [PROJECT]
Version: 1.0
Author: AWS Sports
Author URI: http://www.awssports.com/
*/
	
	/**
	 * GLOBAL FONT TYPOGRAPHY
	 ***********************************************************************************/
	body { 
		font-family:"Verdana", "Arial", "Trebuchet", sans-serif; 
		font-size:13px; 
		color:#fff; 
	}	
	
	a { color:#ce5907; }
	a:hover 	{ 
		text-decoration:none; 
	}
 
	h1,h2,h3,h4,h5,h6 { color:#ce5907; }

	#interior_content { line-height:1.5em; }
	
 
	/**
	 * FORM TYPOGRAPHY
	 ***********************************************************************************/
	textarea 		{ 
		border:1px solid #666; 
		color:#666; 
		font:10pt; 
		padding:1px; 
		margin:1px; 
	}
	select, input	{ 
		border:1px solid #666; 
		color:#333; 
		padding:1px; 
		margin:1px; 
	}
	input.submit, button.submit { 
		background: url('../images/button_bg.jpg') 0 0 repeat; 
		/* border:1px solid #000; */
        border:none !Important;
		/* font-weight:bold; */
        font-size:10px;
        text-transform:uppercase;
		padding:1px 2px;
		color:#fff; 
	}
	input.chkBox 	{ 
		border:0px solid transparent; 
	}

	
	/**
	 * SITENAV TYPOGRAPHY
	 ***********************************************************************************/
    #sitenav li ul { /* second-level lists */
        border:none;
		border-top:1px solid #333;
    }
    #sitenav li ul li {
		border-bottom:1px solid #333;
		border-left:1px solid #333;
		border-right:1px solid #333;
	}
    #sitenav li ul li a {
        text-indent:0;
        color:#fff !important;
        line-height:1.3em;
        text-decoration: none;
    }    

    #sitenav li ul a:hover {
        color: #ccc;
        background:#000;
        text-decoration: none;
    }

	
	/**
	 * FOOTER TYPOGRAPHY
	 ***********************************************************************************/
	ul#footer { 
	}
	ul#footer li	{ 
		font-size:9px; 
		color:#fff; 
	}
	ul#footer li a	{ 
        font-size:9px; 
        color:#fff; 
    }
	ul#footer li#ftAws a { text-decoration:none; }
	ul#footer li a:hover { text-decoration:none; background-color:transparent; }
	

	/**
	 * USEFULL RULES
	 ***********************************************************************************/
	.message, .error { 
		font-weight:bold; 
		color:#9f0006; 
		text-align:center;
	}
	.hide { 
		position:absolute; 
		text-indent:-9999px; 
		text-decoration:none; 
	}	
	.newsMore:hover { text-decoration:none; }
	.c, .c p, .c div  { text-align:center; }
	.cb { clear:both;}
	.cl { clear:left;}
	.dn { display:none;}
	.w  { width:100%;}
	.h  { display:none}
	.r  { float:right; }
	
	
.title{
	font-color:#ce5907;
}
