/*
Theme Name: Gnarle
Theme URI: http://www.gnarle.com
Description: The new Gnarle!
Version: 2.0
Author: Peter Ng
Author URI: http://www.legitimatehero.com
*/

/*Eric Meyer RESET*/ 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; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END-------Eric Meyer------------*/

/*Typograpghy-----------------------------*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #222;
	height:100%;
	line-height:1.5;
	width:100%;
	word-spacing:1px;
}

.heading {
	font-weight: normal;
	font-style: italic;
	font-size: 2.4em;
	color: #ccc;
	text-shadow: 1px 1px #333;
}

h1, h2, h3, h4 {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: underline;
	color: red;
}

p {
	padding: 4px 0 4px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #444;
}

hr {
	clear:both;
	border: 0;
	background: #333;
	height: 1px;
	margin:  4px 0px 4px 0px;
	padding: 0;
}

h1 {
	font-size: 40pt;
}

h2 {
	font-size: 18pt;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	text-transform: capitalize;
}

h3 {
	font-size: 9pt;
}

h4, h5 {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: lowercase;
	font-weight: normal;
	color: #777;
}

em {
	color: #aaa;
	font-style: normal;
}
#statement {
	clear: both;
	text-align: left;
}

/*layout--------------------------------*/
body {
	background: url('images/bg.jpg') repeat;
}

#container {
	padding: 10px 10px 0 10px;
	position:relative;
	width:860px;
	height: 100%;
	margin: 0 auto;
	background: white;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

#header {
	overflow: hidden;
	width:860px;
	height: 70px;
	padding: 0px 8px 0 0px;
	z-index: 10;
}

#logo {
	float:left;
	position: absolute;
	z-index: 10;
}

#logo span.icon {
	background: url('images/gnarle_logo.png') no-repeat;
	width: 140px;
	height: 53px;
	float: left;
	margin: 8px 0 0px 25px;
}

#logo span.icon:hover {
	background-position: -140px;
}

#account {
	float:right;
	z-index: 200;
	color: white;
	clear: right;
	margin: 10px 20px;
}

.seperator {
	width: 600px;
}

.content {
	border-bottom: 1px solid black;
	width: 600px;
}

.contentsingle {
	border-bottom: 1px solid #999;
}

#splash {

	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	padding: 30px 0 30px;
}

#splash a {
	color: black;
}

#splash a:hover {
	color: red;
}

/*sidebar ads--------------------------------*/

#sidebar {
	float: right;
	width: 227px;
	margin: 0 0px 0 0;
	clear: none;
}

#tags ul li {
	list-style: square;
	margin-left: 15px;
}

#tags ul li a {
	color: black;
}

ul#ad li {
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 9px;
	list-style: none;
}

/*Nav--------------------------------*/
#navigation {
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	display: inline-block;
	padding:10px 0px 0 25px;
	white-space:nowrap;
	text-transform: uppercase;
	text-align: center;
	width: 860px;
}

#navigation li {
	text-decoration:none;
	float: left;
	width: 20%;
}

#navigation li span {
	width: 98px;
	height: 13px;
	float: left;
}

#shop {
	background: url('images/nav_shop.jpg') no-repeat;
}

#look {
	background: url('images/nav_look.jpg') no-repeat;
}

#learn {
	background: url('images/nav_learn.jpg') no-repeat;
}

#holler {
	background: url('images/nav_holler.jpg') no-repeat;
}

#follow {
	background: url('images/nav_follow.jpg') no-repeat;
}

#navigation li span:hover {
	background-position: -98px;
}

#navigation li span.current {
	background-position: -98px;
}

a.current {
	color: #000;
	background-color: red;
}

span.current {
	background-color: red;
}

#meta-nav {
	color: #000;
	font-size: 3em;
	float: right;
}

#meta-nav a:hover {
	color: #000;
}

/*search box------------------------------*/
#search {
	float: right;
	margin: 15px 20px 0 0;
	font-family: Arial;
	position: relative;
	z-index: 10;
}

#search span {
	color: #fff;
}

#search #s {
	width:112px;
	height: 16px;
	border: 0;
	background: none;
	font-size: 1em;
	color: #fff;
	padding-left: 4px;
	float: left;
	border: 1px solid #ccc;
	background: black;
	height: 18px;

}

#submit_button {
	float: left;
	border: 0;
}

/*copyright----------------------------------*/
#copyright {
	float: left;
	position:fixed;
	bottom: 15px;
	left: 35px;
	margin: 0;
	color: #888;
	font-size: .9em;
}

#copyright a {
	color: #888 !important;
}

/*footer----------------------------------*/
#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0 0 15px;
	color: #555;
}

/*slogans----------------------------------*/
#subhead {
	width:780px;
}

.title {
	padding: 3px 0px 3px 0px;
	color: white;
	margin: 0px 0 0px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 50px;
}

.title h2 {
	background: black;
	padding-left: 10px;
	color: white;
	height: 30px;
}

.title h2:hover {
	color: red;
}

.title h5 {
	background: black;
	padding-left: 10px;
	color: white;
	height: 20px;
}

.title h5 a:hover {
	color: white;
}

/*project page-------------------------------*/
#looklist {
	width: 870px;
	margin: auto;
}

#looklist li {
	float: left;
	width: 33%;
	margin-top: 4px;
}

#looklist img {
	border: 1px solid #000;
	padding: 5px;
}

#looklist li a:hover {
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:.8;
}

#looklist ul li h5 a:hover {
	color: #000;
	background-color: red;
}

.worksingle {
	width: 780px;
}

.worksingle a {
	text-decoration: none;
}

.worksingle a:hover {
	color: #000;
	text-decoration: underline;
}

.worksingle p {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0px 0 0 0;
}

.worksingle img {
	padding-top: 10px;
}

#linkback {
	position: relative;
}

#linkback a {
	display: inline-block;
	color: white;
	background: black;
	font-size: 18px;
	padding: 0 5px 0;
	margin: 5px 0 20px;
}

#linkback a:hover {
	background: red;
}

#edit {
	color: #777;
	float: right;
	padding-right: 10px;
}

/*Comments_________________*/
#commentsholder {
}

#comments {
 	width: 600px;
}

.comments-count h2 {
	color: black;
}

.comments-meta {
	width: 600px;
  	color: #444;
	float: left;
	margin: 0px 0 10px;
}

.comments-meta p {
	font-size: 1em;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2.4em;
	text-align: center;
	clear: both;
}
.comments-meta p.trackback-and-comment {
	text-align: left;
	border: none;
}

.comments-meta a:link,.comments-meta a:visited, .comments-meta a:active {
	color: red;
	text-decoration: none;
}
.comments-meta a:hover,v.comments-meta a:focus {
	color: black;
	text-decoration: underline;
}

#comments .comment-list {
	width: 600px;
	padding: 0;
	margin: 0;
	float: right;
}

.comment-list li {
	width: 100%;
	margin: 0px 0 16px;
	clear: both;
	float: left;
}

.comment-list li p {
	padding: 5px 10px 5px 10px;
	color: #eee;
}

.comment-list li ul, .comment-list li ol {
	margin-bottom: 1em;
}

.comment-list li p {
	background: black;
	float:left;
	width: 580px;
}

.comment-list li .bot {
	background: url(images/comment-post-dark-bot.png) no-repeat;
	height: 16px;
	width: 600px;
	float:left;
}

li.odd-row {
}

li.odd-row p {
	background: black;
	float:left;
	width: 580px;
}

li.odd-row .bot {
	background: url(images/comment-post-dark-bot.png) no-repeat;
	height: 16px;
	width: 600px;
	float:left;
}

li.author-comment {
}

li.author-comment p {
	background: black;
	float:left;
	width: 580px;
	color: #eee;
}

li.author-comment .bot {
	background: url(images/comment-post-light-bot.png) no-repeat;
	height: 16px;
	width: 600px;
	float:left;
}

li.author-comment .user-comment {
	padding: 0px 20px 0 0px;
	float:right;
	text-align: right;
}

li.author-comment .comment-data {
	padding: 0px 6px 0 0px;
	float:right;
	text-align: right;
}

.user-comment {
	padding: 0px 0 0 20px;
	float:left;
	color: #666;
	text-align: left;
}

.user-comment a {
	text-decoration: none;
	color: #FFF;
}

.user-comment a:hover {
	text-decoration: underline;
	color: #000;

}

.comment-data {
	padding: 0px 0 0 6px;
	color: #888;
	float:left;
}

.comment-list li ul ul, .comment-list li ol ol, .comment-list li ol ul, .comment-list li ul ol {
	margin-bottom: 0;
	padding: 0;
}

#comment-form {
	width: 465px;
	margin: 0px 0;
	padding-left: 0px;
	float: left;
}

#comment-form input {
	font-style: normal;
	color:#000;
	background: #fff;
	border: 1px solid #000;
	font-size: 1em;
}

#comment-form .post-comment input {
	font-style: normal;
	color: white;
	background: red;
	border: none;
}

#comment-form textarea {
	border: none;
	font-style: normal;
	margin: 0px;
	background: url(images/comment-input.png) no-repeat;
	width: 440px;
	height: 200px;
	padding: 10px
}

#comment-form h2 {
	font-weight: normal;
	color: #000;
}

#comment-form p {
	margin: 0;
	padding: 0;
}

#comment-form label {
	display: block;
	font-size: 1.2em;
	line-height: 2.00;
	text-transform: lowercase;
}

.commen-tbody {
	width: 465px;
	float: left;
}

.commen-tbody textarea {
	float: left;
	font-size:1.2em;
	line-height: 1.846;
	border:0px
}

.commenter-details {
	width: 279px;
	float: left;
	font-size: 6pt;
}

.commenter-details input {
	width: 249px;
	padding:5px;
	font-size: 10pt !important;
}

.post-comment {
	float: left;
}

.post-comment input {
	font-size:1em;
	margin: 0px;
	padding: 2px;
	text-transform: uppercase;
	cursor: pointer;
}

.post-comment input:hover {
	color: black !important;
}

/*About__________*/
#mainarea {
	overflow: hidden;
	margin: 0 0px 25px 0;
	width: 600px;
	border-right: 1px solid black;
	padding-right: 16px;
	float: left;
}

#mainarea p {
	line-height: 1.6em;
}

#about {
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 55%;
	font-size: 1.4em;
	line-height: 1.4em;
	float: left;
}

#about a {
	color: #ccc;
	text-decoration: none;
}

#about a:hover {
	color:#fff;
	background: #18aeee;
	text-decoration: underline;
}

#about p {
	padding-bottom: 20px;
}

#about li {
	display:block;
	padding: 0 0 0 25px;
	font-size: .8em;
	font-style:normal;
	font-weight: normal;
}
/*
.facebook {
	background-image: url('images/facebook.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.twitter {
	background-image: url('images/twitter.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.tumblr {
	background-image: url('images/tumblr.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.linked {
	background-image: url('images/linked.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
*/

/*Contact__________*/
.wpcf7 span {
	font-size: 1.2em;
}

.wpcf7 p {
	font-size: 1.1em;
	line-height: 1.8em !important;
}

.wpcf7 input {
	border: none;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color:#000;
	padding: 8px;
	background: #fff;
	border: 1px solid #000;
}

.wpcf7 .info {
	width:220px;
}

.msg {
	border: none;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: .9em;
	color:#000;
	width: 600px;
	padding: 10px;
	border: 1px solid #000;
	background: #fff;
}

.wpcf7 #submit {
	color:#fff;
	border: none;
	background: red;
	padding: 5px;
}

.wpcf7 #submit:hover {
	color: #fff;
	background-color: black;
}

.wpcf7 #submit:active {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0px;
}
/*morebox------------------------------*/
a#morebox-slidetoggle {
	background: transparent url('images/more.png') no-repeat;
	height: 57px;
	width: 73px;
	margin: 0 -3px 0 0;
}

/*popups-------------------------------*/
.right {
	float:right;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	z-index:5;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	position:absolute;
	bottom:6px;
	clear: both;
	left: 15px
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	left:25px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:20px;
	right: 20px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	display:block;
	float: left;
	cursor:pointer;
	background: white;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	text-indent:-9999px;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:.50;

}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:.80;}

#slider {
	position:relative;
	width: 860px;
	height: 389px;
	background:#000 url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}

#colorslider {
	position:absolute;
	top: 0;
	left: 0;
}
#colorslider img {
	position:absolute;
	top:0px;
	left:0px;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(inc/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(inc/shadowbox/close.png);}
#sb-nav-next{background-image:url(inc/shadowbox/next.png);}
#sb-nav-previous{background-image:url(inc/shadowbox/previous.png);}
#sb-nav-play{background-image:url(inc/shadowbox/play.png);}
#sb-nav-pause{background-image:url(inc/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}