@charset "UTF-8";

/*
Theme Name:     Twenty Ten Child
Author:         Taylor Bringuel
Author URI:     http://example.com/about/
Template:       twentyten                             
Version:        0.1.0
*/

/* Yellow = #a42f29 */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


@font-face {
	font-family: 'Open Sans Condensed', sans-serif;
	src: url('/fonts/VerlagCondensed-Book.eot?') format('eot'), 
	     url('/fonts/VerlagCondensed-Book.otf')  format('opentype'),
	     url('/fonts/VerlagCondensed-Book.woff') format('woff'), 
	     url('/fonts/VerlagCondensed-Book.ttf')  format('truetype'),
	     url('/fonts/VerlagCondensed-Book.svg#VerlagCondensed-Book') format('svg');
}

@font-face {
	font-family: 'VerlagCondensed-Black';
	src: url('/fonts/VerlagCondensed-Black.eot?') format('eot'), 
	     url('/fonts/VerlagCondensed-Black.otf')  format('opentype'),
	     url('/fonts/VerlagCondensed-Black.woff') format('woff'), 
	     url('/fonts/VerlagCondensed-Black.ttf')  format('truetype'),
	     url('/fonts/VerlagCondensed-Black.svg#VerlagCondensed-Black') format('svg');
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background: #dcdbdb;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size: 14px;
	
	color: white;
	line-height: 1;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=text]:focus, input[type=password]:focus {
	outline: 0 none;
}

::-moz-selection {
 background:#fcc17e;
 color:#fff;
 text-shadow: none;
}

::selection {
	background: #fcc17e;
	color: #fff;
	text-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #a21d21;
}

h1, h1.entry-title {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #333;
	color: #fff;
	font-family: 'VerlagCondensed-Black';
	
}

h2 {
	font-family: 'VerlagCondensed-Black';
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0;

}

a {
	color: #a21d21;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a:visited {
	text-decoration: none;
	color: #a21d21;
}

a:hover {
	text-decoration: none;
	color: #a21d21;
}

a:active {
	text-decoration: none;
	color: #a21d21;
}

/* GLOBAL ClASSES */





.btn, .bit-show-all-dates {
	background: #dcdbdb;
	color: #a21d21;
	padding: 8px 13px 8px 13px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
}

.bit-show-all-dates {
	color: #000 !important;
	margin: 10px 0 0 -10px !important;
}

.yellow {
	color: #a42f29;
}

.white {
	color: #fff;
}

.fltlft {
	float: left;
}

.fltrt {
	float: right;
}

.text_center {
	text-align: center;
}

.text_larger {
	font-size: 17px;
	font-family: 'VerlagCondensed-Black';
}

.text_spac {
	letter-spacing: 1px;
}

.box {
	background: #000;
	padding: 20px;
}

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

.clearfix {
 *zoom: 1;
}

.hidden, .bit-rsvp {
	display: none !important;
	visibility: hidden;
}

/* CONTENT */





#header {
	width: 100%;
	background: #000 url(images/header_bg.jpg) repeat-x 0 0;
	//height:150px;
	
	
}

#header_content {
	width: 940px;
	margin: 0 auto;
	padding: 47px 0 23px 0;
}

.fadeIn{
	animation: fadein 1.5s ;
-moz-animation: fadein 1.5s ;
-webkit-animation: fadein 1.5s ;
-o-animation: fadein 1.5s ;
	
}

nav {
	float: right;
	font-size: 17px;
	font-family: 'VerlagCondensed-Black';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -32px;
	color:#fff;
}

nav li {
	display: inline;
	margin-right: 10px;
}

nav li:last-child {
	margin-right: 0;
}

nav a:link, nav a:visited, nav a:active {
	font-family: 'VerlagCondensed-Black';
	color: #fff;
}

nav a:hover {
	color: #a21d21;
}

#main {
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	
}

#main section {
	margin-bottom: 20px;
}

#album p {
	padding: 10px 0 0 0;
	margin: 0;
}

#full {
	width: 940px;
}

#left {
	width: 540px;
}

#right {
	width: 380px;
}

#social {
	position: relative;
}

#social li {
	display: inline;
	margin-right: 5px;
}

#social li:last-child {
	margin-right: 0;
}

#social img:hover {
	
}

#footer {
	background: #000 url(images/footer_bg.jpg) repeat-x 0 0;
	height: 66px;
}

/* TOUR DATES */



.bit-buy-tix, .bit-show-all-dates {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #a42f29;
}

/* Discography */



.album {
	width: 500px;
	margin-bottom: 40px;
}

h1.album-title {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	color: #fff;

}

span.release-date {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	color: #a42f29 !important;
}

.album-art {
	width: 230px;
}

.album-art img {
	width: 230px;
	height: auto;
	
}

.tracklisting {
	line-height: 1.3em;
	margin-left: 20px;
	width: 230px;
}

.purchase-links {
	width: 100%;
	margin-top: 20px;
}

.purchase-links a {
	color: #000;
}

/* Wordpress */




.entry-utility, #nav-above, .meta-sep, .author, .meta-prep {
	display: none;
}

.entry-date {
	margin-bottom: 10px;
}

.post:first-child {
	padding-top:0;
}

.post {
	padding: 25px 0 15px 0;
	line-height: 1.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	border-bottom:1px solid #333;
}

.single .post {
	padding-top:0;
}
.post img, #left img {
	max-width: 500px;
	height: auto;
}

#left p img {
	margin-bottom: 20px;
}

.entry-content p {
	margin-bottom: 10px;
}

#nav-below {
	padding: 20px 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;

	margin-top: 20px;
}

.nav-next {
	float:right;
	margin-top:-15px;
}

/* Email List */



.myForm td, input, select, textarea, checkbox {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
}

.required {
	color: red;
}

.email {
	border: none;
	padding: 8px 13px 9px 13px;
}

#slickbox {
 display:none;
	background-color: #000000;
	padding: 20px;
	top: 0;
	left: 0;
	width: 340px;
	position: absolute;
	z-index: 999;
}

/* Fading in the page titles */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

