/*
Somerset Music Hub
Jonathan Mann / jomann@gmail.com
*/

/* Common Style Overwrites */
body, html {
	height:100%;
	padding:0; margin:0;
	font-family:Arial,Sans; color:#355F75; font-size:9pt;
}
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:1.8em; font-weight:bold; color:#01AAED;
	margin:0;
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12pt; color:#F9A030; font-weight:normal;
	margin:0;
}
a {
	color:#7FA5B9; text-decoration:none; font-weight:bold;
}
a:hover {
	color:#7FA5B9; text-decoration:underline;
}

/* DIVs */
#wrapper {
	width:auto; min-height:100%; height:auto !important; height:100%;
	margin:0 auto -60px;
}
#header {
	width:100%;	height:68px;
	background-color:#01AAED;
}
#directory {
	width:225px; height:50px;
	margin:10px 5px 0px 0px;
	position:absolute; right:10px; top:3px;
}
#container {
	margin-top:12px; padding:0px 15px 0px 15px;
	text-align:justify;
}
#poster {
	width:300px; height:460px;
	float:right; display:inline; /* IE6 Float Fix - Eww. */
	padding:15px;
}
#push {
	height:60px;
}
#footer {
	background-image:url(../images/footer-repeat.png); background-repeat:repeat-x;
}

/* Classes */

.ulist {
	list-style:none;
	margin-left:-10px;
	list-style-image:url(../images/bullet.gif);
	line-height:1.6;
}