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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************
*** GENERAL
*************************************/

body {
font-family: verdana;
font-size: 12px;
background-color: #171a1b; 
margin: 0px; 
padding: 0px;
background-image: url(../images/bg-right.png); 
background-repeat: repeat-x;
}

#container {
width:960px; 
background-image: url(../images/bg-main.png); 
min-height:750px; 
height: 750px;
background-repeat: no-repeat
}

/*************************************
*** MENU
*************************************/
#menu {
	left: 400px;
	padding: 10px;
	top: 5px;
	position:absolute;
	width: 550px;
	font-size: 16px;
	color: white;
	
	white-space:nowrap;
	list-style-type:none;
}

#menu a {
	color: white;
	text-decoration: none;
	font-size: 16px;
}

#menu .home .home a, 
	#menu .biography .biography a ,
	#menu .music .music a,
	#menu .events .events a,
	#menu .contact .contact a,
	#menu a:hover {
	color: #cccc99;
}

#menu ul {
	padding:0;
	margin:0;
	border-width: 0px;
}

#menu ul  li{
	display:inline;
	/*width: 100px;*/
	margin-right: 50px;
}

/*************************************
*** TITLE
*************************************/
#title {
	left: 400px;
	top: 260px;
	position:absolute;
	width: 550px;
	font-size: 28px;
	text-align: right;
}

/*************************************
*** SOCIAL
*************************************/

#social {
	width: 350px;
	top: 680px;
	padding-left:30px;
	position:absolute;
	
	list-style-type:none;
}

#social ul {
	padding:0;
	margin:0;
	border-wdidth: 0px;
}

#social ul  li{
	display:inline;
	/*width: 100px;*/
	margin-right: 10px;
}

/*************************************
*** CONTENT
*************************************/

#content {
	left: 400px;
	top: 280px;
	position:absolute;
	width: 550px;
	min-height: 400px;
	padding: 5px;
	padding-bottom: 50px;
}

#content a, #content td, #content {color:white}

#content h1 {
	color: white;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#content p {
	font-size: 13px;
	color: white;
	padding-bottom: 20px;
	line-height: 15px;
}

#content input, #content textarea {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .event {
	margin: 5px;
	border-top: 1px solid #ffd900;
	float: left;
}

#content .event div {
	padding: 5px;
}

#content .event .eventname {
	font-size: 17px;
	font-weight: bold;
	width: 350px;
	float: left;
}

#content .event .eventname a {
	text-decoration: none;
}

#content .event .eventname a:hover {
	text-decoration: underline;
}

#content .event .eventlocation {
	padding-top: 10px;
	float: right;
	width: 150px;
	text-align: right;
}

#content .event .eventlocation  span {
	color: #cccc99;
}

#content .event .eventdate {
	float: right;
	font-style: italic;
	color: #cccc99;
	font-size: 13px;
}	

#content .event .eventdetail {
	clear: both;
	float: left;
}

#content .event .eventadmin {
	clear: both;
	float: left;
}

.eventadmin a {
	text-decoration: none;
	font-weight: bold;
}

.eventadmin img {
	vertical-align: middle;
}

.message {
	padding: 25px;
	margin: 10px;
	margin-bottom: 20px;
	background-color: #e6e6e6;
	border: 2px solid gray;
	color: black;
}

.message a {
	color: black !important;
}

.message  ul {
	list-style: square;
	padding-top: 10px;
	padding-left: 20px;
}

.hide {
	display: none;
}

.home_events {
	width: 300px;
	float: left;
}

.home_events .event .eventname {
	width: 300px !important;
}

.home_events .event .eventdate {
	float: left !important;
}

.home_events .event .eventlocation {
	padding-top: 5px !important;
}

.sidebar {
	float: right;
	width: 210px;
}

