@charset "UTF-8";
/* Ezekiel main.css */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	width:100%;
	height:100%;
}

.js #content {
	display:none;
}

#container {
	width:960px;
	height:100%;
	margin:30px auto;
	padding:0;
}

/*  header elements  */
/*  -------------------------  */
#header {
	width:960px;
	height:120px;
	background:#000 url('../images/header.jpg') top left no-repeat;
}

#loading{
	position:relative;
	bottom:-132px;
	right:-6px;
	height:16px;
	width:16px;
	background:url('../images/ajax-loader.gif') top center no-repeat;
	display:none;
}

/*  navigation elements  */
/*  -------------------------  */
#navWrapper {
	width:960px;
	height:30px;
	margin: 5px 0 0 0;
	background:#000;
	text-align:center;
}

#navList {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navList li {
	display:-moz-inline-stack;  /* IE FIX */
	display:inline-block;
	zoom:1;  /* IE FIX */
	*display:inline;  /* IE FIX */
	height:30px;
	margin:0 25px;
}

#navList a, #navList a:link, #navList a:active, #navList a:visited {
	color:#fff;
	font-size:1.2em;
	line-height:32px; /* 2 more pixels to set the illusion of vertically centered nav */
	text-transform:uppercase;
	text-decoration:none;
	outline:none;
}


#navList a:hover, #navList a.active {			/* current page link highlighted */
	color:#8f9091;
}

/*  content elements  */
/*  -------------------------  */
#contentWrapper {
	width:960px;
	margin: 5px 0 0 0;
	overflow:auto;
}

#content {
	width:840px;
	float:left;
}

#contentSub {  /*  left side - news, surf, skate, sound, articles  */
	width:280px;
	float:left;
}

#contentMain {
	width:540px;
	float:left;
	margin-left:20px;
}

#contentMain object, #contentMain embed, #contentMain img{
	max-width:520px;
}
#contentMain object, #contentMain embed {
	width:520px;
}

#linksRight, #linksLeft {
	margin-top:10px;
}

#linksRight {
	float:right;
}

#linksLeft {
	float:left;
}

/*  HOME page elements - featured news articles  */
/*  -------------------------  */
.featRow {
	width:100%;
	height:321px;
	margin:0 0 10px 0;
	clear:both;
}

.featWrap {
	width:201px;
	height:321px;
	background:#000;
	border:2px solid #000;
	float:left;
	margin:0 6px 0 0;
}

.featWrapLast {
	width:201px;
	height:321px;
	background:#000;
	border:2px solid #000;
	float:left;
	margin:0;
}

.featThumb {
	width:195px;
	height:186px;
	background:#fff;
	margin:0 0 2px 0;
}

.featTitle {
	width:191px;
	height:25px;
	background:#fff;
	margin:0 0 2px 0;
	padding:5px;
}

.featTitle a, .featTitle a:link, .featTitle a:active, .featTitle a:visited, #linkPage a {
	color:#000;
	font-weight:bold;
}

.featDesc {
	width:191px;
	height:78px;
	background:#000;
	padding:5px;
}

/*  TAGS elements  -  right column  */
/*  -------------------------  */
#tags {
	width:100px;
	float:right;
}

#tagList {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}

#tagList a, #onlineShops a {
	font-size:0.9em;
	color:#000;
}

#tagList a:hover, .featTitle a:hover, #linkPage a:hover, #onlineShops a:hover {
	color:#333;
}

/*  media bar elements  -  mp3 player, newsletter sign-up and social networking icons  */
/*  -------------------------  */
#mediaWrapper {
	width:960px;
	height:50px;
	margin: 2px 0 20px 0;
}

#mp3player {
	width:500px;
	height:30px;
	float:left;
}

#newsletter {
	width:340px;
	height:30px;
	float:left;
	margin-top:3px;
	line-height:25px;
}

input#signup {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#fff;
	background-color:#000;
	margin:0 0 0 10px;
	padding:4px 2px 2px 2px;
	height:14px;
	width:136px;
	border:1px solid #000;
}

input#emailGo {
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:1px solid #fff;
	padding:2px;
	background-color:#000;
}

td.signUp {
	font-size:10px;
	color:#000;
	line-height:16px;
	text-transform:uppercase;
}

.formInputs {
	background-color:#eee;
	color:#000;
	padding:3px;
	border:1px solid #999;	
	width:350px;
}

.contactSubmit {
	border:1px solid #fff;
	margin-right:-8px;
}

#socialBar {
	width:100px;
	height:30px;
	float:right;
}

#socialBar p {
	line-height:35px;
}

#socialBar img {	/* adds some breathing room between the social networking icons */
	margin:0 3px 0 0;
	opacity:.7;
	moz-opacity:.7;
	filter: alpha(opacity=70);
}

#socialBar img:hover {
	opacity:1;
	moz-opacity:1;
	filter: alpha(opacity=100);
}

/*  blog and news elements  -  used on NEWS, SURF, SKATE and SOUND pages  */
/*  -------------------------  */
.newsEntryWrap {
	width:540px;
	margin:0 0 10px 0;
}

.newsEntry {
	width:520px;
	background:#000;
	margin:0 0 5px 0;
	padding:10px;
}

.newsImg {
	width:536px;
	min-height:200px;
	background:#fff;
	border:2px solid #000;
}
#newsHeader h1{
	font-size:1.6em;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	line-height:1.5em;
}

.newsDate {
	font-size:0.8em;
	line-height:1em;
	color:#8f9091;
	text-transform:uppercase;
}

.newsPost {
	color:#fff;
	font-size:13px;
	line-height:1.5em;
	margin-top:15px;
}

#newsArchives {
	clear:both;
	padding-top:20px;
}

#newsArchivesMore {
	margin-top:5px;
}

/*  begin single article elements  */
.articleDate {
	font-size:0.8em;
	line-height:1em;
	color:#8f9091;
	text-transform:uppercase;
}

.womensMainPagination a, .womensContent a, .dearDiaryPagination a {
	color:#000;	
}

.womensMainPagination a:hover, .womensContent a:hover, .dearDiaryPagination a:hover {
	color:#333;	
}

.womensArticleDate {
	font-size:0.8em;
	line-height:1.7em;
	color:#fff;
	text-transform:uppercase;
}

#articleGallery {		/*  container for article's images  */
	width:520px;
	margin-top:20px;
	padding:0;
	list-style-type:none;
}

#articleGallery li {
	width:122px;
	height:113px;
	display:-moz-inline-stack;  /* IE FIX */
	display:inline-block;
	zoom:1;  /* IE FIX */
	*display:inline;  /* IE FIX */
	margin:0 5px 7px 0;
	padding:0;
}

#articleGallery li a img {
	border:1px solid #fff;
}

#articleGallery li a img:hover {
	border-color:#8f9091;
}

#articleGallery li.last {
	margin-right:0px;
	clear:both;
}

/*  individual section elements  */
/*  -------------------------  */
#secHeader {
	width:100%;
	height:auto;
	overflow:auto;
	margin-bottom:2px;
}

.secTitle {
	margin: 0 0 10px 0;
}

#secNav {
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
	float:right;
}

#secNav li {
	display:-moz-inline-stack;  /* IE FIX */
	display:inline-block;
	zoom:1;  /* IE FIX */
	*display:inline;  /* IE FIX */
	margin: 0 0 0 10px;
}

#secNav li a, #secNav li a:link {
	color:#000;
	font-size:1.1em;
	text-decoration:none;
	text-transform:uppercase;
}

#secNav li a:hover, #secNav li a.active {
	color:#8f9091;
}

#secHeaderSml {	/* for collections page only */
	float:left;
	vertical-align:baseline;
}

#secNavBar { /* for collections page only */
	float:right;
}

/*  blog entry elements  -  news, surf, skate and sound blog entries  */
/*  -------------------------  */
.blogEntryWrap {
	width:540px;
	margin:0 0 20px 0;
}

.blogEntry {
	width:500px;
	background:#000;
	margin:0 0 5px 0;
	padding:15px 20px;
}

.blogImg {
	width:536px;
	min-height:200px;
	background:#fff;
	border:2px solid #000;
}

/*  begin mini article thumbnails  */
/*  article thumbs displayed on a single article page (news page)  */
.articleThumb {
	width:276px;
	height:120px;
	background:#000;
	border:2px solid #000;
	margin-bottom:5px;
}

.artThumb_img {
	width:130px;
	height:120px;
	float:left;
	border:0;
	background:#fff;
}

.artThumb_detail {
	width:132px;
	height:94px;
	padding:3px;
	float:right;
}
.artThumb_detail h3{
	line-height:14px;
	padding:3px 0;
}
.artThumb_detail a, .artThumb_detail a:link, .featDesc a, .newsThumbDesc a{
	color:#fff;
	text-decoration:none;
}
.artThumb_detail a:hover, .newsThumbDesc a:hover{
	color:#8f9091;
}

/*  SURF and SKATE team elements  */
/*  -------------------------  */
.riderWrap {
	width:86px;
	height:120px;
	background:#fff;
	border:2px solid #000;
	float:left;
	margin:0 5px 5px 0;
}

.riderWrapLast {
	width:86px;
	height:120px;
	background:#fff;
	border:2px solid #000;
	float:left;
	margin:0 0 0 0;
}

.riderWrap img, .riderWrapLast img {
	z-index:100;
}

.riderImg{
	
}

.riderNameBox {
	opacity:0;
	moz-opacity:0;
	filter: alpha(opacity=0);
	text-align:center;
	width:86px;
	height:120px;
	display:block;
}

.riderNameBox:hover {
	opacity:1;
	moz-opacity:1;
	filter: alpha(opacity=100);
}

.riderName {
	background-color:#000;
	padding:2px 3px;
	font-size:9px;
	color:#fff;
}
.riderName1 {
	margin-top:40px;
	background-color:#000;
	padding:2px 3px;
	font-size:12px;
	color:#fff;
}
.riderName2 {
	background-color:#fff;
	padding:2px 3px;
	font-size:12px;
	color:#000;
	border-bottom:2px solid #000;
}

/*  begin collections  */
#colWrap {
	width:840px;
	height:auto;
	overflow:auto;
	margin-top:20px;
}

.colThumb {
	width:131px;
	height:160px;
	background:#fff;
	float:left;
	border:2px solid #000;
	margin-right:6px;
	margin-bottom:6px;
}

.colThumbLast {
	width:131px;
	height:160px;
	background:#fff;
	float:left;
	border:2px solid #000;
	margin-right:0px;
	margin-bottom:6px;
}
.colThumb:hover, .colThumbLast:hover{
	border:2px solid #8f9091;
}

#colList {
	list-style-type:none;
	margin:0;
	padding:0;
}

#colList li {
	display:-moz-inline-stack;  /* IE FIX */
	display:inline-block;
	zoom:1;  /* IE FIX */
	*display:inline;  /* IE FIX */
	margin: 0 10px 0 0;
}


.blogWrap {
	border-bottom:1px solid #333;
}


/*  begin sound movement elements  */
.bandWrap, .bandWrapLast {
	width:132px;
	height:220px;
	background:#000;
	border:1px solid #000;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	color:#fff;
	line-height:14px;
}

.bandWrapLast {
	margin-right:0px;
}

.bandWrap p, .bandWrapLast p, .bandName h3 a, .bandName.readMore {
	width:132px;
	padding:0 5px;
	display:block;
}

.bandName h3 a{
	color:#fff;
	padding-top:5px;
	text-transform:uppercase; 
	font-weight:300;
}


/*  begin links  */
.linkList {
	margin-bottom:20px;
}

.linkList li a {
	color:#fff;
	text-decoration:none;
}

/*  footer elements  */
/*  -------------------------  */
#footer {
	width:960px;
	padding:10px 0;
	margin:30px 0 0 0;
	border-top:1px solid #000;
	text-align:center;
	background-color:#000;
	color:#fff;
}

#topLink {
	color:#fff;	
	font-size:0.9em;
	margin-right:10px;
}

#topLink:hover {
	color:#ccc;	
}



/*  general type elements  */
/*  -------------------------  */
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
}

h1 {
	font-size:1.4em;
	font-weight:300;
	text-transform:uppercase;
	line-height:1em;
}

h2 {
	font-size:1.15em;
	font-weight:300;
	text-transform:uppercase;
	line-height:1em;
}

h3, #linkPage a {
	font-size:1.15em;
	font-weight:300;
	text-transform:uppercase;
}

h3.linkTitles {
	color:#8f9091;
}

h3.blogTitle {
	color:#fff;
	line-height:1.5em;
}

a, a:link, a:active, a:visited {
	color:#8f9091;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#666;
	text-decoration:none;
	outline:none;
}

/* paragraph styling for the front page featured news */
p.date {
	color:#8f9091;
	font-size:0.8em;
	line-height:1.2em;
}

p.summary {
	color:#fff;
	font-size:1em;
	line-height:1.3em;
}

p.more a, p.more a:link, p.more a:active, p.more a:visited {
	color:#8f9091;
	font-size:1em;
	line-height:1.2em;
	text-decoration:none;
}
p.more a:hover{
	color:#fff;
}

p.blogEntryCopy {
	color:#bbb;
	line-height:1.3em;
	margin-top:15px;
}

p.blogDate {
	color:#8f9091;
}

/* misc */
hr {
	display:none;
}
#artistmp3player {
	margin:10px 0;
}

/* fancy box */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	display: none;
	z-index: 999996;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 999998;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../images/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 999996;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(../images/fancy_progress.png) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 999997;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #000;
}

div#fancy_content {
	margin: 0;
	z-index: 999998;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 999998;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 999998;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../images/fancy_sprite.png) 0 -18px no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 999999; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width:100px;
	height:27px;
	z-index: 999999; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: #000 url(../images/fancy_sprite.png) 0 -117px no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: #000 url(../images/fancy_sprite.png) -20px -143px no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 0px; 
}

a#fancy_right:hover span {
	right: 0px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 999997;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 999997;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../images/fancy_sprite.png) 0 -80px repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy_sprite.png) -13px 0 no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/fancy_shadow_we.png) -13px 0 repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy_sprite.png) -39px 0 no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../images/fancy_sprite.png) 0 -98px repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy_sprite.png) -26px 0 no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/fancy_shadow_we.png) 0 0 repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy_sprite.png) 0 0 no-repeat;
}

div#fancy_title {
	background-color:#000000;
	bottom:0px;
	display:none;
	left:0px;
	position:absolute;
	width:100%;
	z-index:999999;
	padding:10px 0;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
}

#fancy_title_left, #fancy_title_right  {
	width:10px;
}
