@import "forms.css";

/* -------------------
      Carson Darling  
           2008       
   ------------------- */


/* CSS Reset */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* ---------- Text Formatting ---------- */

p {	margin: 0 0 1em; }

:focus { outline: 0; }

pre, code { font-family: monospace; }

/* Headers */

h1 {
	margin: 1em 0;
}

h2, h3 {
	margin: 0px;
}

h1 { font-size: 150%; }

h2 { font-size: 133%; }

h3 { font-size: 160%; }


/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #69c;
}

a:hover, a:active {
	text-decoration: underline;
	-moz-outline: none;
	color: #369;
}


/* Lists */

ol, ul, dl {
	list-style: none;
}


/* Tables */

table {
  /* Still need cellspacing = 0 */
	border-collapse: collapse;
	border-spacing: 0;
}


/* Odds and Ends */

hr { visibility: hidden; clear: both; }

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

sup { vertical-align: 75%; }


/* ------------- Structure ------------- */

body {
	line-height: 1;
	background: #1a1816;
	font: 12px/1.5 Tahoma, Helvetica, clean, sans-serif;
	text-align: center;
	color: #fff;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

/* Header */

#header {
	background: none;
	position: relative;
	height: 95px;
	background: transparent url(../i/logo.gif) bottom left no-repeat;
}

#logo {
}

#logo span {
	position: absolute;
	left: -9999px;
}


/* Nav */

#nav {
	position: relative;
	height: 575px;
	line-height: 1;
	font: 175% "Californian FB", Georgia, serif;
}

#nav.home {
	background: transparent url(../i/homebg.jpg) top center no-repeat;
}

#nav.about {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav.music {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav.photos {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav.video {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav.buystuff {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav.shows {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav.contact {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav.likewater {
	background: transparent url(../i/aboutbg.jpg) top center no-repeat;
}

#nav div.blurb {
	position: relative;
	top: -20px;
	left: 495px;
	height: 360px;
	width: 450px;
	padding: 15px;
	background: transparent url(../i/aboutbox.png) top left repeat;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	line-height: 1.25;
	overflow: auto;
}

#nav ul {
	position: relative;
	top: 480px;
	left: -10px;
	width: 1025px;
	height: 58px;
	overflow: none;
	background: transparent url(../i/navbg.png) top left no-repeat;
}

#nav li {
	float: left;
	padding: 20px 12px 0px;
}

#nav li.first {
	padding-top: 8px;
	margin-left: 35px;
	font-size: 166%;
	color: #800015;
}

#nav a, #nav a:visited {
	color: #800015;
}

#nav a:hover, #nav a:active {
	color: #1a1816;
	text-decoration: none;
}

#nav li.active {
	color: #4b0713;
}

/* Content Titles */

#ct {
	position: relative;
	display: block;
	padding: 0px 0px 10px 0px;
	color: #800015;
	font: 145% "Californian FB", Georgia, serif;
}


/* Main */

#c {
	position: relative;
	overflow: auto;
	background: transparent url(../i/column.gif) 700px repeat-y;
	margin-top: 25px;
}

#main {
	float: left;
	clear: left;
	width: 669px;
	padding: 0px 15px;
}

#main p {
	font-size: 145%;
	line-height: 1.5;
}

/* Side */

#side {
	margin-left: 700px;
	padding: .5em 15px;
}

#socialbuttons {
	position: relative;
	overflow: auto;
	line-height: 1;
	padding-bottom: 10px;
}

#socialbuttons ul {
	position: relative;
	overflow: auto;
}

#socialbuttons li{
	float: left;
	padding-right: 8px;
}

p.show span {
	display: block;
	font-size: 175%;
	line-height: 1;
}


/* Footer */

#footer {
	position: relative;
	overflow: auto;
	margin: 35px 0px;
	line-height: 1;
	font: 175% "Californian FB", Georgia, serif;
}

#footer ul {
	position: relative;
	overflow: none;
	background: transparent url(../i/navbg.png) top left no-repeat;
}

#footer li {
	float: left;
	padding: 20px 12px 0px;
}

#footer li.active {
	color: #444444;
}

#footer li a, #footer li a:visited {
	color: #666666;
}

#footer li a:hover, #footer li a:active {
	color: #222222;
	text-decoration: none;
}

#footer li.first {
	padding-top: 8px;
	margin-left: 35px;
	font-size: 166%;
}
