/* @override http://tannerd.com/wp-content/themes/Rugged/style.css */



/*
THEME NAME: nnerd
THEME URI: http:///
DESCRIPTION:
VERSION: 1.1
AUTHOR: 
AUTHOR URI: 
TAGS:
Tags:s

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

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;
}
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;
}


/* Body */

body {
	background: #eaeaea url('images/body.png') left top repeat-x; 
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#wp-submit{  height: 48px; width: 60px;
	margin-right: 5px;
	

	margin-left: 35px;
}
#user_pass{  height:18px; width: 145px; padding: 3px;
}
#user_login{ height:18px; width: 145px; padding: 3px;
	float: none;
}
#forgotText{ display:inline-block; font-size:small; margin-left:9px; height:26px; }
#fbLoginButton{   display:block; height:18px; margin-top: 16px; text-align:center;
	float: left;
	margin-right: 72px;
	background-position: 0;
}
#loginform label{ display:inline-block; width: 2em;
}
/* Extras */
.clear {
	clear: both;
}


/* Wrappers */
#wrapper {
	background: url('images/pattern.png') left -1px repeat-x; 
}


/* Header */
#header {
	margin: 0 auto;
	width: 960px;
}
#header h1 {
	float: left;
	font-size: 7.2em;
	line-height: 1.0em;
	margin: 50px 0 0 0;
	text-transform: uppercase;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header h1 a span {
	color: #c5c5c5;
}
#header #login {
	background: url('images/loginform.png') left top no-repeat;
	height: 41px;
	left: 0;
	width: 540px;
}
#header #login h2,
#header #login label {
	display: none;
}
#header #login input {
	float: left;
}
#header #login form {
	margin: 6px 0 0 88px;
}
#header #login input {
	background: url('images/loginform.png') left -1000px no-repeat;;
	border: none;
	display: block;
	height: 18px;
	line-height: 1.8em;
	margin: 0 10px 0 0;
	padding: 5px 5px 0 5px;
	position: relative;
	width: 130px;
	z-index: 9999;
}
#header #login input:hover {
	cursor: default;
}
#header #login input.button {
	height: 25px;
	margin: 0 0 0 0;
	text-indent: -999em;
	width: 37px;
}
#header #login input.button:hover {
	cursor: pointer;
}
#header #login p#register {
	display: block;
	height: 15px;
	margin: 3px 0 0 15px;
	position: absolute;
	right: 12px;
	top: 7px;
	width: 80px;
}
#header #login p#register a {
	display: block;
	height: 15px;
	text-indent: -999em;
	width: 80px;
}


/* Header navigation */
#header #menu ul {
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 0;
	margin-top: 20px;
	margin-left: 0;
	height: 30px;
}
#header #menu li {
	float: left;
	margin: 0 0 0 22px;
}
#header #menu li a:hover,
#header #menu li.current a {
	border-bottom: 3px solid #fff;
	padding-bottom: 2px;
}


/* Banner image and login */
#header #bandimage {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}



/* Content Container */
#container {
	background: #fff;
	clear: both;
	color: #272727;
	margin: 0 auto;
	width: 960px;
}
#container .wrap {
	padding: 10px;
}


/* Main content */
#content {
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 600px;
	height: 100%;
}

#postcontent{
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	margin-top: 50px;
}
#content a {
	color: #272727;
	text-decoration: none;
}

#content h2 a {
	color: #272727;
	
	text-decoration: none;
}
#content p {
	margin: 0 0 15px;
	font-size: 10px;
	line-height: 20px;
}
#content h2 {
	background: url('images/plus.png') no-repeat right top;
	float: left;
	font-size: 2.0em;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 17px;
	margin-top: 14px;
}
#content h3 {
	font-size: 1.2em;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#content p.meta {
	clear: both;
	font-weight: bold;
	text-transform: lowercase;
}
#content p.meta a {
	color: #868686;
	text-transform: capitalize;
}
.post-content {
	background: url('images/page.png') left bottom no-repeat;
	clear: both;
	padding: 0 0 30px 0;
	position: relative;
}
body.page .post-content {
	padding-top: 15px;
}
p.comments-number {
	bottom: -8px;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
}
#content p.comments-number a {
	color: #fff;
}

li.post {
	background: url('images/post.png') no-repeat 0 bottom;
	position: relative;
}

div#slider.mbSlider {
}
body.single li.post {
	background: none;
	padding: 0;
	height: 460px;
}
#content p.comments-link {
	font-size: 1.1em;
	position: absolute;
	right: 7px;
	bottom: 4px;
	margin: 0;
	text-transform: uppercase;
}
#content p.comments-link a {
	color: #fff;
}

#properties {
	padding:10px;
	background-color:#DDD;
	border:solid 1px #999;
	width:auto;
	float:left;
	width:250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#properties ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#properties li {
	display:block;
	margin-bottom:5px;
}

#properties li.header {
	font-weight:bold;
	margin-top:30px;
	padding:5px;
	background-color:#0B83BF;
	color:#FFF;
	margin-left:-11px;
	width:200px;
}

#properties li.first-option { margin-top:5px; }

#properties label {
	display:block;
	margin-bottom:2px;
	font-weight:bold;
}

#properties input, #properties select { padding:2px; }

#properties input.checkbox {
	float:left;
	margin-right:10px;
}

#properties label.checkbox-label {
	display:block;
	font-weight:normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

#source-code {
	background-color:#000;
	color:#FFF;
	padding:10px;
	clear:right;
	float:right;
	width:590px;
	margin-top:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#source-code h3 {
	font-size:14px;
	margin-top:0px;
}

/* SLIDER CSS */

#slider-outer {
	float: left;
	position:relative;
	border-style: none;
}



#slider li.mbSlider_Slide {
	width: 600px;
	height: 425px;
}

#slider-outer #slider_pagination {
	position:absolute;
	right: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 15px;
	bottom: 15px;
}

#slider #slider_pagination {
	background-color:#000;
	position:absolute;
	right:2px;
	bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

#slider_pagination a {
	text-decoration:none;
	color:#FFF;
	padding: 5px 10px 5px 5px;
	font-size: 20px;
	font-weight: bold;
}

#slider_pagination a._current-slide { color:#FC0; }

#slider-outer #slider_controls {
	position:absolute;
	bottom: 15px;
	padding-left: 10px;
	padding-right:10px;
	font-size: 22px;
}

#slider #slider_controls {
	background-color:#000;
	position:absolute;
	left:2px;
	bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

#slider_controls a {
	text-decoration:none;
	color:#FFF;
	padding: 5px 10px 5px 40px;
	font-size: 20px;
	font-weight: bold;
}

#external-controls {
	background-color:#DDD;
	clear:right;
	width:600px;
	float:right;
	text-align:center;
	color:#000;
	margin-top:30px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#external-controls a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#external-controls a:hover {
	color:#0B83BF;
}
/* Comments */
ol.commentslist {
	width: 600px;
}
li.comment {
	padding: 43px 0 0 0;
	position: relative;
	width: 100%;
}
li.comment div.meta {
	background: url('images/comment.png') left top no-repeat;
	color: #fff;
	float: left;
	font-size: 1.2em;
	height: 33px;
	left: 0;
	line-height: 1.5em;
	position: absolute;
	top: 0;
	width: 100%;
}
div#content li.comment div.meta a {
	color: #fff;
}
li.comment div.meta p {
	float: left;
	padding: 0 0 0 6px;
}
li.comment div.meta p.actions,
li.comment div.meta ul.actions {
	float: right;
	margin: 3px 0 0 0;
	padding-right: 10px;
	text-transform: uppercase;
}
li.comment div.meta ul.actions li {
	float: right;
	line-height: 0.8em;
}
li.comment div.meta li.third {
	border-right: 1px solid #fff;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}
li.comment div.meta li.first a {
	border-left: 1px solid #fff;
	margin-left: 5px;
	padding-left: 5px;
}
ol.commentslist ol.commentslist,
ul.children {
	margin-left: 36px;
	width: 564px;
}
div#comments h2 {
	background: none;
	margin: 0 0 10px 0;
}


/* Respond form */
div#respond form {
	clear: both;
	padding-top: 5px;
}
div#respond input, div#respond textarea, div#respond button {
	clear: left;
	float: left;
	margin: 0 0 10px 0;
}
div#respond label {
	display: none;
}
div#respond input {
	background: url('images/input.png') left top no-repeat;
	border: none;
	height: 26px;
	padding: 12px 10px 0 10px;
	width: 199px;
}
div#respond textarea {
	background: none;
	border: none;
	height: 94px;
	margin: 0;
	max-height: 94px;
	max-width: 484px;
	min-height: 94px;
	min-width: 484px;
	width: 484px;
}
div#respond div#textarea {
	background: url('images/textarea.png') left top no-repeat;
	clear: left;
	float: left;
	height: 114px;
	max-height: 114px;
	max-width: 504px;
	min-height: 114px;
	min-width: 504px;
	padding: 10px 0 0 10px;
	width: 504px;
}
div#respond button {
	background: url('images/publish.png') left top no-repeat;
	border: none;
	display: block;
	height: 38px;
	text-indent: -999em;
	width: 106px;
}
div#respond button:hover {
	cursor: pointer;
}


/* Sidebar */
div#sidebar {
	float: right;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 291px;
}
div#sidebar h3 {
	background: url('images/plus.png') left top no-repeat;
	font-size: 2.0em;
	letter-spacing: -2px;
	margin: 15px 0 10px 0;
	padding: 0 0 0 17px;
	text-transform: uppercase;
	word-spacing: -5px;
}
div#sidebar h3 span {
	color: #868686;
}
div#sidebar div.widget,
div#sidebar li.widget {
	margin: 0 0 20px 0;
}
div#sidebar .widget a {
	color: #000;
	text-decoration: underline;
}
li#flickr img {
	height: 54px;
	margin: 0 9px 9px 0;
	width: 58px;
}
#input {
	background: url('images/input.png') left top no-repeat;
	border: none;
	height: 30px;
	line-height: 0.5em;
	margin: 0 10px 0 0;
	padding: 3px 10px 0;
	width: 119px;
}

form#loginform {
	margin-top: 15px;
}
div#sidebar button {
	background: url('images/go.png') left top no-repeat;
	border: none;
	display: block;
	height: 38px;
	text-indent: -999em;
	width: 45px;
}
div#sidebar button:hover {
	cursor: pointer;
}


/* Footer */
div#footer {
	background: url('images/footer.png') top repeat-x;
}
div#footer div.wrap {
	background: url('images/footerin.png') left top no-repeat;
	height: 149px;
	margin: 0 auto;
	width: 960px;
}

#footer #fblogin{
		float: right;
	
	padding-bottom: 35px;
	width: 285px;
	margin-right: 8px;
}

ul#links {
	float: left;
	width: 608px;
	padding-bottom: 35px;
}
ul#links li {
	float: left;
	height: 57px;
}
ul#links a {
	display: block;
	text-indent: -999em;
}
li#purevolume {
	background: url('images/footerlinks.png') left top no-repeat;
	width: 193px;
}
li#purevolume a {
	height: 30px;
	margin: 17px 0 0 0;
	width: 168px;
}
li#myspace {
	background: url('images/footerlinks.png') -193px top no-repeat;
	width: 149px;
}
li#myspace a {
	height: 30px;
	margin: 17px 0 0 0;
	width: 123px;
}
li#lastfm {
	background: url('images/footerlinks.png') -342px top no-repeat;
	width: 88px;
}
li#lastfm a {
	height: 30px;
	margin: 17px 0 0 0;
	width: 63px;
}
li#facebook {
	background: url('images/footerlinks.png') -430px top no-repeat;
}
li#facebook a {
	height: 30px;
	margin: 17px 0 0 0;
	width: 88px;
}
ul#links li#bandthemer {
	background: url('images/footerlinks.png') right top no-repeat;
	float: right;
	width: 87px;
}
li#bandthemer a {
	height: 40px;
	margin: 15px 0 0 0;
	width: 86px;
}
ul#footer-nav {
	clear: both;
	font-size: 1.2em;
}
ul#footer-nav li {
	background: url('images/footernav.png') left 2px no-repeat;
	float: left;
	margin: 0 0 0 8px;
	padding: 0 0 0 9px;
}
ul#footer-nav li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
div#footer a {
	color: #686868;
	text-decoration: none;
}t;
	width: 88px;
}
li#lastfm a {
	height: 30px;
	margin: 17px 0 0 0;
	width: 63px;
}
li#facebook {
	background: url('images/footerlinks.png') -430px top no-repeat;
	width: 169px;
}
li#facebook a {
	height: 30px;
	margin: 17px 0 0 0;
	width: 88px;
}
ul#links li#bandthemer {
	background: url('images/footerlinks.png') right top no-repeat;
	float: right;
	width: 87px;
}
li#bandthemer a {
	height: 40px;
	margin: 15px 0 0 0;
	width: 86px;
}
ul#footer-nav {
	clear: both;
	font-size: 1.2em;
}
ul#footer-nav li {
	background: url('images/footernav.png') left 2px no-repeat;
	float: left;
	margin: 0 0 0 8px;
	padding: 0 0 0 9px;
}
ul#footer-nav li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
div#footer a {
	color: #686868;
	text-decoration: none;
}