/*
Theme Name: ProgPower USA XI
Theme URI: http://metalagesmedia.com
Description: New site theme for the ProgPower USA Festival.
Version: 1.0
Author: Deron Blevins
Author URI: http://metalagesmedia.com
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #4c6f71 url('images/bkg.jpg') no-repeat top center;
	color: #ccc;
}

a, h2 a:hover, h3 a:hover {
	color: #CAC7A7;
	text-decoration: none;
	}

a:hover {
	color: #85bab9;
	text-decoration: underline;
	}

#nav {
	font-size: 126%;
}

#content, #contentfull {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.leftcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.leftcolumn .postmetadata {
	text-align: center;
	font-size: 0.9em;
}
	
.leftcolumn .postmetadata a {
	color: #000;
	text-decoration: none;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #cac7a7;
	letter-spacing: -1px;
	}

h1 {
	font-size: 2em;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#rightcolumn h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #cac7a7;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #cac7a7;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #eae6bc;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #rightcolumn h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h4 {
	color: #cac7a7;
	font-size: 1.4em;
	margin: 14px 0 0 0;
	padding: 0;
}

.innerpage h4 {
	margin: 0 0 0 20px;
	padding-top: 20px;
}

.innerpage .bio p {
	padding: 0 20px;
}

#bandInfo p, .bandPost p {
	margin: 2px 0;
	padding: 0;
}

.entry p a:visited {
	color: #b5b290;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#rightcolumn {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #rightcolumn ul ul li, #rightcolumn ul ol li, .nocomments, blockquote, strike {
	color: #ccc;
	}
	
.postmetadata {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.more-link {
	font-size: 0.9em;
}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
	
#container {
	width: 940px;
	min-height: 1200px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 347px;
}
	
#logo {
	position: absolute;
	top: 30px;
	left: 295px;
	z-index: 10;
}

#banLeader {
	position: absolute;
	top: 230px;
	left: 106px;
	height: 90px;
	width: 728px;
}

#nav {
	height: 26px;
	width: 819px;
	margin: 0 auto;
	position: relative;
	border-top: #091d1e solid 3px;
	z-index: 40;
}

#content {
	padding-top: 20px;
}

#contentfull {
	padding-top: 20px;
	width: 940px;
}

.leftcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 560px;
}

.fullpage {
	padding: 0 0 20px 0;
	margin: 0;
	width: 900px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	width: 520px;
	background: transparent url('images/bkg-posts.png') no-repeat top center;
	margin: 20px;
	padding: 0;
	text-align: justify;
}

.bandPost {
	width: 520px;
	margin: 20px 0 0 20px;
	padding: 0;
}

.postcolumn .hentry {
	margin-top: 0;
}

#contentfull .postfull {
	background: transparent url('images/bkg-fullpage.png') no-repeat top center;
	width: 900px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.leftcolumn .postmetadata {
	padding-top: 12px;
}

.leftcolumn .entry, .widecolumn .entry, .fullpage .entry {
	padding: 0 20px;
}

.innerpage {
	margin-top: 0;
}

.innerpage .post {
	margin-top: 0;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	background: transparent url('images/bkg-postmetadata.png') no-repeat top center;
	height: 40px;
	clear: both;
}

#footer {
	height: 230px;
	background: #4c6f71 url('images/bkg-footer.jpg') no-repeat bottom center;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 180px 0 0 60px;
	text-align: center;
	color: #000;
}

.clear {
	clear: both;
}

.history {
	width: 214px;
	float: left;
	text-align: center;
	border-right: dotted #629296 1px;
	margin: 30px 0;
}

.last {
	border: none;
}

p.history2 {
	text-align: center;
	margin: 30px 0px 30px 0px;
}

.history h2 {
	margin-bottom: 24px;
	text-align: center !important;
	padding: 0 !important;
}

.historyspacer {
	height: 60px;
}

.links {
	float: left;
	width: 228px;
	text-align: left;
}

.bio {
	margin-left: 0;
}

ul.bandlist {
	float: left !important;
	width: 420px !important;
    margin: 30px 0 0 0 !important;
}

ul.bandlist li {
    margin: 0 0 40px 0 !important;
}

.mediapage {
	text-align: center;
	margin-top: 40px;
}

.mediapage p {
	margin: 0;
}

.sponsors {
	text-align: center;
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0px;
	margin: 0;
}

h2 {
	padding: 10px 0 0;
	margin: 0;
}
	
.post h1 {
	padding: 10px 20px 0;
}

.leftcolumn .post h2 {
	padding: 14px 20px 0;
}

.innerpage .post h2 {
	padding: 30px 20px 0 0;
}

.innerpage h3 {
	border-bottom: dotted #091d1e 1px;
	padding-bottom: 2px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#rightcolumn h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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 14px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 14px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.entry img {
	border: #000 solid 1px;
}

.history img {
	border: none;
	margin: 0 0 10px;
}

.merchImgLt {
	margin-right: 16px;
	vertical-align: top;
}

.logoimg {
	margin: 0;
	position: relative;
}

ul.bandlist img, .mediapage img, .sponsors img {
	border: none;
}

.sponsors img {
	margin: 20px 0px 20px 0px;
}

/* 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;
	}

#rightcolumn ul, #rightcolumn ul ol {
	margin: 0;
	padding: 0;
	}

#rightcolumn ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#rightcolumn ul p, #rightcolumn ul select {
	margin: 5px 0 8px;
	}

#rightcolumn ul ul, #rightcolumn ul ol {
	margin: 5px 0 0 10px;
	}

#rightcolumn ul ul ul, #rightcolumn ul ol {
	margin: 0 0 0 10px;
	}

ol li, #rightcolumn ul ol li {
	list-style: decimal outside;
	}

#rightcolumn ul ul li, #rightcolumn ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
	
html>body ul.listbox {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

html>body ul.listbox li {
	list-style-type: none;
	float: left;
	width: 180px;
	margin: 0;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#rightcolumn #searchform #s {
	width: 108px;
	padding: 2px;
	}

#rightcolumn #searchsubmit {
	padding: 1px;
	}

.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 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.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;
	}
/* End Comments */



/* Begin rightcolumn */

#rightcolumn {
	float: left;
	position: relative;
	padding: 20px 0;
	margin: 0 0 0 10px;
	width: 370px;
}

#tickets {
	background: transparent url('images/tickets-soldout.gif') no-repeat top center;
	width: 350px;
	height: 140px;
}

#tickets p, #tickets p a {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #d4aa2f;
	margin: 0;
	padding: 118px 0 0 0;
}

#ticketskickoff {
	background: transparent url('images/ticketskickoff.gif') no-repeat top center;
	width: 350px;
	height: 140px;
}

#ticketskickoff p, #ticketskickoff p a {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #d4aa2f;
	margin: 20px 0 0 0;
	padding: 118px 0 0 0;
}

.twitterbird {
	position: absolute;
	top: 364px;
	left: 290px;
	z-index: 10;
}

#socialmedia {
	margin: 20px 0 20px 0;
}

#socialmedia_sm {
	width: 900px;
	margin: -14px auto 0 auto;
	text-align: right;
}

#socialmedia_sm img {
	margin-left: 16px;
}

#socialmedia_sm2 img {
	margin: 4px 30px 0 0;
}

#socialmedia img {
	margin-right: 24px;
}

#socialmedia img.last {
	margin-right: 0;
}

#twitterbox {
	position: relative;
}

#twitterbox h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 1.8em;
	top: 12px;
	left: 160px;
}

#twitterboxtop {
	background: transparent url('images/bkg-twitter-topbar.png') no-repeat left center;
	height: 33px;
}

#twitterboxbot {
	background: transparent url('images/bkg-twitter-botbar.png') no-repeat left center;
	height: 24px;
}

#twitter {
	background: #091d1e;
	padding: 20px;
	width: 310px;
}

.tweet {
	background: #0d2728;
	margin: 0 0 8px 0;
}

.tweet p {
	padding: 10px;
	margin: 0;
}

#youtube {
	margin: 20px 0 0 0;
	padding: 0;
}

#rightcolumn form {
	margin: 0;
	}
	
#bandInfo {
	width: 350px;
}

.bandImage {
	float: left;
	position: relative;
}

.sidebarad {
	margin: 20px 0;
	position: relative;
}
	
/* End rightcolumn */



/* 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 #ddd;
	}

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;
	font-size: 0.8em;
	width: 480px;
	margin: 10px auto 60px auto;
}
/* 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 */

/* Navigation */

ul									{ list-style: none; }

/* 
	Navigation Level One
*/
ul.dropdown                         { position: relative; margin: 0 auto; padding: 0; z-index: 20;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #1c3233; }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #ccc; }
ul.dropdown li a                    { display: block; padding: 4px 9px; border-right: 1px solid #091d1e;
	 								  color: #ccc; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #091d1e; color: #ccc; position: relative; }
ul.dropdown li.hover a              { color: #fff; }


/* 
	Navigation Level Two
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: -41px; z-index: 20; }
ul.dropdown ul li 					{ font-weight: normal; background: #1c3233; color: #ccc; 
									  border-bottom: 1px solid #091d1e; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	Navigation Level Three
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* 	End Navigation  */

/*  Featured Image Slider  */

.sliderFrame {
	width: 520px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
    z-index:10;
display:none;
}

#slider {
	width: 520px;
	height: 300px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

#sliderContent {
	width: 520px;
	height: 300px; /*added */
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.sliderImage {
	float: left;
	position: relative;
	display: none;
	height: 300px; /*added */
}

.sliderImage span {
	position: absolute;
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 0;
	width: 520px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #ccc;
	display: none;
	bottom: 0;
}

.sliderImage .top {
	padding: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

/*  End Featured Image Slider  */

/* Band Page */

ul.bandlist, #subpageright ul.disco {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.bandlist {
	width: 20%;
	float: left;
}

ul.bandlist li, ul.disco li {
	text-align: center;
	list-style: none;
	list-style-type: none;
}

ul.disco li {
	float: left;
	width: 20%;
	margin: 0 0 10px 0 !important;
}

/* End Band Page */

/*  Misc CSS Tricks and Treats */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

