/*
Theme Name: Red Star Skateboards
Theme URI: http://www.redstarskateboards.com/
Description: 
Author: The West 49 Advertising Department
Version: 1.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
=============================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
ol, ul { list-style: none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }

section, article, nav, header, footer, aside, figure, figcaption, details, summary { display: block; }

/* General Selectors
=============================================================================== */

html {
	background: url(../../../images/backgrounds/bg-body.gif) #000;
	}

body {
	background: url(../../../images/backgrounds/bg-body.gif) #000;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 -1px 1px rgba(0,0,0,1);
	}

hr { 
	background: #111;
	color: #111;
	height: 5px;
	border: none;
	border-bottom: solid 1px #222;
	margin: 1em 0 1em 0;
	clear: both;
	}
	
.featured-hr {
	margin-top: 20px;
	}

/* Typography
=============================================================================== */

p { 
	line-height: 1.35em;
	padding: 0 0 1em 0;
	}

h2 {
	font-size: 2.5em;
	color: #C03;
	padding: 0 0 .5em 0;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	}
	
h3 {
	font-size: .9em;
	color: #C10031;
	padding: 0 0 1em 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
blockquote {
	font-style: italic;
	}
	
.shade-it {
	color: #666;
	font-style: italic;
	}
	
.featured-rider p {
	padding: 0px;
	}
	
.small-headers { 
	font-size: 1.5em;
	}
	
.fb-like-ab {
	position: absolute;
	top: 3px;
	right: 0px;
	} 
	
.fb-like-ab2 {
	position: absolute;
	top: 5px;
	left: 5px;
	} 
	
.fb-like-ab3 {
	position: absolute;
	top: 15px;
	left: 15px;
	} 
	
/* Interview Tables
=============================================================================== */

table {
	margin-bottom: 20px;
	}

tr, td {
	padding: 10px;
	}

tr { 
	border-bottom: solid 1px #111;
	}
	

/* Links
=============================================================================== */

a {
	-webkit-transition: color 1s ease-in; /*safari and chrome */
	-o-transition: color 1s ease-in; /* opera */
	-webkit-transition: color 1s ease-out; /*safari and chrome */
	color: #fff;
	}

a.continue {
	color:#F03;
	}
	
a.continue:hover, a.continue:focus {
	color:#fff;
	}

.right a {
	color: #F03;
	text-decoration: none;
	}
	
.right a:hover {
	text-decoration: underline;
	}

.right h2 a {
	text-decoration: none;
	border-bottom: dashed 1px #111;
	color: #F03;
	}
	
.right h2 a:hover, h2 a:focus {
	border-bottom: dashed 1px #222;
	color: #FF9;
	text-decoration: none;
	}
	
.header a, .header-banner a { 
	color: #fff;
	-o-transition: color 1s ease-out; /* opera */
	-webkit-transition: color 1s ease-out; /*safari and chrome */
	}

.header a:hover, .header-banner a:hover {
	color: #fff;
	-webkit-transition: color 1s ease-in; /*safari and chrome */
	-o-transition: color 1s ease-in; /* opera */
	-webkit-transition: color 1s ease-out; /*safari and chrome */
	}
	
.featured-rider a:hover {
	color: #FF9;
	}
	
nav ul li.current_page_item a {
	color: #FF9;
	}
	
.home li.current_page_item-home a {
	color: #FF9;
	}
	
p.read-more a {
	color: #F03;
	}
	
/* Lists
=============================================================================== */

.header nav li {
	display: inline;
	padding: 0 6px;
	text-shadow: 0 -1px 1px rgba(0,0,0,.75);
	font-size: 13px;
	}

.header nav li a {
	text-decoration: none;
	}

.header nav li a:hover, .header-banner a:hover {
	color:#FF9;
	}

ul {
	margin: 0 0 1.5em 0;
	}
	
.left li {
	color: #333;
	list-style: circle;
	list-style-position: outside;
	margin-left: 16px;
	}

.left li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	padding: 5px;
	display: block;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,.75);
	border-bottom: solid 1px #111;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
.left li:hover {
	color: #FF9;
	}
	
.left li a:hover {
	background: #111;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#111)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000,  #111); /* for firefox 3.6+ */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-bottom: solid 1px #222;
	}
	
li.current_page_item a, li.current-cat a {
	color:#fff;
	text-decoration: underline;
	}	

/* Header
=============================================================================== */

.header {
	border-top: solid 3px #333;
	border-bottom: solid 1px #333;
	color: #FFF;
	overflow: hidden;
	padding: 0 0 25px 0;
	background: #111; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222,  #111); /* for firefox 3.6+ */
	}
	
header {
	margin: 0 auto;
	min-width: 324px;
	max-width: 940px;
	position: relative;
	padding: 20px;
	}

header h1 {
	float: left;
	padding: 0px;
	margin-left: 0px;
	font-size: 1.4em;
	text-shadow: 0 -1px 1px rgba(0,0,0,.75);
	}

header h2 {
	position: absolute;
	top: 72px;
	left: -7px;
	}

/* Global Navigation */

header nav {
	float: left;
	padding: 40px 0 0 12px;
	}
	
div.header header h1 small a {
	color: #666;
	}
	
/* Global Search Form */

div.search-form {
	margin-top: 20px;
	float: right;
	-moz-box-shadow: inset 0 6px 12px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 6px 12px rgba(0,0,0,.4);
	box-shadow: inset 0 6px 12px rgba(0,0,0,.4);
	padding: 10px;
	border-top: solid 1px #222;
	}
	
div.search-form p {
	line-height: 0px;
	padding: 0;
	}

.input-search { 
	width: 133px;
	padding: 4px;
	background: #222;
	border: solid 1px #111;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	color:#FFF;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999;
	}
	
.input-submit {
	padding: 3px;
	background: #C03;
	border: inset 1px #F33;
	color: #FFC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.input-submit:hover {
	border: inset 1px #F33;
	background-color: #AA002B;
	}
	
.header-banner {
	border-bottom: solid 2px #f07e01;
	color: #FFF;
	overflow: hidden;
	background: url(../../../images/backgrounds/bg-beer.gif) 0 50%;
	/*
	background: #111; /* for non-css3 browsers
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111)); 
	background: -moz-linear-gradient(top,  #222,  #111);
	*/
	}
	
.header-banner section {
	margin: 0 auto;
	min-width: 324px;
	max-width: 940px;
	position: relative;
	height: 10px;
	padding: 0px;
	}

.header-banner nav ul {
	float: right;
	padding: 12px 0px 12px 0px;
	margin: 10px 0 0 0;
	}

.header-banner nav li {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	text-shadow: 0 -1px 1px rgba(99,59,11,.7);
	margin: 0 0 0 10px;
	font-size: .7em;
	font-weight: bold;
	}	
	
.header-banner nav li a {
	text-decoration: none;
	}
	
.header-banner nav li a:hover {
	color: #FFC;
	}
	
.facebook, .twitter {
	float: left;
	margin: -7px 5px 0 0;
	}
	
/* Content :: Homepage
=============================================================================== */

.content-wrap {
	background: url(../../../images/backgrounds/bg-content.png) repeat-x;
	position: relative;
	color: #FFF;
	overflow: hidden;
	padding: 0 0 30px 0;
	}
	
.content {
	max-width: 940px;
	min-width: 340px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	}
	
.right{ 
	float: left;
	width: 700px;
	}

.left { 
	float: left;
	width: 220px;
	font-size: .8em;
	margin: 0 20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.feature {
	float: left;
	width: 358px;
	padding: 10px;
	height: 291px;
	background: #111;
	border: solid 1px #111;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	}
	
.featured-rider {
	position: absolute;
	background: #000;
	background: rgba(0,0,0,.9);
	padding: 10px;
	bottom: 8px;
	left: 10px;
	width: 340px;
	}
	
.blog {
	clear: left;
	}
	
.featured-img {
	padding: 3px;
	background: #fff;
	float: left;
	margin: 0 20px 5px 0;
	display: block;
	}

.col-2 {
	float: left;
	width: 315px;
	padding: 0 10px 0 0px;
	margin: 0px 20px 1em 0px;
	height: 319px;
	border-bottom: dashed 1px #222;
	border-right: dashed 1px #222;
	}
	
.col-3 {
	float: left;
	width: 315px;
	padding: 0 10px 0 0px;
	margin: 0px 20px 1em 0px;
	height: 190px;
	border-bottom: dashed 1px #222;
	border-right: dashed 1px #222;
	}

.col-2 img {
	display: none;
	padding: 0px;
	margin: 0px;
	line-height: 0;
	float: left;
	}
	
.fun img {
	float: left;
	padding: 5px; 
	background: #fff;
	margin: 0 15px 0 0;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}


/* Content :: Products
=============================================================================== */

.product-section {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 700px;
	position: relative;
	}
	
.product-image {
	float: left;
	width: 155px;
	padding: 0 8px 0px 8px;
	text-align: center;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	margin-bottom: 2px;
	margin-right: 2px;
	background: #111;
	background: rgba(255, 255, 255, 0.03);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	position: relative;
	}
	
.product-image:hover, .product-image:focus, .product-image2:hover, .product-image2:focus {
	background: rgba(255, 255, 255, 0.1);
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	}
	
.product-image p, .product-image2 p {
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}

.product-info {
	clear: both;
	width: 155px;
	padding: 0 0 20px 0;
	text-align: center;
	}
	
.product-info2 {
	clear: both;
	width: 213px;
	padding: 0 0 20px 0;
	text-align: center;
	}

.product-image2 {
	float: left;
	width: 213px;
	padding: 0 8px 0px 8px;
	text-align: center;
	border-right: solid 1px #222;
	border-bottom: solid 1px #111;
	margin-bottom: 2px;
	margin-right: 2px;
	background: #111;
	background: rgba(255, 255, 255, 0.05);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	height: 310px;
	position: relative;
	}
	
.back-to-top {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: .8em;
	}

embed {
	border: solid 1px #333;
	}
	
object {
	border: solid 1px #333;
	}


/* jQuery Carousel
=============================================================================== */

.slider {
	float: left;
	margin: 0 20px 20px 0;
	width: 518px;
	padding: 10px;
	height: 291px;
	background: #111; 
	border: solid 1px #111;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	}
	
.slider img, .slider video, .feature img {
	border: solid 1px #111;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 518px;
	height:291px;
	}

.scrollable a img {
	cursor: pointer;
	}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	}

.items div {
	float:left;
	}

.next, .prev {
	cursor: pointer; 
	z-index: 9999;
	}
	
.prevs a img {
	position: absolute;
	top: 105px;
	left: -10px;
	border: none;
	opacity: .9;
	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	}
	
.nexts a img {
	position: absolute;
	top: 105px;
	right: -12px;
	border: none;
	opacity: .9;
	-webkit-transition: right;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	}

.nexts a img:hover, .next a img:focus { 
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition: right;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	right: -16px;
	}
	
.prevs a img:hover, .prevs a img:focus { 
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition: left;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	left: -14px;
	}
	
object {
	z-index: 0;
	}

video {
	z-index: 0;
	}
	
/* Comments Form
=============================================================================== */

a.comment-reply-link {
	color: #FFC;
	}
	
.children {
	margin: 0px;
	}
	
.old-new {
	width: 700px;
	}

.old-new span {
	float: right;
	padding-right: 30px;
	}
	
.fn {
	font-size: 1.2em;
	font-style: italic;
	color:#F03;
	}
	
.comment-meta {
	font-size: .8em;
	}
	
.comment-body {
	line-height: 1.5em;
	border-bottom: dashed 1px #111;
	padding: 10px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.depth-2 .comment-body {
	padding: 10px 30px;
	}

.depth-2 .comment-body .fn {
	color:#C03;
	}

.reply {
	font-size: .9em;
	color: #F03;
	font-weight: bold;
	}

#respond { 
	padding-top: 20px;
	}

#comment {
	padding: 10px;
	width: 600px;
	background: #222;
	border: solid 1px #111;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	color:#FFF;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#submit {
	padding: 10px;
	background: #222;
	border: solid 1px #111;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	color:#FFF;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


/* Media Gallery
=============================================================================== */

.gallery {
	float: left;
	margin: 0 0 2em 0;
	clear: both;
	}
	
.gallery img {
	height: 170px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px;
	background: #111; 
	border: solid 1px #111;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	}
	
.gallerye {
	position: relative;
	}
	
.media-image {
	float: left;
	position: relative;
	}
	
.media-image p {
	background: #333;
	background: rgba(0, 0, 0, 0.85);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	bottom: 12px;
	left: 10px;
	margin: 0;
	padding: 4px;
	font-size: .8em;
	}

.red {
	color:#F03;
	}

.green {
	color:#9F3;
	}

.international {
	float: left;
	width: 250px;
	padding-left: 30px;
	}	
	
.canadian, .sponsor-me {
	float: left;
	width: 250px;
	padding-right: 30px;
	border-right: solid 1px #222;
	}	
	

.sponsor-me input, .sponsor-me textarea,
.canadian input, .canadian textarea,
.international input, .international textarea { 
	width: 225px;
	padding: 8px;
	background: #222;
	border: solid 1px #111;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	color:#FFF;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999;
	}

.sponsor-me .input-submit,
.canadian .input-submit,
.international .input-submit {
	padding: 8px;
	background: #C03;
	border: inset 1px #F33;
	color: #FFC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100px;
	}
