@charset "UTF-8";
body {
    font: 1.175em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height:1.3em;
	background:url(../img/tile-wood-horz.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../img/sky-loop.jpg);
	
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 5px solid #000000;
	border-right: 5px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0px;	
}

#header h1 {
	margin: 0;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header h1 img {
	border:none;
}

#facebook {
margin :10px 15px 20px 10px;
}

#sidenav {
margin: 0px 0px 0px 30px;
width :200px;
float:left; 
}

.lightredback {background-color:#FFA5A6;}
.lightgreenback {background-color:#D1FFA8;}
.lightgreenback2 {background-color:#9EFE9C;}

#mainContent h2 {
text-align:center;
padding-top: 30px;
margin: 0;
padding-bottom:20px;
}

#mainContent h3 {
padding-top: 15px;
}


#mainContent {
	margin-left: 250px;
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../img/corner-bottomleft.gif) white bottom left no-repeat;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
    text-align: center;
}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.tracklisting {
font-size:.8em;
}

#tracklistitem {
width :550px;
margin-top: 30px;
margin-right:auto;
margin-left:auto;

}

.newstitle {
	border-bottom: 1px solid black;
	margin-top: 50px;
}

.caption {
text-align:center;
margin-top:-5px;
font-size:.8em;
font-style:italic;
clear:right;
}




#gallery img {

float:right;
margin: 20px 50px 5px 50px;
}


#footer {
	padding: 220px 10px 30px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:white;
	background:url(../img/footer950.jpg) bottom left no-repeat;
}

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

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


#footer p {
	text-align:center;
	vertical-align:bottom;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0;
	font-size: 0.9em;
}
