/* 
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:#333;
	}	
	
	a { color:#153E81; }
	a:hover 	{ 
		text-decoration:none; 
	}
 
	h1,h2,h3,h4,h5,h6 { color:#153E81; }
	
    .container1,
    .container2,
    .container3,
    .container4 {
        color:#fff;
    }

    
    
    
	/**
	 * BODY LAYOUT
	 ***********************************************************************************/
    .interior_header {
        height:80px !important;
        background: url('../images/interior_header.png') 0 0 no-repeat !important;
    }
    
    
    #header h1 {
        position:absolute;
        top:23px;
        left:-37px;
        width:160px;
        height:17px;
        background: url('../images/official_website_of.jpg') 0 0 no-repeat;
        margin:0;
        padding:0;
    }
    #header h1 a {
        display:block;
        width:100%;
        height:100%;
        text-indent:-9999px;
    }
    
    /* Header Links */
    a#facebook_link {
        z-index:1;
        position:absolute;
        top:40px;
        right:138px;
        display:block;
        width:87px;
        height:84px;
        background: url('../imgages/facebook_promo.png') 0 0 no-repeat;
        text-indent:-9999px;
    }
    
    a#twitter_link {
        z-index:0;
        position:absolute;
        top:45px;
        right:67px;
        display:block;
        width:77px;
        height:74px;
        background: url('../images/twitter_promo.png') 0 0 no-repeat;
        text-indent:-9999px;
    }
    
    a#facebook_link:hover,
    a#twitter_link:hover {
        filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70; 
    }
    
    
	/**
	 * BODY LAYOUT
	 ***********************************************************************************/
    #content {
		height:auto;}

    #cHead { 
        margin:0;
        padding:0;
        height:50px;
        width:100%;
        text-indent:-9999px;
        background-position:0 0; 
    }

    /* SITENAV */
    #sn {
        position:absolute;
        top:10px;
        left:120px;
    }
    #sn li ul li a {
        border:1px solid #000;
        margin:-1px 0 0 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 {
        color: #fff;
        background: url('../images/subnav_bg.jpg') 0 -20px repeat-x;
    }  
    
    
    /**
     * HOME PAGE WIDGET STYLES
  	 ***********************************************************************************/
    /* home latest news */
    #home_news { background: url('../images/home_latest_news_box.png') 0 0 no-repeat; } 
    .news_widget {
        position:relative;
        top:45px;
        left:25px;
        width:220px;
        height:140px;
        margin:0;
    }
    h3.news_widget_header    {
        text-indent:-9999px;
        height:0;
        margin:0;
        padding:0;
        background:#ccc;
    }
    .news_widget_post {
        margin:0 0 15px 0;
    }
    .news_widget_post a  {
        color:#ccc;
        font-size:10px;
    }
    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; }


    /** First Row **/    
    /* home widget promo */
    #home_widget_promo a {  background: url('../images/home_widget_promo.png') 0 0 no-repeat; }
    #home_widget_promo a:hover {  background-position:0 -195px; }
 

    /* home blog & news */
    #home_blog { background: url('../images/home_blog_box.png') 0 0 no-repeat; }
    .blog_widget {
        position:relative;
        top:50px;
        left:10px;
        width:200px;
        height:110px;
        margin:0;
    }
    h3.blog_widget_header    {
        text-indent:-9999px;
        height:0;
        margin:0;
        padding:0;
    }
    .blog_widget_posts {
        margin:0 0 10px 0;
    }
    .blog_widget_posts a  {
        color:#fff;
        font-size:10px;
    }
    a.blog_widget_more_link { 
        position:absolute;
        bottom:-31px;
        left:-9px;
        display:block;
        width:73px;     
        height:24px;
        text-indent:-9999px;
    }  
    a.blog_widget_more_link:hover { 
        background: url('../images/home_blog_box.png') -1px -362px no-repeat;
    }

    /* home video */
    #home_video { background: url('../images/home_video_box.png') 0 0 no-repeat; }
    #video_widget {}
    h3#video_widget_header { display:none;
        text-indent:-9999px;
        height:0px;
        margin:0;
        padding:0;
        line-height:0;
    }
    #video_widget_player {
        position:relative;
        top:10px;
        left:160px;
        width:225px;
        height:145px;
    }
    a#video_widget_more_link { display:none; }
    /* video controls */
    #video_widget_controls {
        position:relative;
        top:15px;
        left:265px;
        height:24px;
        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('../images/home_video_controls.png');
        background-repeat:no-repeat;
    }  

    
    /** Row 2 **/
    /* home qa promo */
    #home_qa_promo a { background: url('../images/home_qa_promo.png') 0 0 no-repeat; }
    #home_qa_promo a:hover {  background-position:0 -195px; }

    /* home store promo */
    #home_store_promo a { background: url('../images/home_store_promo.png') 0 0 no-repeat; }
    #home_store_promo a:hover {  background-position:0 -195px; }

    /* home gameday countdown */
    #home_free_membership_promo a { background: url('../images/home_free_membership_promo.png') 0 0 no-repeat; }
    #home_free_membership_promo a:hover {  background-position:0 -195px; }


    /**
     * INTERIOR CONTENT
	 ***********************************************************************************/
    /* content */
    #content {
        border:1px solid #ccc;
        background-color:#fff;
		height:auto;
        
    }
    #content {
        padding:580px 0 0 0;
    }
    #wrap { 
        margin:-570px 10px 10px 10px; /* This allows for setting the initial height of a floated element without setting height which causes content to extend past element */
    }    
    
    /* Sidebar */
    #sidebar {
        margin:18px 0 0 0;
        float:left;
        width:278px;
        height:599px;
    }
    #sidebar .container1 { width:278px; }

    /* interior widget promo */
    #sidebar a {  }
   
    #widget_promo  { height:106px; }
    #widget_promo a { background-position:0 0; }
    #widget_promo a:hover {  background-position:0 -597px; }
 
    #blog_promo { height:130px; }
    #blog_promo a { background-position:0 -106px; }
    #blog_promo a:hover {  background-position:0 -703px; }
    
    #follow_nick_promo { height:120px; }
    #follow_nick_promo a { background-position:0 -236px; }
    #follow_nick_promo a:hover {  background-position:0 -833px; }
    
    #store_promo { height:120px; }
    #store_promo a { background-position:0 -356px; }
    #store_promo a:hover {  background-position:0 -953px; }
    
    #free_membership_promo  { height:115px; }  
    #free_membership_promo a { background-position:0 -476px; }
    #free_membership_promo a:hover {  background-position:0 -1073px; }
    
    /* #widget_promo { background:yellow; filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60; }
    #blog_promo { background:green; filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60; }   
    #follow_nick { background:blue; filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60; }  
    #store_promo { background:yellow; filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60; }
    #free_membership  { background:green; filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60; }  */ 

    /* footer */
	ul#footer li#footer_terms { left:260px; }
	ul#footer li#footer_privacy { left:340px; }
    
	/**
	 * 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:#666;
    }

    
    
     /**
     * BLOG
     ***********************************************************************************/
    .blog_date,
    span.blog_author { color:#666; }
    #comment .comment_date { 
        color:#ccc; 
    }

    /* COMMENTS */
    #blog_comments h4 {}
    #blog_comments,
    #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:#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;
    }
    .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 #1F1F1F;
        border-bottom: 1px solid #1F1F1F;
        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 #1F1F1F;
        border-bottom: 1px solid #1F1F1F;
        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;
    }
 
    
    /* 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:#333;
        color:#fff;
    }
    table#stats tbody td, table#statsSummary tbody {
        background:#FFF8EF;
        color:#112C58;
    }
    
    
	/**** 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; }
	
#breadcrumb { 
	display:none;
}	