/*
Theme Name: The Dirty Birds
Theme URI: http://thedirtybirds.com
Description: The default WordPress theme for The Dirty Birds.
Version: 1.0
Author: Bryan Klausmeyer
Author URI: http://bryan.ivystreet.net/
*/


/* Begin Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
	background: #000 url('img/bg.gif') repeat;
	color: #fff;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	}

#wrapper {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 1000px;
	background: url('img/bg_wrapper.png') no-repeat 100% 0;
	min-height: 596px;
	}

#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* End Structure */




/* Begin Header */

#header {
	margin: 0 0 25px 0;
	padding: 0;
	width: 800px;
	}

#header #headerimg {
	width: 400px;
	float: left;
	}

#header #headerimg h1 a {
	display: block;
	width: 346px;
	height: 287px;
	background: url('img/logo.png') no-repeat;
}

#header #headerimg h1 a span { display: none; }

/* small header */

#header-small {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 800px;
	}

#header-small #headerimg {
	width: 400px;
	float: left;
	}

#header-small #headerimg h1 a {
	display: block;
	width: 218px;
	height: 21px;
	background: url('img/logo-sm.png') no-repeat;
	margin-bottom: 5px;
}

#header-small #headerimg h1 a span { display: none; }


/* header album */

#headeralbum {
	width: 400px;
	float: right;
	}

#headeralbum h2 {
	margin: 15px 0 0 0;
	padding: 0;
	text-shadow: #000 0 0 3px;
	font-size: 2.8em;
	color: #fff;
	-webkit-text-stroke: 0.5px transparent;
	line-height: 100%;
	letter-spacing: -1px;
	}

#headeralbum h2 a.album {
	display: block;
	width: 400px;
	height: 42px;
	margin: 5px 0;
	background: url('img/album.png') no-repeat;
	}

#headeralbum h2 a.album em { display: none; }

#headeralbum div.teaser + div.player { margin-top: 15px; }

#headeralbum div.player h3 {
	margin: 20px 0 15px 0;
	padding: 0;
	text-shadow: #000 0 0 3px;
	font-size: 2em;
	color: #fff;
	-webkit-text-stroke: 0.5px transparent;
	line-height: 100%;
	letter-spacing: -1px;
}

#headeralbum div.player object { border-radius: 15px; }


/* nav */


ul#nav {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
	}

ul#nav li { margin: 0; padding: 0; }

ul#nav li a {
	float: left;
	display: block;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0;
	}

ul#nav li.page-item-2 a { background: url('img/nav/bio.png') no-repeat; }
ul#nav li.page-item-13 a { background: url('img/nav/blog.png') no-repeat; }
ul#nav li.page-item-5 a { background: url('img/nav/gigs.png') no-repeat; }
ul#nav li.page-item-9 a { background: url('img/nav/videos.png') no-repeat; }

ul#nav li a:hover { background-position: 0 -40px; }

ul#nav li a span { display: none; }


/* small nav */

ul#nav-small {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
	width: 324px;
	float: right;
	}

ul#nav-small li { margin: 0; padding: 0; }

ul#nav-small li a {
	float: left;
	display: block;
	height: 21px;
	margin: 0 0 0 15px;
	padding: 0;
	opacity: 0.5;
	}

ul#nav-small li.page-item-2 a { background: url('img/nav/small/bio.png') no-repeat; width: 42px; }
ul#nav-small li.page-item-13 a { background: url('img/nav/small/blog.png') no-repeat; width: 65px; }
ul#nav-small li.page-item-5 a { background: url('img/nav/small/gigs.png') no-repeat; width: 61px; }
ul#nav-small li.page-item-9 a { background: url('img/nav/small/videos.png') no-repeat; width: 96px; }

ul#nav-small li.current_page_item a,
ul#nav-small li.current_page_parent a,
ul#nav-small li a:hover { opacity: 1.0; }

ul#nav-small li a span { display: none; }



/* album ad */

a.album-ad {
	width: 800px;
	height: 130px;
	display: block;
	background: url('img/header.jpg') no-repeat;
	margin: 0 0 35px 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	opacity: 0.8;
	}

a.album-ad:hover { opacity: 1.0; }

a.album-ad span { display: none; }





/* gallery */

#gallery {
	margin: 10px auto 25px auto;
	width: 800px;
	text-align: left;
	position: relative;
}

#gallery-nav {
	position: absolute;
	margin-top: 405px;
	left: 15px;
	z-index: 1000;
}

#gallery-nav a {
	float: left;
	background: url('img/bg_gallery-nav.png') no-repeat top left;
	display: block;
	height: 17px;
	width: 17px;
	margin-right: 4px;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s linear;
}

#gallery-nav a:hover,
#gallery-nav a.activeSlide { opacity: 1.0; filter: alpha(opacity=100); }

#gallery-nav a span { display: none !important; }

#gallery-edit {
	position: absolute;
	left: 735px;
	margin-top: 405px;
	display: none;
	z-index: 1000;
}

#gallery:hover #gallery-edit { display: inline !important; }


/* End Gallery */


/* post edit link */

a.post-edit-link {
	padding: 6px 14px 6px 14px;
	font-size: 11px !important;
	color: #000 !important;
	background: #fff;
	font-weight: bold !important;
	border-radius: 10px;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s linear;
	text-decoration: none !important;
}

a.post-edit-link:hover { opacity: 1.0; filter: alpha(opacity=100); }




/* Begin Content */

#content {
	font-size: 1.3em;
	width: 575px;
	float: left;
	margin: 0 25px 30px 0 !important;
	padding: 0 !important;
	}

#content h2 {
	font-size: 3em;
	}

#content h2 span { display: none; }

body.page-id-2 #content h2 {
	background: url('img/nav/bio.png') no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	}

body.blog #content h2 {
	background: url('img/nav/blog.png') no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	}

body.page-id-5 #content h2 {
	background: url('img/nav/gigs.png') no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	}

body.page-id-9 #content h2 {
	background: url('img/nav/videos.png') no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	}

#content h3 { font-size: 2em; }

#content p {
	line-height: 160%;
	}

.post {
	margin: 0 0 40px 0;
	width: 480px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.postmetadata small {
	font-size: 0.85em;
	color: #888;
	}

.single .postmetadata {
	border-top: 1px solid #333;
	padding-top: 10px;
	margin-top: 10px;
	}

/* End Content */




/* gigpress */

table.gigpress-table { margin-top: 15px; }





/* Begin Sidebar */

#sidebar {
	width: 180px;
	border-left: 1px solid #333;
	float: right;
	margin: 0 0 25px 0;
	padding: 0 0 0 19px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font-size: 1.1em;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}


#sidebar form.mp-form { margin-top: 5px; }

#sidebar form.mp-form input[type=text],
#sidebar #searchform input[type=text] {
	border: 1px solid #fff;
	padding: 6px 14px 6px 14px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
	opacity: 0.8;
	}

#sidebar form.mp-form input[type=text]:hover,
#sidebar #searchform input[type=text]:hover { opacity: 1.0; }

#sidebar form.mp-form input[type=submit],
#sidebar #searchform input[type=submit]  {
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 14px 6px 14px;
	font-size: 11px !important;
	color: #000 !important;
	background: #fff;
	font-weight: bold !important;
	border-radius: 10px;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s linear;
	font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
	}

#sidebar form.mp-form input[type=submit]:hover,
#sidebar #searchform input[type=submit]:hover { opacity: 1.0; }

.mp-loading { filter: Alpha(Opacity=0); }

#sidebar form#searchform {
	text-align: left;
	}

/* End Sidebar */




/* Begin Footer */

#footer {
	border-top: 1px solid #333;
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	color: #666;
	}

#footer a { color: #888; font-weight: bold; text-decoration: none !important; }
#footer a:hover { color: #aaa; }

#footer div.copy {
	float: left;
	width: 400px;
	font-size: 1.1em;
	line-height: 140%;
	}

#footer div.copy p {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#footer ul.social {
	float: right;
	width: 400px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	font-size: 1.2em;
	}

#footer ul.social li {
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	}

#footer p.booking {
	float: right;
	font-size: 1.1em;
	line-height: 140%;
	margin-top: 5px;
	}


/* End Footer */




/* Begin Typography & Colors */

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	}

.sticky {
	padding: 0 10px 10px;
	}
.sticky h2 {
	}


#comments-template {
	width: 480px;
	}


h3#comments,
h3#respond-title {
	border-top: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1.0;
	font-size: 1.1em;
	padding-top: 15px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ccc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #f1e0b5;
	text-decoration: none;
	}

a:hover {
	color: #f1e0b5;
	text-decoration: underline;
	}
/* End Typography & Colors */






/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
	}

h2 {
	margin: 0 0 0 0;
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.2em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 5px 5px 10px 0;
	list-style: none;
	}

.commentlist li + li {
	border-top: 1px solid #333;
	padding-top: 15px;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 0.85em;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* self-clearing floats
---------------------------------------------------------- */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear {
	clear: both;
}

