/* @override http://www.zumiez.be/wp-content/themes/zumiezpress/style.css */

/*  
Theme Name: Zumiez
Theme URI: http://www.zumiez.be/
Description: WordPress theme for Zumiez Skatepark Wevelgem.
Version: 1.0
Author: Thomas Decrick
Author URI: #
*/

/* --- MASSIVE RESET --- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,
blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var
{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* --- LAYOUT --- */
html {
}
body {
	background-image: url('images/background_park.jpg');
	background-color: #000;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font: 15px/24px Arial, sans-serif;
}
div#root {
	width: 1000px;
	text-align: left;
	margin: 15px auto;
}
div.column_left {
	float: left;
	width: 400px;
	margin-right: 10px;
}
div.column_left.forum {
	float: left;
	width: 1000px;
	margin-right: 0;
	background-color: #000;
	opacity: .95;
}
div.column_middle {
	width: 260px;
	float: left;
	position: relative;
	overflow: hidden;
}
#content div.column_middle {
	background-image: url('images/griptapebg.png');
	opacity: .90;
}
div.column_middle.wide {
	width: 590px;
	margin-bottom: 10px;
	float: right;
	position: relative;
}
#header div.column_middle.wide {
	margin-bottom: 0px;
}
div.column_right {
	float: right;
	width: 320px;
	margin-left: 10px;
}
div.column_right.news {
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.column_right.shopnews {
	padding-bottom: 6px;
}
div.column_right.shopnews h2 {
	margin-bottom: 15px !important;
}
div.column_right.shopnews h3 {
	margin: 4px 10px !important;
	font-size: .8em !important;
}
div.column_right.shopnews h3 a:visited {
	color: #888 !important;
}

.clear_both {
	clear: both;	
}
.clear_left {
	clear: left;	
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

/* --- BLOCKS --- */
#header { margin-bottom: 0px; }
#header h1, #header h1 a {
	display: block;
	height: 75px;
	width: 400px;
	overflow: visible;
}
#header h1 a {
}
#header h1 a:hover {
}
#header {
	text-transform: uppercase;
	font-family: Impact;
}
#header ul#nav li {
	display: block;
	float: left;
	cursor: default;
	color: #e1c401;
	height: 25px;
	overflow: hidden;
	font-size: 1.8em;
	margin: 0 5px 0 0;
}
#header ul#nav li a {
	float: left;
	color: #FFF;
	opacity: .8;
	text-decoration: none;
}
#header ul#nav li a:hover {
	color: #FFF;
	opacity: 1;
}
#header ul#nav li.current_page_item a,
#header ul#nav li.current_page_ancestor a {
	color: #f3d401;
	opacity: 1;
}

div.column_middle.subnav {
	margin: 0;
	background-color: #333 !important;
	background-image: url(images/subnav_bg.gif) !important;
	padding: 0 !important;
}
div.column_middle.subnav ul {
	padding: 5px 5px 0;
}
div.column_middle.subnav ul li {
	float: left;
	display: block;
	font-family: Impact;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-right: 2px;
}
div.column_middle.subnav ul li a {
	float: left;
	display: block;
	color: #777;
	padding: 5px;
}
div.column_middle.subnav ul li a:hover {
	color: #FFF;
}
div.column_middle.subnav ul .page-item-314 a {
	text-indent: -500px !important;
	width: 70px;
	overflow: hidden !important;
	background-image: url(images/btn_youtube.gif) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
div.column_middle.subnav ul .page-item-416 a {
	text-indent: -500px !important;
	width: 70px;
	overflow: hidden !important;
	background-image: url(images/btn_vimeo.gif) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}


div.column_middle.noborder {
	border-top: none !important;
	margin-top: 0;
	padding-top: 10px;
}
div.column_middle.videos p {
	width: 47% !important;
	float: left !important;
	height: 30px;
	line-height: 30px;
}
div.column_middle.videos a {
	font-size: 1.1em;
	display: block;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	color: #999;
	margin: 0 0 2px;
	background-color: #222;
}
div.column_middle.videos a:hover {
	background-color: #333;
	color: #EEE;
	
}
div.column_middle.subnav ul li.current_page_item a {
	color: #FFF;
	background-color: #000;
	background-image: url('images/griptapebg.png');
}

#header ul#login {
	height: 37px;
	color: #DDD;
}
#header ul#login li {
	margin-left: 10px;
	float: right;
}
#header ul#login li a {
	color: #DDD;
	text-decoration: none;
}
#header ul#login li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#header ul#login li input {
	width: 100px;
	background-color: #444;
	border: none;
	border-top: 2px solid #f3d401;
	padding: 3px;
	font-size: .85em;
	color: #FFF;
}
#header ul#login li.login_btn input {
	border: none;
	font-size: 1em;
	font-family: Impact;
	padding: 0;
	width: auto;
	background-color: transparent;
	color: #DDD;
}
#header ul#login li.login_btn input:hover {
	text-decoration: underline;
}

#content {
	color: #EEE;
}
#content div.column_left {
	border-top: 2px solid #f3d401;
}
#content div.featured {
	min-height: 400px;
	line-height: 400px;
	background-color: #000;
}

div.column_middle .gallery {
	width: 400px;
	background-color: #000;
	position: absolute;
	top: 371px;
	left: -410px;
	padding: 0 0 17px 0;
	margin: 0 !important;
	border-top: 2px solid #f3d401;
}
div.column_middle .gallery a {
	margin: 17px 0 0 17px !important;
	padding: 0 !important;
	height: 78px !important;
	width: 78px !important;
	display: block;
	float: left;
}
div.column_middle .gallery img {
	margin: 0 !important;
	padding: 0 !important;
}



div.column_middle .gallery2 {
	 padding: 23px 0 10px;
	 margin: 15px 8px !important;
}
.gallery2 a {
	margin: 0 8px 0px 8px;
	height: 70px;
}
.flashmovie {
	text-align: center;
	margin: 20px 0;
}
.gallery2 a {
	margin-left: 25px;
}
div.column_middle .gallery a img, .gallery2 a img {
	border: 4px solid #555;
	margin-bottom: 10px;
}
div.column_middle .gallery a:active img,
div.column_middle .gallery a:visited img,
.gallery2 a:active img,
.gallery2 a:visited img {
	border-color: #999;
}
div.column_middle .gallery a:hover img,
.gallery2 a:hover img {
	border-color: #CCC;
}


#content div.featured img {
	border: 1px solid #000;
	margin: 1px;
	vertical-align: middle;
}

#sponsors {
	border-top: 2px solid #f3d401;
	margin-top: 10px;
	background-color: #000;
	padding: 0 0 20px;
	opacity: .8;
}
#sponsors h3 {
	margin: 20px !important;
	font-size: 1.4em;
	text-transform: uppercase;
}
#sponsors ul {
}
#sponsors ul li {
	display: block;
	height: 65px;
	width: 90px;
	float: left;
	margin: 0 0 10px 20px;
}
#sponsors ul li a {
	display: block;
	height: 65px;
	width: 90px;
	float: left;
}
#sponsors ul li a:hover {
}





#content div.column_middle {
	background-color: #000;
	border-top: 2px solid #f3d401;
	padding-bottom: 25px;
}
#content div.notransp {
	opacity: 1;
}
#content div.column_middle.all_comments {
	background-color: #111;
	padding-bottom: 8px;
}

#content div.column_right {
	background-color: #000;
	border-top: 2px solid #f3d401;
	margin-bottom: 10px;
}
#content div.column_right .youtube_player {
	padding: 8px;
	height: 250px;
	width: 304px;
}


.vimeoBadge { margin: 25px 10px; padding: 0; text-align: center; }.vimeoBadge img { border: 0; }.vimeoBadge #vimeo_badge_logo { margin:10px auto 0; width: 57px; height: 16px; }.vimeoBadge .credit { font: normal 11px #CCC; }.vimeoBadge .clip { padding:0; float:left; margin:0 10px 10px; width:160px; line-height:0; }.vimeoBadge .caption { font-family: verdana,sans-serif; font-weight:normal; font-size:11px; overflow:hidden; width:160px; }.vimeoBadge .clear { display: block; clear: both; visibility: hidden; } 


#block_zmzteam {
	width: 316px;
	height: 316px;
	background-position: center top;
	background-repeat: no-repeat;
	border: 2px solid #000;
	color: #FFF;
	overflow: hidden;
	position: relative;
}
#block_zmzteam a.slide {
	position: absolute;
}
#block_zmzteam img.background {
	position: absolute;
}
#content #block_zmzteam span.ridername {
	position: absolute;
	border-bottom: none;
	margin: 5px 5px 0;
	font-size: 16px;
	font-family: Impact;
	line-height: 1em;
	color: #FFF;
	text-transform: capitalize;
	
}
p.rssbtn a {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -999px;
	background-image: url(images/rssbutton.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin: 0;
	float: right;
}
p.rssbtn a:hover {
	background-position: left -14px;
}



/* --- TEXT --- */


#content h1 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 25px;
	font-family: Impact;
	font-weight: normal;
	letter-spacing: 1px;
	cursor: default;
	line-height: 1.5em;
	margin: 3px 8px 0;
}
#content h2 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	font-family: Impact;
	font-weight: normal;
	letter-spacing: 1px;
	cursor: default;
	line-height: 1em;
	margin: 3px 8px 0;
}
#content h2 span {
	font-size: 15px;
	vertical-align: 25%;
}
#content h3 {
	cursor: default;
	font-size: 18px;
	font-family: Impact;
	line-height: 19px;
	border-bottom: 1px solid #555;
	margin: 20px 8px 8px;
	padding-bottom: 2px;
	color: #FFF;
}
#content h3 a {
	text-decoration: none;
	color: #FFF;
}
#content h3 a:hover {
	color: #DDD;
	border-bottom: 1px solid #999;
}
#content h3 span.date {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	color: #FFF;
	margin-top: 2px;
}
#content h4,
#content h5,
#content h6 {
	cursor: default;
	font-size: 14px;
	font-family: Impact;
	line-height: 1em;
	margin: 6px 8px 0;
	padding-bottom: 2px;
	color: #FFF;
	text-transform: capitalize;
}
#content .post {
}




#content div.column_middle.wide p {
	line-height: 23px;
	margin: 5px 8px 0;
	color: #CCC;
}
#content div.column_middle.wide ol {
	margin: 5px 25px 0;
}
#content p {
	font-size: .8em;
	line-height: 14px;
	margin: 5px 8px 0;
  text-align: left;
}
#content .post ol {
	margin: 0 16px;
}
#content .post ul {
	list-style-type: disc;
	margin: 0 16px;
}
#content .post li {
	font-size: .8em;
	line-height: 17px;
	margin: 0px 8px 0;
}
#content .post img {
	border: 2px solid #333;
	margin: 0 7px 4px 0;
	min-width: 240px;
	max-width: 240px;
}
#content div.column_middle.wide div.post img {
	max-width: none;
	min-width: none;
}
#content strong {
	font-weight: bold;
}
#content blockquote {
	margin-left: 10px;
	margin-right: 10px;
	color: #CCC;
	border-left: #333 solid 1px;
}
p.the_time {
	color: #777;
}
a {
	color: #febb33;
}
a:hover {
	color: #c39027;
}
label, a, input, textarea {
	cursor: pointer;
}

p.comments_popup_link {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	text-decoration: underline;
	clear: both;
}
p.comments_popup_link a {
  background-image: url(images/btn-comment.gif);
  background-repeat: no-repeat;
  clear: both;
  color: #666;
  display: block;
  float: right;
  font-size: 11px !important;
  height: 20px;
  line-height: 20px;
  margin-top: -25px;
  padding-left: 25px;
  vertical-align: 0px;
  width: 70px;
}
p.comments_popup_link a:hover {
	background-position: left -30px;
	color: #999;
}




p.facebook {
  margin-top: 15px !important;
}

p.facebook a {
  background-image: url(images/btn-facebook.gif);
  background-repeat: no-repeat;
  color: #666;
  display: block;
  font-size: 11px !important;
  font-style: normal !important;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  text-decoration: underline !important;
  width: 100px;
}

p.facebook a:hover {
	text-decoration: underline;
	background-position: 0px -30px;
	color: #999;
}

p.facebook a:first-child {
	display: none;
}







a.more-link {
	color: #777;
}



.comment_text {
	margin-left: 8px;
	margin-right: 8px;
}


div.profileinfo {
	background-color: #222 !important;
	width: 245px !important;
	height: 200px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	border-top: solid #888 2px !important;
	padding: 10px !important;
	position: static !important;
	float: left !important;
	margin: 5px 0 5px 8px !important;
	font-size: .75em !important;
	color: #BBB !important;
}





.all_comments h3 {
	margin: 14px 8px 8px !important;
}
ol.commentlist {
	margin: 10px 8px 0;
	list-style: none;
}
ol.commentlist li {
	background-color: #212121;
	padding: 5px;
	margin-bottom: 1px;
}
ol.commentlist li.alt {
	background-color: #1b1b1b;
}
ol.commentlist div.comment_text {
}
ol.commentlist p {
	margin: 0 !important;
}
ol.commentlist div.comment_meta {
}
ol.commentlist h4 {
	font-family: Impact;
	color: #888;
	margin: 0 !important;
}
ol.commentlist h4 cite {
	text-transform: capitalize;
	color: #FFF;
	margin-right: 2px;
}
ol.commentlist h4 a {
	text-decoration: none;
	color: #DDD;
}
ol.commentlist h4 a:hover {
	
}
ol.commentlist .the_time {
	float: right;
}









.uppercase {
	text-transform: uppercase;
}
.grey {
	color: #777;
}
p.alert {
	background-color: #AAA;
	color: #333;
	border-top: 2px solid #f3d401;
	margin: 10px 0;
	padding: 2px 10px 5px;
	font-size: 11px;
	height: 20px;
	line-height: 23px;
	display: block;
	font-weight: bold;
}
p.alert a {
	color: #000;
	text-decoration: underline;
}
a.closebtn {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -999px;
	background-image: url(images/closebutton.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
a.closebtn:hover {
	background-position: left -14px;
}
p.alert a.closebtn {
	margin: -20px 0 0 940px;
}
#footer {
	margin-top: 10px;
	margin-left: -89px;
	color: #FFF;
	text-align: left;
	font-family: Impact;
	position: absolute;
	left: 50%;
}
#footer p {
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}

/* --- FORMS --- */


div.write_comment {
	padding: 8px 0 !important;
}
div.write_comment h3 {
	margin: 0 8px !important;
}
#formwrap {
	margin: 5px 8px 0;
}
#formwrap p {
	margin: 0;
}
#formwrap label {
	font-size: 1.3em;
	color: #777;
	line-height: 150%;
}
#formwrap input, #formwrap textarea {
	background-color: #191919;
	color: #FFF;
	padding: 4px;
	border: none;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#formwrap input:focus, #formwrap textarea:focus {
	background-color: #333;
	cursor: text;
}
#formwrap p.wrap-author {
	width: 268px;
	float: left;
	margin-right: 8px;
}
#formwrap p.wrap-author input {
	width: 260px;
	font-family: Impact;
}
#formwrap p.wrap-email {
	width: 268px;
	float: left;
}
#formwrap p.wrap-email input {
	width: 260px;
	font-family: Impact;
}
#formwrap p.wrap-url  {
	clear: both;
}
#formwrap p.wrap-url input {
	width: 536px;
	font-size: 13px;
	font-family: Impact;
}
#formwrap p.wrap-comment textarea {
	width: 536px;
	max-width: 536px;
	height: 80px;
	max-height: 180px;
	font-size: 12px;
	line-height: 18px;
}
#formwrap p.wrap-submit input {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	color: #999;
}


#twitter {
  padding-bottom: 5px;
}
#twitter h2 {
  font-weight: normal;
  
}
#twitter p#tweet {
  font-size: 17px !important;
  line-height: 22px !important;
}
#twitter p#tweet a.aktt_tweet_time {
  display: block;
  font-size: 11px !important;
}

