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

  theme.css

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

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

body {
  	background:#656565 url(../../../themes/wind/images/bg.jpg) repeat-x top left;
  	color: #000000;
}

#wrapper {
}

#main {
	background-color:#ffffff;
	padding:5px;
}

#content {
}

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

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

#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: #000;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 17px;
    margin-right: 4px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}

a.button-sub:hover {
    background: transparent url(../../../themes/wind/images/button_a.png) no-repeat scroll top right;
    color: #fff;
	text-decoration:none;
}

a.button-sub span {
    display: block;
    line-height: 13px;
    padding: 2px 0 2px 10px;
}

a.button-sub span:hover {
    background: transparent url(../../../themes/wind/images/button_span.png) no-repeat;
    display: block;
    line-height: 13px;
    padding: 2px 0 2px 10px;
}

a.button-sub:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

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

/*--------------------------------------------------------------------------------
  NAVIGATION
--------------------------------------------------------------------------------*/
#main_nav {
  	background:url(../../../themes/wind/images/bg-main-menu.gif) no-repeat top center #FF0000;
	margin:10px 0 0 0;
	height:40px;
}

#main_menu {
	width: 658px;
	height: 40px;
	padding: 0;
	float:left
}

  #main_menu ul {
	}

  #main_menu ul li {
  	float: left;
	}

  #main_menu ul li.first {

	}

  #main_menu ul li a,
  #main_menu ul li a:link,
  #main_menu ul li a:visited {
  	display: block;
  	font-size: 1.2em;
  	text-decoration: none;
  	color: #ffffff;
	  display: block;
	  text-align: center;
	}

  #main_menu ul li a:hover,
  #main_menu ul li a:active,
  #main_menu ul li a:focus {
  	background-color: #000;
  	text-decoration: none;
  	outline: none;
	  color: #ffffff;
	}

#sec_nav {
	height:40px;
	background:#ffffff;
}

/*--------------------------------------------------------------------------------
  SEARCH FORM
--------------------------------------------------------------------------------*/

.search_form_container {
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding: 0;
	margin-right:6px;
	width: 310px;
	float:right;
}

.search_form_container span {
	float: left;
	display: block;
	color: #008acb;
	font-weight: bold;
	padding-left: 25px;
	background: url(../../../themes/wind/images/user_tool_bullet.gif) no-repeat 5px 50%;
}

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

input.search_home {
	width: 190px;
	z-index: 1001;
	margin: 2px 0 0 5px;
	font-size: 16px;
	height:19px;
	border:0;
	display:block;
	float:left;
	border:1px solid #666666;
}

input.search_btn {
	color: #000000;
	width: 34px;
	height: 25px;
	text-indent: -9999px;
	background: #fff200 url(../../../themes/wind/images/search_btn.gif) no-repeat right top;
	margin: 2px 0 0 -5px;
	padding: 0;
	cursor:pointer;
	border:0;
	display:block;
	float:left;
}

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

.post {
	padding:15px 20px;
	background-color:#ffffff;
	line-height:20px;
}

/*--------------------------------------------------------------------------------
  COMMENTS
--------------------------------------------------------------------------------*/

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


#idc-container-parent {
	background-color:#ffffff;
	padding:20px;
}

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

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

#header{
  	padding: 0;
	margin-bottom:5px;
	width:100%;
	position:relative;
	height:95px;
}

#logo {
	left:0;
	position:absolute;
	top:12px;
	width:263px;
    height: 73px;
    background: transparent url(../../../themes/wind/images/logo.gif) no-repeat top left;
    cursor:pointer;
}

  #logo h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
	border:0;
    padding:0;
    text-indent:-9999px;
    height: 73px;
  }

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

/*--------------------------------------------------------------------------------
  ADVERTISEMENTS
--------------------------------------------------------------------------------*/

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

.advertisement_container {
	padding:5px 0;
	margin-bottom:5px;
	background-color:#E5E3DA;v
}

#header .advertisement_container {
	background:none;
}

.advertisement_panel {
	text-align:center;
}

/*--------------------------------------------------------------------------------
  FOOTER
--------------------------------------------------------------------------------*/

#footer {
	background-color: #ffffff;
	color: #ffffff;
	position: relative;
	padding:5px;
	width:990px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #ffffff;
	font-size:11px;
}

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

.footer_logos {
	float:left;
	background-color:#014268;
	width:230px;
	height:115px;
	text-align:center;
}

.footer_log {
	margin-top:50px;
}

.footer_links {
	float:right;
	background-color:#818286;
	width:725px;
	height:85px;
	padding: 15px;
	line-height: 16px;
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
}

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

.bonnier_line {
	margin-top:10px;
}

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

.footer_brands {
	margin-top:30px;
}

.footer_brands select{
	width:200px;
}

/*--------------------------------------------------------------------------------
  GENERIC SIDEBAR DEFINITIONS
--------------------------------------------------------------------------------*/
.widget h2, .sidebar_box h2, .sidebar h2 {
	background-color:#000000;
	color:#FFFFFF;
	font-size:22px;
	line-height:21px;
	padding:10px;
	position:relative;
}

.sidebar_tab_more {
	background-color:#666666;
}

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

.widget ul, .sidebar .wp-polls, .sidebar, .textwidget {
	border-width: 0 5px 5px 5px;
	border-style:solid;
	border-color:#818286;
	background-color:#ffffff;
}

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

/*--------------------------------------------------------------------------------
  Feature Styles
--------------------------------------------------------------------------------*/

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

.feature_tabs {
	float:right;
	margin-top:15px;
	width:270px;
}

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

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

.feature_tabs ul li a{
	float:right;
	font-size:17px;
	margin:0 0 0 2px;
	padding:6px 15px;
	text-transform:uppercase;
	background-color:#000000;
	color:#ffffff;
}

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

.feature_tab_on {
	background-color:#000000;
	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: #df2f14 url(../../../themes/wind/images/bg_features_tab_last.gif) no-repeat top right;!important
}

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

.feature_options {
	background:#000000;
	color:#ffffff;
	padding:5px;
	text-align:left;
}

/* Wrap around header*/

.lf-header {
	position:relative;
	left:-27px;
	width:100%;
}

.features_box .lf-header {
}

.highlights_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -53px !important;
    text-indent:-9999px;
    width:340px;
}

.photo_feature, .photos {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 0px !important;
    text-indent:-9999px;
    width:350px;
}

.video_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -159px !important;
    text-indent:-9999px;
    width:350px;
}

.boats_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -212px !important;
    text-indent:-9999px;
    width:350px;
}

.gear_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -265px !important;
    text-indent:-9999px;
    width:350px;
}

.how-to_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -318px !important;
    text-indent:-9999px;
    width:350px;
}

.contests_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -371px !important;
    text-indent:-9999px;
    width:350px;
}

.travel_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -530px !important;
    text-indent:-9999px;
    width:350px;
}

.shops_schools_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -742px !important;
    text-indent:-9999px;
    width:470px;
}

/*.accessories-gear_feature {
	background:transparent url(../../../themes/wind/images/gear_headers.png) no-repeat 0 0px !important;
    text-indent:-9999px;
    width:350px;
}*/

.control-bars_feature {
	background:transparent url(../../../themes/wind/images/gear_headers.png) no-repeat 0 -53px !important;
    text-indent:-9999px;
    width:350px;
}

.kiteboards_feature {
	background:transparent url(../../../themes/wind/images/gear_headers.png) no-repeat 0 -106px !important;
    text-indent:-9999px;
    width:350px;
}

.kiteboard-kites_feature {
	background:transparent url(../../../themes/wind/images/gear_headers.png) no-repeat 0 -159px !important;
    text-indent:-9999px;
    width:350px;
}


.featured-retailers_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -848px !important;
    text-indent:-9999px;
    width:370px;
}

.in-this-issue_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -901px !important;
    text-indent:-9999px;
    width:350px;
}

.eNewsletter_page {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -954px !important;
    text-indent:-9999px;
    width:350px;
}



/*.eNewsletter_page{
	background:#00c4d9 url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -637px;
    text-indent:-9999px;
    width:470px;
}*/

.news_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -477px !important;
    text-indent:-9999px;
    width:350px;
}

.wallpaper_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -583px !important;
    text-indent:-9999px;
    width:350px;
}

.classifieds_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -742px !important;
    text-indent:-9999px;
    width:350px;
}

.features_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -689px !important;
    text-indent:-9999px;
    width:350px;
}

.general_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -795px !important;
    width:600px;
}

search_results_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -689px !important;
    text-indent:-9999px;
    width:424px;
}


equipment_feature {
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -424px !important;
    text-indent:-9999px;
    width:350px;
}

.blue {
	background-color:#013a5c;
}

.orange {
	background-color:#006caa;
}

#main_photo_box {
	background-color:#006caa;
}

#main_feature_box {
	background-color:#013a5b;
}

#category_feature_box {
}


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 {
    line-height:53px;
    float:left;
    border:0;
    margin:0;
    padding:0 0 0 20px;
    color:#fff;
	font-family:'Arial Narrow Bold', Arial, Helvetica, sans-serif;
	font-size:28px;
	background:transparent url(../../../themes/wind/images/lf_headers.png) no-repeat 0 -1007px;
    /*width:350px;*/
	text-shadow:0 1px 0 #000000;
}

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

.box {
	background-color:#fff;
	color:#fff;
	position:relative;
}

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

.box ul {
	margin:0 auto;
}
.box ul li {
}

.box ul li a {
	margin:0;
}

.display_feature {
	border:5px solid #000000;
}

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

#skis_feature_box .display_feature ul li, #accessories_feature_box .display_feature ul li{
    float:left;
    width:inherit;
}

#skis_feature_box .lf-header {
	left:0;
	background:url(../../../themes/wind/images/skiscat_ttl.gif) top left no-repeat;
}

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

.skis_feature {
	text-indent:-9999px;
	height:74px;
	padding-left:0 !important;
}

#accessories_feature_box .lf-header {
	left:0;
	background:url(../../../themes/wind/images/accesoriescat_ttl.gif) top right no-repeat;
}

#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:45px;
	color:#ffffff;
	text-shadow:1px 1px 0 #333333;
	font-size:15px;
	text-decoration:none;
	display:block;
}

.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: 11px 10px;
	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;
}

.feature_story_text {
	width: 370px;
	float: right;
}

.feature_story_text_short {
	width: 380px;
	float: right;
}

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

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

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

/*--------------------------------------------------------------------------------
  Sub category buttons
--------------------------------------------------------------------------------*/

.feature_options ul{
	margin-bottom:16px;
	padding:8px 8px 6px 8px;
}

.feature_options ul li {
  display:block;
  float:left;
}


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

.feature_options ul li a:hover,
.feature_options ul li a:focus,
.feature_options ul li a:active {
}

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

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

.feature_story_ttl a{
	color: #000000;
}


.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 {
	text-align: left;
	font-size: 11px;
	clear:right;
	float:left;
	color:#333333;
	width:100%;
}

.feature_story_stats span{
	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: #000000;
}

.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 {
	font-size:13px;
	display:block;
    height:70px;
}

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

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

.post h2{
	padding:5px 0;
	margin:0;
	font-size:20px;
	line-height:20px;
	border:0;
	display:block;
}

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: #0072bc;
}

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

/*--------------------------------------------------------------------------------
  USER TOOLS
--------------------------------------------------------------------------------*/
.user_tools {
  position: relative;
  width:670px;
  float:left;
}

  .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/wind/images/lf_headers.png) 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 10 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 10 0 5px;
	font-weight:normal;
	font-size:9px;
}

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

ul.user_tool_navigation {
  height: 40px;
  margin-left:5px;
}

ul.user_tool_navigation li {
	padding: 0 0 0 15px;
  	color: #000000;
  	font-weight: normal;
	background:url(../../../themes/wind/images/user_tool_bullet.gif) no-repeat scroll 5px 50%;
	float: left;
	font-weight:bold;
	margin-top:10px;
}

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 {
	color: #000000;
	margin-right:0;
}

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

.user_tool_panel {
  clear: both;
  background:#C2C4C3 url(../../../themes/wind/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,
.hubby_newsletter_form_element {
  float: left;
  height: 50px;
  padding: 0 7px 0 0 !important;
}

.wp_custom_login_form_element label,
.hubby_newsletter_form_element label,
#user_tool_panel_newsletter label{
  font-size: 13px;
  color: #000;
  text-transform: normal;
  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:0 none;
	clear:both;
	font-size:17px;
	margin:3px 0;
	width:250px;
	padding:3px;
}

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

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

.wp_custom_login_form_element #wp_submit,
.hubby_newsletter_form_element #hubby_newsletter_submit,
 #user_tool_panel_newsletter #hubby_newsletter_submit{
	background-color:#a9362c !important;
	border:0 none;
	color:#FFFFFF;
	font-size:14px;
	margin-top:3px;
	padding:4px 5px;
	cursor:pointer;
}

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

/*--------------------------------------------------------------------------------
  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: center;
	  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/wind/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;
	border-left:5px solid #818286;
	border-right:5px solid #818286;
	border-bottom:5px solid #818286;}

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

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

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

}



/* right sidebar headers */

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

.forums_sidebar h2{
	background: url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -264px;
	text-indent:-9999px;
}

.poll, .widget_polls h2 {
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -44px;
	text-indent:-9999px;
}

.contests h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -88px;
	text-indent:-9999px;
}

.vtds h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -132px;
	text-indent:-9999px;
}

.latest_videos h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -308px;
	text-indent:-9999px;
}

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

.subscribe h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -176px;
	text-indent:-9999px;
	margin:0;
}

.fantasy_camp h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -396px;
	text-indent:-9999px;
	margin:0;
}

.lake-homes h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -440px;
	text-indent:-9999px;
	margin:0;
}

.schools h2{
	background: url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -352px;
	text-indent:-9999px;
}

.blog_box h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -484px;
	text-indent:-9999px;
	margin:0;
}

.twitter-wind h2{
	background:#000000 url(../../../themes/wind/images/rt_headers.gif) no-repeat 0 -437px;
	text-indent:-9999px;
	margin:0;
	height:24px;
	}
	
.twitter-wind .twitter-title{
    display:block;
}

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

.twitter-wind cite, .twitter-wakeawards .rss-date{
    font-size:10px;
}
.twitter-wind_ul{
    border-left:5px solid #0091b9 !important;
    border-right:5px solid #0091b9 !important;
    border-bottom:5px solid #0091b9 !important;
}

/* sidebar styles*/

.news_sidebar_ul li, .forums_sidebar_ul li {
	background: url(../../../themes/wind/images/square_bullet.gif) no-repeat center left;
	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:#818286;
	border-width:0 5px 5px;
	border-style:solid;
}
.subscribe .textwidget{
	border-width: 0 5px 5px 5px;
	border-style:solid;
	border-color:#013a5c;
}

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

.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/wind/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:-19px;
	left:0;
	display:none;
}

/*--------------------------------------------------------------------------------
	 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_videos{
	width:104px;
	height:40px;
	background:#00c4d9 url(../../../themes/wind/images/main_menu.gif) no-repeat 0 0;
	text-indent:-9999px;
}

.mm_videos:hover{
	background:#000000 url(../../../themes/wind/images/main_menu.gif) no-repeat 0 -40px;
}

.mm_photos{
	width:117px;
	height:40px;
	background:#00c4d9 url(../../../themes/wind/images/main_menu.gif) no-repeat -104px 0;
	text-indent:-9999px;
}

.mm_photos:hover{
	background:#000000 url(../../../themes/wind/images/main_menu.gif) no-repeat -104px -40px;
}

.mm_boats{
	width:106px;
	height:40px;
	background:#00c4d9 url(../../../themes/wind/images/main_menu.gif) no-repeat -221px 0;
	text-indent:-9999px;
}

.mm_boats:hover{
	background:#000000 url(../../../themes/wind/images/main_menu.gif) no-repeat -221px -40px;
}
.mm_gear{
	width:90px;
	height:40px;
	background:#00c4d9 url(../../../themes/wind/images/main_menu.gif) no-repeat -326px 0;
	text-indent:-9999px;
}

.mm_gear:hover{
	background:#000000 url(../../../themes/wind/images/main_menu.gif) no-repeat -326px -40px;
}

.mm_howto{
	width:123px;
	height:40px;
	background:#00c4d9 url(../../../themes/wind/images/main_menu.gif) no-repeat -415px 0;
	text-indent:-9999px;
}

.mm_howto:hover{
	background:#000000 url(../../../themes/wind/images/main_menu.gif) no-repeat -415px -40px;
}

.mm_contests{
	width:118px;
	height:40px;
	background:#00c4d9 url(../../../themes/wind/images/main_menu.gif) no-repeat -537px 0;
	text-indent:-9999px;
}

.mm_contests:hover{
	background:#000000 url(../../../themes/wind/images/main_menu.gif) no-repeat -537px -40px;
}



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

.article_author a,
.article_author a:link,
.article_author a:visited {
	color:#0093a7;
}


/*----------- Gallery ---------------*/

.gallery{
        overflow:hidden;
        border:3px solid #fff;
        background-color:#000;
        position:relative;
		width:600px;
    }
    .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;
    }

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

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

    .next{
        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:5px solid #000000;
	}

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

	/*pages*/

.paging_nav {
	background-color:#FFFFFF;
	padding:8px 0;
	}

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

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