@charset "utf-8";
/* CSS Document */

/* Globals */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(../images/cssImages/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin-top:10px;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

img {border: none;}



/* Structure */

#header {
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 259px;
	width:760px;
	background-color: #111;
	background-image: url(../images/ub40_tribute_banner2.jpg);
	background-repeat: no-repeat;
}

#container {
	margin-top:5px;
	border: 3px solid #444;
	width:760px;
	margin:0 auto;
}

#mainContent{
	width:500px;
}


#main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}


#content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
	width:490px;
	float:left;
}

#rightCol {
	float: right;
	width:230px;
}

#rightColContainer{
	width:200px;
	margin:0 auto;
	subnav 
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.mediaCommentHeading{
	font-weight:bold;
}


.mediaComments{
	margin-bottom:20px;
}

#footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}

#bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	text-align:center;
}

#headerText{
	color:#FFF;
	
}
#generalPics{
	margin-bottom:15px;
}


/* Navigation */

.nav {
	background-color: #191919;
	background-image: url(../images/cssImages/nav.gif);
}

.nav a {
	background: #191919 url(../images/cssImages/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}

.nav a:hover {
	background: #191919 url(../images/cssImages/nav_hover.gif);
}




/* footer */

#footer a {color: #666;}
#footer a:hover {
	color: #BBB;
	background: #222;
}


#mainContent a {color: #666;}
#mainContent a:hover {
	color: #BBB;
	background: #222;
}

/* Media */

.songTitle{
	margin-bottom:5px;
	font-weight:bold;
}
.sideBarItem h1{

	color:white;
	
}

.galleryThumb{
	border:1px white solid;
	margin:5px;
}


/* General */
.sideBarItem{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid white;
}

.clearer {clear: both;}

.singleMediaComment{
	border: thin solid #303030;
	padding-right: 8px;
	margin-bottom:20px;
}
.commentText{
	float:left;
	padding-left:10px;
	padding-top:5px;
	font-size:14px;
}

.commentPic{
	float:left;
}

#content h1 {
	background: url(../images/cssImages/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.introText{
	font-size:16px;
	margin-bottom:10px;
}


/* repertoire */



/* form */

label{
float: left;
width: 120px;
font-weight: bold;
}

label.error { display:block; width:300px; float: none; color: red; padding-left: .5em; vertical-align: top; }


input, textarea{
width: 180px;
margin-bottom: 5px;
background-color:#666
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
