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

  theme.css

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

/*--------------------------------------------------------------------------------
  BASE LAYOUT
--------------------------------------------------------------------------------*/

body {
  	background:#fff url(../../../themes/skate3.0/images/TWS_Background_Brick.jpg) fixed;
  	color: #000000;
	/*background: #ffffff url(/wp-content/themes/skate3.0/images/bgs/bg_shadow.gif) repeat-y scroll center top;*/
}

#wrapper {
	background: url(/wp-content/themes/skate3.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 0;
	width:100%;
}

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

#content_center {
	padding: 0 0 10px 0;
}

/*--------------------------------------------------------------------------------------------------
   FORM DEFINITIONS
--------------------------------------------------------------------------------------------------*/

input,
textarea,
select {
	background-color: #ffffff !important;
	color: #000000;
	border: 1px solid #a4a59e;
	margin: 0;
	padding: 2px 0 2px 4px;
}

fieldset {
	background-color: #ffffff;
	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 0;
	}

	fieldset legend {
		color: #404040;
		font-size: 1.3em;
		font-weight: bold;
		height: 24px;
		line-height: 24px;
		margin-left: -6px;
		padding: 0 5px 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 0;
		display: block;
		width: 250px;
		float: left;
		clear: both;
		margin: 0 0 0 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 0;
		margin: 0 0 5px 270px;
	}

  dl.small {
    width: 280px;
  }

  dl.small input {
    width: 180px;
  }

	dl.small dt {
		padding: 0 0 5px 0;
		display: block;
		width: 100px;
		float: left;
		clear: both;
		margin: 0 0 0 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 0;
		margin: 0 0 5px 110px;
		font-style: italic;
	}

  dl.smallest {
    width: 270px;
  }

  dl.smallest input {
    width: 180px;
  }

	dl.smallest dt {
		padding: 0 0 5px 0;
		display: block;
		width: 70px;
		height: 25px;
		line-height: 25px;
		float: left;
		clear: both;
		margin: 0 0 0 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 0;
		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;
font-size:12px;
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: 17px;
	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:#ed1c24;
}

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: 10px 0;
    position: relative;
    width: 1000px;
    z-index: 2000;
	clear:both;
}

#main_menu {
    border-bottom: 1px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    float: left;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 960px;
}

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

#main_menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0; 
	padding: 0 54px 0 0;
	position:relative;
}

#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 a,#main_menu ul li a:link,#main_menu ul li a:visited {
    color: #000000;
    display: block;
    font-size: 19px;
    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 #ccc;
	text-decoration:none;
	outline:none;
    line-height: 30px;
	height:30px;
	color:#EE1C25;
	
}

#sec_nav {
    background: none repeat scroll 0 0 transparent;
    float: right;
    height: 30px;
    margin-top: 85px;
    position: relative;
    width: 570px;
    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:545px; height:32px;float:right; background:#838591 url(/wp-content/themes/skate3.0/images/stay_connected_bg.gif) no-repeat;} 
ul.connect_labels{
	width:251px;
	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: 170px;
	margin: 0;
	width: 125px;
	height:170px;
	float:left;
}	
#panel .current-gift img{width:125px; vertical-align:middle;}	
#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/skate3.0/images/skate_subscribe_btn_ftr.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: 32px 20px 0 0;
    padding: 0;
}

.search_form_container span {
	float: left;
	display: block;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
}

.search_form_container form {
	margin: 0;
	display: block;
	
}

input.search_home {
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    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: 28px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: center;
    width: 27px;
}

/*---------------------------------------
MEGA BANNER
-----------------------------------------*/
.megabanner{}

/*--------------------------------------------------------------------------------
  POSTS
--------------------------------------------------------------------------------*/

.post {
	background-color:#ffffff;
	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:#ffffff;
	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 #BBBBBB;
    height: 38px;
    }

#ngtop #comment-count-label{
background: url(../../../themes/skate3.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: -moz-use-text-color -moz-use-text-color -moz-use-text-color #BBBBBB;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #EE1C25;
    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:0pt;
	padding:10px;
	background-color:#e1e1e1;
	font-size:16px;
}

#commentform p {
  font-size: 0.90em;
}

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

#comments_header h2 {
	border-bottom:0pt none;
	color:#FFFFFF;
	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:#ffffff;
}

.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 0.4em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
}
.spch-bub-inside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.1em;
  left: 0.4em;
  display: block;
  border-left: 0.45em solid #333;
  border-bottom: 0.45em solid #FFF; /* IE fix */
  border-bottom: 0.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: 0.5em solid #333;
}

/* Hello World Comments Plugin */



/*--------------------------------------------------------------------------------
  HEADER
--------------------------------------------------------------------------------*/

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

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

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

#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;
}

#footer .advertisement_container {
	background:none;	
	border: 0px;
	margin-top:10px;
}

.advertisement_panel {
	text-align:center;
}

#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. */


/*--------------------------------------------------------------------------------
  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: #f7f7f7;
    background-image: url(../../../themes/skate3.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:#666;
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: #000;
    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:40px;
	text-align:left;
}

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

.bonnier_line {
    color: #666;
    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: 3px solid #ccc;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.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:#FF0000 !important;
}

.sidebar_tab_more {
	background-color:#666666;
}

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

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

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

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

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

.qpost-foot{
	color: #000000;
    float: right;
    font-weight: normal;
}
.qpost-foot a{
	font-size:small;
}

.qpost-item{
	margin:5px;
	padding-bottom:5px;
}

/*--------------------------------------------------------------------------------
  VIDEOS PAGE STYLES
--------------------------------------------------------------------------------*/
.video_col{
    float: left;
    margin-right: 20px;
    width: 310px;		
	}
.video_col h2{
    border-bottom: 3px 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 #A9A9A9;
    color: #333333 !important;
    font-weight: bold;
    margin-right: 5px;
    padding: 1px 4px;
    text-decoration: none !important;
}
.video_col .next a:hover{
    background-color: #EE1C25;
    border: 1px solid #EE1C25;
    color: #FFFFFF !important;
    text-decoration: none !important;
	}
	
.video_col .next a:hover{
	color:#EC1D25;
}
.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: #EC1D25;
    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://skateboarding.transworld.net/wp-content/themes/skate3.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://skateboarding.transworld.net/wp-content/themes/skate3.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:#EC1D25;
	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
--------------------------------------------------------------------------------*/

.main-feature {
  margin: 0px 0 0 0;
  background-color:#ccc;
  width:640px;
}

.feature_tabs {
		float:right;
	padding-right:0px;
	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;
    margin-left: 15px;
    text-transform: uppercase;
}

.feature_tabs ul li a:hover{
	text-decoration:none;
	background-color:#ffffff;
	color:#ED1C24;
}

.feature_tab_on {
	background-color:#666666;
	cursor:pointer;
	float:right;
	font-size:16px;
	font-weight:normal;
	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: #ffffff;
	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:#FFFFFF;
	border-left:2px solid #F1F1F1;
	cursor:pointer;
	float:right;
	font-size:16px;
	font-weight:normal;
	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:#000000;
	display:block;
	padding:4px 10px;
}

.feature_options {
	background:#fff;
	color:#000;
	text-align:left;
	position:relative;
	border-bottom: 1px solid #DDDDDD;
	
}

/* Wrap around header*/

.lf-header {
    border-bottom: 3px solid #CCCCCC;
    left: 0;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 0;
    position: relative;
    width: 100%;
}


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

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

.matador .feature_tabs{
	bottom: -264px;
}

.features_box{
	position:relative;
}


.jquery_display_feature, .jquery_features_box, .jquery_ugc_box {
	
}

/*.features_display {
	background:transparent url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0 0px;
    
    width:280px;
	background:none;
}

.photos_display {
	background:transparent url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0px -90px;
    text-indent:-9999px;
    width:280px;
}

.videos_display {
	background:transparent url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0px -45px;
    text-indent:-9999px;
    width:280px;
}

.gear_display {
	background:transparent url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0px -135px;
    text-indent:-9999px;
    width:280px;
}

.how-to_display {
	background:transparent url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0px -180px;
    text-indent:-9999px;
    width:280px;
}

.news_display {
	background:transparent url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0px -270px;
    text-indent:-9999px;
    width:280px;
}

.new-video_display {
	background:transparent url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0px -315px;
    text-indent:-9999px;
    width:280px;
}*/

.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 0px #283a56;
}

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


.lf-header h1, .lf-header h2 {
    color: #000000;
    float: left;
    font-family: 'Arial Narrow Bold',Arial,Helvetica,sans-serif;
    font-size: 25px;
    line-height: 22px;
    margin: 0 0 0;
    text-transform: uppercase;
    width: 396px;
}

.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%;
}


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

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

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

.display_photo ul li {
	display:inline;
}

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

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

.feature_stories_area_container {
  position: relative;
}

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

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

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

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

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

.feature_story_text {
    width: 390px;
	float: right;
	position:relative;
}

.feature_story_text_short {
    width: 390px;
	float: right;
	position:relative;
}

.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:normal !important;
}
.ugc_header{float: left;
 }
.ugcwidget-links a, .ugcwidget-links a:link, .ugcwidget-links a:visited {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px 0 20px;
    text-decoration: none;
}
.ugcwidget-links a:hover{color:#ee1c25}

.ugc_container{}

.login_message {
    color: #666666;
    float: left;
}

.ugcwidget-links{ 
	float: right;
    font-weight: normal;
    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: bold;
    height: 30px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;}
.ugc_feature_story_thumb{}
.ugc_feature_story_stats{}
.ugc_article_author{    word-wrap: break-word;}
.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: #ee1c25;
    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 #666666;
    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;
    padding: 5px 3px 6px;
	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 {
}

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

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

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


.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: normal;
	color: #000000;
}

.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: #444444;
}

.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 0 5px;
	width: 30px;
}

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

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

}

h3#comments {
	background-color:#ffffff;
	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: #ee1c25;
}

.avatar {
	float:left;
	background-color:#ffffff;
	padding:4px;
	margin:0 10px 10px 0;
	border:1px solid #999999;
}

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

.share{
border-top:1px solid #666666; 
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{
	float:right;
}

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

.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: #ffffff !important;
    background-color: #df2f14;
  }

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

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

.user_tools h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  width:600px;
  text-indent:-9999px;
  background:url(../../../themes/skate3.0/images/lf_headers.gif) no-repeat 0 -106px
}

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: #ffffff !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: #ffffff;
	text-transform:uppercase;
	background-color:#000000;
	padding:0 0 0 5px;
	font-weight:normal;
}

ul.user_tools_logged_in li ul li{
	padding: 0px;
	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:normal;
	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:normal;
	font-size:9px;
}

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

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

ul.user_tool_navigation li {
    border-right: 1px solid #ed1c24;
    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/skate3.0/images/enewsletter_bg.gif) no-repeat bottom left;
  width:990px;
}

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

  .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: 0px 4px 0px 4px;
    background-color: #fff200 !important;
    color: #000000;
    border: 1px solid #fff200 !important;
    text-transform: uppercase;
    float: left;
  }

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

a.user_tool_close,
a.user_tool_close:link,
a.user_tool_close:visited {
  float: right;
  display: block;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  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 #c1c1c1;
	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:#ED1C24 !important;
	border:0 none;
	color:#FFFFFF;
	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:normal;
}

.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;

	  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:bold;
		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: url(../../../themes/skate3.0/images/form_background.gif) repeat-x top center transparent;
	  color:#FFFFFF;
	  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 0;
	display:block;
	text-align:center;
	color:#000	;
}

.wp-polls {
	text-align: left;
	color: #000000;
	background-color:#ffffff;
	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:#FFFFFF;
	font-size:13px;
	line-height:20px;
	margin:0 5px 5px 0;
	padding:5px 0;
	text-transform:uppercase;
	width:95px;
	background-color: #000000 !important;
	cursor:pointer;
}

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

.wp-polls input {
	width: auto;
}

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

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

.poll-text td {
	color: #000000;
	background-color: #ffffff;
	padding: 4px 3px 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 0 7px;
  color:#fff;
}

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

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

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

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

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

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

.sfforumtable {
  width: 100%;
}

.sfforumtable th,
.sfforumtable td {
  text-align: left;
}

#sforum, #sforum div, #sforum p, #sforum h1, #sforum h2, #sforum h3, #sforum h4, #sforum small, #sforum span, #sforum a, #sforum a:link, #sforum a:active, #sforum a:visited, #sforum a:hover, #sforum img, #sforum form {font-size:12px;}

#sforum,
#sforum div,
#sforum p,
#sforum h1,
#sforum h2,
#sforum h3,
#sforum h4,
#sforum small,
#sforum span,
#sforum a,
#sforum a:link,
#sforum a:active,
#sforum a:visited,
#sforum a:hover,
#sforum img {
	color: #000000;
	background-color: transparent;
	border-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: left;
}

#sforum {
	width: 99%;
}

#sforum table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0;
}

#sforum .sfloginstrip {
	width: auto;
}

#sforum .sfmessagestrip {
	width: auto;
}

#sforum .sfblock {
	width: auto;
}

#sforum .sficoncell {
	width: 18px;
	vertical-align: top;
}

#sforum .sficon,
#sforum img.sficon {
	cursor: pointer;
}

#sforum .sfsearchblock {
	float: left;
	padding-right: 8px;
}

#sforum .sfheading {
	width: auto;
}

#sforum .sfforumtable {
	width: 100%;
}

#sforum .sfposttable {
	width: 100%;
}

#sforum .sfposttable .sfpostcontent {
	vertical-align: top;
}

#sforum .sfposticonstrip {
	width: auto;
}

#sforum .sffooter {
	width: 100%;
}

#sforum #sfpostform,
#sforum #sfsearchform,
#sforum #sfloginform,
#sforum #sfpostform #sftimestamp {
	display: none;
	width: 100%;
}

#sforum #sfstandardform {
	width: auto;
}

#sforum #sfstandardform form {
	width: auto;
}

.checkcontrol {
	display: none;
}

.sfmessage, .sfmessagefail {
	width: auto;
}

#sforum .sfposttable td.sfpostcontent .mceToolbar img.icon {
 margin:0px;
}

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

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

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


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

td {
  padding-right: 3px;
}

/*--------------------------------------------------------------------------------
  RIGHT COLUMN
--------------------------------------------------------------------------------*/
.widget {
	margin-bottom:20px;
	list-style:none;
}

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

.sidebar ul li {
	background-color: #ffffff;
	margin: 0 0 10px 0;
	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 10px;
    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/skate3.0/images/skate_subscribe_btn_ftr.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 */
.vtds h2{
	background:#000000 url(../../../themes/skate3.0/images/rt_headers.gif) no-repeat 0 -85px;
	text-indent:-9999px;
}


.video_widget h2{
	background:#000000 url(../../../themes/skate3.0/images/rt_headers.gif) no-repeat 0 0px;
	text-indent:-9999px;
	margin:0;
	height:21px;
}

.more-info h2{
	background:#000000 url(../../../themes/skate3.0/images/rt_headers.gif) no-repeat 0 -129px;
	text-indent:-9999px;
	margin:0;
}

.twitter h2{
	background: url(../../../themes/skate3.0/images/rt_headers.gif) no-repeat 0 -41px;
	text-indent:-9999px;
}


.twitter-wakeawards .twitter-title{
    display:block;
}

.twitter-wakeawards .twitter-title a{
    text-decoration :underline;
}

.twitter-wakeawards cite, .twitter-wakeawards .rss-date{
    font-size:10px;
}
.twitter-wakeawards_ul{
    border:5px solid #74919f !important;
}

/* sidebar styles*/
/*
.news_sidebar h2 {
	background:transparent url(../../../themes/skate3.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/skate3.0/images/square_bullet.gif) no-repeat scroll left center transparent;
	padding-left:26px !important;
}



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


.video_widget ul li{
    padding:0 !important;
}
.video_widget ul{
    background-color:#000;
    border-color:#74919F;
	border-width:1px;
	border-style:solid;
}
.subscribe .textwidget{
	border-width: 0;
}

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

.latest_videos_ul img {
	width:105px;
}

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

.gatorade_malto div.textwidget {
    background: url(../../../themes/skate3.0/images/MaltoVideoWidget.jpg) no-repeat scroll 0 0 #000000;
    border: medium none;
    height: 310px;
    margin-bottom: -115px;
}
.analog_vid div.textwidget {
    background: no-repeat scroll 0 0 #000000;
    border: medium none;
    height: 310px;
    margin-bottom: -115px;
}

.circa_vid div.textwidget {
	background: url("/wp-content/themes/skate3.0/images/bgs/bg_twsskin_fellers.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 343px;
	margin-bottom: -138px;
}

/*--------------------------------------------------------------------------------
  LEFT COLUMN
--------------------------------------------------------------------------------*/
.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 0;
}

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

.popular_forum_topics ul{
	border:5px solid #dddddd;
	margin:0pt;
	padding: 5px 0 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 0;
    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 --*/

.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:#EE1C25;
	border:1px solid #EE1C25;
	color:#FFFFFF;
	text-decoration:none !important;
	font-weight:bold;
	margin-right:5px;
    margin-bottom: 5px;
	padding:0px 6px;
	display:block;
	float:left;
}

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

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

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

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

#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:bold;
	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:#ffffff !important;
	background: url(../../../themes/skate3.0/images/sidebar_bullet.gif) no-repeat;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	margin-top:7px;
	padding-left:20px;
	text-indent:0;
}

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

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

/*--------------------------------------------------------------------------------
	 TYPEPOGRAPHY
--------------------------------------------------------------------------------*/


body {
  font-size: small;
  line-height: 1.5;
	font-family: Arial,Helvetica,sans-serif;
}

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

h2 {
	color: #000000;
  font-size: 175%;
  line-height: 1.4em;
  margin: 0.22em 0 0 0;
}

strong {
}

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

a,
a:link,
a:visited {
	color: #000000;
	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: #000000;
}

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

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

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

#content_center h1 {
  border-bottom: 1px solid #D2D2D2;
  color: #fff;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 2px 0;
  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 6px;
	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 0 6px;
	margin: 0 0 0 0;
	line-height: 1.1;
}

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

.news_info a,
.news_info a:link,
.news_info a:visited{
	font-size: 10px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 6px 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:normal;
	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:#FFFFFF
}

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

.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_skatecreate{
background:url(../../../themes/skate3.0/images/menu_skatecreate.gif) no-repeat scroll 0 8px;
height:33px;
text-indent:-9999px;
    width: 161px;
	}
.mm_skatecreate:hover{
background-position: 0 5px;	
}
	

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

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


#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 0;
	padding:5px 0;
}
p.quoteright{
    border-bottom: 1px solid #EE1C25;
    border-top: 1px solid #EE1C25;
    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 #EE1C25;
    border-top: 1px solid #EE1C25;
    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 #EE1C25;
    border-top: 1px solid #EE1C25;
    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: #EE1C25;
    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: #EE1C25;
    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:#ee1c25;
}


/*----------- 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:bold;
    }
    #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:normal;
	}

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

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

	/*pages*/

.paging_nav {
	background-color:#FFFFFF;
	padding:8px 0;
	text-align: right;
	margin-bottom: 10px;
}

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

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


/* these page navigation styles are using by wp-incudes/general_template.php - Sway */
    .page-numbers{
    padding:1px 4px;
    margin-right:5px;
    text-decoration:none !important;
    background-color:#fff;
    border:1px solid #a9a9a9;
    color:#333 !important;
        font-weight:bold;

}

	.page-numbers:hover{
		background-color:#ee1c25;
		border:1px solid #ee1c25;
		color:#fff !important;
	}
	
	.page-numbers a:hover{
		background-color:#ee1c25;
		border:1px solid #ee1c25;
		color:#fff !important;
		text-decoration:none !important;
	}
	
	.current {
		background-color:#ee1c25;
		border:1px solid #ee1c25;
		color:#fff !important;
		text-decoration:none !important;
	}

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

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

.contest-form-submit {
	background-color:#000000 !important;
	border:0 !important;
	color:#ffffff;
	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:75px;
text-align:center;
width:82px;
margin:15px 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:#FFFFFF;
font-weight:normal;
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;	
}

.clean-widget .sidebar_post {
	border:none !important;
	padding:0 !important;
}
.adget ul li{
	padding: 5px !important;
}

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

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

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



.sidebar_tab_title .rsswidget{
	color: #000000 !important;
}


.png{

    position:relative;

}

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

/*-----------  Login Page ---------*/

#login-box {
	width:350px;
	margin:50px auto;
	background-color:#ee1c25;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:20px;
}

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

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

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

#login-box #wp-submit {
	background-color:#000000 !important;
	border:0 none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	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;
}

#content .alignright {
float:right;
margin:5px;
}

#content .alignleft {
float:left;
margin:5px;
}

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

.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;
}

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

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

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

}


/*.filter-active {
	color:#ee1C25 !important;
    
}*/



/*######################## Main Column | Home | Marquee Jquery Slideshow  ##############################*/


#meta-rotate {
float:left;
position:relative;
width:640px;
}

#rotate {
float:left;
height:400px;
margin:0px;
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:#000000;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
}

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

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

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

#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:#FFFFFF;
height:105px;
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:#FFFFFF;
font-size: 30px;
font-family:arial,sans-serif;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
border:medium none;
}

#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 #FFFFFF;
}

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

#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;
    font-size: 11px;
    font-style: italic;
    line-height: 15px !important;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-align: left !important;
}


/*######################## Skate&Create Video Page Styling  ##############################*/

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


/*######################## 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{
    line-height: 16px;
    margin-top: 0;
    padding-bottom: 5px;
	 }

.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 #DDDDDD !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;
}

