/* 
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:#29261F;
        background-color:#B8B8B8;
	}	
	
	a { color:#052144; }
	a:hover 	{ 
        color:#999;
		text-decoration:none; 
	}
 
	h1,h2,h3,h4,h5,h6 { color:#29261F; }
	
    .container1,
    .container2,
    .container3,
    .container4 {
        color:#fff;
    }
    .row2 {
        width:836px;
        height:188px;
        background: url('../images/row2_bg.jpg') 0 0 no-repeat;
        margin:0 0 0 10px;
        padding:15px 0 0 15px;
    }
    #wrapper {}
    
	/**
	 * HEADER LAYOUT
	 ***********************************************************************************/
	#header { 
        background-position:20px 10px;
	}

    /* team promo */
    #team_promo {
        position:relative;
        top:15px;
        float:right;
        width:84px;
        height:37px;
    }
    #team_promo a {
        background: url('../images/team_promo.png') 0 0 no-repeat;
    }
    #team_promo a:hover { background-position:0 -37px; }
    
    
	/**
	 * BODY LAYOUT
	 ***********************************************************************************/
    #interior_content {}
    

    #cHead { 
        margin:10px 0;
        padding:0;
        height:40px;
        width:100%;
        text-indent:-9999px;
        background-position:0 0; 
    }

    /* SITENAV */
    #sn {
        left:45px;
    }
    #sn li ul li a {
        border:1px solid #9F9E9E;
        margin:-1px 0 0 0;
        text-decoration: none;
        font-weight: bold;
        background: url('../images/subnav_bg.jpg') 0 0 repeat-x;
        color: #fff;
    }
    #sn li ul li a:hover {
        background-color:#000;
        color:#9F9E9E;
    }  
    
    
    /**
     * SUBHEADER STYLES
     ***********************************************************************************/
    /* cutout */
    #cutout {
        width:259px;
        height:198px;
        position:absolute;
        top:22px;
        left:450px;
        background: url('../images/cutout.png') 0 0 no-repeat;
    }
    
    /* join now */
    #join_now_promo a {
        position:absolute;
        bottom:35px;
        left:200px;
        width:254px;
        height:13px;
        background: url('../images/join_now_promo.png') 0 0 no-repeat;
    }
    #join_now_promo a:hover { background-position:0 -13px; }
    
    
    /* welcome */
    #home_welcome {
        z-index:2;
        position:relative;
        top:40px;
        left:50px;
        width:390px;
        height:145px;
        margin:0px;
        overflow:hidden;
    }
    #welcome_widget {
        margin:7px;
        font-size:12px;
        line-height:1.4em !important;
        color:#fff;
        overflow:hidden;
        width:390px;
        height:145px;
    }
    h3#welcome_widget_header {
        text-indent:-9999px;
        margin:0;
        padding:0;
        background: url('../images/welcome_header.png') 0 0 no-repeat;
        width:137px;
        height:25px;
    }
    

    /**
     * HOME PAGE WIDGET STYLES
  	 ***********************************************************************************/
    /** First Row **/    
    /* home blog */
    #home_blog {
        background: url('../images/home_blog_box.png') 0 0 no-repeat;
    } 
    .blog_widget {
        position:relative;
        top:50px;
        left:25px;
        width:220px;
        height:110px;
        margin:0;
    }
    h3.blog_widget_header {
        text-indent:-9999px;
        height:0;
        margin:0;
        padding:0;
        background:#ccc;
    }
    .blog_widget_posts {
        margin:0 0 10px 0;
    }
    .blog_widget_posts a {
        color:#ccc;
        font-size:10px;
    }
    a.blog_widget_more_link { 
        position:absolute;
        display:block;
        width:135px;
        height:20px;
        text-indent:-9999px;
    }  
    a.blog_widget_more_link {
        bottom:-26px;
        left:5px;
    }

    
    /* widget promo */
    #widget_promo a { 
        background: url('../images/home_widget_promo.png') 0 0 no-repeat; 
    }
    #widget_promo a:hover { background-position:0 -202px; }

    
    /* home video */
    #home_video {
        background: url('../images/home_video_box.png') 0 0 no-repeat;
    }
    #video_widget {
        position:relative;
    }
    h3#video_widget_header {
        text-indent:-9999px;
        height:17px;
        margin:0;
        padding:0;
        line-height:0;
    }
    #video_widget_player {
        width:227px;
        height:147px;
        margin:0 0 0 19px;
    }
    a#video_widget_more_link { 
        position:absolute;
        left:139px;
        top:187px;
        display:block;
        width:103px;
        height:16px;
        text-indent:-9999px;
    }
    /* video controls */
    #video_widget_controls {
        position:relative;
        left:130px;
        top:4px;
        height:20px;
        width:130px;
        margin:0;
        padding:0;
        list-style:none;
    }
    #video_widget_controls li {
        float:left;
        left:0;
    }
   #video_widget_controls li a{
        cursor:pointer;
        display:block;
        width:100%;
        height:100%;
        text-indent:-9999px;
    }
    li#video_widget_controls_play,
    li#video_widget_controls_pause,
    li#video_widget_controls_stop {
        width:40px;
        height:24px;
    }
    li#video_widget_controls_prev, li#video_widget_controls_next { display:none; }
    #video_widget_controls {
        background-image: url('../level2/img/home_video_controls.png');
        background-repeat:no-repeat;
    }  

    /** ROW 2 **/
    /* gameday box */
    #gameday_box { 
        float:left; 
        background: url('../images/home_gameday_box.png') 0 0 no-repeat; 
        padding:40px 0 0 20px;
        width:385px;
        margin:0 6px 0 0;
    }

    /* home news */
    #home_news { 
        background: url('../images/home_latest_news_box.png') 0 0 no-repeat;  
        margin:0 7px 0 0;
    } 
    .news_widget {
        position:relative;
        top:35px;
        left:15px;
        width:175px;
        height:110px;
        margin:0;
    }
    h3.news_widget_header    {
        text-indent:-9999px;
        height:0;
        margin:0;
        padding:0;
        background:#ccc;
    }
    .news_widget_post {
        margin:0 0 10px 0;
    }
    .news_widget_post a  {
        color:#ccc;
        font-size:10px;
    }
    a.news_widget_more_link { 
        position:absolute;
        display:block;
        width:135px;
        height:20px;
        text-indent:-9999px;
    }  
    a.news_widget_more_link {
        bottom:-16px;
        right:0;
    }

    /* store promo */
    #store_promo a {
        background: url('../images/home_store_promo.png') 0 0 no-repeat;
    }
    #store_promo a:hover {
        background-position:0 -140px;
    }



    /**
     * INTERIOR PROMO CONTENT
	 ***********************************************************************************/
    /* widget promo */
    #interior_widget_promo {
        margin:37px 0 0 25px;
    }
    #interior_widget_promo a { 
        background: url('../images/interior_widget_promo.png') 0 0 no-repeat; 
    }
    #interior_widget_promo a:hover { background-position:0 -137px; }

    /* store promo */
    #interior_store_promo a {
        background: url('../images/interior_store_promo.png') 0 0 no-repeat;
    }
    #interior_store_promo a:hover {
        background-position:0 -169px;
    }

    /* tell a friend promo */
    #interior_tell_a_friend_promo a {
        background: url('../images/interior_tell_a_friend_promo.png') 0 0 no-repeat;
    }
    #interior_tell_a_friend_promo a:hover {
        background-position:0 -169px;
    }

    
	/**
	 * 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: url('../images/subnav_bg.jpg') 0 0 repeat-x;
        color:#999;
    }
    .pagination a {
        color:#fff;
    }
    .pagination a:hover {
        color:#fff;
        background:#000;
    }


	/**
	 * NEWS V.2
	 ***********************************************************************************/
    /* NEWS ARTICLE */
    .article_images p img {
        border:1px solid #999;
    }
    a.news_list_article_title:hover {}

    
    
     /**
     * BLOG
     ***********************************************************************************/
    .blog_date,
    span.blog_author {
        color:#666;
    }
    #comment .comment_date { 
        color:#DFDEDE; 
    }

    /* COMMENTS */
    #blog_comments h4 {}
    #blog_comments,
    #comment,
    #blog_comment_form,
    #blog_comment_form a,
    #comment a,
    .blog_tools a    {  
        color:#DFDEDE;
    }
    #comment { 
        background: url('../images/misc_bg2.jpg') 0 0 repeat;
    }
    #comment .comment_author { color:#DFDEDE; }

    /* 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:#fff;
    }
    .video_file .title:hover {
        color:#ccc;
    }
    .video_comments_link {
        color:#fff;
    }
    
    
    /* Audio */
    ul.audio_list li { border-bottom:1px solid #ccc; }
    ul.audio_list li span.audio_title { }
    ul.audio_list li a.audio_listen{ }
    ul.audio_list li a.audio_download{ }
    ul.audio_list li span.audio_caption{ }
    ul.audio_list li span.audio_description{ }


	/**
     * 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;
    }
    h3.features_header { color:#29261F; }
    .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.calOff { background:#DFDEDE; }
    #calendar td p.calImage {
        color:red;
    }
 
    
    /* 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:#082245;
        color:#fff;
    }
    table#stats tbody td, table#statsSummary tbody {
        background:#FFF8EF;
        color:#082245;
    }
    
    
	/**** 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:#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; }
