/* davidcmusic.css 16th Nov 2004 */

@media screen, projection
{

div.break { clear:both; }

a img { border:none; }

a:hover {
	text-decoration:none;
}

html { background:#000; }

.hidden { display:none; }

div#column { margin:40px auto 40px auto; width:620px; }

a#header { color:#000; font:55px sans-serif; padding-left:5px; }

div#location { font:45px sans-serif; color:#fff; }

div#othermenu { text-align:right; padding-right:5px; }

div#othermenu a { color:#000; font:small sans-serif; }

a#header, div#location, a.forwardmenu, a.backwardmenu, div#othermenu  a { text-decoration:none; }

a#header, div#othermenu { background:#fff; }

a.forwardmenu, a.backwardmenu, div#othermenu { color:#000; }

a#header, div#location, a.forwardmenu, a.backwardmenu, div#othermenu { display:block; margin-bottom:4px; }

a#header, div#location, div#othermenu { margin:0 40px 4px 40px; }

a.forwardmenu { background:#fff url(right_arrow.gif) no-repeat right top; text-align:right; margin-left:40px; padding-right:45px; }

a.backwardmenu { background:#fff url(left_arrow.gif) no-repeat left top; text-align:left; margin-right:40px; padding-left:45px; }

a.forwardmenu, a.backwardmenu { font:35px sans-serif; }

div#frontcontent { background:url(front.jpg); display:block; height:400px; }

div#content { background:#fff; color:#000; margin:0 40px 0 40px; padding:20px; display:block; }

h2 { font-size:x-large; }
h3 { font-size:large; }
h2, h3 { font-family:sans-serif; }

h2, h3, p { margin:0 0 1em 0; }

div#content a:visited { color:#00e; }



/* music list item */
div.listsong { width:480px; padding:10px; background-color:#eee; margin-bottom:0.5em; }
div.listsong span.title { font:large sans-serif; margin:0px; padding:0px; }
div.listsong span.date { font:small sans-serif; margin:0px; padding:0px; }
div.listsong p { margin:5px 0 5px 0; padding:0px; }
div.listsong div.play { background:url(stream.gif) no-repeat left; padding-left:10px; margin:0 10px 0 0; float:right; }
div.listsong div.download { background:url(download.gif) no-repeat left; padding-left:16px; float:right; }

div.listsong a:hover {
	text-decoration:none;
}

table.rss { width:100%; margin-bottom:1em; }
table.rss th { text-align:left; background:#eee; }
table.rss td { }
	
div.help { margin:0 0 1.0em 0; padding:3px; text-align:left; background:#eee url(../help.gif) top right no-repeat; }
}