*{
    margin: 0;
    padding: 0;
}

ul.primary {
    border-bottom: 1px solid #BBBBBB;
    border-collapse: collapse;
    height: auto;
    line-height: 1.5em;
    list-style: none outside none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: normal;
}

/* Ad Styles */

.front_bottom_ad{
    width: 728px;
    height: 90px;
    margin: 0 auto 20px;
}

.gam-holder{
    text-align: center;
}

.info-block .share_this_thing_content{
	display: none;
}

.newsbrief-content {
    color: #0184E0;
}

.node-flag {
    height: 20px;
    margin-left: 5px;
    margin-top: 10px;
}

/*
=======================================================================
	Search Result Styles
=======================================================================
*/

#search-result-wrapper{
    margin: 20px 0 20px 0;
    width: 100%;
    position: relative;
    background: url("../images/bg-post-list.gif") repeat-x scroll 0 100% transparent;
    padding-bottom: 5px;
    margin-bottom: 20px
}

#video-search-result-wrapper{
    margin: 20px 0 20px 0;
    width: 100%;
    position: relative;
    background: url("../images/bg-post-list.gif") repeat-x scroll 0 100% transparent;
    padding-bottom: 20px;
    margin-bottom: 20px
}

#spw-search-result-wrapper{
    margin: 20px 0 20px 0;
    width: 100%;
    position: relative;
    background: url("../images/bg-post-list.gif") repeat-x scroll 0 100% transparent;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.front-page-search{
    width: 260px;
    height: 55px;
}

.front-button input{
    background-image: url("../images/go.gif");
    background-repeat: no-repeat;
    border: medium none;
    float: right;
    height: 24px;
    margin: 5px 2px 0 0;
    text-indent: -1000px;
    width: 33px;
    cursor: pointer;
}

#searchBox-front{
    width: 210px;
    height: 24px;
    padding-left: 5px;
    float: left;
    margin: 5px 0 20px 0;
}

.search-result-image{
    background-color: #F5F5F5;
    border: 1px solid #E2E2E2;
    padding: 2px;
    width: 65px;
    float: right;
    margin-left: 10px;
}

.search-result-video {
    background-color: #F5F5F5;
    border: 1px solid #E2E2E2;
    float: right;
    padding: 2px;
    width: 89px;
}

#search-result-video-overlay {
    background: url("../images/spw_block_playbutton.png") repeat scroll 0 0 transparent;
    height: 50px;
    pointer-events: none;
    position: absolute;
    right: -3px;
    width: 99px;
    z-index: 40;
}

.search-result-archived{
    background: url("../images/icons/archived_icon.png") no-repeat;
    padding-left: 25px;
    font-size: 16px;

}

.search-result-head{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-bottom: -15px;
}

.search-result-head-view{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.search-result-date{
    font-size: 12px;
    font-weight: normal;
    height: 10px;
    line-height: 12px;
    margin: 5px 0;
    padding: 3px 17px 5px 0;
}

.search-result-summary{
    color: #606060;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.search-result-info{
    float: left;
    list-style: none outside none;
    margin: -1px;
}

.search-result-info li{
    float: left;
}

.search-result-info .field-type-taxonomy-term-reference  div.field-item{
	padding: 0;
}

.result-spacer{
    padding: 0 5px 0 5px;
}


.screenwork-icon {
    background: url("../images/icons/video_icon.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    margin: -4px 5px 0 0;
    width: 20px;
}

.spw-style{
    color: #ff3300;
}

.screenwork-style{
    color: #0184E0;
}

/*
=======================================================================
	End Search Result Styles
=======================================================================
*/

/*
=======================================================================
	Headline Ticker Styles
=======================================================================
*/

.ticker-header{
    float: left;
    margin-right: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 70px;
    height: 20px;
}

.ticker-header a{
    color: #0184E0
}

.ticker-headline{
    font-size: 14px;
    background-color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -1px;
}

.ticker-block-video .ticker-headline{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #111;
}

.ticker-block-video .ticker-headline a{
    color: #fff;
}

#views_slideshow_controls_text_headline_ticker-block{
    position: absolute;
    right: 10px;
    top: 2px;
}

#views_slideshow_controls_text_pause_headline_ticker-block{
    display: none;
}

#views_slideshow_controls_text_previous_headline_ticker-block{
    background: url("../images/icons/prev-btn-bw.png") no-repeat;
    margin: 2px 10px 0 5px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}

#views_slideshow_controls_text_previous_headline_ticker-block:hover{
    background: url("../images/icons/prev-hover.png") no-repeat;
}

#views_slideshow_controls_text_previous_headline_ticker-block:active{
    background: url("../images/icons/prev-active.png") no-repeat;
}

#views_slideshow_controls_text_next_headline_ticker-block{
    background: url("../images/icons/next-btn-bw.png") no-repeat;
    margin: 2px 5px 0 0;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}

#views_slideshow_controls_text_next_headline_ticker-block:hover{
    background: url("../images/icons/next-hover.png") no-repeat;
}

#views_slideshow_controls_text_next_headline_ticker-block:active{
    background: url("../images/icons/next-active.png") no-repeat;
}

/*
=======================================================================
	End Headline Ticker Styles
=======================================================================
*/

/*
=======================================================================
	SPW Node Styles
=======================================================================
*/

*{
    padding: 0;
    margin: 0;
}

p{
    margin-bottom: 20px;
}
#article-ad{
    margin-bottom: 20px;
}

#spwImageContainer{
    float: left;
    margin-right: 10px;
    width: 220px;
    padding: 3px;
}

#spwImageGallery{
    margin-bottom: 20px;
    padding: 3px;
}

.spwCaption{
    margin: 5px 0 10px 0;
    text-align: left;
    line-height: 11px;
    font-size: 10px;
    font-weight: bold;
}

.spwCaption_top{
    margin: 5px 0 10px 0;
    text-align: left;
    line-height: 11px;
    font-size: 10px;
    font-weight: bold;
}

.spwHead{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 30px;
}

.spwDeck{
    font-size: 17px;
    font-style: italic;
    word-spacing: -2px;
    margin-bottom: 10px;
}

.spwLocation{
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.spwDateline{
    color: #000;
    margin-right: 5px;
    float: left;
}

.article-body{

}

.article-body a{
    color: #0184e0;
}

#spwBody{
    line-height: 20px;
    margin-bottom: 15px;
}

#spwContainer{
    line-height: 20px;
}

#spwInfo{
    height: 100%;
    margin-bottom: 30px;
}

#spwInfo a{
    color: #0184e0;
}

#spwInfo .field-type-taxonomy-term-reference div.field-label{
	padding: 0px;
}

#spwEmbed{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

/*
=======================================================================
	End SPW Node Styles
=======================================================================
*/


/*
=======================================================================
	SPW Video Embed Styles
=======================================================================
*/

#spw_video_desc_wrapper{
    width: 640px;
    height: 100%;
    background-color: #eeeeee;
    padding: 10px;
    margin: 5px 0 10px 0;
    position: relative;
}

.spw_video_link{
    bottom: 10px;
    font-size: 10px;
    right: 20px;
    text-align: right;
}


/*
=======================================================================
	End SPW Video Embed Styles
=======================================================================
*/

/*
=======================================================================
	Field Photo Gallery Styles
=======================================================================
*/

#spwImageGallery .field-slideshow-caption{
    margin: 8px 0 0 0;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
}

#spwImageGallery .field-slideshow-wrapper{
    color: #000;
    width: 652px;
    height: 455px;
    position: relative;
    border-bottom: 2px solid #D5D5D5;
}

#spwImageGallery .field-slideshow-wrapper a{
    color: #000;
}

#spwImageGallery .field-slideshow-controls{
    width: 75px;
    height: 30px;
    position: absolute;
    bottom: 55px;
    right: 0px;
    z-index: 10;
    padding-left: 15px;
}

#spwImageGallery a.prev{
    background: url("../images/icons/prev-btn-bw.png") no-repeat;
    margin-top: 2px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-indent: -999%;
}

#spwImageGallery a.prev:hover{
    background: url("../images/icons/prev-hover.png") no-repeat;
}

#spwImageGallery a.prev:active{
    background: url("../images/icons/prev-active.png") no-repeat;
}

#spwImageGallery a.next{
    background: url("../images/icons/next-btn-bw.png") no-repeat;
    float: right;
    margin: 2px 15px 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-indent: -999%;
}

#spwImageGallery a.next:hover{
    background: url("../images/icons/next-hover.png") no-repeat;
}

#spwImageGallery a.next:active{
    background: url("../images/icons/next-active.png") no-repeat;
}

/*
=======================================================================
	End Field Photo Gallery Styles
=======================================================================
*/

/*
=======================================================================
	Article Video Embed Styles
=======================================================================
*/

#article_video_desc_wrapper{
    width: 660px;
    height: 50px;
    background-color: #eeeeee;
    padding: 10px 15px 10px 10px;
    margin: 5px 0 10px 0;
    position: relative;
}

.article_video_body{
    font-size: 10px;
}

.article_video_link{
    font-size: 10px;
    margin-right: 10px;
    text-align: right;
}


/*
=======================================================================
	End Article Video Embed Styles
=======================================================================
*/

/*
=======================================================================
	SPW Header Style
=======================================================================
*/

#spwheader{
   font-weight: bold;
   font-size: 15px;
   border-bottom: 1px solid #e2e2e2;
}

.addrelease a{
    color: #0184e0;
}

/*
=======================================================================
	SPW Header Style
=======================================================================
*/


/*
=======================================================================
	SPW Publicity Release List Style
=======================================================================
*/

*{
    margin: 0;
    padding: 0;
}

#spw-list-wrapper{
    background: url("../images/bg-post-list.gif") repeat-x scroll 0 100% transparent;
    width: 100%;
    height: 140px;
    padding: 0 0 9px;
    margin-bottom: 9px;
}

.spw-thumb{
    float: left;
    padding: 3px;
    border: 1px solid #e2e2e2;
    background-color:#F5F5F5;
    margin: 5px 19px 30px 0;
}

.spw-video-thumb{
    float: left;
    padding: 3px;
    position: relative;
    border: 1px solid #e2e2e2;
    background-color:#F5F5F5;
    margin-right: 10px;
}

.spw-video-thumb span{
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 12px;
    left: 35px;
    background: url(../images/spw-vid-playbutton.png) no-repeat;
}

.spw-head{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.spw-post-date{
    height: 10px;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 17px 5px 23px;
    margin: 5px 0 5px 0;
    line-height: 12px;
}

.spw-summary{
    color: #606060;
    line-height: 21px;
    font-size: 14px;
    margin: 0;
}

.spw-links{
    text-align: right;
    font-size: 12px;
}

/*
=======================================================================
	End SPW Publicity Release List Style
=======================================================================
*/

/*
=======================================================================
	SPW Publicity Release Related Posts Style
=======================================================================
*/

#spw-related-wrapper{
    width: 100%;
    height: 75px;
    padding: 0 0 9px;
    margin-bottom: 9px;
}

.spw-related-thumb{
    float: left;
    padding: 3px;
    border: 1px solid #e2e2e2;
    background-color:#F5F5F5;
    margin: 5px 19px 30px 0;
}

.spw-related-head{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 5px;

}

.spw-related-post-date{
    height: 10px;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 17px 5px 23px;
    margin: 5px 0 5px 0;
    line-height: 12px;
}

.spw-related-summary{
    color: #606060;
    line-height: 14px;
    font-size: 12px;
    margin: 0;
}

/*
=======================================================================
	End SPW Publicity Release Related Posts Style
=======================================================================
*/

/*
=======================================================================
	SHOOT Gallery Block Settings
=======================================================================
*/

#front-slideshow-wrapper{
    position: relative;
    height: 270px;
    width: 630px;
    margin: 10px 0 20px 0px;
}


.front-slideshow-thumb{
    padding: 3px;
    border: 1px solid #8d8d8d;
    background-color: #fff;
    margin: 0 15px 10px 0;
    float: left;
}

.front-slideshow-head{
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -1px;
    word-spacing: -1px;
    line-height: 27px;
    margin-bottom: 10px;
}

.spwvid-slideshow-head{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 80px;
    word-spacing: -1px;
}

.front-slideshow-date{
    margin-bottom: 5px;
    font-family: Arial, Helvitica, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #0184E0;
}

.spwvid-slideshow-date{
	color: #0184E0;
    font-family: Arial,Helvitica,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-left: 80px;
}

.front-slideshow-teaser{
    font-size: 14px;
    line-height: 18px;
}

.spwvid-slideshow-teaser{
	font-size: 14px;
    line-height: 18px;
    margin-left: 80px;
}

.views-content-field-image a:hover{
    border-bottom: 4px solid #0184E0;
}

.slideshow-read-more{
    letter-spacing: 1px;
    text-align: right;
    float: right;
    font-weight: bold;
    font-size: 12px;
}

.slideshow-read-more a{
    color: #0184E0;
}
.pager-images{
    display: block;
    float: left;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 9px 0 0;
}
/*
=======================================================================
	End SHOOT Gallery Block Settings
=======================================================================
*/

/*
=======================================================================
	SHOOT Featured Video Block Settings
=======================================================================
*/

#featurevid_wrap{
    position: relative;
    height: 230px;
    width: 300px;
}

#featurevid_transparency{
    position: absolute;
    bottom: 0px;
    border-top-left-radius: 10px;
    left: 0px;
    width: 300px;
    height: 50px;
    background-color: #000;
    opacity:0.7;
}

#featurevid_content{
    font-family: Century Gothic, sans-serif;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    top: 186px;
    left: 10px;
    width: 290px;
}

.featurevid_title{
    font-family: Century Gothic, sans-serif;
    font-size: 14px;
    color: #0184E0;
    margin-bottom: 5px;
}

.featurevid_title a{
    color: #0184E0;
}

.featurevid_slug{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: red;
    padding: 5px 0px 5px 10px;
    height: 20px;
    width: 290px;
}

#views_slideshow_controls_text_news_front_page_featured_videos-block{
    width: 300px;
    height: 25px;
    word-spacing: 200px;
    text-align: center;
    font-family: Century Gothic, sans-serif;
    background-color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;

}

#views_slideshow_controls_text_news_front_page_featured_videos-block a{
    color: #fff;
}

#views_slideshow_controls_text_previous_news_front_page_featured_videos-block{
    background: url("../images/icons/prev-btn-reverse.png") no-repeat;
    margin: 2px 0 0 5px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}

#views_slideshow_controls_text_previous_news_front_page_featured_videos-block:hover{
    background: url("../images/icons/prev-hover.png") no-repeat;
}

#views_slideshow_controls_text_previous_news_front_page_featured_videos-block:active{
    background: url("../images/icons/prev-active.png") no-repeat;
}

#views_slideshow_controls_text_next_news_front_page_featured_videos-block{
    background: url("../images/icons/next-btn-reverse.png") no-repeat;
    margin: 2px 5px 0 0;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}

#views_slideshow_controls_text_next_news_front_page_featured_videos-block:hover{
    background: url("../images/icons/next-hover.png") no-repeat;
}

#views_slideshow_controls_text_next_news_front_page_featured_videos-block:active{
    background: url("../images/icons/next-active.png") no-repeat;
}

#views_slideshow_controls_text_pause_news_front_page_featured_videos-block{
    display: none;
}

/*
=======================================================================
	End SHOOT Featured Video Block Settings
=======================================================================
*/

/*
=======================================================================
	Newsletter Page Settings
=======================================================================
*/

#newsletter-content{
    float: left;
    overflow: hidden;
    padding: 0 20px 0 0;
    width: 740px;
}

#newsletter-teaser-wrapper{
    height: 100%;
    padding: 0 10px 0px 10px;
}

.newsletter-image{
    float: left;
    width: 85px;
    margin: 0 10px 5px 0;
}

.newsletter-topimage{
    float: left;
    width: 139px;
    margin: 0 30px 10px 0;
}

.newsletter-headline{
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

.newsletter-topheadline{
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

.byline, .dateline{
	color: #0184E0;
	font-family: Century Gothic, sans serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}

.read-more-link{
        margin-bottom: 15px;
        text-align: right;
        font-size: 12px;
        font-family: Century Gothic, sans-serif;
        font-weight: bold;
        width: 100%;
      }

.read-more-link-Head{
        text-align: right;
        font-size: 12px;
        font-family: Century Gothic, sans-serif;
        font-weight: bold;
        width: 100%;
      }

.summary{
	color: #5f5f5f;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
      }

/*
=======================================================================
	Newsletter Page Settings
=======================================================================
*/

/*
=======================================================================
	SHOOT Sponsor Page Styles
=======================================================================
*/

body{
    margin: 0;
    padding: 0;
    height: 100%;
}

.sponsor-main-content{
    position: relative;
    height: 100%;
}

.sponsor-contacts-heading{
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 5px;
}

.sponsor-head{
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    border-bottom:1px solid #e2e2e2;
    margin-bottom: 10px;
}

.sponsor-info{
    margin-left: 165px;
}

.sponsor-logo-box{
    height: 100%;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0;
    width: 150px;
}

.sponsor-website{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.sponsor-website a{
    color: #0184E0;
}

/*
=======================================================================
	End SHOOT Sponsor Page Styles
=======================================================================
*/

/*
=======================================================================
	Bulk Edit Table Styles
=======================================================================
*/
.bulk_edit_header{
    font-size: 9px;
}

.bulk_edit_body{
    font-size: 9px;
}

td.views-field-views-bulk-operations{
    padding: 5px;
}

td.views-field-title{
    padding: 5px;
    background-color: #fff;
}

td.views-field-field-newsdeck{
    padding: 5px;
}

td.views-field-field-newsbyline{
    padding: 5px;
    background-color: #fff;
}

td.views-field-field-newslocation{
    padding: 5px;
}

td.views-field-field-image{
   padding: 5px;
   background-color: #fff;
}

td.views-field-field-image-caption{
    padding: 5px;
}

td.views-field-field-newsdate{
    padding: 5px;
}

td.views-field-timestamp{
    padding: 5px;
    background-color: #fff;
}

/*
=======================================================================
	End Bulk Edit Table Styles
=======================================================================
*/

/*
=======================================================================
	SPW Home Page Styles
=======================================================================
*/
#spw-results-wrapper{
    height: 100%;
    background: url("../images/bg-post-list.gif") repeat-x scroll 0 100% transparent;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

#myspw-video-wrapper{
    height: 100%;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

.spw-image-column{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 20px;
    width: 147px;
}

.myspw-video-imagecolumn{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 20px;
    width: 163px;
}

.spw-results-copy{
    margin-left: 165px;
}

.myspw-video-copy{
    margin-left: 170px;
}

.spw-date{
    font-size: 12px;
    font-weight: normal;
    height: 10px;
    line-height: 12px;
    margin: 5px 0;
    padding: 3px 17px 5px 0;
}

.spw-results-thumb, .spw-user-pic{
    background-color: #F5F5F5;
    border: 1px solid #E2E2E2;
    padding: 3px;
}

.spw-readmore{
    text-align: right;
}

#spw-tab-container{
    width: 650px;
    margin-top: 8px;
}

#spw-slideshow-tabs{
    height: 30px;
    width: 380px;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
}

#spw-slideshow-tabs ul{
    list-style: none;
}

#spw-slideshow-tabs ul li{
    float: left;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    height: 19px;
    padding: 10px 0 0 10px;
    width: 145px;

}

#spw-slideshow-tabs ul li a{
    display: block;
    text-decoration: none;
}

li.dark{
    background-color: #8D8D8D;
}

li.dark a{
    color: #fff;
}

li.dark a:hover{
    color: #48B2FE;
}

li.light{
    background-color: #D5D5D5;
}

li.light a:hover{
    color: #0184E0;
}

#spw-slideshow-wrapper{
    height: 270px;
    width: 630px;
    margin: 0px 0 20px;
    position: relative;
    background-color: #D5D5D5;
    border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding: 10px;
}

.spw-slide-image-column{
    width: 220px;
    margin-right: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
}

.spw-slide-copy{
    margin-left: 240px;
}

.spw-slide-readmore{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 300px;
    width: 100%;
}

.spw-slide-readmore a{
    color: #0184E0;
}

.spwvid-slide-readmore{
	font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 260px;
    width: 100%;
}

.spwvid-slide-readmore a{
	color: #0184E0;
}

#spw-category-holder{
    font-size: 14px;
    font-weight: bold;
    width: 600px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#spw-category-holder ul{
    list-style: none;
}

#spw-category-holder ul li{
    float: left;
}

li.spw-category-label{
    margin-right: 5px;
}

li.spw-category-field{

}

#views_slideshow_controls_text_latest_spw_releases-block{
    position: absolute;
    right: 340px;
    top: 300px;
    z-index: 10;
}

#views_slideshow_controls_text_pause_latest_spw_releases-block{
    display: none;
}

#views_slideshow_controls_text_previous_latest_spw_releases-block {
    background: url("../images/icons/prev-btn-bw.png") no-repeat;
    margin: 2px 10px 0 5px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}

#views_slideshow_controls_text_next_latest_spw_releases-block{
    background: url("../images/icons/next-btn-bw.png") no-repeat;
    margin: 2px 0 0 0;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}

#views_slideshow_controls_text_spw_videos_tab-block{
	position: absolute;
    right: 340px;
    top: 325px;
    z-index: 10;
}

#views_slideshow_controls_text_pause_spw_videos_tab-block{
	display: none;
}

#views_slideshow_controls_text_previous_spw_videos_tab-block{
	background: url("../images/icons/prev-btn-bw.png") no-repeat;
    margin: 2px 10px 0 5px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}

#views_slideshow_controls_text_next_spw_videos_tab-block{
	background: url("../images/icons/next-btn-bw.png") no-repeat;
    margin: 2px 0 0 0;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
}


/*
=======================================================================
	End SPW Home Page Styles
=======================================================================
*/

/*
=======================================================================
	SPW Front Page Block Styles
=======================================================================
*/
#spw-block-wrapper {
    height: 100%;
    margin-bottom: 10px;
    position: relative;
}

.spwblock-imagecolumn{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    margin-right: 15px;
}

.spwblock-imageholder{
    border: 1px solid #DEDEDE;
    padding: 3px;
    position: relative;
}

#spw-vid-overlay{
    width: 99px;
    height: 50px;
    position: absolute;
    left: 0;
    z-index: 40;
    background: url("../images/spw_block_playbutton.png");
    pointer-events: none;
}

.spwblock-body{
    color: #6A6A6A;
    font-size: 11px;
    line-height: 12px;
    margin: 0;
}

.spwblock-copy{
    margin-left: 105px;
}

.spwblock-title{
    color: #121212;
    font: 14px/14px Arial,Helvetica,sans-serif;
    letter-spacing: -0.1px;
    margin: 0;
}

.spwblock-date{
    color: #8E8D8D;
    font-size: 11px;
}

/*
=======================================================================
	End SPW Front Page Block Styles
=======================================================================
*/

/*
=======================================================================
	SPW User Block Styles
=======================================================================
*/

#spw-userblock-wrap{
    height: 110px;
    margin-bottom: 5px;
}

.spw-userblock-heading{
    border-bottom: 8px solid #D5D5D5;
    color: #0184E0;
    font: bold 13px/12px Arial,Helvetica,sans-serif;
    margin: 0 0 11px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.spw-user-pic{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.spw-user-name{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.spw-user-role{
    margin-bottom: 5px;
}

.spw-bold{
    font-weight: bold;
}

.spw-results-title{
    font-weight: bold;
    height: 25px;
    margin-bottom: 2px;
}

.spw-results-links{
    text-align: right;
}

.spw-results-links a{
    text-decoration: none;
    color: #0184E0;
    font-size: 12px;
}

/*
=======================================================================
	End SPW User Block Styles
=======================================================================
*/

/*
=======================================================================
	Node Share Block Styles
=======================================================================
*/

.printlinks {
    margin-left: -35px;
    margin-right: -20px;
}

.node-share-wrapper{
	height: 10px;
}

.share-block{
	list-style: none;
}

.share-block li {
    margin-top: -4px;
    padding-left: 2px;
    padding-right: 0;
}

.shareicons .oas_box_btns_l{
    margin-bottom: -26px;
    margin-left: -5px;
    margin-top: 5px;
    padding: 6px 0;
}

/*
=======================================================================
	End Node Share Block Styles
=======================================================================
*/

/*
=======================================================================
	Sponsor Page Styles
=======================================================================
*/

#sponsor-results-wrapper{
    background: url("../images/bg-post-list.gif") repeat-x scroll 0 100% transparent;
    height: 120px;
    margin-bottom: 10px;
    padding: 5px 0;
}

.sponsor-logo-thumb{
    background-color: #F5F5F5;
    border: 1px solid #E2E2E2;
    padding: 3px;
}

.sponsor-logo-column{
    float: right;
    height: 100%;
    margin-left: 15px;
}

.sponsorlist-head{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.sponsorlist-copy{
    height: auto;
    margin-bottom: 10px;
}


/*
=======================================================================
	End Sponsor Page Styles
=======================================================================
*/

#widget_pager_bottom_spw_videos_tab-block{
    height: 50px;
    width: 650px;
    margin-top: -10px;
}

.views-content-field-video{
    float: left;
    display: block;
}

/*
=======================================================================
	Top Ten Chart Styles
=======================================================================
*/

#chart-wrapper {
    margin: 10px 0 20px;
    min-height: 130px;
    width: 650px;
}

.chart-thumb {
    background-color: #F5F5F5;
    border: 1px solid #E2E2E2;
    float: left;
    margin-right: 10px;
    padding: 3px;
    position: relative;
}

.chart-headline {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 10px;
}

.chart-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.chart-credit-box {
    font-size: 11px;
    line-height: 17px;
    margin: 0 0 10px 174px;
    padding-bottom: 5px;
}

.top-three-chart {
    border-bottom: 1px solid #BBBBBB;
    color: red;
    font-family: verdana;
    font-size: 24px;
    font-weight: bold;
}

.chart-entry {
    border-bottom: 1px solid #BBBBBB;
    color: #0184E0;
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
}


.chart-credit-box {
    font-size: 11px;
    line-height: 17px;
    margin: 0 0 10px 174px;
    padding-bottom: 5px;
}

.top-three-chart {
    border-bottom: 1px solid #BBBBBB;
    color: red;
    font-family: verdana;
    font-size: 24px;
    font-weight: bold;
}

.chart-entry {
    border-bottom: 1px solid #BBBBBB;
    color: #0184E0;
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
}

#chart-overlay {
    background: url("../images/chart_overlay_play.png") repeat scroll 0 0 transparent;
    height: 100px;
    left: 5px;
    pointer-events: none;
    position: absolute;
    width: 130px;
    z-index: 40;
}

.chart-label {
	background-color: #0184e0;
	padding: 5px;
	color: #fff;
	font-family: Century Gothic;
	font-size: 30px;
	height: 40px;
	margin-bottom: 20px;
	opacity: 0.8;
	border-radius: 5px;
}


/*
=======================================================================
	End Top Ten Chart Styles
=======================================================================
*/

/*
=======================================================================
    Main Menu
=======================================================================
*/

#header #nav > li{
    width: 196px;
}
#header #nav > li > ul{
    width: 100%;
}
#header #nav > li > ul li{
    background-repeat: repeat-x;
}
#header #nav > li > ul li a{
    padding: 6px 14px;
}

/*
=======================================================================
    End Main Menu
=======================================================================
*/

/*
=======================================================================
    NewsBriefs
=======================================================================
*/

.newsbrief-image-box {
    float: left;
    margin: 0 10px 5px 0;
}

.newsbrief-deck{
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.newsbrief-image-caption{
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    width: 315px;
}

.newsbriefs-body{
    line-height: 20px;
}

/*
=======================================================================
    End NewsBriefs
=======================================================================
*/

/*
=======================================================================
    FAQ Adjustments
=======================================================================
*/

.faq-ul-questions-top{
    width: 100%;
}

.faq-answer{
    margin-bottom: 10px;
}

.faq-question a{
    font-size: 15px;
    color: #0184e0;
}

/*
=======================================================================
    End FAQ Adjustments
=======================================================================
*/

/*
=======================================================================
    Adzerk Adjustments
=======================================================================
*/

.article-ad {
    text-align: center;
}

.video-ad{
	margin-top: 20px;
    text-align: center;
}

.region.region-bottom-banner {
    position: relative;
    top: -30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.region.region-bottom-banner {
    position: relative;
    top: -25px;
}

.region.region-middle-one, .region.region-middle-two {
   text-align: center;
   margin: 0 auto;
}

.region.region-video-middle-one, .region.region-video-middle-two {
   text-align: center;
   margin: 0 auto;
}

/*
=======================================================================
    End Adzerk Adjustments
=======================================================================
*/

/*
=======================================================================
    Video Newsblocks CSS
=======================================================================
*/

#video-newsblock-wrapper {
    height: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 330px;
}

.video-newsblock-image {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 10px;
    padding: 2px;
}

.video-newsblock-text-container {
    height: 70px;
    margin-left: 93px;
}

.video-newsblock-title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}

.video-newsblock-date {
    font-size: 9px;
	margin-bottom: 5px;
}


.video-newsblock-summary {
	color: #000000;
    font-size: 10px;
    line-height: 10px;
}

.video-news-box {
    float: left;
    margin-right: 15px;
    width: 330px;
}


/*
=======================================================================
    End Video Newsblocks CSS
=======================================================================
*/

/*
=======================================================================
    Follow SHOOT CSS
=======================================================================
*/

#footer .ournetwork ul li a.facebook {
    background-image: url("../images/playicon.gif");
}

#footer .ournetwork ul li a.twitter {
    background-image: url("../images/icons/twitter-bird-16x16.png");
}

#footer .ournetwork ul li a.stage32 {
    background-image: url("../images/icons/Stage32_16x16.png");
}

/*
=======================================================================
    End Follow SHOOT CSS
=======================================================================
*/

p.views {
    display: none;
}