/*
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:#fff; }
	a:hover 	{
		text-decoration:none;
	}

	h1,h2,h3,h4,h5,h6 { color:#fff; }

	/**
	 * BODY LAYOUT
	 ***********************************************************************************/

    /* .news_article a, .recent_blog a {
        color:#fff;
    }     */

    #sub_page {
        border:1px solid #6b09a9;
        background-color:#202020;
    }

    /* SITENAV */
    #sn li ul li a {
        border:1px solid #333;
        margin:-1px 0 0 0;
        background: #000;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
    }
    #sn li ul li a:hover {
        color: #DB0903;
    }


    /**
     * HOME PAGE WIDGET STYLES
  	 ***********************************************************************************/
    /** First Row **/
    /* home photo */
    #home_photo {
        width:524px;
        height:261px;
        margin:0;
        padding:0;
    }
    #home_photo img { margin:0; padding:0; }

    /* welcome */
    #home_welcome {
        width:186px;
        height:261px;
        margin:0 0 0 35px;
        background: url('../images/home_welcome_box.png') 0 0 no-repeat;
        overflow:hidden;
    }
    #welcome_widget {
        margin:7px;
        font-size:12px;
        line-height:1.4em !important;
    }
    h3#welcome_widget_header {
        text-indent:-9999px;
        height:40px;
        margin:0;
        padding:0;
    }

    /* home video */
    #home_video {
        width:186px;
        height:261px;
        margin:0 0 0 40px;
        background: url('../images/home_video_box.png') 0 0 no-repeat;
    }

    #video_widget {}
    h3#video_widget_header {
        text-indent:-9999px;
        height:40px;
        margin:0;
        padding:0;
    }
    #video_widget_player {
        width:173px;
        height:115px;
        margin:10px 0 10px 6px;
    }
    a#video_widget_more_link { display:none; }

    /* Video Widget Controls */
    #video_widget_controls {
        position:relative;
        height:26px;
        width:157px;
        margin:0 0 0 15px;
        padding:0;
        list-style:none;
        float:left;
    }
    #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 {
        width:52px;
        height:26px;
    }
    li#video_widget_controls_pause {
        width:52px;
        height:26px;
    }
    li#video_widget_controls_stop {
        width:52px;
        height:26px;
    }
    li#video_widget_controls_prev, li#video_widget_controls_next { }
    #video_widget_controls {
        background-image: url('../images/home_video_controls.png');
        background-repeat:no-repeat;
    }
/*      li#video_widget_controls_play a:hover, li#video_widget_controls_play a.active {
        background-position: 0px -21px;
    }
    li#video_widget_controls_pause a:hover, li#video_widget_controls_pause a.active {
        background-position: -22px -21px;
    }
    li#video_widget_controls_stop a:hover, li#video_widget_controls_stop a.active {
        background-position: -46px -21px;
    }
    li#video_widget_controls_prev a:hover, li#video_widget_controls_prev a.active { display:none; }
    li#video_widget_controls_next a:hover, li#video_widget_controls_next a.active { display:none; }
 */

    /** Second Row **/
    /* home blog */
    #home_blog {
        width:524px;
        height:192px;
        margin:0;
        background: url('../images/home_blog_box.png') 0 0 no-repeat;
    }
    .blog_widget {
        width:460px;
        height:140px;
        margin:50px 0 0 30px;
        overflow:hidden;
    }
    h3.blog_widget_header {
        text-indent:-9999px;
        height:0px;
        margin:0;
        padding:0;
    }
    .blog_widget_posts {}
    .blog_widget_posts a {
        display: block;
        float: left;
        padding-bottom: 10px;
    }
    a.blog_widget_more_link { display:none; }

    /* promos */
    #home_store_promo a, #home_widget_promo a {

        display:block;
        text-indent:-9999px;
        width:100%;
        height:100%;
    }

    #home_store_promo {
        width:186px;
        height:192px;
        margin:0 0 0 35px;
        background: url('../images/home_store_promo.png') 0 0 no-repeat;
    }

    #home_widget_promo {
        width:186px;
        height:192px;
        margin:0 0 0 40px;
        background: url('../images/home_widget_promo.png') 0 0 no-repeat;
    }

    /** Third Row **/
    /* gameday countdown */
    #home_gameday {
        position:relative;
        width:524px;
        height:192px;
        margin:0;
        background: url('../images/home_gameday_box.png') 0 0 no-repeat;
    }

    #home_free_membership {
        position:relative;
        width:524px;
        height:192px;
        margin:0;
        background: url('../images/free_membership_box.png') 0 0 no-repeat;
    }

    #home_free_membership_promo {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        width: 154px;
        height: 137px;
        background: url('../images/free_membership_promo.png') 0 0 no-repeat;
        position: absolute;
        top: 50px;
        left: 30px;
    }

    #home_free_membership_promo:hover {
        background-position: 0 -137px;
    }

    #home_official_site_promo {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        width: 196px;
        height: 126px;
        background: url('../images/home_team_promo.png') 0 0 no-repeat;
        position: absolute;
        top: 50px;
        right: 30px;
    }

    #gameday_countdown {
        width:400px;
        height:65px;
        position:relative;
        top:40px;
        left:10px;
    }
    a#home_team_promo {
        position:absolute;
        top:40px;
        right:0px;
        display:block;
        width:121px;
        height:126px;
        background: url('../images/home_team_promo.png') 0 0 no-repeat;
        text-indent:-9999px;
    }

    /* home news */
    #home_news {
        width:524px;
        height:192px;
        margin:0;
        background: url('../images/home_news_box.png') 0 0 no-repeat;
    }

    .news_widget {
        width:524px;
        height:192px;
        margin:50px 0 0 30px;
        overflow:hidden;
    }
    h3.news_widget_header {
        text-indent:-9999px;
        height:0px;
        margin:0;
        padding:0;
    }
    .news_widget_post {
    }
    .news_widget_post a {
        display: block;
        float: left;
        padding-bottom: 10px;
    }
    a.news_widget_more_link { display:none; }


    /**
     * INTERIOR CONTENT
	 ***********************************************************************************/
    /* interior promos */
    #newsletter_promo a,
    #tell_a_friend_promo a,
    #store_promo a,
    #widget_promo a,
    #membership_promo a,
    #team_site_promo a {
        display:block;
        text-indent:-9999px;
        width:100%;
        height:100%;
    }

    #newsletter_promo,
    #tell_a_friend_promo,
    #store_promo,
    #widget_promo,
    #membership_promo,
    #team_site_promo {
        width:186px;
        height:192px;
    }

    #newsletter_promo {
        margin:0;
        background: url('../images/newsletter_promo.png') 0 0 no-repeat;
    }

    #tell_a_friend_promo {
        margin:0 0 0 25px;
        background: url('../images/tell_a_friend_promo.png') 0 0 no-repeat;
    }

    #membership_promo {
        margin:0;
        background: url('../images/int_free_membership_promo.png') 0 0 no-repeat;
    }

    #team_site_promo {
        margin:0 0 0 25px;
        background: url('../images/int_team_site_promo.png') 0 0 no-repeat;
    }

    #store_promo {
        margin:0;
        background: url('../images/home_store_promo.png') 0 0 no-repeat;
    }

    #widget_promo {
        margin:0 0 0 25px;
        background: url('../images/home_widget_promo.png') 0 0 no-repeat;
    }




	/**
	 * 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:#ccc;
    }

    /* COMMENTS */
    #blog_comments,
    #blog_comments h4,
    #comment,
    #blog_comment_form,
    #blog_comment_form 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;
    }

    /* 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;
    }
    .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;
    }


    /* 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:#612600;
    }


	/**** 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;
	}
	.gen{
		color:#FFF;
	}
	
