/*--------------------------------------------------------------------------------

  theme.css

--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  BASE LAYOUT
--------------------------------------------------------------------------------*/
body {
background:#fff url(/wp-content/themes/snow3.0/images/transworld-wbg.gif) repeat scroll center top;
color:#000;
}

#wrapper {
	background: url(/wp-content/themes/snow3.0/images/wrapper_bg.png) repeat-y scroll 0 0 transparent;
    margin: 0 auto;
	padding: 0 10px 5px;
    position: relative;
    text-align: left;
    width: 1000px;
    z-index: 10;
}

#main {
    padding: 10px 20px 20px;
	}

#content {
}

#content_left_wide {
padding:0 0 10px;
width:100%;
}

#content_right {
padding:0px 0 10px;
width:300px;
}

#content_center {
padding:0 0 10px;
}

/*######################## Clickable Background ##############################*/
#bglink {
display:block;
height:100%;
left:0;
position:fixed;
text-indent:-5000em;
top:0;
width:100%;
z-index:0;
/* If you want to make only a part of background clickable,
 *  *      adjust height/width/left/top here. */
}

#bglink1000 {
display:block;
height:1000px;
left:0;
position:absolute;
text-indent:-5000em;
top:0;
width:100%;
z-index:0;
}

/*--------------------------------------------------------------------------------------------------
   FORM DEFINITIONS
--------------------------------------------------------------------------------------------------*/
input,textarea,select {
background-color:#fff!important;
color:#000;
    border: 1px solid #CCCCCC;
	margin:1px;
padding:2px 0 2px 4px;
}

fieldset {
background-color:#fff;
border-top:2px solid #a4a59e;
display:block;
margin-top:15px;
padding-bottom:20px;
position:relative;
}

* html fieldset {
/* IE Fix: Fieldset background Problem */
padding:10px 0 20px;
}

fieldset legend {
color:#404040;
font-size:1.3em;
font-weight:700;
height:24px;
line-height:24px;
margin-left:-6px;
padding:0 5px;
}

* html fieldset legend {
/* IE Fix: Fieldset background Problem */
position:absolute;
top:-10px;
}

fieldset dl,form dl {
padding:15px 10px 0 15px;
}

* html fieldset dl,* html form dl {
/* IE Fix: 3px Bug */
height:1%;
}

fieldset dt,form dt {
padding:0 0 5px;
display:block;
width:250px;
float:left;
clear:both;
margin:0;
}

* html fieldset dt,* html form dt {
/* IE Fix: 3px Bug */
position:absolute;
margin-left:-270px;
}

fieldset dt label,form dt label {
font-size:1.1em;
line-height:28px;
}

fieldset dd,form dd {
display:block;
line-height:28px;
padding:0 0 5px;
margin:0 0 5px 270px;
}

dl.small {
width:280px;
}

dl.small input {
width:180px;
}

dl.small dt {
padding:0 0 5px;
display:block;
width:100px;
float:left;
clear:both;
margin:0;
}

* html dl.small dt {
/* IE Fix: 3px Bug */
position:absolute;
margin-left:-110px;
}

dl.small label {
font-size:12px;
line-height:22px;
}

dl.small dd {
display:block;
line-height:22px;
padding:0 0 5px;
margin:0 0 5px 110px;
font-style:italic;
}

dl.smallest {
width:270px;
}

dl.smallest input {
width:180px;
}

dl.smallest dt {
padding:0 0 5px;
display:block;
width:70px;
height:25px;
line-height:25px;
float:left;
clear:both;
margin:0;
}

* html dl.smallest dt {
/* IE Fix: 3px Bug */
position:absolute;
margin-left:-75px;
}

dl.smallest label {
font-size:12px;
line-height:22px;
}

dl.smallest dd {
display:block;
line-height:22px;
padding:0 0 5px;
margin:0 0 5px 75px;
font-style:italic;
}

.radio,.checkbox,dl.small .radio,dl.small .checkbox {
width:auto;
}

/*--------------------------------------------------------------------------------------------------

   BUTTON DEFINITIONS

--------------------------------------------------------------------------------------------------*/
/*.clear {  generic container (i.e. div) for floating buttons
    overflow: hidden;
    width: 100%;
}*/
a.button-sub {
color:#5c5c5c;
display:block;
float:left;
height:17px;
margin-right:10px;
/*padding-right: 11px; /* sliding doors padding */
text-decoration:none;
}

a.button-sub:hover {
/*background: transparent url(../../../themes/biz3.0/images/button_a.png) no-repeat scroll top right;*/
color:#666;
text-decoration:none;
display:block;
}

a.button-sub span {
display:block;
line-height:12px;
color:#5c5c5c;
font-size:11px;
}

a.button-sub span:hover {
/*background: transparent url(../../../themes/biz3.0/images/button_span.png) no-repeat;*/
display:block;
color:#00b0ea;
}

a.button-sub:active {
color:#666;
outline:none;
/* hide dotted outline in Firefox */
}

a.button-sub:active span {
background-position:bottom left;
/*padding: 2px 10px;  push text down 1px */
}

/*--------------------------------------------------------------------------------
  NAVIGATION
--------------------------------------------------------------------------------*/
#main_nav {
    height: 39px;
    margin: 0 0 10px;
   	position: relative;
    width: 1000px;
    z-index: 2000;
	clear:both;
}

#main_menu {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #000000;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#main_menu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
    padding: 0 20px;
	position:relative;
	text-align:center;
}

#main_menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
    padding: 0 31px 0 0;
	position:relative;
}
#main_menu ul li.last {
	padding-right:0px;
}
#main_menu ul li a.first,#main_menu ul li a.first:link,#main_menu ul li a.first:visited {
margin:0;
}
	

#main_menu ul li.mm_shootout {
background:none repeat scroll 0 0 #fff;
margin-right:0;
width:150px;
}

#main_menu ul li a,#main_menu ul li a:link,#main_menu ul li a:visited {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    line-height: 36px;
    margin: 0 0 0 6px;
    text-align: center;
    text-decoration: none;
}

#main_menu ul li a:hover,#main_menu ul li a:active,#main_menu ul li a:focus,#main_menu ul li a.last:hover,#main_menu ul li a.last:active,#main_menu ul li a.last:focus {
	border-top:3px solid #000;
	text-decoration:none;
	outline:none;
    line-height: 30px;
	height:30px;
	
}

#sec_nav {
    background: none repeat scroll 0 0 transparent;
    float: right;
    height: 30px;
    margin-top: 63px;
	position: relative;
    width: 539px;
    z-index: 1200;
}

.sec_nav_label {
float:left;
font-family:arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:700;
}




/*--------------------------------------------------------------------------------
STAY CONNECTED HEADER PANELS
---------------------------------------------------------------------------------*/
#stay_connected{z-index:3000; position:relative; width:520px; height:32px;float:right; background:#838591 url(/wp-content/themes/snow3.0/images/stay_connected_bg.gif) no-repeat;} 
ul.connect_labels{
	width:226px;
	float:left;
}
.connect_label{    
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 17px;
	margin-left: 10px;
	margin-top: 7px;
	padding-left: 10px;
}
#stay_connected .first{border-left:none;}

.connect_label a, .connect_label a:link, .connect_label a:visited{color:#fff;}
	ul#social_icons {display:block; list-style-type:none;float:right;margin:0; padding:0;}
	#social_icons li.btn{background:none; float:left; display:block; cursor:pointer;}
	#social_icons li.nohover a{opacity:1 !important;}
	#social_icons li.btn a{opacity:0.6;}
	#social_icons li.btn a:hover{opacity:1;}
	#social_icons li.btn img{padding: 5px;}
	#panel{
	z-index:99999; 
	display:none;
	height: auto;
    position: absolute;
    right: 0;
    top: 42px;
    }.panel {
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 4px solid #838591;
    border-left: 4px solid #838591;
    border-right: 4px solid #838591;
    display: block;
    list-style-type: none;
    margin: -10px 0 0;
    padding: 10px 0;
    width: 300px;
	}	
#hover_area{    
	float: left;
    width: 294px;
}
#panel h3{
	font-size:15px;
}
#panel .mag-subscribe{float:left; width:280px; margin-left:10px;}
#panel .mag-subscribe .btn{    
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
	float:left;
}	
#panel .mag-subscribe .btn a{
}
#panel .current-issue{    
	height: auto;
	line-height: 0;
	margin: 0px 10px 0 0;
	width: 125px;
	}	
#panel .current-issue img{    
	width: 125px;
	}	
#panel .current-gift{
	height: auto;
	line-height: 0;
	margin: 0;
	width: 125px;
}	
#panel .current-gift img{width:125px;}	
#panel .current-issue-blurb{
	font-size: 11px;
	line-height: 14px;
    margin: 0 0 4px;
	width: 100%;
}	
	
#fblike_panel{
	border-bottom:1px solid #CCC;
	margin-bottom: 5px;		
}


#panel .follow_btn{    
	color: #666666;
    font-size: 11px;
    position: absolute;
    right: 10px;
	}
#panel .follow_btn a{float:left;}
#panel .follow_btn img{margin-right: 5px;   margin-top: -2px;    vertical-align: middle;}

#nl-signup{
	float:left; width:280px; margin-left:10px;
}

.nl-subscribe .row{
	margin-bottom:10px;
}
.nl-subscribe .btn{
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
}

.nl-subscribe .btn{
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
}
.nl-subscribe input.subscribe_submit{
    background: url(../../../themes/snow3.0/images/subscribe_btn.gif) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    height: 28px;
    text-align: center;
    text-indent: -9999px;
    text-transform: uppercase;
    width: 105px;
	margin-top:10px;
	
		}
.current-nl{
	float: left;
	height: auto;
	line-height: 0;
	margin: 3px 10px 0 0;
	width: 125px;
	}
.current-nl img{
		width: 125px;
		}
.nl-signup{
    float: left;
    height: auto;
    line-height: 0;
    margin: 0;
    text-align: center;
    width: 100%;
	}
.nl-signup form input, .nl-signup form  {
        }
.nl-blurb{
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 145px;
	}

/*--------------------------------------------------------------------------------
  SEARCH FORM
--------------------------------------------------------------------------------*/
.search_form_container {
    float: right;
    margin-right: 28px;
    margin-top: 36px;
    padding: 0;
    text-align: right;
}

.search_form_container span {
color:#000;
display:block;
float:left;
font-weight:700;
margin-right:5px;
margin-top:5px;
}

.search_form_container form {
margin:0;
display:block;
line-height:28px;
}

input.search_home {
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    margin: 0;
    padding: 0 5px;
    width: 200px;
    z-index: 1001;
}

.search_form_container .sec_nav_label {
padding-top:8px;
}

input.search_btn {
    background: none repeat scroll 0 0 #ccc !important;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: center;
    width: 27px;
}

/*--------------------------------------------------------------------------------
  POSTS
--------------------------------------------------------------------------------*/
.post {
background-color:#fff;
line-height:20px;
}

/*--------------------------------------------------------------------------------
  YARPP - right below posts before comments. Related Articles 
--------------------------------------------------------------------------------*/
#related_articles{
    float: left;
    margin: 30px 0;
	}

.related_article{
	float:left;
}

#related_articles h2{
    border-bottom: 1px solid #BBBBBB;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0 0 5px;
    width: 640px;	
}
.related_article .img{
    float: left;
    margin-right: 0px;
    padding: 0;
    position: relative;
	}
	
.related_article .img a{
	display:block;
}
.related_article .caption{
    background: none repeat scroll 0 0 #E5E5E5;
    font-size: 12px;
    font-weight: bold;
    height: 60px;
    line-height: 14px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    width: 100px;
}

.related_article:hover > .caption{
  visibility: visible; 
  }

.related_article .caption a{
	text-decoration:none !important;
	display:block;
	width:100px;
	height:60px;
}

/*--------------------------------------------------------------------------------
  COMMENTS
--------------------------------------------------------------------------------*/
#idc-container-parent {
background-color:#fff;
float:left;
width:100%;
}

#idc-container h3 {
font-size:20px!important;
}

/*
#idc-container-parent #idc-container {
position: relative;
padding-top: 520px;
}

#idc-container-parent #idc-container #IDCommentsNewThreadCover {
position: absolute;
top: 0;
left: 0;
}
*/
.comments_btn_left {
}

#ngtop { 
margin-bottom:60px;
border-bottom:1px solid #BBB;
height:38px;
}

#ngtop #comment-count-label {
background:url(../../../themes/snow3.0/images/comment_icon.gif) no-repeat scroll left 2px transparent;
color:#000;
float:left;
font-size:22px;
margin-top:2px;
padding-left:35px;
padding-top:0;
text-transform:uppercase;
}

#comment_form input {
border-color:#BBB;
border-style:none none none solid;
border-width:medium medium medium 1px;
color:#00b0ea;
cursor:pointer;
float:left;
font-size:12px;
height:26px;
margin-left:10px;
margin-top:4px;
padding-left:10px;
text-transform:uppercase;
}

#comment {
width:90%;
}

h3#respond {
color:#000;
line-height:25px;
margin:0;
padding:10px;
background-color:#e1e1e1;
font-size:16px;
}

#commentform p {
font-size:.9em;
}

#comments_header {
background-color:#df2f14;
height:35px;
}

#comments_header h2 {
border-bottom:0 none;
color:#FFF;
font-size:24px;
padding-left:5px;
width:220px;
float:left;
text-transform:uppercase;
margin:0;
}

#comments_count {
float:right;
color:#fff;
margin-top:8px;
padding-right:5px;
}

#comments_count a,#comments_count a:link,#comments_count a:visited {
color:#fff200;
}

#comments_count a:hover {
text-decoration:underline;
color:#000;
}

.comments {
padding:10px;
background-color:#fff;
}

.comment-meta {
font-size:10px;
}

.commentlist li {
padding:10px;
}

.commentlist p {
padding-left:52px;
}

.comment_border {
border-bottom:1px dotted #dadada;
margin-bottom:15px;
}

.comment_indent {
background-color:#e6e6e6;
margin-left:30px;
padding:10px 0 10px 10px;
}

/**** Speech Bubble Icons *****/
.spch-bub-inside {
position:relative;
}

a.spch-bub-inside {
color:#333;
text-decoration:none;
}

.spch-bub-inside em {
font-style:normal;
}

.spch-bub-inside em {
background:#333;
color:#FFF;
padding:0 .4em;
-moz-border-radius:.25em;
-webkit-border-radius:.25em;
border-radius:.25em;
position:relative;
}

.spch-bub-inside .point {
width:0;
height:0;
position:absolute;
top:1.1em;
left:.4em;
display:block;
border-left:.45em solid #333;
border-bottom:.45em solid #FFF;
/* IE fix */
border-bottom:.45em solid rgba(0,0,0,0);
overflow:hidden;
/* IE fix */
}

a.spch-bub-inside:hover {
color:#FFF;
}

a.spch-bub-inside:hover em {
cursor:text;
background:#333;
color:#FFF;
}

a.spch-bub-inside:hover .point {
border-left:.5em solid #333;
}

/*--------------------------------------------------------------------------------
  HEADER
--------------------------------------------------------------------------------*/
#header {
padding:0;
width:100%;
min-height:100px;
position:relative;
z-index:999999;
}

#logo {
    background: url(../../../themes/snow3.0/images/tw_snow_logo.png) no-repeat scroll left top transparent;
    cursor: pointer;
    height: 102px;
    width: 426px;
	float:left;
	margin: 20px 0px 6px 20px;
	text-indent:-9999px;
}

#logo a {
	height: 70px;
	margin:0;
	padding:0;
	line-height:0;
	border:0;
	padding:0;
    width: 426px;
	display:block;
}

#logo h1 a,#logo h1 a:link,#logo h1 a:visited {
outline:none;
}

.presentedby {
width:300px;
float:right;
margin-top:20px;
}

/*--------------------------------------------------------------------------------
  ADVERTISEMENTS
--------------------------------------------------------------------------------*/
.ad-position-x96 a {
  display: none;
}

#ad-page-stationary {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
#ad-page-stationary a {
  display: inline;
  position: absolute;
  z-index: 0;
  width: 1565px;
  height: 100%;
  margin: 0 auto;
  left: 50%;
  margin-left: -783px;
}
#ad-page-skinfixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}
#ad-page-skinfixed a {
  display: inline;
  position: fixed;
  z-index: 0;
  width: 1565px;
  height: 100%;
  margin: 0 auto;
  left: 50%;
  margin-left: -783px;
}


#header .advertisement_panel {
width:728px;
height:90px;
margin:0 auto;
text-align:right;
}

.advertisement_container {
padding:0;
margin-bottom:0px;
background-color:transparent;
}

#header .advertisement_container {
background:none;
position:relative;
z-index:4000;
padding: 10px 0;
    border-bottom: 4px solid #000000;
}

.advertisement_panel {
text-align:center;
}

/*--------------------------------------------------------------------------------
  FOOTER
--------------------------------------------------------------------------------*/
#footer-container {
	margin:0 auto;
	background-color:transparent;
	border-top:4px solid #000;
	position: relative;	
}

#subscribe-outer{
	margin:0 auto;
	background-color:#fff;
	position:relative;
	padding:20px 0;
}
#subscribe-inner{
	width:1000px;
	position:relative;
	margin:0 auto;
}


#footer-outer {
	background-color: #030304;
    background-image: url(../../../themes/snow3.0/images/footer_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}

#footer{
	width:1000px;
	position:relative;
	margin:0 auto;
}

#footer a,#footer a:link,#footer a:visited {
color:#fff;
font-size:12px;
display:block;
}

#footer a:hover,#footer a:active,#footer a:focus {
text-decoration:underline;
}

.footer_logos {
    float: left;
    text-align: center;
}

.footer_logos ul{
	float:left;
	clear:left;
	list-style:none outside none;
	position:relative;
}

.footer_logos ul li{
	float:left;
	display:block;
	margin-right: 32px;
	opacity:0.4;
}



.footer_log {
margin-top:50px;
}

.footer_links {
    border-bottom: 1px solid #666666;
    color: #CED8E6;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 35px 0 20px;
	text-align: center;
	width:100%;

}

.footer_links .riders{
	margin-right:0px !important;
	width:200px;
}
.splitcolumns{
	-moz-column-count: 2;
	-moz-column-gap: 0.5em;
	-moz-column-rule: none;
	-webkit-column-count: 2;
	-webkit-column-gap: 0.5em;
	-webkit-column-rule: none;
	/* future proof */
	column-count: 2;
	column-gap: 0.5em;
	column-rule: none;
}

.footerlinks h3{
	font-weight:bold;
	font-size: 12px;
    margin-top: -20px;
}
.footerlinks{
	line-height: 20px;
	float:left;
	margin-right:42px;
	text-align:left;
}

.privacy_terms_links {
font-size:12px;
text-align:center;
}

.bonnier_line {
    color: #AAAAAA;
    float: left;
    margin-top: -25px;
    position: relative;
	}

.pages_box {
padding:10px 5px;
text-align:left;
clear:left;
}

.footer_brands {
margin-top:20px;
float:right;
}
.corp_logo{
	    float: right;
    margin-right: 10px;
    margin-top: 23px;
    opacity: 0.4;	
}
.footer_brands select {
width:200px;
}

/*--------------------------------------------------------------------------------
  GENERIC SIDEBAR DEFINITIONS
--------------------------------------------------------------------------------*/
.widget h2,.sidebar_box h2,.sidebar h2 {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #000000;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    padding: 7px 0;
    position: relative;
    text-transform: uppercase;
	margin-bottom:5px;
}

.widget-foot{
	text-transform:uppercase;
	font-style:italic;
	float:right;
	margin-right:5px;
	font-size:11px;
	color:#5c5c5c !important;
	text-align:right;
}


 a.widget-foot:hover{
	color:#00b0ea !important;
}

.sidebar_tab_more {
background-color:#666;
}

h1 .sidebar_tab_more {
text-indent:0;
left:575px;
}

.widget ul,.sidebar .wp-polls,.sidebar,.textwidget {
background-color:#fff;
}

.widget ul li,.sidebar_box ul li {
padding:2px;
}

#stock-quote-sidebar table {
background-color:#fff;
}

#stock-quote-sidebar td {
padding:5px;
}

/*--------------------------------------------------------------------------------
  CUSTOM SIDEBAR DEFINITIONS
--------------------------------------------------------------------------------*/
#bottom_widgets {
margin-left:0;
margin-top:20px;
padding-top:20px;
width:980px;
}

.contour {
width:660px;
color:#C6DB00;
font-size:20px;
font-weight:700;
text-decoration:none!important;
float:left;
}

.contour ul {
border:medium none!important;
}

.contour li {
border-bottom:1px solid #DDD;
padding:5px 0!important;
}

.contour li a {
color:#000;
font-size:15px;
font-weight:400;
text-decoration:none!important;
}

.contour img {
margin-right:10px;
vertical-align:middle;
}

.contour .qpost-foot a {
font-size:14px;
text-decoration:none!important;
}

.contour_graphic {
border:medium none;
float:left;
height:250px;
margin-left:20px;
width:300px;
}

.contour_graphic .text-widget {
border:medium none;
float:left;
height:250px;
width:300px;
}



/*--------------------------------------------------------------------------------
  VIDEOS PAGE STYLES
--------------------------------------------------------------------------------*/
.video_col{
    float: left;
    margin-right: 20px;
    width: 310px;			
	}
.video_col h2{
    border-bottom: 1px solid #CCCCCC;
    font-size: 22px;
    font-weight: bold;
    height: 34px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: -5px;
    padding-bottom: 5px;
    position: relative;		
	}
.video_col h2 span{
    bottom: 0;
    color: #5C5C5C;
    display: inline;
    font-size: 10px;
    font-weight: normal;
    line-height: 21px;
    position: absolute;
    right: 0;		
	}

.video_col .next{
	float:right;
	margin-bottom:20px;
}
.video_col .next a{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
    padding: 1px 5px;
    text-decoration: none !important;
	color: #CCCCCC;
}
.video_col .next a:hover{
    color: #000000;
	background-color: #FFFFFF;
    color: #000000 !important;
    text-decoration: none !important;
}
	
	
.bcove_videos{
    border-bottom: 1px solid #EEEEEE;
    float: left;
    height: 75px;
    margin-bottom: 10px;
	}
	


.bcove_video_left{
	clear: both;
    float: left;
    margin-right: 10px;
	}
.bcove_video_left a{	
	height: 60px;
    width: 100px;
	float:left;
	overflow:hidden;
	}

.bcove_video_left img{
    width: 100px;
	}
	
.bcove_video_length{
float:left;
clear:both;
}

.bcove_video_right{
	float:left;
    width: 200px;
		}
.bcove_video_right h3{
	margin-top: -3px;
	line-height: 14px;
	   }
.bcove_video_right h3 a{
    color: #00b0ea;
    font-size: 12px;
    font-weight: bold;
	}
.bcove_video_descp{
    font-size: 11px;
    width: 200px;
    word-wrap: break-word;
    line-height: 14px;
		}
			
a.dvd_button{
	background: url(http://snowboarding.transworld.net/wp-content/themes/snow3.0/images/bg_button_a.gif) no-repeat scroll right top transparent;
    color: #525252;
    display: block;
    float: left;
    font: 12px arial,sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.dvd_button span {
    background: url(http://snowboarding.transworld.net/wp-content/themes/snow3.0/images/bg_button_span.gif) no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.dvd_clear{
	overflow:hidden;
	width:100%;
	margin-top:5px;
}


#shop_videos{
	float: left;
    margin-bottom: 20px;
	}
#shop_video_left{
	clear: both;
    float: left;
    margin-right: 15px;
	}
#shop_video_left a{}
#shop_video_left img{
    width: 100px;
	}

#shop_video_right{
	float:left;
	width:185px;
	}
#shop_video_right h3{}
#shop_video_right h3 a{
	color:#00b0ea;
	font-size:12px;
	}
#shop_video_descp{
    font-size: 11px;
    word-wrap: break-word;
		} 

#vod object#player1{
	width:320px !important;
}

#vod iframe{
	width:320px !important;
}

#vod iframe html body div div#itemdata div div#vdo_content div div div{
	text-align:left !important;
}	

/*--------------------------------------------------------------------------------
  Feature Styles
--------------------------------------------------------------------------------*/
#mag_tag_description{
	background-color: #EFEFEF;
    border-top: 7px double #00B0EA;
    float: left;
    width: 620px;	
	padding-right:20px;
}

#mag_tag_description img{
	float:left;
	height: 180px;
    margin-bottom: 20px;
    margin-right: 20px;
	
}

.main-feature {
margin:0px 0 0;
background-color:#9baebe;
width:640px;
}
/*
.matador .feature_tabs {
bottom:-225px;
}*/

.feature_tabs {
    float: right;
    margin-top: -25px;
    padding-right: 0;
    position: relative;
    z-index: 2;
}

.feature_tabs ul li {
display:inline;
width:0;
}

.feature_tabs ul>li {
display:inline;
width:auto;
}

.feature_tabs ul li a {
    color: #000000;
    float: right;
    font-size: 14px;
    padding-left: 20px;
    text-transform: uppercase;
}

.feature_tabs ul li a:hover {
text-decoration:none;
background-color:#fff;
color:#00b0ea;
}

.feature_tab_on {
background-color:#000;
cursor:pointer;
float:right;
font-size:14px;
font-weight:400;
margin-right:0;
text-align:center;
text-transform:uppercase;
width:auto;
}

.feature_tab_on a,.feature_tab_on a:link,.feature_tab_on a:visited {
color:#fff;
padding:4px 10px;
display:block;
}

.feature_tab_on a:hover,.feature_tab_on a:focus,.feature_tab_on a:active,.feature_tab_off a:hover,.feature_tab_off a:focus,.feature_tab_off a:active {
text-decoration:none;
}

.feature_tab_off {
background-color:#FFF;
border-left:2px solid #F1F1F1;
cursor:pointer;
float:right;
font-size:16px;
font-weight:400;
text-align:center;
text-transform:uppercase;
width:auto;
}

.feature_tab_last {
background:none;
}

.feature_tab_off a,.feature_tab_off a:link,.feature_tab_off a:visited {
color:#000;
display:block;
padding:4px 10px;
}

.feature_options {
background:#fff;
color:#000;
text-align:left;
position:relative;
    margin-top: 5px;
}

.feature_options span {
padding:2px!important;
}

/* Wrap around header*/

/* Special Header
.matador {
background:url(../../../themes/snow3.0/images/ads/Matador_TW_640x300.jpg) no-repeat top right;
height:300px;
}

.matador h2 {
text-indent:-9999px;
}

.matador-lf .feature_tabs {
bottom:-265px;
}
*/

.lf-header {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #000000;
    padding-bottom: 7px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.features_box {
position:relative;
}

.jquery_display_feature,.jquery_features_box,.jquery_ugc_box {
}

.blue {
}

.orange {
background-color:#74919f;
}

#main_photo_box {
background-color:#74919f;
}

#main_feature_box {
}

#category_feature_box {
background-color:#74919f;
}

h2.orange {
padding-left:10px!important;
text-shadow:1px 2px 1px #6e1410;
}

h2.blue {
padding-left:10px!important;
text-shadow:1px -1px 0 #283a56;
}

h2.general_feature {
font-size:24px!important;
font-weight:400;
padding-left:40px!important;
text-shadow:1px -1px 0 #283a56;
}

.lf-header h1,.lf-header h2 {
    border-color: #000000 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 3px 0 0;
    color: #000000;
    float: left;
    font-size: 25px;
    height: 35px;
    line-height: 42px;
    margin-top: 0;
    text-transform: uppercase;
}

.corner-shadow {
position:absolute;
top:-19px;
display:none;
}

.box {
background-color:#fff;
color:#fff;
 border-bottom: 1px solid #DDDDDD;
}

.box h2 {
margin:0;
padding:0;
}

.box ul {
margin:0 auto;
}

.box ul li {
}

.box ul li a {
margin:0;
}


.display_feature ul li {
margin:0!important;
width:100%;
}

#accessories_feature_box .lf-header h2 {
padding-left:0!important;
}

.lf-header .view-all {
float:right;
}

.lf-header .view-all a {
padding-right:10px;
margin-top:23px;
color:#333;
text-shadow:0 1px 0 #fff;
font-size:13px;
text-decoration:none;
display:block;
font-weight:700;
}

.lf-header .view-all a:hover {
color:#ED1C24;
}

.display_photo ul li {
display:inline;
}

.display_photo {
background-color:#000;
height:98px;
overflow:hidden;
}

.display_photo ul li a {
float:left;
background-color:#000;
}

.feature_stories_area_container {
position:relative;
}

.feature_stories_area {
margin:0;
padding:0;
}

.feature_stories_area_absolute {
position:absolute;
top:0;
width:100%;
}

.feature_story {
    padding: 10px 0;
	text-align:left;
}

.gear_story {
padding:11px 0 11px 10px;
text-align:left;
width:195px;
overflow:hidden;
}

.feature_story_thumb {
width:230px;
float:left;
margin:0;
position:relative;
}

.feature_story_text {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 395px;
}

.feature_story_text_short {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 395px;
}

.gear_story_text_short {
/*float: right;*/
}

.feature_story_text_short p {
margin:5px 0;
padding:0;
}

.cat_listing_text {
width:680px;
float:left;
}

/*--------------------------------------------------------------------------------
  UGC YOUR STUFF BOX-HOMEPAGE
--------------------------------------------------------------------------------*/
.category_links {
font-weight:400!important;
}

.ugc_header {
float:left;
}

.ugcwidget-links a,.ugcwidget-links a:link,.ugcwidget-links a:visited {
background:none repeat scroll 0 0 transparent;
color:#000;
cursor:pointer;
display:inline;
font-size:14px;
font-weight:400;
margin:0 10px 0 20px;
text-decoration:none;
}

.ugcwidget-links a:hover {
color:#00b0ea;
}

.ugc_container {
}

.ugcwidget-links {
    color: #000000;
    float: right;
    font-size: 21px;
    line-height: 21px;
    margin-top: -35px;
    padding: 7px 0;
    position: relative;
    text-transform: uppercase;
}

.ugc_box display_feature {
float:left;
overflow:hidden;
position:relative;
}

.ugc_feature_story {
    height: 105px;
    margin: 20px 14px;
    width: 90px;
}

.ugc_feature_story_ttl {
font-size:12px;
font-weight:700;
height:30px;
line-height:14px;
overflow:hidden;
text-align:center;
}

.ugc_feature_story_thumb {
}

.ugc_feature_story_stats {
}

.ugc_article_author {
}

.ugc_feature_timestamp {
}

.ugc_box .display_feature {
float:left;
position:relative;
overflow:hidden;
}

.ugc_box .ugc_feature_story_ttl a {
text-decoration:underline;
}

.ugc_box .ugc_feature_timestamp {
font-size:11px;
}

.ugc_box .ugc_article_author a {
color:#00b0ea;
font-size:12px;
}

.ugc_box .ugc_feature_story_text_short {
width:100%;
}

.ugc_box .ugc_feature_story_stats {
text-align:center;
width:auto;
}

.ugc_box .ugc_feature_story_thumb {
border:1px solid #666;
height:60px;
width:90px;
}

.ugc_box .ugc_feature_options ul {
background-color:#fff;
color:#000;
}

.ugc_box .ugc_feature_options {
background:none;
background-color:#fff;
color:#fff!important;
}

.ugc_box .ugc_feature_options a {
color:#000;
}

/*--------------------------------------------------------------------------------
  Sub category buttons
--------------------------------------------------------------------------------*/
.feature_options ul {
height:16px;
position:relative;
}

.feature_options ul li {
display:block;
float:left;
text-transform:uppercase;
font-size:12px;
}

.feature_options ul li a,.feature_options ul li a:link,.feature_options ul li a:visited {
color:#000;
}

.feature_options ul li a:hover,.feature_options ul li a:focus,.feature_options ul li a:active {
color:#00b0ea;
}

.feature_story_ttl {
font-size:20px;
color:#000!important;
line-height:20px;
margin-bottom:5px;
}

.gear_story_ttl {
font-size:14px;
color:#000;
line-height:23px;
margin-bottom:10px;
}

.feature_story_ttl a,.feature_story_ttl a:visited,.feature_story_ttl a:link {
color:#000!important;
}

.feature_story_ttl a:hover {
color:#00b0ea;
}

.feature_story_type {
overflow:hidden;
font-size:9px;
width:auto;
text-align:left;
color:#df2f14;
}

.feature_story_type ul {
padding:5px;
}

.feature_story_type a {
color:#df2f14;
}

.feature_story_blurb {
font-size:12px;
font-weight:400;
color:#000;
}

.feature_story_blurb p {
margin:0;
}

.feature_story_stats {
}

.feature_story_stats span {
font-size:11px;
padding:0;
}

.article_header .feature_story_stats {
width:300px;
}

.feature_author {
color:#000;
font-size:12px;
display:block;
}

.feature_author a {
color:#df2f14;
}

.feature_stoke {
color:#004276;
}

.feature_timestamp {
color:#444;
}

.feature_sml_pic {
border:1px solid #d2d2d2;
width:30px;
}

img.feature_sml_pic {
border:1px solid #d2d2d2;
margin-right:5px;
}

.article_story_stats {
float:left;
width:70%;
font-size:10px;
}

.article_header {
border:0;
margin-top:10px;
}

.article_author {
}

img.article_sml_pic {
border:1px solid #d2d2d2;
margin:0 5px;
width:30px;
}

.page h1 a, .post h1 a {
font-size:26px;
font-weight:400;
padding:5px;
border:0;
background-color:#f1f1f1;
color:#000;
}

.page h1, .post h1 {
padding:5px 0;
margin:0;
font-size:20px;
line-height:20px;
border:0;
display:block;
color:#000;
}

h3#comments {
background-color:#fff;
padding-left:20px;
font-style:italic;
}

.reply {
text-align:right;
margin-top:30px;
padding:0 5px;
}

.reply a,.reply a:visited,.reply a:link {
color:#9baebe;
}

.avatar {
float:left;
background-color:#fff;
margin:0 10px 10px 0;
border:1px solid #999;
}

.entry a,.entry a:visited,.entry a:link {
text-decoration:underline;
}

.entry {
}

.share {
border-top:1px solid #666;
width:100%;
float:right;
padding-top:10px;
background-color:#efefef;
}

#sharetop {
margin-bottom:20px;
}

#sharebottom{ 
    margin: 5px 0;
	}

.addthis_toolbox {
float:left;
}

.addthis_button_facebook_like {
margin-left:10px;
}

.addthis_button_tweet {
}

.addthis_button_share {
margin-right:5px;
}

.addthis_toolbox .custom_images a {
width:16px;
height:16px;
margin:0;
padding:0;
}

.addthis_toolbox .custom_images a img {
opacity:1.0;
}

.addthis_toolbox .custom_images a:hover img {
opacity:0.75;
}

/*--------------------------------------------------------------------------------
  USER TOOLS
--------------------------------------------------------------------------------*/
.user_tools {
margin:0 auto;
position:relative;
}

.user_tools #login_error {
padding:5px;
color:#fff!important;
background-color:#df2f14;
}

.user_tools_logged_in {
float:left;
display:block;
padding:2px 9px 0 0;
}

.user_tools_logged_in a {
color:#fff;
float:left;
}

.user_tools h2 {
text-transform:uppercase;
font-size:36px;
font-weight:400;
color:#fff;
width:600px;
text-indent:-9999px;
background:none;
}

ul.user_tools_logged_in {
line-height:34px;
height:34px;
}

ul.user_tools_logged_in li {
padding:0 0 0 9px;
line-height:15px;
float:none;
}

ul.user_tools_logged_in li strong {
color:#fff!important;
text-transform:none;
}

ul.user_tools_logged_in li a,ul.user_tools_logged_in li a:link,ul.user_tools_logged_in li a:visited,ul.user_tools_logged_in li a:focus,ul.user_tools_logged_in li a:active {
color:#fff;
text-transform:uppercase;
background-color:#000;
padding:0 0 0 5px;
font-weight:400;
}

ul.user_tools_logged_in li ul li {
padding:0;
margin:0 8px 0 0;
line-height:10px;
float:left;
height:10px;
}

ul.user_tools_logged_in li ul li a,ul.user_tools_logged_in li ul li a:link,ul.user_tools_logged_in li ul li a:visited,ul.user_tools_logged_in li ul li a:focus,ul.user_tools_logged_in li ul li a:active {
color:#c2c4c3;
text-transform:uppercase;
padding:0 10px 0 5px;
font-weight:400;
font-size:9px;
}

a.logged_in_links,a:link.logged_in_links,a:visited.logged_in_links,a:focus.logged_in_links,a:active.logged_in_links {
color:#c2c4c3!important;
text-transform:uppercase;
padding:0 10px 0 5px;
font-weight:400;
font-size:9px;
}

ul.user_tools_logged_in li a:hover {
color:#fff;
}

ul.user_tool_navigation {
float:left;
margin-left:10px;
}

ul.user_tool_navigation li {
    border-right: 1px solid #00B0EA;
    color: #CCCCCC;
    float: left;
    margin: 5px 10px 0 0;
    padding: 4px 10px 0 0;
}

ul.user_tool_navigation li a,ul.user_tool_navigation li a:link,ul.user_tool_navigation li a:visited,ul.user_tool_navigation li a:focus,ul.user_tool_navigation li a:active {
margin-right:0;
}

ul.user_tool_navigation li a:hover {
color:#fff;
text-shadow:none;
}

.user_tool_panel {
clear:both;
background:#C2C4C3 url(../../../themes/snow3.0/images/enewsletter_bg.gif) no-repeat bottom left;
width:990px;
}

.user_tool_panel div {
padding:10px 10px 0;
}

.user_tool_panel a.input_style_link,.user_tool_panel a.input_style_link:link,.user_tool_panel a.input_style_link:visited,.user_tool_panel a.input_style_link:hover,.user_tool_panel a.input_style_link:focus,.user_tool_panel a.input_style_link:active {
display:block;
height:25px;
line-height:25px;
margin:5px 15px 11px 0;
padding:0 4px;
background-color:#fff200!important;
color:#000;
border:1px solid #fff200!important;
text-transform:uppercase;
float:left;
}

.user_tool_panel p {
font-size:16px;
font-weight:400;
color:#333;
line-height:20px;
margin:0 0 10px!important;
}

a.user_tool_close,a.user_tool_close:link,a.user_tool_close:visited {
float:right;
display:block;
font-size:13px;
color:#000;
font-weight:700;
padding:5px;
cursor:pointer!important;
}

a.user_tool_close:hover,a.user_tool_close:focus,a.user_tool_close:active {
color:#df2f14;
}

.wp_custom_login_form_element {
margin:0 5px;
width:auto;
}

.hubby_newsletter_form_element{
	clear: both;
    position: relative;
}

.wp_custom_login_form_element label,
.hubby_newsletter_form_element label,
#user_tool_panel_newsletter label {
font-size:13px;
color:#000;
text-transform:none;
display:block;
line-height:16px;
height:16px;
}

.wp_custom_login_form_element input.mid,
.hubby_newsletter_form_element input.mid,
#user_tool_panel_newsletter input.mid {
border:1px solid #666;
clear:both;
font-size:13px;
margin:3px 0;
padding:3px;
}

.wp_custom_login_form_element .wp_submit,
.hubby_newsletter_form_element .hubby_newsletter_submit {
visibility:hidden;
}

.wp_custom_login_form_element #wp_submit,
#user_tool_panel_newsletter #hubby_newsletter_submit {
background-color:red!important;
border:0 none;
color:#FFF;
font-size:14px;
padding:4px 5px;
cursor:pointer;
height:36px!important;
}

.hubby_newsletter_form_element_email {
clear:both;
width:378px;
margin-top:10px;
}

.hubby_newsletter_form_element_email input.mid {
width:372px;
}

#eNewsletter .entry .wp_custom_login_form_element input.mid,#eNewsletter .entry .hubby_newsletter_form_element input.mid,#eNewsletter #user_tool_panel_newsletter select.mid,#eNewsletter .entry .hubby_newsletter_form_element select.mid {
clear:both;
font-size:17px;
margin:3px 0;
padding:2px;
border:1px solid #A4A59E;
}

#eNewsletter .entry p {
font-size:16px;
font-weight:400;
}

.social_media {
float:left;
padding-right:5px;
padding-top:8px;
}

.social_media img {
padding-left:6px;
vertical-align:top;
}

/*--------------------------------------------------------------------------------
  Special Forms
--------------------------------------------------------------------------------*/
#main_subscription_form {
text-align:right;
}

#main_subscription_form .subscription_toggle {
cursor:pointer;
height:36px;
display:block;
}

#main_subscription_form .subscription_content {
background-color:#fff200;
}

#main_subscription_form .subscription_content div {
padding:7px;
border-bottom:1px solid #d2d2d2;
/* TODO: This is a question in the mockup? */
height:343px;
}

#login_newsletter_form {
width:300px;
margin:0;
line-height:34px;
}

#login_newsletter_form img {
height:34px;
vertical-align:middle;
float:left;
}

#login_newsletter_form .login_newsletter_toggle {
height:34px;
width:50%;
float:left;
}

#login_newsletter_form .login_newsletter_toggle a,#login_newsletter_form .login_newsletter_toggle a:link,#login_newsletter_form .login_newsletter_toggle a:visited {
float:left;
line-height:31px;
text-align:center;
color:#fff;
display:block;
margin:0;
font-size:12px;
font-weight:700;
text-transform:uppercase;
outline:none;
}

#login_newsletter_form .login_newsletter_toggle a:hover,#login_newsletter_form .login_newsletter_toggle a:focus,#login_newsletter_form .login_newsletter_toggle a:active {
color:#fff;
text-decoration:none;
}

#login_newsletter_form .login_newsletter_content {
background:none;
color:#FFF;
clear:both;
}

#login_newsletter_form .login_newsletter_content div {
padding:7px 7px 7px 15px;
}

.login_newsletter_content h4,.login_newsletter_content h4 a {
font-size:20px;
color:#fff;
margin-bottom:10px;
padding:0;
}

.login_newsletter_content input {
font-size:17px;
padding:6px;
width:250px;
}

.registerform {
line-height:16px;
}

/*--------------------------------------------------------------------------------
  Plugins
--------------------------------------------------------------------------------*/
#polls ul li a,#polls ul li a:link,#polls ul li a:visited {
padding:0 0 10px;
display:block;
text-align:center;
color:#000;
}

.wp-polls {
text-align:left;
color:#000;
background-color:#fff;
border-top:0;
padding:10px;
}

.wp-polls p {
text-align:left;
margin:0;
padding:5px 0;
}

.wp-polls-ul {
border:0!important;
width:60%;
float:left;
}

.wp-polls .Buttons {
border:0 none!important;
color:#FFF;
font-size:13px;
line-height:20px;
margin:0 5px 5px 0;
padding:5px 0;
text-transform:uppercase;
width:95px;
background-color:#000!important;
cursor:pointer;
}

.Buttons {
color:#fff!important;
display:block;
float:left;
font-weight:700;
}

.wp-polls input {
width:auto;
}

.poll-text {
color:#000;
padding:0 0 0 10px;
}

.poll-text a {
color:#004276;
text-decoration:underline;
}

.poll-text td {
color:#000;
background-color:#fff;
padding:4px 3px;
text-align:left;
}

.wp-polls-form strong {
font-size:150%!important;
}

#login_anywhere {
height:30px;
line-height:30px;
float:left;
padding:0 7px;
color:#fff;
}

#login_anywhere a,#login_anywhere a:link,#login_anywhere a:visited {
color:#fff;
}

#search-results {
background-color:#000;
z-index:2000;
font-size:10px;
position:absolute;
top:36px;
right:0;
float:right;
width:298px;
color:#fff;
}

#search-results p {
padding:0 5px;
}

#search-results ul {
padding:7px;
color:#fff;
}

#search-results ul li a,#search-results ul li a:link,#search-results ul li a:visited {
display:block;
padding:1px 8px;
border-bottom:1px solid #fff200;
outline:none;
color:#fff;
}

#search-results ul li a:hover,#search-results ul li a:focus,#search-results ul li a:active {
text-decoration:none;
background-color:#fff200;
}

.gravatar {
width:32px;
height:32px;
margin:0 5px -10px 0;
}

cite {
color:#df2f14;
font-weight:700;
border:0;
width:490px;
height:40px;
}

.title {
border:0;
margin-top:10px;
}

.sidebar li {
margin-bottom:14px;
}

td {
padding-right:3px;
}

/*--------------------------------------------------------------------------------
  RIGHT COLUMN
--------------------------------------------------------------------------------*/
.subscribe_btn {
margin-top:0;
}

.widget {
margin-bottom:20px;
list-style:none;
}

.sidebar ul li.widget {
text-align:left;
background:#fff;
position:relative!important;
}

.sidebar ul li {
background-color:#fff;
margin:0 0 10px;
text-align:left;
}

.sidebar_subscribe li {
border-right:5px solid #e83c19;
border-left:5px solid #e83c19;
border-bottom:15px solid #e83c19;
}

.sidebar_post li {
background-color:#fff;
}

.subscription_text {
width:55%;
float:left;
padding:10px;
line-height:17px;
}

.subscription_text h3 {
text-align:center;
margin-bottom:15px;
}

.subscription_mag {
width:123px;
float:right;
margin-right:5px;
}

.subscription_mag a,.subscription_mag a:link,.subscription_mag a:visited {
display:block;
padding:5px;
margin-top:5px;
text-align:center;
color:#fff;
background-color:#ed1c24;
}

.subscription_mag a:hover,.subscription_mag a:active,.subscription_mag a:focus {
color:#fff200;
}

.sidebar_subscribe {
margin:5px 0;
}

/* newsletter subscription widget */
#newsletter_subscribe fieldset{
	margin-top:5px;
}


/* magazine subscription widget */
.current-issue {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 210px;
    line-height: 210px;
    margin: 0 5px 10px 0;
    width: 160px;
}

.current-issue-blurb{
    float: left;
    font-size: 12px;
    margin: -10px 20px 0px;
    position: relative;
    width: 365px;
	}

.current-gift {
float:left;
height:210px;
line-height:210px;
margin:0 0 10px;
width:160px;
text-align:center;
font-size:16px;
font-weight:700;
}

.current-issue img {
width:160px;
vertical-align:middle;
}

.current-gift img {
width:160px;
vertical-align:middle;
}

.mag-subscribe h3 {
color:#000;
border:none;
font-size:16px;
text-align:left;
line-height:14px;
margin:0 0 10px;
padding:0;
}

.mag-subscribe .form {
    float: right;
	}

.formcol1 {
float:left;
width:270px;
}

.formcol2 {
float:left;
width:155px;
}

.mag-subscribe input {
margin:1px;
width:261px;
}

.mag-subscribe input.zipcode{
		width:116px;
}

.mag-subscribe select {
margin:1px;
padding:1px 2px;
width:140px;
}


.mag-subscribe input#button {
background: url(../../../themes/snow3.0/images/subscribe_btn.gif);
color:#FFF;
font-weight:700;
text-align:center;
text-transform:uppercase;
text-indent:-9999px;
width:105px;
height:28px;
cursor:pointer;
}

.small-links {
font-size:11px;
margin-top:5px;
text-align:center;
text-decoration:underline;
}


/* right sidebar headers */
/* sidebar styles*/
/*
.news_sidebar h2 {
	background:transparent url(../../../themes/snow3.0/images/rt_headers.gif) no-repeat scroll 0 0;
	text-indent:-9999px;
	line-height:43px;
	padding:0;
	height:63px;
}*/
.news_sidebar_ul li,.forums_sidebar_ul li {
background:url(../../../themes/snow3.0/images/square_bullet.gif) no-repeat scroll left center transparent;
padding-left:26px!important;
}

.news_sidebar_ul a,.news_sidebar_ul a:link,.news_sidebar_ul a:visited {
}

.news_sidebar_ul h2.sidebar_tab a {
}

#respond {
background-color:#fff;
padding:20px;
}

.video_widget ul li {
padding:0!important;
}

.video_widget ul {
background-color:#000;
border-color:#74919F;
border-width:5px;
border-style:solid;
}

.subscribe .textwidget {
border-width:0;
}

.program div.textwidget {
background:none repeat scroll 0 0 #000;
border:medium none;
height:300px;
margin-bottom:-125px;
padding-top:25px;
}

.program_forum div.textwidget {
background:url(../../../themes/snow3.0/images/FORUM_TWS_widget-moc2.gif) no-repeat scroll 0 0 transparent;
border:medium none;
height:300px;
margin-bottom:-125px;
padding-top:45px;
}

.aspen_photopg div.textwidget {
background:url(../../../themes/snow3.0/images/aspen_customplayer_bg3.jpg) no-repeat scroll 0 0 transparent;
border:medium none;
height:300px;
margin-bottom:-125px;
padding-top:30px;
}

.program_foursquare div.textwidget {
background:url(../../../themes/snow3.0/images/foursquare_bk.jpg) no-repeat scroll 0 0 transparent;
border:medium none;
height:300px;
margin-bottom:-125px;
padding-top:45px;
}

.program_windells div.textwidget {
background:url(../../../themes/snow3.0/images/windells-bg.jpg) no-repeat scroll 0 0 transparent;
border:medium none;
height:300px;
margin-bottom:-125px;
padding-top:45px;
}

.latest_videos_ul li {
padding:4px 2px!important;
}

.latest_videos_ul img {
width:105px;
}

.latest_videos_ul last.li {
padding:0;
margin:0;
}

/*--------------------------------------------------------------------------------
  LEFT COLUMN
--------------------------------------------------------------------------------*/
.megabanner {
}

.feature_story_thumb .props,.feature_story_thumb .props-off,.feature_story_thumb .props-hot {
margin:0;
}

/*--------------------------------------------------------------------------------
  GENERIC
--------------------------------------------------------------------------------*/
.hidden {
display:none;
}

/*--------------------------------------------------------------------------------
  FORUMS
--------------------------------------------------------------------------------*/
.popular_forum_topics {
padding:0;
margin:10px 0 5px;
}

.popular_forum_topics h2 {
color:#fff;
background-color:#000;
font-size:24px;
padding:10px 6px;
text-transform:uppercase;
}

.popular_forum_topics ul {
border:1px solid #666;
margin:0;
padding:5px 0;
}

.popular_forum_topics #button a {
font-size:150%;
text-align:center;
margin-left:5px;
}

/*--------------------------------------------------------------------------------
 PAGINATION
--------------------------------------------------------------------------------*/
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:active {
font-size:12px;
text-decoration:none;
border:1px solid #a4a59e;
color:#333;
background-color:#FFF;
margin:7px 2px 2px;
padding:4px 10px;
}

.wp-pagenavi a:hover {
border:1px solid #000;
color:#000;
font-size:12px;
background-color:#FFF;
}

.wp-pagenavi span.pages {
font-size:12px;
color:#a4a59e;
border:1px solid #a4a59e;
background-color:#FFF;
margin:2px;
padding:4px 10px;
}

.wp-pagenavi span.current {
font-size:12px;
font-weight:700;
border:1px solid #000;
color:#fff;
background-color:#000;
margin:2px;
padding:4px 10px;
}

.wp-pagenavi span.extend {
font-size:12px;
border:1px solid #a4a59e;
color:#000;
background-color:#FFF;
margin:2px;
padding:4px 10px;
}

.back_btn {
margin:0 0 10px;
position:relative;
left:-10px;
}

.back_btn a,.back_btn a:link,.back_btn a:visited {
font-size:14px;
color:#fff;
background-color:#000;
padding:5px 15px 5px 10px;
text-transform:uppercase;
}

.back_btn a:hover {
color:#df2f14;
}

/*-- Posts Pagination --*/
/*-- Posts Pagination --*/
.post-pages {
background-color:#fff;
padding:8px;
color:#000;
margin-bottom:10px;
}

.post-pages strong {
display:block;
float:left;
margin-right:5px;
font-size:14px;
}

.post-pages span {
background-color:#9BAEBE;
border:1px solid #666;
color:#FFF;
text-decoration:none!important;
font-weight:700;
margin-right:5px;
padding:0 6px;
display:block;
float:left;
}

.post-pages a span {
background-color:#fff;
border:1px solid #666;
color:#333;
font-weight:700;
}

.post-pages a span:hover {
background-color:#9BAEBE;
color:#fff;
border:1px solid #666;
}

#content #archivebox {
    background-color: #FFFFFF;
    font-size: 11px;
    margin-top: 20px;
	clear:both;
}

#content #archivebox h2 {
font-size:11px;
font-weight:400;
}

#content #archivebox .singletags {
}

.post-tags-title {
font-size:14px;
float:left;
margin-right:5px;
}

.post-tags {
background-color:#f1f1f1;
margin:5px 0;
padding:10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.post-tags a,.post-tags a:link,.post-tags a:visited {
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#fff;
font-style:italic;
background-color:#8f8f8f;
padding:1px 8px;
margin:2px;
display:block;
float:left;
text-decoration:none;
}

.post-tags a:hover {
background-color:#000;
}

.post-cats-title {
font-size:14px;
float:left;
margin-right:5px;
}

.post-cats {
background-color:#f1f1f1;
margin:5px 0;
padding:10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.post-cats a,.post-cats a:link,.post-cats a:visited {
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#fff;
font-style:italic;
font-weight:700;
background-color:#999;
padding:1px 8px;
margin:2px;
display:block;
float:left;
text-decoration:none;
}

.post-cats a:hover {
background-color:#000;
}

.sidebar_tab_more a,.sidebar_tab_more a:visited,.sidebar_tab_more a:link {
position:absolute;
left:266px;
width:50px;
color:#fff!important;
background:url(../../../themes/snow3.0/images/sidebar_bullet.gif) no-repeat;
font-size:12px;
font-weight:400;
line-height:12px;
margin-top:7px;
padding-left:20px;
text-indent:0;
}

.sidebar_tab_more a:hover {
color:#FF3;
}

.corner-shadow {
position:absolute;
top:39px;
left:0;
}

/*--------------------------------------------------------------------------------
	 TYPOGRAPHY
--------------------------------------------------------------------------------*/
body {
font-size:12px;
line-height:1.5;
font-family:Arial, Helvetica, sans-serif;
}

h1 {
color:#000;
font-size:195%;
line-height:1.2em;
margin:.22em 0 0;
border-bottom:5px solid #000;
padding-bottom:10px;
}

h2 {
color:#000;
font-size:175%;
line-height:1.4em;
margin:.22em 0 0;
}

strong {
}

p {
margin:18px 0 9px;
font-size:12px;
}

a,a:link,a:visited {
color:#000;
text-decoration:none;
outline:none;
}

a:hover,a:active,a:focus {
text-decoration:underline;
}

h1 a,h1 a:link,h1 a:visited {
text-decoration:none;
color:#000;
}

h1 a:hover,h1 a:active,h1 a:focus {
color:#13AEEF;
}

h2 a,h2 a:link,h2 a:visited {
text-decoration:none;
color:#000;
}

h2 a:hover,h2 a:active,h2 a:focus {
color:#13AEEF;
}

#content_center h1 {
border-bottom:1px solid #D2D2D2;
color:#fff;
font-size:24px;
height:30px;
line-height:30px;
margin:0;
padding:0 0 2px;
text-transform:uppercase;
}

.news_title a,.news_title a:link,.news_title a:visited {
font-size:100%;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
padding:6px 6px 0;
margin:0;
display:block;
line-height:1.2;
}

.news_title a:hover,.news_title a:focus,.news_title a:active {
text-decoration:underline;
}

.news_short p {
font-size:10px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
padding:0 6px;
margin:0;
line-height:1.1;
}

.news_info {
font-size:10px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
padding:0 6px;
}

.news_info a,.news_info a:link,.news_info a:visited {
font-size:10px;
color:#C00;
font-family:Arial, Helvetica, sans-serif;
padding:0 6px;
}

.feature_choice h2 {
margin-right:20px;
font-size:12px;
color:#000;
padding:0 12px 0 3px;
border:none;
}

.author_header h1 {
font-size:26px;
font-weight:400;
padding:5px;
background-color:#e6e6e6;
color:#000;
border:0;
}

.author_header h2 {
font-size:1.4em;
color:#000;
}

.video_info {
font-size:10px;
color:#fff;
}

.video_info a {
color:#FFF;
}

.video_info a:hover {
color:#C00;
}

.user_videos_title a,.user_videos_title a:link,.user_videos_title a:visited {
font-size:100%;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
padding:6px 6px 0 0;
display:block;
line-height:1.2;
}

.user_videos_title a:hover,.user_videos_title a:focus,.user_videos_title a:active {
text-decoration:underline;
}

.mm_shootout {
background:url(../../../themes/snow3.0/images/mm_shootout.gif) no-repeat scroll 0px 9px #fff!important;
text-indent:-9999px;
width:150px;
}

.mm_shootout:hover {
	background:url(../../../themes/snow3.0/images/mm_shootout.gif) no-repeat scroll 0px 6px #fff!important;

}

#content_center .featured_news_box h1 {
color:#fff;
font-size:18px;
line-height:30px;
margin:5px 0 0;
padding:5px 0 0 5px;
text-transform:uppercase;
text-align:center;
background:#000;
}

#content_center .featured_news_box h2 {
color:#fff;
font-size:18px;
line-height:30px;
margin:5px 0 0;
padding:5px 0 0 5px;
text-transform:uppercase;
text-align:center;
background:#000;
}

#content_center .related_stories_box h1 {
color:#ed1c24;
font-size:20px;
height:36px;
line-height:36px;
margin:0 5px;
padding:0 5px;
text-transform:uppercase;
background-color:#fff;
text-align:center;
}

.author-sml-pic {
margin:0 5px 0 auto;
}

.post h3 a {
font-size:20px;
margin-top:10px;
}

.post p {
margin:0 0 10px;
padding:5px 0;
}

p.quoteright{
    border-bottom: 1px solid #00B0EA;
    border-top: 1px solid #00B0EA;
    color: #999999;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0 20px 30px;
    padding: 10px 0;
    position: relative;
    width: 30%;
}
p.quoteleft{
    border-bottom: 1px solid #00B0EA;
    border-top: 1px solid #00B0EA;
    color: #999999;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    margin: 10px 30px 20px 0px;
    padding: 10px 0;
    position: relative;
    width: 30%;
}

p.quotecenter{
    border-bottom: 1px solid #00B0EA;
    border-top: 1px solid #00B0EA;
    color: #999999;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    margin: 20px 50px;
    padding: 15px 0;
    text-align: center;
    position: relative;
}
    
span.dropcap{
	color: #00B0EA;
    float: left;
    font-family: "Perpetua", Georgia, "Times New Roman", Times, serif;
	font-size: 6.6em;
    font-style: normal;
    line-height: 0.67em;
    margin: 0.08em 0.07em 0 0;
}

span.dropcapsmall{
	color: #00B0EA;
    display: block;
    float: left;
    font-family: "Perpetua", Georgia, "Times New Roman", Times, serif;
    font-size: 4.3em;
    line-height: 0.68em;
    margin: 0.08em 0.04em 0 0;
}

.article_author a,.article_author a:link,.article_author a:visited {
color:#00b0ea;
}

/*----------- Gallery ---------------*/
.gallery {
overflow:hidden;
border:3px solid #fff;
background-color:#000;
position:relative;
width:599px;
}

.gallery ul {
padding:0;
margin:0;
}

.gallery-image {
display:block;
float:left;
/*display:none;*/
list-style:none;
width:auto;
}

.gallery-image img {
display:block;
margin:0 auto;
}

.gallery-title {
height:30px;
color:#fff;
font-size:13px;
font-family:Arial;
line-height:24px;
padding-left:5px;
font-weight:700;
}

#playpause {
width:24px;
height:24px;
cursor:pointer;
float:left;
}

#prevbtn {
width:24px;
height:24px;
cursor:pointer;
float:left;
}

#nextbtn {
width:24px;
height:24px;
cursor:pointer;
float:left;
}

.gallery-controls {
float:right;
width:120px;
height:24px;
}

.gallerycounter {
color:#fff;
float:left;
line-height:24px;
font-size:11px;
width:40px;
}

.gallplay {
background:transparent url(../images/btn_play_24x24.png) no-repeat left top;
}

.gallpause {
background:transparent url(../images/btn_pause_24x24.png) no-repeat left top;
}

.gallprev {
background:transparent url(../images/btn_prev_24x24.png) no-repeat left top;
}

.gallnext {
background:transparent url(../images/btn_next_24x24.png) no-repeat left top;
}

/*-- Specs--*/
.legacy_specs {
margin-top:30px;
}

.legacy_specs h4 {
font-size:18px;
font-weight:400;
}

.legacy_specs table {
width:100%;
margin-top:10px;
border:5px solid #000;
}

.legacy_specs td {
border-bottom:1px dotted #999;
padding:8px;
}

/*pages*/
.paging_nav {
background-color:#FFF;
padding:8px 0;
text-align:right;
}

.new_page_link {
padding:1px 5px;
margin-right:5px;
text-decoration:none;
background-color:#fff;
border:1px solid #666;
color:#446389!important;
font-weight:700;
}

.current_page_link {
padding:1px 5px;
margin-right:5px;
text-decoration:none;
background-color:#9baebe;
border:1px solid #666;
color:#fff;
font-weight:700;
}

/* these page navigation styles are using by wp-incudes/general_template.php - Sway */
.paging_nav .page-numbers {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
    padding: 1px 5px;
    text-decoration: none !important;
	color: #888;
	border: 1px solid #CCCCCC;
}
.paging_nav .page-numbers a{
	color:#CCCCCC;
}

.paging_nav .page-numbers:hover{
	color:#000;
}
.paging_nav .page-numbers a:hover {
background-color:#fff;
color:#000!important;
text-decoration:none!important;
}

.current {
    background-color: #CCCCCC !important;
    color: #FFFFFF !important;
	text-decoration:none!important;
}

.contest-form td {
padding:5px;
}

.contest-form input,.contest-form select {
font-size:14px;
}

.contest-form-submit {
background-color:#000!important;
border:0!important;
color:#fff;
font-size:13px!important;
padding:3px 5px;
}

.login-line {
text-align:right;
font-size:11px;
padding-right:20px;
}

.login-line a,.login-line a:link,.login-line a:visited {
color:#ed1c24;
text-decoration:none;
text-transform:uppercase;
}

.login-line a:hover {
color:#000;
}

.idw-container {
width:350px;
padding:10px;
}

.ad-no-wrapper {
display:inline;
}

.x01 {
float:left;
width:300px;
}

.x02 {
float:right;
width:300px;
}

.features_box {
clear:both;
}

.event-logos {
float:left;
margin-left:20px;
}

.event-logos .event-logos-images {
float:left;
height:65px;
text-align:center;
width:82px;
margin:5px 15px 0;
_margin:5px 0;
}

.event-logos .event-logos-images img {
float:left;
margin:5px 10px 0;
_margin:5px 0;
}

.event-logos .event-logos-images p {
color:#FFF;
font-weight:400;
margin:0 10px;
width:82px;
}

.submarquee-ads {
background-color:#FFF;
border:0 solid #666;
/*height:100px;*/
margin:10px 0;
    float: left;
    padding: 10px 0;
    width: 640px;}

.submarquee-ads .advertisement_panel {
    float: left;
    margin: 0 10px;
}

.clean-widget .widget-title {
padding:0!important;
}

.clean-widget .content-widget {
border:none!important;
padding:0!important;
}

.clean-widget .sidebar_tab {
padding:0!important;
}

.clean-widget .textwidget {
padding:0!important;
border:none!important;
background:transparent;
}

.clean-widget .sidebar_post {
border:none!important;
padding:0!important;
}

.adget ul li {
padding:5px!important;
}

#rotate .caption .content p {
font-size:13px!important;
}

.newsletter-signup .textwidget {
padding:0;
}

.no-title .sidebar_tab {
display:none;
}

.newsletter-signup .textwidget {

}


.newsletter-signup form {
}

.png {
position:relative;
}

.author_desc {
/*background-color: #fff;*/
height:160px;
padding:10px;
}



/*-----------  Login Page ---------*/
#login-box {
width:350px;
margin:50px auto;
background-color:#9baebe;
-moz-border-radius:15px;
-webkit-border-radius:15px;
}

#login-box h2 {
text-transform:uppercase;
color:#fff;
margin:15px 0;
text-align:center;
padding:10px 0 0;
}

#login-box form {
margin:10px auto;
width:60%;
color:#fff;
}

#login-box label {
font-size:13px;
}

#login-box #wp-submit {
background-color:#000!important;
border:0 none;
color:#FFF;
font-size:14px;
font-weight:700;
padding:4px 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
cursor:pointer;
}

#user_pass,#user_login {
font-size:14px;
padding:4px;
border:0;
}

ul.sidebarlogin_otherlinks {
width:40%;
padding:10px 0;
margin:0 auto;
}

.sidebarlogin_otherlinks a,.sidebarlogin_otherlinks a:link,.sidebarlogin_otherlinks a:visited {
font-size:11px;
text-decoration:none;
color:#fff;
}

.sidebarlogin_otherlinks a:hover {
text-decoration:underline;
}

#OAS_RMF_x90 {
margin-top:3px;
}

#rotate {
margin:0!important;
}

#idc-container .idc-tb {
display:none!important;
}

#bglink {
display:block;
height:1350px;
left:0;
position:absolute;
text-indent:-5000em;
top:0;
width:100%;
z-index:0;
/* If you want to make only a part of background clickable,
 *      adjust height/width/left/top here. */
}

#bglink_right {
background-color:transparent;
height:1400px;
left:1010px;
overflow:hidden;
position:fixed;
top:0;
width:300px;
z-index:-9;
float:right;
display:none;
}

#bglink_right img {
float:right;
display:block;
width:300px;
height:800px;
}

#bglink_left {
background-color:transparent;
height:1400px;
overflow:hidden;
position:fixed;
top:0;
width:300px;
z-index:-9;
float:left;
display:none;
}

#bglink_left img {
float:right;
display:block;
width:300px;
height:800px;
}

.widget_yarpp img {
clear:left;
float:left;
margin-right:5px;
}

.widget_yarpp a {
display:block;
font-size:12px;
line-height:16px;
}

/*.qpost_widget img{
border-right:1px solid #9BAEBE !important;
float:left;
height:60px !important;
margin-right:5px;
width:90px !important;
}

.qpost-item {
float:left;
margin-bottom:1px;
padding-top:20px;
width:100%;
}

.qpost-item img {
margin-top:-20px;
}*/
.qpost-img img {
clear:left;
float:left;
margin-right:5px;
}

.qpost-img a {
display:block;
font-size:16px;
height:64px;
line-height:20px;
margin:0 0 10px 5px;
}

.postmetadata a,.postmetadata a:link,.postmetadata a:visited {
-moz-border-radius:8px;
-webkit-border-radius:8px;
color:#fff;
font-style:italic;
background-color:#999;
padding:1px 8px;
margin:2px;
text-decoration:none;
}

.postmetadata a:hover {
background-color:#9baebe;
}

.news-press-widget {
margin-top:5px;
}

.news-press-widget ul {
border-color:#666!important;
}

.news-press {
font-size:16px!important;
background-color:#E5E3DA;
}

.news-press a {
background-color:#9baebe;
border-color:#666;
border-style:solid;
border-width:1px 1px 0;
color:#fff;
margin-right:5px;
padding:5px 10px;
position:relative;
bottom:-5px;
float:left;
}

.qpost-foot {
background-color:#fff;
}

.qpost-foot a {
background-color:#fff!important;
}

.tab-active {
background-color:#fff!important;
color:#000!important;
height:22px;
}

.news-press .tab-active {
background-color:#fff!important;
color:#000!important;
height:auto;
}

.news-press a.tab-active {
height:25px;
margin:0 5px 0 0;
}

/*.filter-active {

	color:#00b0ea !important;
    
}*/
/*######################## Main Column | Home | Marquee Jquery Slideshow  ##############################*/
#meta-rotate {
float:left;
position:relative;
width:640px;
}

#rotate {
float:left;
height:400px;
margin:5px 0 10px;
position:relative;
background:url(../../../plugins/wp_marquee_jquery/style/images/loading.gif) center center no-repeat;
}

#rotate a {
left:0;
padding:0;
position:absolute;
top:0;
}

#rotate a,a:link,a:visited {
color:#000;
outline:none;
text-decoration:none;
}

a:hover{
	color:#00B0EA;
}

#rotate h3 a {
position:relative!important;
color:#fff!important;
font-size:25px;
}

#rotate h3 a:hover {
color:#00B0EA!important;
}

#rotate div.content a {
position:relative!important;
color:#2A88B2;
text-decoration:none;
text-shadow:2px 2px 5px #000;
}

#rotate div.content a.link-marquee {
font-size:12px;
float:right;
margin-top:-17px;
padding:3px;
}

#rotate a img {
border:medium none;
height:400px;
width:640px;
}

#rotate a.show {
z-index:100;
}

#rotate .caption {
background:transparent url(../../../plugins/wp_marquee_jquery/style/images/caption-bg.png) repeat scroll 0 0;
bottom:0;
color:#FFF;
height:140px;
position:absolute;
width:640px;
z-index:110;
display:block;
}

#rotate .caption .content {
font-size:14px;
margin:5px 10px 0;
opacity:1;
}

#rotate .caption .content h3 {
margin:0;
padding:0;
color:#FFF;
font-size:22px;
font-family:arial,sans-serif;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:400;
border:medium none;
line-height:22px;
}

#rotate-thumbs {
bottom:0;
float:left;
height:105px;
position:absolute;
width:640px;
z-index:110;
}

#rotate-thumbs #maqnav {
height:100px;
margin:0 auto;
position:relative;
width:620px;
}

.thumb-text {
display:none;
}

#rotate-thumbs #maqnav li {
display:inline;
padding:15px 9px 0;
}

#rotate-thumbs #maqnav li a {
background:none;
display:inline;
float:left;
height:6px;
margin:0;
padding-top:7px;
width:auto;
}

#rotate-thumbs #maqnav li a.border {
background:none;
display:inline;
float:left;
height:9px;
margin:0;
padding-top:7px;
width:auto;
position:relative;
}

#rotate-thumbs #maqnav li a img {
border:3px solid #FFF;
}

#rotate-thumbs #maqnav li a.border img {
border:3px solid #00B0EA;
}

#content .main-feature ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#rotate .caption .content p {
font-family:arial;
font-size:14px;
border:medium none;
margin:0;
padding:0;
}

/*######################## Main Column | Home | Marquee Jquery Slideshow  ##############################*/
/*---- Wp-Caption ----*/
.aligncenter {
margin:10px auto;
}

.wp-caption {
text-align:center;
}

.wp-caption img {
border:none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
    color: #777777 !important;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-style: italic;
    line-height: 15px !important;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-align: left !important;
}

/*-------------------------------------30 days of Giveaways page styles*/
#calendar_container {
width:100%;
}

#calendar_container #col1 {
width:800px;
float:left;
}

#calendar_container #col2 {
background:none repeat scroll 0 0 #EEE;
border:1px solid #666;
float:left;
margin-left:20px;
margin-top:5px;
padding:15px;
width:107px;
}

#calendar_container h1 {
font-size:2.5em;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:700;
border:none;
}

#calendar_container p {
border-bottom:1px solid;
font-size:16px;
font-weight:700;
margin-bottom:30px;
margin-top:0;
padding-bottom:20px;
}

#calendar {
margin:0 0 30px;
padding:0;
width:800px;
border:none;
background-color:#fff;
list-style:decimal-leading-zero outside none;
}

#calendar li {
border:medium none;
float:left;
font-weight:700;
height:150px;
list-style-position:inside;
margin:5px 2px 10px;
padding:0;
width:110px;
line-height:12px;
}

#calendar li.label {
height:10px;
list-style:none;
text-align:center;
text-transform:uppercase;
color:#aaa;
}

span.caption {
font-size:10px;
font-weight:400;
}

#calendar li ul {
margin:0;
padding:0;
clear:both;
}

#calendar li ul li {
list-style:none;
font-weight:400;
float:none;
border:none;
padding:0;
margin:0;
}

#calendar_container li a img {
opacity:1 !important;
}

#calendar_container li img {
height:auto;
opacity:0.5;
}

#calendar li.sunday {
margin-left:0;
}

#calendar li.monday {
margin-left:100px;
}

#calendar li.tuesday {
margin-left:200px;
}

#calendar li.wednesday {
margin-left:343px;
}

#calendar li.thursday {
margin-left:460px;
}

#calendar li.friday {
margin-left:500px;
}

#calendar li.saturday {
margin-left:600px;
}

.clear {
clear:both;
}

/*-------------------------------------end of 30 days of Giveaways page styles*/
/*######################## Good Wood Board Test Page Styling  ##############################*/
#profile_goodwoodboardtest {
width:980px;
border:0 solid #000;
}

#profile_goodwoodboardtest .bio ul {
list-style:disc inside none;
line-height:24px;
}

#profile_goodwoodboardtest .bio_content {
border-bottom:1px solid #000;
float:left;
margin-bottom:20px;
padding-bottom:20px;
width:980px;
}

#profile_goodwoodboardtest .logo {
float:left;
width:300px;
border:0 solid #000;
margin-left:15px;
}

#profile_goodwoodboardtest .bio {
float:left;
width:590px;
border:0 solid #000;
margin-left:40px;
}

#profile_goodwoodboardtest .sponsor {
border-bottom:1px solid #000;
float:left;
margin-bottom:20px;
padding-bottom:20px;
width:980px;
}

#profile_goodwoodboardtest .caption {
float:left;
width:300px;
margin-left:15px;
}

#profile_goodwoodboardtest .video {
margin-left:40px;
width:600px;
float:left;
}

#profile_goodwoodboardtest h2 {
color:#000;
font-size:175%;
border:none;
padding:0;
}

#profile_goodwoodboardtest h3 {
color:#000;
font-size:100%;
margin:-5px 0;
padding:0;
font-style:italic;
}

/*######################## Resort Poll Page Styling  ##############################*/
#profile_resort_poll {
width:980px;
border:0 solid #000;
}

#profile_resort_poll .intro ul {
list-style:disc inside none;
line-height:24px;
}

#profile_resort_poll .intro_content {
border-bottom:1px solid #000;
float:left;
margin-bottom:20px;
padding-bottom:20px;
width:980px;
}

#profile_resort_poll .logo {
float:left;
width:300px;
border:0 solid #000;
margin-left:15px;
}

#profile_resort_poll .intro {
float:left;
width:590px;
border:0 solid #000;
margin-left:40px;
}

#profile_resort_poll .content {
margin-left:5px;
}

#profile_resort_poll .col {
float:left;
width:33%;
margin-bottom:30px;
text-align:center;
}

#profile_resort_poll .seal {
}

#profile_resort_poll .text {
font-weight:700;
line-height:22px;
}

#profile_resort_poll .text p {
font-size:14px;
}

#profile_resort_poll h2 {
color:#000;
font-size:175%;
border:none;
padding:0;
}

#profile_resort_poll h3 {
color:#000;
font-size:100%;
margin:-5px 0;
padding:0;
font-style:italic;
}

/*-------------------------------------Page Grid Template*/
#grid_container {
}

#grid_container #col1 {
float:left;
}

#grid_container #col2 {
background:none repeat scroll 0 0 #EEE;
border:1px solid #666;
float:left;
margin-left:20px;
margin-top:5px;
padding:15px;
width:120px;
}

#grid_container h1 {
font-size:2.5em;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:700;
border:none;
}

#grid_intro {
border-bottom:1px solid;
margin-bottom:30px;
padding-bottom:20px;
}

#grid_container p.subhead {
font-size:16px;
margin-top:0;
}

#grid_container p {
margin:5px;
}

#grid {
margin:0 0 30px;
padding:0;
border:none;
float:left;
list-style:none;
width:100%;
}

#grid li {
border:medium none;
float:left;
font-weight:700;
list-style-position:inside;
margin:10px;
padding:0;
line-height:12px;
}

#grid li.label {
height:10px;
list-style:none;
text-align:center;
text-transform:uppercase;
color:#aaa;
}

span.caption {
font-size:10px;
font-weight:400;
}

#grid li ul {
margin:0;
padding:0;
clear:both;
}

#grid li ul li {
list-style:none;
font-weight:400;
float:none;
border:none;
padding:0;
margin:0;
}

#grid a:hover {
text-decoration:none;
}

#grid_container a {
text-decoration:none;
}

#grid_container li img {
border:1px solid #999;
}

.clear {
clear:both;
}

#archivenav {
text-align:center;
color:#cccccc;
}

#archivenav a {
text-decoration:none;
color:#00b0ea;
}

#archivenav a:hover {
color:#000;
}

.backTop {
margin-bottom:30px;
border-bottom:1px dotted #ccc;
width:100%;
padding-bottom:10px;
text-align:right;
}

.backTop a {
color:#00b0ea;
}

.backTop a:hover {
color:#000;
}

/*-------------------------------------end of Page Grid Template*/

/*######################## Automated Profile Page ##############################*/


.automated-profile #content_left{
padding-right:15px;
width:650px;
overflow:hidden;
}

.automated-profile #content_right{
padding:0;
width:300px;
}

#profile_img { 
border:0 solid #000000;
height:240px;
overflow:hidden;
width:240px;
margin: 0 auto 20px;
}

#profile_bio { margin-bottom:20px;
border:0 solid #000000;
float:left;
margin-left:0px;
margin-right:0px;
width:300px;
}

#profile_bio .bio-content{

height:300px;
overflow-x:hidden;
}

#profile_bio ul{
	list-style:disc outside none !important;
    padding-left: 15px;
}

#sponsors{ margin-bottom:20px;}
#sponsors ul{
	list-style:none;
}
#sponsors li{
	display:inline-block;
    margin: 0 20px 0 0;
}
#sponsors img {	display:block;
vertical-align:middle;
}

.automated-profile h2{
border-bottom:1px solid;
font-size:25px;
margin:0 0 10px;
text-transform:uppercase;
}

.automated-profile h2.post_title{
	border-bottom:none;
}

.automated h2{
	font-size:25px;
text-transform:uppercase;
}

 #content_right h2{
	background:#fff; 
 }

.automated-profile #profile{
float:left;
margin-bottom:30px;
margin-right:20px;
width:300px;
}



.automated-profile .entry{
	
}

.automated {
margin:0 10px;
width:980px;
}

#videos {
margin-bottom:30px;
	}
#video_player{
	width:640px;
	height:400px;
	background:#fff;
	margin-left:0px;
	z-index:0;
	position:relative;
}

#video_player embed, #video_player object{
margin:auto;
width:640px;	
height:400px;
}

#videos_thumb{
height:120px;
overflow-x:hidden;	
margin-top:10px;
}

#videos_thumb img{
margin:2px;
width:148px;
height:100px;	
background:none repeat scroll 0 0 #000000;
border:1px solid #DDDDDD;
}

.photos {
margin-bottom:30px;
padding-bottom:30px;
}

.photos img{
	width:148px; 
	height:100px;
	margin:2px;
	background:none repeat scroll 0 0 #000000;
	border:1px solid #DDDDDD;
}

.photo-container{
	height:300px;
	overflow-x:hidden;
}

#news{
	float: left;
	margin-bottom:36px;
	background:none repeat scroll 0 0 #FFF;
	width:100%;
}

#news ul{
	height:510px;
	overflow-x:hidden;
}

#news li{
border-bottom:1px solid #CCCCCC;
margin-right:10px;
padding:5px;
}

#news ul li:last-child{
	border-bottom:none;	
}

#social_container{ margin-bottom:20px;
	float:left;
width:100%;
}

#social{
margin:0 auto;
width:100%;
}

#social ul {
list-style:none;
}

#social li {
}

#social a {
color:#EB0707;
}

#social a:hover {
text-decoration:underline;
}

/*Profile Twitter Feed*/
.twtr-hd {
padding:0 0 10px!important;
}

.twtr-widget .twtr-tweet {
border-bottom:1px solid #DDD!important;
margin:5px 10px 0 0;
overflow:hidden;
}

.twtr-widget .twtr-tweet-wrap {
overflow:hidden;
padding:5px 0!important;
}

/*Colorbox*/
#cboxCurrent {
font-size:11px!important;
}

#cboxTitle {
font-size:12px!important;
}

#cboxOverlay {
background:none repeat scroll 0 0 #fff!important;
}

/*######################## Neff East Vs. West Video Page Styling  ##############################*/

#profile_videocontest {
	width:100%; 
	border:0px solid #000000;
	}
#profile_videocontest .bio ul{
	list-style:disc inside none;
line-height:24px;
}
#profile_videocontest .bio_content {
	padding-bottom:20px; 
	border-bottom:1px solid #000000; 
	margin-bottom:20px;
	float:left;
	}
#profile_videocontest .logo {
	float:left; 
	 border:0px solid #000000;
	 }
#profile_videocontest .bio {
	float:left; 
	border:0px solid #000000;
	}
#profile_videocontest .sponsor {
    border-bottom: 1px solid #000000;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
#profile_videocontest .caption {
    float: left;
    width: 300px;
}
#profile_videocontest .video {
    float: right;
    width: 600px;
	}
#profile_videocontest h1 {
	color:#000000;
	font-size:175%;
	border:none;
	margin:-5px 0 5px 0;
	padding:0;
	}
#profile_videocontest h2 {
	color:#000000;
	font-size:150%;
	margin:-5px 0;
	padding:0;
	font-style:italic;
	}
#profile_videocontest h3 {
	font-style:italic;
	}


