/*
THE PROGRAM (Forum)
BASE Website Styles
*/

/* BASE STYLES
-------------------- */
* { margin: 0; padding: 0; }
body {
	background-color: #000;
	background-position: top center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}
h1 { font-size: 26px; font-style: italic; font-weight: bold; }
h2 { font-size: 18px; font-weight: bold; }
h3 { font-size: 12px; font-weight: bold; }
p { line-height: 14px; padding: 14px 0 0; }
a:link,
a:visited { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
hr {
	background: #00a8e5;
	border: 0;
	color: #00a8e5;
	height: 2px;
	margin: 0 0 15px;
}


/* homepage 100% content styles */
body.bg-home { height: 100%; overflow: hidden; }
html { height: 100%; }
* html { height: 100%; }
* html body.bg-home { height: 100%; overflow: hidden; }
#homepage-shell {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}


/* STRUCTURAL STYLES
-------------------- */
#shell {
	color: #000;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}
#finder-shell {
	background-color: #000;
	display: block;
}
.columns {
	display: block;
	overflow: hidden;
	width: 980px;
}
.colset4-1,
.colset4-2,
.colset4-3,
.colset4-4,
.colset3-big,
.colset3-small,
.colset3-small-first,
.colset2-big,
.colset2-small { display: block; float: left; }
.colset4-1 { width: 245px; }
.colset4-2 { width: 490px; }
.colset4-3 { width: 735px; }
.colset4-4 { width: 980px; }
.colset3-small,
.colset3-small-first,
.colset2-small { width: 297px; }
.colset3-big { width: 386px; }
.colset2-big { width: 683px; }
.col-minheight {
	display: block;
	min-height: 495px;
	height: auto !important;
	height: 495px;
}
.opaque { background-color: #fff; }
.opaque-partial-fade { background-color: #fff; }
.opaque-full-fade { background-color: #fff; }
.colset3-small-first .inner { padding: 25px 6px 10px 15px; }
.colset3-small .inner { padding: 25px 6px 10px 10px; }
.colset4-1 .inner,
.colset4-2 .inner,
.colset4-3 .inner,
.colset4-4 .inner { padding: 15px 10px 10px 15px; }
.backlink { display:block; margin: 0 0 25px; }
.colset4-3 .content-cushion {
	display: block;
	margin: 0 auto;
	padding: 0 0 15px;
	width: 600px;
}
.content-cushion hr { margin: 15px 0 0; }
.colset3-small-first p { padding-right: 10px; }
.colhdr { display: block; }
.colhdr-sub { display: block; padding: 35px 0 0; }
.colhdr h3,
.colhdr-sub h3 { padding: 0; text-transform: uppercase; }
.colhdr p,
.colhdr-sub p { padding: 0 0 15px; }
.paginglink,
.moreinfolink { color: #000; }
.paginglink a:link,
.paginglink a:visited { color: #fff; text-decoration: none; }
.paginglink a:hover { color: #fff; text-decoration: underline; }
.moreinfolink a { text-decoration: underline; }


/* TOGGLE STYLES
-------------------- */
.colset3-small-first .toggle,
.colset3-small-first .toggle-hdr {
	display: block;
	margin-left: 6px;
	width: 285px;
}
.colset3-small .toggle,
.colset3-small .toggle-hdr {
	display: block;
/*	margin: 0 6px 0 0;*/
	width: 291px;
}
.colset3-big .toggle,
.colset3-big .toggle-hdr {
	display: block;
/*	margin: 0 6px 0 0;*/
	width: 380px;
}
.toggle-hdr {
	border-top: 3px;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0 0 5px;
}
.toggle-hdr h3 {
	padding: 3px 0 0 10px;
	text-transform: uppercase;
}
.colset3-small-first .toggle-hdr { margin: 0 0 0 6px; }
a.togglebtn:link,
a.togglebtn:visited {
	color: #fff;
	display: block;
	float: right;
	margin: 0;
	padding: 1px 1px 2px;
	text-align: center;
	text-decoration: none;
	width: 12px;
}
a.togglebtn:hover {
	text-decoration: none;
}
.toggle p.toggle-info {
	padding: 0;
}
.toggle .toggle-content {
	display: block;
	margin: 0 10px;
	padding: 5px 0 10px;
	width: 100%;
}
.colset3-small-first .toggle-content { display:block; margin: 0 10px 0 16px; width: 265px; }
.colset3-small .toggle-content { display:block; margin: 0 10px; width: 271px; }
.colset3-big .toggle-content { display:block; margin: 0 10px; width: 360px; }


/* THUMBNAIL STYLES
-------------------- */
ul.thumbnails {
	display: block;
	list-style: none;
	margin: 25px auto 0;
	overflow: hidden;
	width: 250px;
}
ul.thumbnails li { display: inline; list-style: none; }
ul.thumbnails li a:link,
ul.thumbnails li a:visited {
	display: block;
	float: left;
	height: 96px;
	margin: 0 5px 5px 0;
	position: relative;
	text-decoration: none;
	width: 77px;
}
ul.thumbnails li a:link span,
ul.thumbnails li a:visited span {
	bottom: 0;
	color: #000;
	display: none;
	left: 0;
	line-height: 14px;
	padding: 1px 0 2px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
	/*
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	*/
}
ul.thumbnails li a:hover span,
ul.thumbnails li a.selected span { display: block; }
ul.suggested {
	display: block;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
ul.suggested li {
	display: block;
	float: left;
	min-height: 130px;
	margin: 5px 20px 0 0;
	width: 100px;
}
ul.suggested li a:link,
ul.suggested li a:visited {
	color: #000;
	line-height: 11px;
	text-decoration: none;
}
ul.suggested a img {
	display: block;
	margin: 0 0 5px;
}
ul.suggested a strong,
ul.productlist strong { font-size: 12px; text-transform: uppercase; }
ul.suggested a span { text-decoration: underline; }
ul.productlist {
	display: block;
	list-style: none;
	overflow: hidden;
}
ul.productlist li {
	display: block;
	float: left;
	height: 125px;
	list-style: none;
	margin-right: 13px;
	overflow: hidden;
	width: 232px;
}
ul.productlist li.last { margin-right: 0; }
ul.productlist li img {
	display: block;
	float: left;
	margin: 0 12px 0 0;
}
ul.productlist li p { line-height: 12px; }
ul.media-small,
ul.media-large {
	display: block;
	list-style: none;
	overflow: hidden;
	width: 270px;
}
ul.media-small li {
	display: block;
	font-size: 10px;
	float: left;
	list-style: none;
	margin: 0 9px 8px 0;
	width: 122px;
}
.media ul.media-small { color: #fff; }
.media ul.media-small a:link,
.media ul.media-small a:visited { color: #fff; text-decoration: none; }
.media ul.media-small a:hover { color: #000; text-decoration: underline; }
ul.media-large li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 9px 9px 0;
	width: 250px;
}
h3.techlist { display:block; padding: 20px 0 5px; }
ul.techlist {
	display: block;
	list-style: none;
	margin: 0 0 15px;
	overflow: hidden;
	width: 980px;
}
ul.techlist li {
	display: block;
	float: left;
	list-style: none;
	width: 245px;
}
ul.techlist li img,
ul.techlist li div {
	border: none;
	display: block;
	margin: 0 0 10px;
}
ul.techlist li p {
	display: block;
	padding: 0;
	margin: 0 30px 0 0;
}
ul.partner-list-large,
ul.partner-list-small {
	display: block;
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
	width: 710px;
}
ul.partner-list-large li,
ul.partner-list-small li {
	display: inline;
	list-style: none;
}
ul.partner-list-large li a:link,
ul.partner-list-large li a:visited {
	border: 1px solid #000;
	display: block;
	float: left;
	margin: 0 7px 6px 0;
	text-decoration: none;
	width: 168px;
}
ul.partner-list-small li a:link,
ul.partner-list-small li a:visited {
	border: 1px solid #000;
	display: block;
	float: left;
	margin: 0 6px 5px 0;
	text-decoration: none;
	width: 80px;
}
ul.partner-list-large li a:hover,
ul.partner-list-small li a:hover { border: 1px solid #bdd917; text-decoration: none; }


/* COMMENT STYLES
-------------------- */
ul.comment-list {
	display: block;
	list-style: none;
}
ul.comment-list li {
	display: block;
	margin: 5px 0 0;
	padding: 5px 0 0;
}
ul.comment-list li p { font-size: 10px; padding: 10px 0 0; }
ul.comment-list li .comment-hdr {
	display: block;
	font-size: 10px;
	overflow: hidden;
	text-align: right;
	width: 270px;
}
.colset4-1 ul.comment-list li .comment-hdr { width: 220px; }
ul.comment-list li .comment-hdr p {
	color: #666;
	float: left;
	font-size: 9px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 135px;
}
ul.comment-list li .comment-hdr p strong { color: #000; font-size: 11px; }


/* FORM STYLES
-------------------- */
.formrow {
	display: block;
	padding: 10px 0;
}
.misc .formrow { padding: 0 0 10px; }
.formrow input,
.formrow textarea { background-color: #f0f0f0; }
.formrow label {
	display: block;
	font-size: 10px;
	padding: 0 0 3px;
	text-transform: uppercase;
}
.form-input-float {
	display: block;
	overflow: hidden;
	width: 250px;
}
.form-input-float input,
.form-input-float select {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}


/* FOOTER STYLES
-------------------- */
#footer {
	background-color: #262626;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 5px;
	text-align: right;
	width: 980px;
}
#footer-home-shell {
	background-color: #000;
	bottom: 0;
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
#footer-home-shell #footer { width: 100%; }
#footer-join {
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
	width: 290px;
}
#footer-join input {
	background-color: #434343;
	border: 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	margin: 7px 10px 0 5px;
	padding: 2px;
	width: 176px;
	height: 17px;
}
#footer-join p {
	margin: 0;
	padding: 10px 0 0;
}
#footer ul {
	display: block;
	list-style: none;
	padding: 2px 8px 0 0;
}
#footer ul.primary { padding: 6px 8px 0 0; }
#footer ul li {
	display: inline;
	list-style: none;
	padding: 0;
}
#footer ul.primary a:link,
#footer ul.primary a:visited,
#footer-join a:link,
#footer-join a:visited {
	color: #00bafe;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-join a:link,
#footer-join a:visited {
	padding: 0;
}
#footer ul.secondary li,
#footer ul.secondary a:link,
#footer ul.secondary a:visited {
	color: #fff;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}
#footer ul.primary a:hover,
#footer ul.secondary a:hover, 
#footer-join a:hover { color: #fff; text-decoration: underline; }
#footer ul.secondary li { padding: 0 0 0 8px; }
#footer ul.primary li { color: #00bafe; padding: 0 0 0 7px; }
#footer ul.primary li a:after,
#footer-join a:after { content: "."; }

/*
#footer-home-shell #footer ul.primary a:link,
#footer-home-shell #footer ul.primary a:visited,
#footer-home-shell #footer-join a:link,
#footer-home-shell #footer-join a:visited,
#footer-home-shell #footer ul.primary li {
	color: #ba8748;
}
#footer-home-shell #footer ul.primary a:hover,
#footer-home-shell #footer-join a:hover {
	color: #fff;
}
*/


/* CONTENT-SPECIFIC STYLES
-------------------- */
/* MISC */
.scroll-pane {
	height: 423px;
	overflow: auto;
}
.scroll-pane-holder {
	width: 275px;
}
.scroll-pane-holder h3 {
	color: #fff;
	margin: 15px 0 5px;
	padding: 0;
}
.scroll-pane-holder p {
	padding: 0 10px 15px 0;
}

.content-cushion h3 { padding-top: 12px; }
#gallery-bg {
	background-color: #000;
	display: block;
}
p.search-paging {
	display: block;
	font-size: 10px;
	text-align: right;
}
p.search-paging a:link,
p.search-paging a:visited { color: #000; text-decoration: none; }
p.search-paging a:hover { color: #30c7fe; text-decoration: underline; }
p.search-paging span,
p.search-paging a { padding-left: 3px; }
ul#techspec-subnav {
	display: block;
	list-style: none;
	margin: 15px 0 20px;
}
ul#techspec-subnav li {
	display: inline;
	list-style: none;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}
ul#techspec-subnav a:link,
ul#techspec-subnav a:visited,
ul#techspec-subnav span {
	padding: 0 8px 0 0;
	text-decoration: none;
}
ul#techspec-subnav a:hover { text-decoration: underline; }
ul#techspec-subnav li { color: #000; padding: 0 7px 0 0; }
ul#techspec-subnav li:after { content: "/"; }
ul#techspec-subnav li:last-child:after { content: ""; }
ul.paging {
	display: block;
	list-style: none;
	margin: 8px 0 0;
}
ul.paging li {
	display: inline;
	list-style: none;
	padding: 0 4px 0 0;
}

/* NEW TECH */
.newtech .col-minheight {
	display: block;
	min-height: 585px;
	height: auto !important;
	height: 585px;
}
.newtech .inner h1 {
	color: #fff;
}
.newtech .inner hr {
	background: #fff;
	color: #fff;
	margin: 10px 10px 0 0;
}
.newtech .inner p { color: #fff; }
ul#newtech-photo-nav {
	display: block;
	list-style: none;
	width: 297px;
}
ul#newtech-photo-nav li {
	border-top: 2px solid #fff;
	display: block;
	list-style: none;
	width: 297px;
}
ul#newtech-photo-nav li a:link,
ul#newtech-photo-nav li a:visited {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 96px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -4000px;
	width: 297px;
}
ul#newtech-photo-nav li a:hover,
ul#newtech-photo-nav li a.selected {
	background-position: bottom left;
	text-decoration: none;
}

.chillydog .col-minheight { background-color: #d3261f; }
.chillydog .newtech-media { background-color: #1965b0; }
.chillydog .newtech-gear { background-color: #bdd917; }
.tweaker .col-minheight { background-color: #22277e; }
.tweaker .newtech-media { background-color: #e2007a; }
.tweaker .newtech-gear { background-color: #009de9; }
.good-vibes .col-minheight { background-color: #00803c; }
.good-vibes .newtech-media { background-color: #fab71b; }
.good-vibes .newtech-gear { background-color: #c4161c; }


/* TEAM */
.team .col-minheight {
	display: block;
	min-height: 585px;
	height: auto !important;
	height: 585px;
}
#team-nav-text {
	background-color: #00bafe;
	display: block;
	overflow: hidden;
	width: 980px;
}
#team-nav-text div {
	display: block;
	float: left;
	overflow: hidden;
	width: 490px;
}
#team-nav-text h2 {
	display: block;
	float: left;
	height: 94px;
	text-indent: -4000px;
	width: 117px;
}
#team-nav-text div.teamforum { color: #000; }
#team-nav-text div.teamforam { color: #fff; }
#team-nav-text div.teamforum a:link,
#team-nav-text div.teamforum a:visited { color: #000; text-decoration: underline; }
#team-nav-text div.teamforum a:hover { color: #fff; text-decoration: underline; }
#team-nav-text div.teamforam a:link,
#team-nav-text div.teamforam a:visited { color: #fff; text-decoration: underline; }
#team-nav-text div.teamforam a:hover { color: #000; text-decoration: underline; }
#team-nav-text div.teamforum h2 { background: transparent url(../imgs/hdr_team_forum.gif) 0 0 no-repeat; }
#team-nav-text div.teamforam h2 { background: transparent url(../imgs/hdr_team_foram.gif) 0 0 no-repeat; }
#team-nav-text ul {
	display: block;
	float: left;
	font-style: italic;
	list-style: none;
	margin: 13px 0 0;
	min-height: 50px;
	padding: 4px 0 0;
	width: 123px;
}
#team-nav-text ul li {
	display: block;
	list-style: none;
	padding: 0 0 5px;
}
#teamphoto { border: none; display: block; margin: 0; padding: 0; }
#team-nav-text div.teamforum ul { border-left: none }
#team-nav-text div.teamforam ul { border-left: none }
.team .toggle { padding: 10px 0 0; }
.team .team-media { background-color: #000; color: #fff; }
.team .team-gear { background-color: #fff; color: #000; }
.team .team-gear .toggle-info a:link,
.team .team-gear .toggle-info a:visited,
.team .team-gear ul.suggested a span { color: #00bafe; text-decoration: underline; }
.team .team-gear ul.suggested a:hover { color: #00bafe; }
.team .columnsbg { background-color: #00bafe; }
.team .team-bio h1 span { background-color: #000; color: #fff; padding: 0 2px; }
ul#team-photo-nav {
	display: block;
	list-style: none;
	overflow: hidden;
	width: 296px;
}
ul#team-photo-nav li {
	display: block;
	float: left;
	list-style: none;
	width: 148px;
}
ul#team-photo-nav li a:link,
ul#team-photo-nav li a:visited {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 97px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -4000px;
	width: 148px;
}
ul#team-photo-nav li a:hover,
ul#team-photo-nav li a.selected {
	background-position: bottom left;
	text-decoration: none;
}
.team .colset2-big { background: #000; }

/* LINKS */
.content-cushion ul { margin-left: 20px; padding-top: 15px; }
.content-cushion ul li { padding-bottom: 5px; }
ul.links {
	display: block;
	list-style: none;
	margin: 0;
}
ul.links li {
	padding: 0 0 15px;
}
body.bg-blog ul.links li {
	padding: 0 0 3px;
}
.colset4-1 ul.links { margin: 30px 0 0; }
body.bg-blog .colset4-1 ul.links { margin: 15px 0 0; }
dl.link-list {
	display: block;
	margin: 7px 0 0;
	overflow: hidden;
	width: 600px;
}
dl.link-list dt {
	display: block;
	float: left;
	padding: 0 0 2px;
	width: 200px;
}
dl.link-list dd {
	display: block;
	float: left;
	padding: 0 0 2px;
	width: 400px;
}
#tech-specs {
	/*border-top: 2px solid #000;*/
	display: block;
	/*margin: 10px 0 0;
	position: relative;*/
	width: 275px;
}
#tech-specs-hdr {
	border-bottom: 2px solid #000;
	display: block;
	line-height: 16px;
	padding: 0 0 10px;
	margin: 10px 0;
	/*
	position: absolute;
	right: 0;
	text-align: right;
	top: -53px;
	*/
}
#tech-specs-hdr a:link,
#tech-specs-hdr a:visited {
	background-color: #00bafe;
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
#tech-specs-hdr a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

#tech-specs dl {
	display: block;
	font-size: 10px;
	overflow: hidden;
	padding: 5px 0;
	width: 275px;
}
#tech-specs dt {
	display: inline;
	font-style: italic;
	padding: 0 2px 0 0;
}
#tech-specs dd {
	display: inline;
	font-style: italic;
}
div.tech-info-popup {
	background: #fff;
	border: 3px solid #000;
	display: block;
	position: absolute;
	text-align: left;
	width: 300px;
	z-index: 500;
}
div.tech-info-popup div {
	display: block;
	padding: 0 8px 8px;
	position: relative;
}
a#popup-close:link,
a#popup-close:visited {
	color: #fff;
	display: block;
	float: right;
	margin: 0;
	padding: 1px 1px 2px;
	position: absolute;
	right: -1px;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 12px;
}
a#popup-close:hover {
	text-decoration: none;
}


/* MEDIA */
.media {color:#fff;}
.media .col-minheight { min-height: 585px; }
.media .columns { background-color: #00bafe; }
ul.media-cats {
	display: block;
	list-style: none;
	margin: 0 0 15px;
}
ul.media-cats li {
	display: block;
	font-style: italic;
	list-style: none;
	padding: 0 0 6px;
}
ul.media-cats a:link,
ul.media-cats a:visited {
	color: #000;
	font-size: 17px;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}
ul.media-cats a:hover,
ul.media-cats a.selected {
	background-color: #bdd917;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.media ul.media-small li img,
.team ul.media-small li img { border: 1px solid #000; } 
.media ul.media-small li { color: #000; font-style: italic; padding-bottom: 15px; }
.media ul.paging {
	color: #fff;
}
.media ul.paging a:link,
.media ul.paging a:visited { color: #fff; text-decoration: none; }
.media ul.paging a:hover { color: #000; text-decoration: underline; }
#embedshell p {
	color: #fff;
	padding: 5px 10px;
	text-align: left;
}
#embedshell p a:link,
#embedshell p a:visited { color: #00bafe; text-decoration: underline; }
#embedshell p a:hover { color: #fff; text-decoration: underline; }



/* TABLE STYLES
-------------------- */
table.tbl-compare {
	border: none;
	display: block;
	font-size: 11px;
	width: 980px;
}
table.tbl-tech {
	border: none;
	display: block;
	font-size: 11px;
	width: 960px;
}
table.tbl-tech { border-top: 1px solid #d7d7d7; }

#techtable-container {
	display: block;
	height: 400px;
	overflow: auto;
}

table.tbl-compare tr td {
	border-left: 1px solid #d7d7d7;
	padding: 6px 0;
	text-align: center;
	width: 43px;
}
table.tbl-tech tr td {
	border-left: 1px solid #d7d7d7;
	padding: 6px 0;
	text-align: center;
	/*width: 60px;*/
}
table.tbl-compare tr td {
	padding: 8px 20px;
	width: 204px;
}
table.tbl-compare tr td.hdr {
	border: none;
	color: #30c7fe;
	text-align: right;
	text-transform: uppercase;
	width: 188px;
}
table.tbl-tech tr td.hdr {
	border: none;
	color: #30c7fe;
	text-align: left;
	text-transform: uppercase;
	/*width: 200px;*/
}
table.tbl-compare tr td.hdr {
	width: 205px;
}
table.tbl-tech tr.group td {
	border-top: 1px solid #30c7fe;
}
table.tbl-tech tr td.hdr span,
table.tbl-tech tr td.hdr a { padding-left: 15px; }
table.tbl-tech tr td.hdr a { text-decoration: underline; }
table tr.tbl-stripe td { background-color: #e8e8e8; }


/* BLOG */
.colset4-1 .blog h3 { color: #000; margin: 15px 0 5px; }
.colset4-1 .blog ul.list { margin: 0; padding: 0; }
body.bg-blog .columns,
body.bg-blog #content { background-color: #000; }
body.bg-blog .colset4-3 { background: #000; }
body.bg-blog ul.links { color: #fff; }
.blog-post {
	color: #fff;
	display: block;
	margin: 0 auto 15px;
	text-align: left;
	width: 475px;
}
.blog-post img { border: none; }
.blog-post-header {
	display: block;
}
.misc .blog-post-header h1 {
	display: block;
	margin: 0;
	padding: 0;
}
.blog-post-header h1 a:link,
.blog-post-header h1 a:visited {
	background: transparent;
	color: #bdd917;
	text-decoration: none;
}
.blog-post-header p,
p.meta {
	color: #999;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
p.meta {
	margin: 15px 0 0;
}



/* GENERIC COLOR STYLES
-------------------- */
.fade { background: #fff;}
.misc a:link,
.misc a:visited { color: #00a8e5; }
.misc a:hover { color: #bdd917; }
/*.misc .colset4-1 h1 { background-color: #00a8e5; color: #000; padding: 2px; }*/
.misc .colset4-1 h1 span { background-color: #00a8e5; color: #000; padding: 2px; }
.misc .colset4-1 h1 a:link,
.misc .colset4-1 h1 a:visited { color: #000; }
.misc h3 { color: #00a8e5; font-style: italic; }
ul.suggested a:link,
ul.suggested a:visited { color: #000; }
ul.thumbnails span { background-color: #30c7fe; }
ul.comment-list li { border-top: 1px solid #30c7fe; }
/*.formrow { border-bottom: 1px solid #30c7fe; }
.formrow label { color: #30c7fe; }*/


/* PRODUCT 'BUY NOW' STYLES
-------------------- */
#buyit {
	display: block;
	margin: 20px 0 0;
	width: 275px;
}
#buyit form a { display: block; padding-top: 4px; }
#buyit h2 { font-weight: bold; }
#buyit-options {
	display: block;	
}



/* GENDER-SPECIFIC PRODUCT STYLES
-------------------- */
/* MEN */
.men a:link,
.men a:visited { color: #30c7fe; }
.men .fade { background: #fff; }
.men h1 span { background-color: #30c7fe; color: #000; }
.men h3 { color: #30c7fe; }
.men .toggle-hdr { border-top: 3px solid #30c7fe; }
/*.men .toggle-info { color: #30c7fe; }*/
.men .toggle-info a { color: #30c7fe; text-decoration: underline; }
.men a.togglebtn:link,
.men a.togglebtn:visited,
.men #content .inner p span { background-color: #30c7fe; color: #000; }
.tech-info-popup-men a#popup-close:link,
.tech-info-popup-men a#popup-close:visited {
	background-color: #30c7fe;
	border-left: 1px solid #30c7fe;
	border-right: 1px solid #30c7fe;
	border-bottom: 1px solid #30c7fe;
	color: #fff;
}
.men a.togglebtn:hover,
.tech-info-popup-men a#popup-close:hover { background-color: #fff; color: #30c7fe; }
.men ul.suggested a:link,
.men ul.suggested a:visited { color: #000; }
.men ul.suggested a span,
.men ul.suggested a:hover { color: #30c7fe; }
.men ul.suggested a:hover strong { color: #30c7fe; }
.men ul.thumbnails li a span { background-color: #30c7fe; }
.men ul.comment-list li { border-top: 1px solid #30c7fe; }
.men .formrow { border-bottom: 1px solid #30c7fe; }
.men .formrow label { color: #30c7fe; }
.men #tech-specs-hdr a:link,
.men #tech-specs-hdr a:visited {
	background-color: #00bafe;
	color: #fff;
}
div.tech-info-popup-men { border: 3px solid #30c7fe; }
/*div.tech-info-popup-men a:link,
div.tech-info-popup-men a:visited { color: #30c7fe; }*/

/* WOMEN */
.women a:link,
.women a:visited { color: #bdd917; }
.women .fade { background: #fff;}
.women h1 span { background-color: #bdd917; color: #000; }
.women h3 { color: #bdd917; }
/*.women .toggle-info { color: #bdd917; }*/
.women .toggle-info a { color: #bdd917; text-decoration: underline; }
.women .toggle-hdr { border-top: 3px solid #bdd917; }
.women a.togglebtn:link,
.women a.togglebtn:visited,
.women #content .inner p span { background-color: #bdd917; color: #000; }
.tech-info-popup-women a#popup-close:link,
.tech-info-popup-women a#popup-close:visited  {
	background-color: #bdd917;
	border-left: 1px solid #bdd917;
	border-right: 1px solid #bdd917;
	border-bottom: 1px solid #bdd917;
	color: #fff;
}
.women a.togglebtn:hover,
.tech-info-popup-women a#popup-close:hover { background-color: #fff; color: #bdd917; }
.women ul.suggested a:link,
.women ul.suggested a:visited { color: #000; }
.women ul.suggested a span,
.women ul.suggested a:hover { color: #bdd917; }
.women ul.suggested a:hover strong { color: #bdd917; }
.women ul.thumbnails li a span { background-color: #bdd917; }
.women ul.comment-list li { border-top: 1px solid #bdd917; }
.women .formrow label { color: #bdd917; }
.women #tech-specs-hdr a:link,
.women #tech-specs-hdr a:visited {
	background-color: #bdd917;
	color: #000;
}
div.tech-info-popup-women { border: 3px solid #bdd917; }
/*div.tech-info-popup-women a:link,
div.tech-info-popup-women a:visited { color: #bdd917; }*/

/* BACKGROUND STYLES
-------------------- */
body.bg-boards { background-image: url(../imgs/sitebg_boards.jpg); }
body.bg-boots { background-image: url(../imgs/sitebg_boots.jpg); }
body.bg-bindings { background-image: url(../imgs/sitebg_bindings.jpg); }
body.bg-newtech { background-image: url(../imgs/sitebg_newtech.jpg); }
body.bg-softgoods { background-image: url(../imgs/sitebg_softgoods.jpg); }
body.bg-team { background-image: url(../imgs/sitebg_team.jpg); }
body.bg-media { background-image: url(../imgs/sitebg_media.jpg); }
body.bg-misc { background-image: url(../imgs/sitebg_misc.jpg); }
body.bg-blog { background-image: url(../imgs/sitebg_blog.jpg); }

body.bg-newtech-chillydog { background-image: url(../imgs/sitebg_newtech_chillydog.jpg); }
body.bg-newtech-tweaker { background-image: url(../imgs/sitebg_newtech_tweaker.jpg); }
body.bg-newtech-shaka { background-image: url(../imgs/sitebg_newtech_shaka.jpg); }

/* MISC STYLES
-------------------- */
.hide,
hr.hide { display: none; }
.quiet,
a.quiet:link,
a.quiet:visited { color: #999; }
.highlight { color: #30c7fe; }
.error { color: #f00; font-weight: bold; }
.misc h3.error { color: #f00; }

.backlink,
ul.links,
p.meta,
.blog-post-header,
.productlist,
.suggested,
.moreinfolink,
.media-cats,
#suggested-toggle,
h1, h2, h3 {
	font-style: italic;
	letter-spacing: .1em;
}
h1 a:link, h1 a:visited, h1 a:hover { text-decoration: none; }


/* LANG modal
-------------------- */
#langselector-inner {
	display: block;
	padding: 30px 30px 0;
	position: relative;
}
#langselector-inner a#langclosebtn:link,
#langselector-inner a#langclosebtn:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	position: absolute;
	top: 0;
	right: 30px;
}
#langselector-inner a#langclosebtn:hover {
	color: #bdd917;
	cursor: pointer;
}
#langselector-inner h2 {
	color: #000;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 20px;
}
#langselector-inner h2 span { background-color: #fff; padding: 2px; }
#regionlists {
	border-top: 1px solid #fff;
	display: block;
	overflow: hidden;
	padding: 20px 0 0;
	width: 560px;
}
#regionlists h3 {
	color: #858585;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 10px;
	text-transform: uppercase;
}
#regionlists div {
	display: block;
	float: left;
	width: 120px;
}
#regionlists div.first {
	width: 200px;
}
#regionlists div ul, #regionlists div ul li {
	display: block;
	list-style: none;
}
#regionlists div ul li { margin-bottom: 5px; }
#regionlists div ul li a:link,
#regionlists div ul li a:visited {
	background-color: none;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding: 1px 3px 1px 1px;
	text-decoration: none;
	text-transform: uppercase; 
}
#regionlists div ul li a:hover {
	background-color: #bdd917;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}