/* OK here Comes the basic Site Layout stuff. Divs in here please */

body {
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
#container {
	margin:0 auto;
	text-align:left;
	width:960px;
}
#left {
	width:600px;
	float:left;
}
#right {
	width:320px;
	margin-left:40px;
	float:left;
	margin-top:100px;
}



/* Let's Break it down. */
/* About Section in here. Its moved now but this is here in case I change my mind. Which I do. Lots. */


#about {
	width:600px;
	margin-top:40px;
	height:120px;
	padding-bottom:40px;
}
#about p {
	color:#FFF;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	display:none;
}
#about p span {
	background-color:#000;
}

/* Logo Baby */

#logo {
	margin:50px 0;
}

/* Quote Stuff */

#quote {
	width:600px;
	background-image:url(/images/quote.png);
	background-repeat:no-repeat;
}
#quote p {
	color:#333;
	font-style:italic;
	font-size:1.5em;
	margin:20px 0;
}
#quote p#first {
	padding-top:20px;
	margin-left:20px;
}
#quote p + p {
	margin-left:50px;
}
#quote p + p + p {
	margin-left:80px;
}
#quote p#last {
	float:right;
	font-size:.7em;
	color:#000;
	margin:0;
}

/* Right Section Ahead! */
/* About me. My Favourite Subject. Its going to drop it like its hot. */

#about_cont {
	height:120px;
	width:160px;
	margin-bottom:25px;
	position:relative;
}
#about2 {
	height:100%;
	overflow:hidden;
	width:160px;
}
#about2 p {
	font-size:.678em;
	line-height:1.5em;
	margin:0 10px;
	padding:10px 0;
}

.bam, .bam2, .bam3, .bam4 {
	position:absolute;
	bottom:0px;
	right:0px;
	margin-right:10px;
	font-size:0.7em;
	color:#ee1d24;
	text-decoration:none;
	font-weight:bold;
}




/* See me. To contain gig list and lightbox links. */

#see_cont {
	height:130px;
	margin-bottom:25px;
	position:relative;
	width:160px;
}

#see {	
	height:100%;
	overflow:hidden;
	width:160px;
}
#see p {
	margin:0 10px;
	font-size:0.678em;
	line-height:1.5em;
}
#see ul#gigs {
	position:absolute;
	font-size:.8em;
	margin-left:10px;
	margin-top:10px;
	padding-bottom:50px;
}
#see ul#gigs li {
	padding:0 0 0 60px;
	position:relative;
	line-height:1.2em;
}
#see ul#gigs li span {
	left:0;
	position:absolute;
	top:0;
}
#see ul#pics {
	margin-left:10px;
}
#see ul#pics, #see ul#pics li {
	display:inline;
	font-size:1em;
	line-height:1.5em;
}

#see ul#pics li a {
	color:#666;
	text-decoration:none;
}
#see ul#pics li a:hover {
	color:#ee1d24;
	text-decoration:underline;
}

#see #pic_para {
	margin-top:60px;
}

/* Hear thee Hear Thee. I'm awesome/ */
#hear {
	width:160px;
	margin-bottom:25px;
}

#hear p {
	margin:0 10px;
	font-size:0.678em;
	line-height:1.5em;
}
#hear ul#mixes {
	margin:10px;
}
#hear ul#mixes li {
	font-size:.8em;
	line-height:1.2em;
}


/* Mail me. Fail me. Communicate. I do it all the time */

#mailbox {
	width:400px;
	margin-bottom:25px;
	overflow: hidden;
}
#mail {
	width:160px;
	float:left;
	position:relative;
	height:200px;
}

#mail p {
	margin:0 10px;
	font-size:0.678em;
	line-height:1.5em;
}
#mail ul {
	margin:10px;
}

#mail ul li {
	font-size:0.9em;
	color:#333;
}

#mail ul li a, #hear ul li a{
	color:#666;
	text-decoration:none;
}

#mail ul li a:hover, #hear ul li a:hover {
	color:#ee1d24;
	text-decoration:underline;
}

#mailform {
	float:left;
	background-color:#000;
	width:0px;
	overflow:hidden;
	height:200px;
}

#mailform p#success, #fansuccess {
	color:#FFF;
	margin:10px;
}

#mailform form{
	margin-top:10px;
}

#mailform label, #fan_sign label {
	color:#FFF;
	margin:0 10px;
}

#mailform input, #mailform textarea, #fan_sign input {
	width:140px;
	margin:0 10px;
}

#mailform #submit {
	width:100px;
}


/*LOVE ME*/

#love_cont {
	width:400px;
	margin-bottom:25px;
	overflow: hidden;
}

#love {
	width:160px;
	float:left;
	position:relative;
	height:150px;
}

#fan_sign {
	float:left;
	background-color:#000;
	width:0px;
	overflow:hidden;
	height:70px;
	margin-top:40px;
}

#fan_sign form {
	margin-top:5px;
}
	

#love p {
	margin:0 10px;
	font-size:0.678em;
	line-height:1.5em;
}


#footer {
	text-align:right;
	
}

#footer p {
	margin-top:40px;
	margin-right:170px;
	font-size:.7em;
}

#footer a{
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#ee1d24;
	text-decoration:underline;
}