/*-------------------------------------------------------------------
Powell Skateboards Main Stylesheet

Version: 			5.0
Last edited by: 		John Lytle05
Framework: 		The Plant System
For:				Powell Skateboards
Site Design by:		JL Productions

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


/* =General Styles
---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0 0;
	text-align: center;
}


@font-face {
	font-family: "Edwardian";
	src: url("/app/css/edwardian.ttf") format("truetype");
}

/* =Structure
---------------------------------------------------------------------*/

#nav-access {
	position: absolute;
	top: -9999px;
}

#branding {
/*	background: #fff url(/app/css/images/global/bg-branding.gif) repeat-x scroll 0 bottom;*/
	margin: 0 auto;
	margin-top: 100px;
	width: 745px;
	height: 190px;
}
#branding p {
	text-align:left;
}

/* =Logo
---------------------------------------------------------------------*/

/*
#logo h1 {
	width: 190px;
	height: 45px;
	margin: 10px auto;
	text-indent: -9000px;
}

	#logo h1 a {
		background: url(/app/css/images/logos/powell-logo.gif) no-repeat;
		display: block;
		width: 190px;
		height: 45px;
		text-decoration: none !important;
	}
	
	#logo h1 a:hover {background-position: 0 -45px;}
	
	#logo h1 span {display: none;}
*/

h1#logo {
	margin-top: 10px;
	width: 199px;
	height: 82px;
	text-indent: -9999px;
	z-index: 300;
}
	h1#logo a {
		display: block;
		width: 199px;
		height: 82px;
		background: url(/app/css/images/logos/powell-peralta-logo-ros.png) no-repeat top left;
	}
		h1#logo a:hover {background-position: 0 -82px}
	

/* =Navigation
---------------------------------------------------------------------*/
ul#navigation {
	clear: both;
	display: block;
	width: 510px;
	height: 30px;																																																																						
	margin: 10px auto;
}

ul#navigation li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
	margin: 0;
}

ul#navigation li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: 9999px;
	background: url(/app/css/images/global/navigation.gif) 0 0 no-repeat;
}

ul#navigation li#nav-team, ul#navigation li#nav-team a {width: 85px;height: 30px;background-position: 0 0}
ul#navigation li#nav-team a:hover {background-position: 0 -30px}
ul#navigation li#nav-team a.active {background-position: 0 -60px}

ul#navigation li#nav-products, ul#navigation li#nav-products a {width: 85px;height: 30px;background-position: -85px 0}
ul#navigation li#nav-products a:hover {background-position: -85px -30px}
ul#navigation li#nav-products a.active {background-position: -85px -60px}

ul#navigation li#nav-plog, ul#navigation li#nav-plog a {width: 85px;height: 30px;background-position: -170px 0}
ul#navigation li#nav-plog a:hover {background-position: -170px -30px}
ul#navigation li#nav-plog a.active {background-position: -170px -60px}

ul#navigation li#nav-media, ul#navigation li#nav-media a {width: 85px;height: 30px;background-position: -255px 0}
ul#navigation li#nav-media a:hover {background-position: -255px -30px}
ul#navigation li#nav-media a.active {background-position: -255px -60px}

ul#navigation li#nav-contact, ul#navigation li#nav-contact a {width: 85px;height: 30px;background-position: -340px 0}
ul#navigation li#nav-contact a:hover {background-position: -340px -30px}
ul#navigation li#nav-contact a.active {background-position: -340px -60px}

ul#navigation li#nav-buy, ul#navigation li#nav-buy a {width: 85px;height: 30px;background-position: -425px 0}
ul#navigation li#nav-buy a:hover {background-position: -425px -30px}
ul#navigation li#nav-buy a.active {background-position: -425px -60px}


/* =Subnavigation
---------------------------------------------------------------------*/

#subnavigation li.inactive ul {display:none;}

#subnavigation li li a {
	display: block;
	padding: 0 5px 0 10px;
	text-decoration: none;
}

#subnavigation li li a:link, #subnavigation li li a:visited {
	background: transparent url(/app/css/images/assets/list-off.gif) no-repeat scroll left 50%;
}
#subnavigation li li a:hover, #subnavigation li ul .active a {
	background-color: inherit;
	background: transparent url(/app/css/images/assets/list-on.gif) no-repeat scroll left 50%;
}
		
#subnavigation h4 a {
	text-transform: uppercase;
	text-decoration: none; !important;
}

h4.active a {
	background-color: inherit;
}

#subnavigation li ul {
	margin: 0px 0 10px 0;
}

/* =Main Body
---------------------------------------------------------------------*/
	
#main-body {
	background: #fff;
	margin: 0 20px;
	padding: 0;
}

#main-body-container {
	/*background: #fff url(/app/css/images/global/bg-main.gif) repeat-y scroll 465px 0;*/
	line-height: 1.5em;
	margin: 0 auto;
	text-align: left;
	width: 745px;
	min-height: 350px;
	/*
border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
*/
}
	.home #main-body-container, .trailer #main-body-container {background: #fff;}
	.team.main #main-body-container {background: #fff;}

#primary-content {
	float: left;
	display: inline;
	width: 440px;
	padding: 10px 0;
}
	.home.main #primary-content, .trailer.main #primary-content, .tou #primary-content, .privacy #primary-content {
		width: 745px;
		padding: 0;
		}
		
	.team.main #primary-content {
		width: 745px;
		}

#secondary-content {
	float: right;
	display: inline;
	width: 260px;
	padding: 10px 0;
}
	.home #secondary-content, .trailer #secondary-content {display: none}
	.contact #secondary-content, .error #secondary-content {text-align: center}
	
	#media {
		height: 510px;
		overflow: auto;
	}

.col1, .col2, .col3 {
	width: 150px;
	height: 100%;
	float: left;
	display: inline;
	margin-bottom: 20px;
 }
	 .col1 {clear: both; }


#title {
	margin-bottom: 10px;
}

#site-info {

	line-height: 1.5em;
	margin: 0 auto;
	padding: 25px 0 0;
	text-align: left;
	width: 745px;
}
			
.specs {
	float: left;
	min-height: 200px;
}

.specs ul {
	padding-left: 10px;
}


/* =Typography
---------------------------------------------------------------------*/

h2, h3 {
	font-family: "Edwardian", sans-serif;
	display: block;
	color: #999;
	line-height: 1em;
	clear: both;
	font-weight: normal
	
}

h2 {
	font-size: 36px;
	margin-bottom: 10px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 100%;
}
	.specs h4 {margin-left: 10px;}

p + h3, ul + h3 {margin: 1em 0 0 0;}

h2 + h3 {margin-top: -.3em;}

h2.ligament {
	width: 450px;
	height: 90px;
	margin: 0 auto;
	background: url(/app/css/images/logos/ligament.gif) no-repeat;
	text-indent: -9000px;
}

#primary-content p {margin: 0 0 6px 0;}

p {
	margin-bottom: 6px;
	line-height: 1.3em;
}

.media #secondary-content p, .team #primary-content p {
	margin-bottom: 0;
}	

.ollie-challenge #secondary-content {
	margin-top: 10px;
}

.ollie-challenge p {
	margin-bottom: 6px !important;
}

p.prevnext {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.home #secondary-content p {
	margin-bottom: 20px;
	}
	
.home #secondary-content blockquote p {
	margin-bottom: 0;
	line-height: 1.3em;
	}
	
p.small {font-size: 90%;}
p.post-author {
	text-transform: uppercase;
	margin-left: 10px !important;
}

p span {font-weight: bold;}

blockquote {
	padding: 0 0 5px 30px;
	background: transparent url(/app/css/images/assets/quote.gif) top left no-repeat;
}

blockquote p {margin: 5px 0 5px 0}

blockquote cite {
	margin: 0 0 10px 15px;
	color: #999;
	font-style: normal;
	font-size: 110%;
	text-transform: capitalize;
	}
	
.specs p {width: 250px;clear: none;}

strong {
	color: #999;
	font-weight: bold;
}


/* =Images 
---------------------------------------------------------------------*/

img.noborder {
	padding: 0;
	border: none;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}


/* =Links 
---------------------------------------------------------------------*/

a:link, a:visited  {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a.button  {
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

a:link img, a:visited img {border-width: 0;}

.buy #primary-content a:link img, .buy #primary-content a:visited img {
	border: 1px solid #ccc;
}
.buy #primary-content a:link img:hover, .buy #primary-content a:visited img:hover {
	border: 1px solid #999;
}

a.current {color: #999;}
li.active > a {color: #999;}
li.current-cat a {color: #999 !important;}
	
a {outline: none}

abbr[title]  {border-bottom: 1px dotted #999}
abbr[title]:hover  {cursor: help}


/* --:TODO: External Links ---------------------------------- */

/*
a[href^="http:"] {
	background: url(/app/css/images/assets/link-external.gif) no-repeat right 3px;
	padding-right: 10px;
}

a[href^="http://www.powellskateboards.com"], a[href^="http://powellskateboards.com"] {
	background-image: none;
	padding-right: 0;
}
*/

/* --:TODO: Downloadable Docs ---------------------------------- */

a[href$=".pdf"] {
	background: url(/app/css/images/assets/link-pdf.gif) no-repeat right top;
	padding-right: 8px;
}


/* =List Styles
---------------------------------------------------------------------*/

ul, dl {
	margin-bottom: 10px;
	list-style-type: none;
	text-align: left;
}

li#linkcat-2, li#archives-3 {
	list-style-type: none;
}

ol {
	margin: 0 0 10px 30px;
	text-align: justify
}

.news.main #secondary-content ul li h2 {background: none;}
.news.main #secondary-content ul li h2:hover {background: none;}
  
ul.bullet li, p.bullet  {
	background: transparent url(/app/css/images/assets/list-off.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
	margin: 0;
	text-align: left !important;
}

ul.bullet li a {
	font-weight: normal;
	margin: 0;
}
  
ul.bullet li a:hover,
#supp ul li:hover,
p.bullet a:hover {
	background: transparent url(/app/css/images/assets/list-on.gif) no-repeat 0 4px;
}

ul.team li {
	background: none;
	padding: 0 0 0 28px;
	margin: 0;
	line-height: 28px;
	text-align: left !important;
}

ul.team li.active {
	background: transparent url(/app/css/images/assets/bug-off.gif) no-repeat 0 50%;
	padding: 0 0 0 28px;
	font-size: 120%;
}

ul.team li:hover {
	background: transparent url(/app/css/images/assets/bug-off.gif) no-repeat 0 50%;
}

ul.inline li {
	display: inline;
	float: left;
	margin: 10px 0;
	text-transform: uppercase;
}

ul.sequence li {
	display: inline;
	float: left;
	margin: 0 8px 10px 0;
}

dt  {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0;
}

dd {
	text-align: left;
	margin-bottom: 10px;
}

dd strong  {font-weight: bold;}

dd span {
	text-transform: uppercase;
	font-weight: normal;
}


ul.product-intro li {
	float: left;
	display: inline;
	width: 170px;
	height: 200px;
	text-align: center !important;
	font-weight: bold;
	background: none !important;
	margin: 10px 20px;
	border: 1px solid #eee;
}

ul.product-intro li:hover {
	border: 1px solid #eee;
}


/* =Buy
---------------------------------------------------------------------*/

.buy #primary-content p {
	margin: 0 24px 14pt 0;
	width: 120px;
	height: 44px;
	float: left;
	display: inline;

}

.buy #primary-content p img {
	width: 120px;
	height: 44px;
	padding: 0;
}


/* =Team
---------------------------------------------------------------------*/

#flashcontent {
	margin: 0 0 20px 0;
}

.group {
	margin: 0 0 50px 0; 
	height: 1%;
}
		
.group p  {
	float: left;
	display: inline;
	width: 140px;
	height: 210px;
	text-align: center;
	margin: 0 26px 18px 10px;
	padding: 0 4px;
	position: relative;
}
		
.group span /* thumb txt links */ {
	display: block;
	margin-top: 5px;
	font-size: 110%;
}

/* thumbnail hovers */
.group a {cursor: hand;} /* ie */
.group {height: 1%;}
		
span.over {
	background: transparent url(/app/css/images/assets/hover.png) no-repeat scroll 0;
	width: 140px;
	height: 210px;
	visibility: hidden;
}

span.thumbnail {
	text-indent: -9999px;
}

a:hover .over, a.current .over {
	visibility: visible;
}

.action {
	clear: both;
	height: 500px;
	overflow: auto;
	margin-bottom: 20px;
}

dl.bio {line-height: 1.5em}

	dl.bio dt {
		clear: both;
		float: left;
		font-size: 110%;
		color: #999;
		font-weight: bold;
		margin: 0;
		padding: 4px 0;
	}
	dl.bio dd {
		margin: 0 0 0 4em;
		padding: 4px 0;
		border-bottom: 1px solid #eee;
	}


/* =Classes
---------------------------------------------------------------------*/

.error, .status {
	color: #C00;
	font-style: italic;
}
	body.error {font-style: normal; color: #999;}
	
.explanation {
	color: #999;
	text-transform: none;
}

.hide, .type, legend, hr {display: none}

.action hr {
	display: block;
	clear: both;
	margin: 2px 0 10px 0;
	border: none;
	height: 1px;
	background-color: #eee;
	color: #eee;
}

.connect {
	color: #900 !important;
	font-weight: bold;
	font-size: 120%;
	}

blockquote cite {
	margin: 0 0 5px 10px;
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	text-transform: capitalize;
}

.right, .plant {
	text-align: right;
}
	.plant {color: #ccc;}
	.plant strong {color: #ccc;}
	.center {text-align: center;}


/* =Micro Formats
---------------------------------------------------------------------*/

div.vcard {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.sponsor-me div.vcard {
	text-align: left;
}

	.vcard .org {
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.vcard span.organization-unit {
		font-weight: normal;
		display: block;
		text-transform: none;
	}
	

/* =Forms 
---------------------------------------------------------------------*/

fieldset {
	border: none;
	margin-bottom: 10px;
	padding: 0;
}	
	.unit fieldset {padding: 0;}
	
label {
	display: block;
	font-size: 90%;
	text-transform: uppercase;
	}

select {
	border: 1px solid #ccc;
	background: #eee;
	margin-bottom: 10px;
	padding: .2em;
	}

input.text, input.inlinetext, textarea {
	display: block;
	background: #eee;
	border: 1px solid #ccc;
	margin: 2px 0 10px 0;
	padding: 2px;
}
	.contact #secondary-content input.text {
		clear: both;
		display: inline;
	}
	
	 input.inlinetext {
		float: left;
		display: inline;
		margin-right: 5px;
	}

	input:focus {
		background: #eee;
		border: 1px solid #999;
		}
		
	textarea:focus {
		background: #ccc;
		border: 1px solid #999;
		}
		
	input:hover, select:hover, textarea:hover {
		background: #fff;
		color: #000;
		}
		
	select:focus {
		background: #eee;
		color: #000;
		}

textarea {
	height: 16em;
	width: 100%;
	}
		.plog textarea {height: 6em;}
	
	
input.submit, input.inlinesubmit, a.button {
	text-transform: uppercase;
	background: #999;
	color: #FFF;
	font-size: 90%;
	border: none;
	margin: .2em;
	padding: .2em;
	width: auto;
	overflow: visible;
	}
	
	input.inlinesubmit {
		display: inline;
		float: left;
	}
	
	input.submit:hover, input.inlinesubmit:hover, a.button:hover {
		background: #ccc;
		color: #fff;
		}

ul#navigation :after, #main-body:after, #main-body-container:after, #supp:after, #site-info:after, .section:after, .section p:after, .group:after, ul.sequence:after  {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}			

/* =Plog Styles
---------------------------------------------------------------------*/

p.alt {
	color: #999;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: .2em;
	margin: 0;
}

div.post {
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #eee;
	position: relative;
}

h3#comments {margin-top: 10px}
h3#respond {margin-top: 10px;}

ol.commentlist {margin: 0}

	ol.commentlist li {
		margin: 0;
		padding-top: 6px;
		background: #FFF;
		list-style-type: none;
		border-bottom: 1px solid #eee;
	}

	ol.commentlist li:after {
		content: '';
		display: block;
		clear: both
	}
	
	ol.commentlist li.alt {
		background: #eee;
	}
	
	ol.commentlist li div.author {
		margin-left: 10px;
		padding-left: 12px;
		background: transparent url(/app/css/images/assets/list-on.gif) no-repeat 0 50%;
	}

	div.author cite {font-style: normal}

	ol.commentlist li div.copy {margin: 5px 10px 0 22px;}

.comment-in-moderation {
	background-color: #eee;
	padding: 5px 10px;
	margin: 0 !important;
}

.comment-link {margin-left: 10px}
.comment-status {margin-top: 10px}

li.prev, li.next {
	margin: 0 10px 10px 0 !important;
	float: left;
}
	li.next {
		float: right !important;
		margin: 0 0 10px 0;
	}


/* -- IMAGES ------------------------------------- */

.entry p a img {border: 1px solid #eee;}
.entry p a:hover img {border: 1px solid #ccc;}


p img.rt {
	float: right;
	display: inline;
	margin: 5px 0 5px 20px;
}

.imageframe, .alignleft {
	float: left;
	display: inline;
	margin: 5px 30px 30px 0;
	border: 1px solid #eee;
}

.imageframe:hover {
	border: 1px solid #ccc;
}

.imagecaption { /* For Flexible Upload Plugin Thumb Caption */
	clear: both;
	font-size: 90%;
	margin: 0 0 0 6px;
}

.gallery {
	clear: both;
	text-align: left;
	float: left:
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #eee;
}

.gallery li a img {
	border: 2px solid #eee;
	float: left;
	margin: 0 10px 10px 0;
}
.gallery a img:hover {border: 2px solid #ccc;}

/* =THICKBOX specific link and font settings 
---------------------------------------------------------------------*/

#TB_window {
  font: 12px arial, helvetica, sans-serif;
  color: #999;
}
#TB_secondLine {
  font: 10px arial, helvetica, sans-serif;
  color: #999;
}
#TB_window a:link {color: #999;}
#TB_window a:visited {color: #999;}
#TB_window a:hover {color: #999;}
#TB_window a:active {color: #999;}
#TB_window a:focus{color: #999;}


/* =THICKBOX settings 
---------------------------------------------------------------------*/

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(images/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color: #ccc;
	display:none;
	border: 10px solid #eee;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #eee;
}
#TB_caption{
	height: 25px;
	margin-bottom: 4px;
	padding: 7px 30px 10px 25px;
	float: left;
	color: #000;
}
#TB_secondLine{
	padding: 2px 0;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#000;
  height:23px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
