@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
	color: #ef4433;
}

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

h1, h2, h3, h4, h5, h6, p {padding: 0px; margin: 0px;}

p {
margin-top: 10px; 
margin-bottom: 10px; 
}

h1 {
	font-family: "FuturaCondensedNormalRegular", "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "FuturaCondensedNormalRegular", "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px; 
	margin-bottom: 10px; 
}

h2 a{
	font-family: "FuturaCondensedNormalRegular", "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

h3 {
	font-family: "futura_bdcn_btbold", "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.date {
	font-family: "FuturaCondensedNormalRegular", "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

.details {
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.paginate {
	font-family: "FuturaCondensedNormalRegular", "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal !important;
}

.shadow {
   -moz-text-shadow: 2px 2px 3px #000;
   -webkit-text-shadow: 2px 2px 3px #000;
   text-shadow: 2px 2px 3px #000;
}

.divider { /* use: <div class="divider"></div> */
	width: 100%;
	height: 1px;
	margin: 18px 0px 16px 0px;  /* TOP, RIGHT, BOTTOM, LEFT */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
}

.clr { /* Used when bkgd img in a div disappears when using a float. Place <div class="clr"></div> in html under floats. */
clear: both;
margin: 0;
padding: 0;
}

.cushion{
	padding-top: 10px;
	padding-bottom: 5px;
}

/* Miscellaneous classes for reuse */

.tracks {
	width: 250px;
	float: right;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

.first2 {
	margin-top: -8px;
	padding-top: 0;
}

.album_floatleft {
	width: 175px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.floatleft {
	width: auto;
	float: left;
}

.noborder {
border: 0;
text-decoration: none;
}

.marginbottomfix {
	margin-bottom: 0 !important;
}

.clearfloat { /* USE - <br class="clearfloat" /> - this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	margin:0;
	padding:0;
    font-size: 1px;
    line-height: 0px;
display: inline
}

.cufon-loading { /* Fixes ugly render-delay of Cufon fonts */
	visibility: hidden;
}

/* SIDEBARS */

#sidebar iframe {
	border: 3px solid;
}
#sidebar embed {
	border: 3px solid;
} 
#sidebar img { /* 414px - 8 - 8 = 398 */
	border: 3px solid;
}

/* FACEBOOK */

#facebook iframe {
	margin-top: -11px;
	margin-left: -10px;
} 

#facebook script {
	margin-top: -11px;
	margin-left: -10px;
} 

/* TWITTER */

#twitter {
	margin-top: -15px;
	margin-left: -9px;
	margin-right: -12px;
}

.twtr-tweet-text {
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 12px;
}
.twtr-profile-img {
}

#twitter h3 {
}

#twitter h4 {
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 14px;
}
/*
   .twtr-hyperlink
   .twtr-atreply
   .twtr-hashtag
   .twtr-tweet-wrap
   .twtr-avatar
   .twtr-img
*/


/* NEWS */

#news img { /* 414px - 8 - 8 = 398 */
	border: 3px solid;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	float: left !important;
}

#news iframe {	
	border: 3px solid;
	margin-right: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
} 

#news embed {
	border: 3px solid;
	margin-right: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
} 

.photo2 {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

/* PHOTOS */

#photos img { /* 414px - 8 - 8 = 398 */
	border: 3px solid;
}

.photo {
	width: 134px;
	height: auto;
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}

/* ALBUMS */

.button {
	padding: 3px 7px 3px 7px; /* TOP, RIGHT, BOTTOM, LEFT */
	color: #FFF;
	background-color: #ef4433;
	border: 0 !important;
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	cursor:pointer;
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
}
.button:hover {
	padding: 3px 7px 3px 7px; /* TOP, RIGHT, BOTTOM, LEFT */
	color: #FFF;
	background-color: #fe6945;
	border: 0 !important;
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	cursor:pointer;
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
}

/* FORMS */

#mc_embed_signup{background:#fff; clear:left; font:12px 'lucida grande',tahoma,verdana,arial,sans-serif; }

#mce-EMAIL { /* FOR MAILCHIMP EMAIL FIELD */
	height:18px;
	width:200px;
	background-color: #eeeeee;
	border: 1px solid #000 !important;
	padding: 3px;
	margin-bottom: 6px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.textarea {
	height:150px;
	width:100%; 
	background-color: #eeeeee;
	border: 1 solid #000;
	padding: 3px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.submit {
	padding: 3px 4px 3px 4px; /* TOP, RIGHT, BOTTOM, LEFT */
	color: #FFF;
	background-color: #ef4433;
	border: 0 !important;
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	cursor:pointer;
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
}
.submit:hover {
	padding: 3px 4px 3px 4px; /* TOP, RIGHT, BOTTOM, LEFT */
	color: #FFF;
	background-color: #fe6945;
	border: 0 !important;
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	cursor:pointer;
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
}