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

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

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

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

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

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

h2 {
	font-family: "NewRegular", "Arial Black", "Gadget", "sans-serif";
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 12px; 
	margin-bottom: 12px; 
}

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

h3 {
	font-family: "NewRegular", "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 22px;
	margin-bottom: 12px;
}

.date {
	font-family: "NewRegular", "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 12px;
	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-weight: bold;
}

.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: 22px 0px 20px 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;
}

/* Miscellaneous classes for reuse */

.tracks {
	width: 235px;
	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: 8px solid;
} 

#sidebar embed {
	border: 8px solid;
} 


/* NEWS */

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

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

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

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

/* PHOTOS */

.photos_holder {
	width: 414px;
	height: 110px;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 5px;
	margin: 0 0 0 0;  /* TOP, RIGHT, BOTTOM, LEFT */
}

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

.photo {
	width: 118px;
	height: auto;
	margin-right: 18px;
	margin-bottom: 11px;
	float: left;
}

/* TWITTER */

#twitter {
	margin-top: -8px;
	margin-left: -9px;
}
.twtr-tweet-text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.twtr-profile-img {
border: 2px solid #000000;
}

#twitter h3 {
	display: none;
}

#twitter h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
/*
   .twtr-hyperlink
   .twtr-atreply
   .twtr-hashtag
   .twtr-tweet-wrap
   .twtr-avatar
   .twtr-img
*/

/* FORMS */

form * {margin:0;padding:0;} /* Standard margin and padding reset, normally done on the body */

fieldset legend {
	color:#F5F5F5; /* IE styles legends with blue text by default */
	/**margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 3px;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
}

fieldset {
	margin-top: 0;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border: 0px dotted #93231d; /* Default fieldset borders vary cross browser, so make them the same */
	width: 100%;
}

fieldset p {
	margin-left: 0px;
	margin-top: 10px; 
	margin-bottom: 10px; 
}

fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	display:block; /* Reset element back to block leaving layout in ie */
	margin-top: 4px;
	margin-bottom: 4px;
}

fieldset label {
	margin-left: 0px;
	margin-bottom: 4px;
	float:left; /* Take out of flow so the input starts at the same height */
	width:90px; /* Set a width so the inputs line up */
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#mce-EMAIL { /* FOR MAILCHIMP EMAIL FIELD */
	height:18px;
	width:100%;
	background-color: #FFFFFF;
	border: 0 solid #d0d0d0;
	margin-top: 2px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

#mc_embed_signup {
	margin: 0 !important;
	padding: 0 !important;
}

.mc-field-group {
	margin: 0 !important;
	padding: 0 !important;
}

.textfield {
	height:18px;
	width:100%; 
	background-color: #eeeeee;
	border: 0 solid #d0d0d0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.textarea {
	height:150px;
	width:100%; 
	background-color: #eeeeee;
	border: 0 solid #d0d0d0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.textfield_comment {
	height:18px;
	width:409px;
	background-color: #eeeeee;
	border: 0 solid #d0d0d0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.textarea_comment {
	height:150px;
	width:409px; 
	background-color: #eeeeee;
	border: 0 solid #d0d0d0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.radio {
	position:relative; /* Position so children are relative to this container */
	border:0; /* Remove the border */
}

.radio span {
	position:absolute; /* Take the content of the legend out of flow */
	top:0;left:0; /* and position it to the top left of the fieldset */
	width:5em; /* Same width as labels */
}
.radio ul {
	margin-left:5em; /* Since the legend is out of flow. set margin, so inputs are inline */
	list-style:none; /* Dont want bullets */
}
.radio li {
	position:relative; /* Fix a bug in IE zoom functionality */
	display:inline; /* Display the inputs in a line */
	white-space:nowrap; /* We dont want a label to wrap between the input and label */
}
.radio label, .radio input {
	width:auto; /* Reset the width on the label from the 5em, set earlier */
	float:none; /* Reset the float from left on the label, set earlier */
	vertical-align:middle; /* Align the radio buttons with the inputs */
}
.submit {
	padding: 3px 4px 3px 4px; /* TOP, RIGHT, BOTTOM, LEFT */
	color: #FFF;
	background-color: #df0809;
	border: 0;
	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: #E73D45;
	border: 0;
	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_comment {
	padding: 3px 4px 3px 4px; /* TOP, RIGHT, BOTTOM, LEFT */
	color: #FFF;
	background-color: #df0809;
	border: 0;
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	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 */
	margin-top: 10px;
	margin-left: 90px;

}
.submit_comment:hover {
	padding: 3px 4px 3px 4px; /* TOP, RIGHT, BOTTOM, LEFT */
	color: #FFF;
	background-color: #E73D45;
	border: 0;
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	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 */
	margin-top: 10px;
	margin-left: 90px;
}