/*  
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 Karlos Rogers
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:#333; 
	}	
	
	a { color:#790102; }
	a:hover 	{ 
		text-decoration:none; 
	}
 
	h1,h2,h3,h4,h5,h6 { color:#790102; }

		/**
	 * FORM TYPOGRAPHY
	 ***********************************************************************************/
	textarea 		{ 
		border:1px solid #666 !important; 
		color:#666; 
		font:10pt; 
		padding:1px; 
		margin:1px; 
	}
	select, input	{ 
		border:1px solid #666 !important; 
		color:#666; 
		padding:1px; 
		margin:1px; 
	}
	input.submit, button.submit { 
		background:#790102; 
        border:none !important;
		font-weight:bold;
		padding:1px;
		color:#fff; 
        text-transform:uppercase;
        font-size:10px;
	}
	input.chkBox 	{ 
		border:0px solid transparent; 
	}

	
	/**
	 * SITENAV TYPOGRAPHY
	 ***********************************************************************************/
    #sitenav li ul { /* second-level lists */
        border:none;
		border-bottom:1px solid #666;
    }
    #sitenav li ul li {
		border-top:1px solid #666;
		border-left:1px solid #666;
		border-right:1px solid #666;
	}
    #sitenav li ul li a {
        background: url('../images/subnav_bg.jpg') 0 0 repeat !important;
        color: #000;
		background-color:#fff;
        font-family: "Verdana", sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-transform:uppercase;
        text-indent:3px;
    }
    #sitenav li ul a:hover {
        /* background: #7F0101 url('../images/subnav_bg.jpg') 0 -20px no-repeat !important; */
        background: #7F0101 !important;
        color: #fff;
        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; }
