/* 
This style sheet and the images to which it refers to 
may not be reused, resold or redistributed by any means necessary
================================================================
Description: Layout styles for Curv Sports
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:12px; 
        color:#fff;
        background-color:#000;
	}	
	
	a { color:#DEA307; }
	a:hover 	{ 
		text-decoration:none; 
	}
 
	h1,h2,h3,h4,h5,h6 { color:#fff; }
	
    .container {
        color:#fff;
    }

	/**
	 * HEADER LAYOUT
	 ***********************************************************************************/
    /* #membership_promo {
        z-index:1;
        position:absolute;
        top:40px;
        right:5px;
        width:229px;
        height:17px;
        background: url('../level2/img/membership_button.jpg') 0 0 no-repeat;
        overflow:hidden;
    }
    #membership_promo a:hover {
        background: url('../level2/img/membership_button.jpg') 0 -17px no-repeat;
    } */

	/**
	 * BODY LAYOUT
	 ***********************************************************************************/    

    /* SITENAV */
    #sn {
        top:0px;
        left:230px;
    }
    #sn li ul li a {
        border:1px solid #535353;
        margin:0 0 -1px 0;
        text-decoration: none;
        font-weight: bold;
        background: url('../images/subnav_bg.jpg') 0 0 repeat-x;
        color: #000;
    }
    #sn li ul li a:hover {
        background: url('../images/subnav_bg.jpg') 0 -20px repeat-x;
        color:#fff;
    }  


    /* cutout */
    #cutout {
        z-index:0;
        position:absolute;
        top:-82px;
        left:0;
        width:397px;
        height:318px;
        background: url('../images/cutout.png') 0 0 no-repeat;
    }
    
    
    /**
     * HOME PAGE WIDGET STYLES
  	 ***********************************************************************************/
    #home_content {
        z-index:0;
        position:relative;
        margin:0;
    }
    
    /** Home left column **/
    #home_left_column {
        float:left;
        width:250px;
        margin:0;
        padding:208px 0 0 80px;
    }
    
    /* home news */
    #home_news {
        width:250px;
        height:232px;
        background: url('../images/home_latest_news_box.jpg') 0 0 no-repeat;
    } 
    .news_widget {
        position:relative;
        top:55px;
        left:20px;
        width:215px;
        height:160px;
        margin:0;
    }
    h3.news_widget_header    {
        text-indent:-9999px;
        height:0;
        margin:0;
        padding:0;
    }
    .news_widget_post {
        margin:0 0 10px 0;
    }
    .news_widget_post a  {
        color:#000;
        font-size:10px;
        font-weight:bold;
        text-decoration:none;
        line-height:1.3em;
    }
    .news_widget_post a:hover  { color:#DEA307; }
    a.news_widget_more_link { 
        position:absolute;
        bottom:-26px;
        right:2px;
        display:block;
        width:58px;
        height:20px;
        text-indent:-9999px;
    }  
    a.news_widget_more_link:hover { background-color:#fff; filter:alpha(opacity=30); -moz-opacity:.30; opacity:.30; }


    
    /** Home right column **/
    #home_right_column {
        float:right;
        width:600px;
        padding:25px 30px 0 0;
    }
    
    /** First Row **/
    /* welcome */
    #home_welcome {
        float:right;
        width:469px;
        height:193px;
        margin:0px;
        overflow:hidden;
        background: url('../images/home_welcome_box.png') 0 0 no-repeat;
    }
    #welcome_widget_header {
        margin:0;
        padding:0;
        height:45px;
        text-indent:-9999px;
    }
    #welcome_widget {
        width:440px;
        height:135px;
        overflow:hidden;
        margin:0 0 0 15px;
        color:#fff;
        font-size:10px;
    }
    


    /*** Second Row ***/
    /* gameday scoreboard */
    #home_gameday {
        float:right;
        width:469px;
        height:76px;
        margin:0 0 14px 0;
    }


    /*** Third Row ***/
    /* Left Promos */
    #home_right_column #widget_promo {
        margin:0 30px 0 0;
    }
    
    /* cutout 2 */
    #cutout2 {
        z-index:0;
        position:absolute;
        bottom:0px;
        right:0;
        width:119px;
        height:157px;
        background: url('../images/cutout2.png') 0 0 no-repeat;
    }
    
    /**
     * INTERIOR CONTENT
	 ***********************************************************************************/
    #content {
        border:1px solid #525253;
    }
    #cHead { 
        margin:0;
        padding:0;
        height:50px;
        width:100%;
        text-indent:-9999px;
        background-position:0 0px; 
    }

    
    /* Interior Left Promos */
    #sidebar .promo {}
    
    
    /** Sidebar **/
    #sidebar { 
        margin:0;
        padding:208px 0 0 80px;
    }     
    
       
    /**
     * PROMOS CONTENT
	 ***********************************************************************************/
    #widget_promo        a { background: url('../images/widget_promo.png') 0 0 no-repeat; }
    #tell_a_friend_promo a { background: url('../images/tell_a_friend_promo.png') 0 0 no-repeat; } 
    
    #widget_promo a:hover,
    #tell_a_friend_promo a:hover { background-position: 0 -129px; } 
    


    
	/**
	 * 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:none !Important;
        font-size:10px;
        text-transform:uppercase;
		padding:1px 2px;
		color:#fff; 
	}
	input.chkBox 	{ 
		border:0px solid transparent; 
	}


    /**
	 * FOOTER LAYOUT
	 ***********************************************************************************/
	ul#footer li	{ 
		line-height:20px; 
		font-size:10px; 
		color:#fff; 
	}
	ul#footer li a { color:#fff; }
	ul#footer li a:hover { 
        text-decoration:none; 
        background-color:transparent; 
    }


    .pagination span, .pagination a {
        background:#ccc;
        background:#030504;
        color:#333;
    }
    .pagination a {
        color:#030504;
        color:#fff;
    }
    .pagination a:hover {
        color:#fff;
        background:#333;
    }


	/**
	 * NEWS V.2
	 ***********************************************************************************/
    /* NEWS ARTICLE */
    .article_images p img {
        border:1px solid #999;
    }
    a.news_list_article_title:hover {
        color:#fff;
    }

    
    
     /**
     * BLOG
     ***********************************************************************************/
    .blog_date,
    span.blog_author,
    #comment .comment_date { 
        /* color:#333;  */
    }

    /* COMMENTS */
    #blog_comments h4 { color:#fff;}
    #blog_comments,
    #blog_comments a,
    #comment,
    #blog_comment_form,
    #blog_comment_form a,
    #comment a,
    .blog_tools a    {  
        color:#fff;
    }
    #comment { 
        background: url('../images/misc_bg2.jpg') 0 0 repeat;
    }
    #comment .comment_author { /* color:#ccc; */ }

    /* COMMENT FORM */
    #blog_comment_form, .blog_tools, #blog_search_and_filter { 
        background: url('../images/misc_bg2.jpg') 0 0 repeat;
    }



    /**** LIGHTBOX PHOTO GALLERY ****/
    /* gallery table style */
    table.gallery_list td a.gallery_list_thumbnail img {
        border:1px solid #000;
    }
    table.gallery_list td a.gallery_list_link:hover {
        /* color:#333; */
    }

    /* FLV VIDEO GALLERY */
    #related_video_files_wrapper {
        background: url('../images/misc_bg2.jpg') 0 0 repeat;
    }

    .video_file {
        background: url('../images/misc_bg1.jpg') 0 0 repeat;
    }

    .video_file .title {
        color:#ccc;
    }
    .video_file .title:hover {
        color:#fff;
    }
    .video_comments_link {
        color:#fff;
    }
    
	/**
     * Registration form styles
     ***************************************************************************************/
    .reg_form {
        border: 1px solid #ccc;
    }
    .reg_form li.error {
        background: #600;
        color: #D00;
    }

    .reg_form fieldset legend {
        color: #CCC;
    }


    /* CURV SPORTS NETWORK SIGNUP */   
    .reg_form li {
        border-bottom: 1px solid #BBB;
    }
    .required {
        color: red;
    }
    .reg_form .message {
        border: 1px solid red;
        background: #FFFCFC;
    }        
           

    /* WIDGETS */
    .widget h3 {
        background: url('../images/misc_bg2.jpg') 0 0 repeat;
        color:#fff;
    }
    .widget_container {
        border:1px solid #666;
    }

           
    /* ARTICLE TOOLS */
	#aTools h4 {
		border:1px solid #ccc;
		background: url('../images/button_bg.jpg') 0 0 repeat;
	}
	#aTools ul {
		border:1px solid #ccc;
		background: url('../images/misc_bg1.jpg') 0 0 repeat;
	}
	#aTools ul li a {
        color:#fff;
	}


    /* Q & A Styles */
    #qaQuestions {
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        color: #030504;
    }
	dt.qaQuestion { 
        color:#fff;
    }
	dd.qaAnswer {
        background-color:#000; filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60;
        color:#fff;
        border-bottom: 1px solid #ccc;
	}
	.qac {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        color:#fff;
    }
    .qac a {
        color:#fff;
    }


    /* Calendar */
    #calendar td p {
        color:#000;
    }
    #calendar td {
        background: #FFF;
        border: 1px solid black;
    }
    #calendar td p.calImage {
        color:red;
    }
    #calendar td.calOff {
        background-color:#CAC8C7;
    }
    
    /* Wallpaper */
    #wallpaper { border-collapse: separate; }
    #wallpaper th { text-align: center;}
    #wallpaper th.aspect { 
        font-size: 1.2em; 
        color: #A90303 
    }
    #wallpaper td.wallpaper a { 
        display: block; 
        margin: 1px; 
        padding: 1px; 
        border: 1px solid #ccc;
    }
  
    /* FB Stats */
    h3#statsYear { }
    table#stats thead th, table#statsSummary th {
        border:1px solid #ccc;
        background:#4D325D;
        color:#fff;
    }
    table#stats tbody td, table#statsSummary tbody {
        background:#FFF8EF;
        color:#666;
    }
    
    
	/**** FORM ELEMENT RULES ****/
	#emailArticle input,
	#emailArticle textarea {
		border:1px solid #000;
	}

	/**** LIST GRAPHICS ****/
	li#prnt { list-style-image:url('../images/print.gif'); }
	li#bmk  { list-style-image:url('../images/bookmark.gif'); }
	li#eml  { list-style-image:url('../images/email.gif'); }  

	/**
	 * USEFULL RULES
	 ***********************************************************************************/
	.message, .error { 
		font-weight:bold; 
		color:red; 
		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; }

#breadcrumb{
	display:none;
}

.blog-category{
	color:#FFF;
}