/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	font-family: "Corbel", "Zurich BT", "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 0.875em;
	color: #000000;
	line-height: 1.25em;
	background-color:#fff;
	background-attachment: fixed;
	background-image: url(../images/wood060.jpg);
	background-repeat: repeat;
	background-position: top left;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #ffff99;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #ffff99;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {
	font-size:1.4em;
	line-height: 0.8em;
	font-weight: 900;
	color: #ffff99;
}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

span.alerttext {
	font-size: 1.3em;
	color: #FF0000;
}
.moduletable_sponsors h3,
.moduletable_contact h3,
.moduletable_booking h3,
.moduletable_frontdates h3,
.moduletable_youtube h3 {
	margin-top: 0;
}
.moduletable_tweets h3,
.moduletable_follow h3,
.moduletable_caldates h3,
.main_comp h3 {
	color:#000033;
}
.footer h3 {
	color: #CCCCCC;
}
.footer a:link {color:#CCCC99;}
.footer a:visited {color:#CC9933;}
.footer a:hover {color:#663300;}
.main_comp {
	padding-top:1em;
	color: #222222;
}
.moduletable_benderblog span.blogroll {font-size:1.5em;line-height: 0.8em;font-weight: 900;}
.moduletable_benderblog a:link {color:#000000;}
.moduletable_benderblog a:visited {color:#000000;}
.moduletable_benderblog a:hover {color:#659FDE;}
.moduletable_benderblog img {border: 0 none;}
/*links*/
a:link {color:#822107;}
a:visited {color:#444444;}
a:hover {color:#003300;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

