body {
	background: #CCD8E0;
	background: #505E2F;
	color: #444;
	font: 14px Tahoma, sans-serif;
}

h1 {
	font-size: 140%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}

a {
	color: #444;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: inherit;
}

#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
	margin-top: 25px;
	-webkit-box-shadow: 8px 8px 15px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 8px 8px 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 8px 8px 15px 1px rgba(0, 0, 0, 0.5);
}

/* HEADER ***************************************************************************/
#header {
	height: 80px;
	color: #FFF;
	font-size: 250%;
	padding-top: 40px;
	padding-left: 50px;	
}

#logged_in {
	text-align: right;
	font-size: 40%;
	padding-right: 10px;
}

#logged_in a {
	color: white;
}

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

#logged_in a:hover {
	color: white;
}

#message {
	margin: 0px auto;
	width: 300px;
	color: #999999;
	text-align: center;
	margin-top: 50px;
}

#message a {
	color: #999999;
}

/* MENU */
#menu {	
	background: #333333 url(../img/tabs.png);
	/*border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;*/
	height: 31px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#menu a {
	background: #D9E1E5 url(../img/tabs.png);
	border-right: 1px solid #AFBEC7;
	color: #456;
	color: white;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 31px;
	padding: 0 16px;
	text-decoration: none;
	position: relative; /*  */
}

#menu a:hover {
	background-position: left bottom;
	color: #234;
	color: white;
}

/* CONTENT */
#content {
	width: 510px;
	margin-left: 20px;
	float: left;
	text-align: justify;
	margin-bottom: 25px;
	min-height: 500px;
}

#right_menu {
	width: 210px;
	padding-left: 30px;
	margin-right: 10px;
	float: right;
	margin-bottom: 10px;
}

#upcoming_events {
	width: 210px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#footer {
	width: 800px;
	height: 20px;
	margin: 0px auto 20px;
	margin-top: 5px;
	text-align: center;
	color: white;
	margin-bottom: 30px;
}

#footer a {
	color: white;
}

/* PAGE SPECIFIC */

#content ul.music {
	list-style: none;
}

#tabs {
	text-align: left;
}
.music_links {
	text-align: right;
	padding-left: 100px;
}

.ui-tabs .ui-tabs-panel {
padding: 1em 0.5em !important;
}
.center {
	text-align: center;
}

.members_list td {
	padding-bottom: 4px;
}

.tune {
padding-left: 20px;
background-image: url('/img/page.png');
background-repeat: no-repeat;
}

.set {
padding-left: 20px;
background-image: url('/img/set.png');
background-repeat: no-repeat;
}

a.mp3 {
margin-left: 5px;
padding-left: 20px;
background-image: url('/img/speaker.png');
background-repeat: no-repeat;
font-size: 0.7em;
display: inline-block;
zoom: 1;
*display: inline;
}

.part {
margin-left: 15px;
}

/* FORMS */
label {
display: block;
}
