html { background:#000; }
body {
	background:#000 url('/i/top.jpg') top left repeat-x;color:#fff;
	font-family:tahoma;font-size:0.8em;
}
a, a:link { color:#fff; text-decoration:underline; }
a:visited { color:#ddd; }
a:hover { text-decoration:none; }

h1 { font-size:180%;margin:15px 0 5px 0; }
h2 { font-size:150%;margin:5px 0;font-weight:bold; }
h3 { font-size:140%; }
h4 { font-size:120%;font-weight:bold; }
h3,h4 { margin:2px 0; }

.r { text-align:right; }
.c { text-align:center; }
i, em { font-style:italic; }
b, strong, .b { font-weight:bold; }
blockquote { margin:5px;padding:5px 10px; }

ol li { list-style:decimal; }
ol { margin-left:20px; }

label { cursor:hand; cursor:pointer; }
form input { vertical-align:middle; }
#header { height:338px; }
#menu {
	position:absolute;top:100px;left:110px;
	width:300px;font-size:140%;
}
#menu li { margin-bottom:10px; }
#menu-2nd { position:absolute;right:0;top:300px; font-size:120%; }
#menu-2nd li { text-align:right;display:inline;margin-right:50px; }

#content { padding:50px; }
#footer { clear:both;height:90px;line-height:90px;padding:0 50px; }
#footer a { margin-right:30px; }

p { margin:5px 0; }

.sidebar { width:200px;float:left;height:500px;overflow-y:scroll;padding:5px;font-size:80%; }
.sidebar .hidden { text-decoration: line-through; }
.sidebar li { margin-bottom:10px;}

.edit { position:absolute;left:300px; }
input.text, textarea.text {padding:3px; width:300px; font-family:tahoma; font-size:80%; }
textarea.text { height:350px; }

.news { width:500px; }
.cut-on { font-weight:bold; }
.cut-off { display:none; }

#menu-admin { position:relative; top:-20px; }
#menu-admin li { display:inline;padding-right:20px;margin-left:10px; }

.ui-datepicker { display:none;z-index:10; width:150px;background:#fff;position:absolute; top:0; left:0; color:#000; font-size:80%;border:2px solid #aaa; padding:5px; }
.ui-datepicker a { color:#000;cursor:hand;cursor:pointer; }
.ui-datepicker table { clear:both; }
.ui-datepicker td { padding:3px; }
.ui-datepicker td a:link { text-decoration:none; }
.ui-datepicker td a:hover { text-decoration:underline; }
.ui-datepicker-next { float:right; }
.ui-state-active { color:red !important; font-weight:bold; }

.ui-tabs .ui-tabs-hide { display: none; }

#sandbox { width:600px; }
.news-item { margin:50px 0; }
.news-item .date { text-align:right; font-size:x-small; }

#disco-albums li { float:left;margin:0 20px 10px 0; }
#disco-albums h1 { margin:0; }

#disco-album-info img { float:left;padding-right:10px; }
#disco-album-info .song_text { position:absolute; top:0; left:550px; width:350px;padding:0 8px; overflow-y:scroll; display:none; }

#disco-album-songs { clear:both;margin-top:20px;border-top:1px dotted #fff; }
#disco-album-songs td { padding:8px 5px;vertical-align:top;border-bottom:1px dotted #222; }
#disco-album-songs td.title { width:300px; }
#disco-album-songs td.empty { background:url('/i/dot.png') bottom left repeat-x; }
#disco-album-songs td.link { width:30px;text-align:center;font-size:80%; }
#disco-album-songs h2 { font-size:100%;font-weight:normal;margin:0; }
#disco-album-songs a,
#disco-album-songs a:link { text-decoration:none; }