body
{
    background-color: #779d5d;
    font-family: sans-serif;
}

a
{
    color: #4b5b40;
}

a:hover
{
    color:  #6e7e4d !important;
}

a:visited
{
    color: black;
}

h2
{
    border: 0;
    margin: 0;
    padding: 0;
}
/* page header ---------------------------------------------------------------*/
#serendipity_banner
{
	background-image: url(img/nmm-day-logo.gif);
	background-repeat: no-repeat;
}

#mainpane
{
    border-color: #6e7e4d;
    background-color: #d9e8bb;
}

#tail
{
    border-color: #6e7e4d;
    background-color: #d9e8bb;
}

.serendipity_title, .serendipitySideBarTitle, .serendipity_commentsTitle
{
    background-image: url(img/nmm-day-catears.gif);
    background-repeat: no-repeat;
    padding-left: 13px;
    background-color: #eaea6b;
    border-color: #779d5d;
}

.serendipity_calendarHeader, .serendipity_calendar .Active
{
    background-color: #779d5d;
}

.serendipity_comment
{
    border-color: #a3b384;
    background-color: #becd9f;
}

.serendipity_entry_body img{    border-color: #6e7e4d;}

/* general sections ------------------------------------------------------------

#tail
{
    position: absolute;
    top: 176px;
    right: 30px;
    left: 500px;
    border-width: 0;
    border-right-width: 20px;
    border-top-width: 20px;
    border-color: #6e7e4d;
    border-style: solid;
    background-color: #d9e8bb;
    height: 65px;
    text-align: right;
    padding-right: 5px;
}

.holder
{
    background-color: #d9e8bb;
    border: 20px solid #6e7e4d;
    border-top: 0;
    padding: 20px;
    padding-top: 0;
    margin: 30px;
    margin-top: 0;
	clear: left;
}

.main
{
    border-bottom: 2px solid #6e7e4d;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-right: 200px;
}

.main>p, .main>h2, .main>h3, .main>ul, .main>form, .main>form>p
{
    margin-top: 0;
    padding-top: 5px;
}

#pagefooter
{
    font-size: smaller;
    clear: both;
}

.resource
{
    float: right;
    width: 200px;
    margin-top: 1.5em;
}

table.list
{
	width: 100%;
}

/* the alphabet area --------------------------------------------------------
#alphabet
{
    position: absolute;
    top: 270px;
    left: 0;
    font-weight: bold;
}

#alphabet ol
{
	list-style-type: none;
	padding-left: .5em;
	margin: 0;
}

#alphabet a
{
    color: black;
    text-decoration: none;
}

#alphabet a:visited
{
    color: #d9e8bb;
}

#alphabet a:hover
{
	padding-left: .3em;
}

/* stuff related to comments ------------------------------------------------
#loginbox, #greetbox
{
    font-size: small;
}

#loginbox p, #greetbox p
{
    margin: 0;
}

/* little tweaks for various pages ------------------------------------------

#songdetail img, #animeview img, #artistdetail img
{
    float: right;
    border: 1px solid #6e7e4d;
}

#sitehistory p, #writeup p
{
    text-indent: 2em;
}

#animelist ul
{
    list-style-type: none;
}
#animelist ul li
{
    float: left;
    width: 150px;
    padding-right: 7px;
}

 #animelist ul li .date, #animelist ul li .animename
 {
    display: none;
 }
 
 #animelist p
 {
    clear: both;
    font-size: small;
    font-style: italic;
 }
 
 #faq dt
 {
    font-weight: bold;
 }
 
 .download
 {
    font-weight: bold;
 }

/* lyrics appear/vanish code for use w/ javascript -----------------
.spander
{
	cursor: pointer;
	/*float: right;*/
}

.shown
{
	display: block;
}

.hidden
{
	display: none;
}

/* user comments styling -------------------------------------------
.usercomment
{
    background-color: #becd9f;
    padding: 5px;
    border-bottom: 2px solid #a3b384;
    margin-top: 5px;
    font-weight: bold;
    font-size: smaller;
}

.usercomment .date
{
    font-style: italic;
    float: right;
}

.usercomment .meat
{
    font-weight: normal;
}

#commentedit textarea
{
    font-family: sans-serif;
    font-size: small;
    border: 1px solid #6e7e4d;
    padding: 2px;
}

#navbar
{
    margin-top: 40px;
}

#navbar ul
{
    list-style-type: none;
    font-size: larger;
}

/* list stuffs ----------------------------------------------------------

.list thead td
{
	padding: .5em;
	font-weight: bold;
	background-color: #c8ff5d;
}

.list thead a
{
	color: black;
	text-decoration: none;
}

.list thead .selected a, .list thead a:hover
{
	text-decoration: underline;
}

.list tbody .odd
{
	background-color: #a8c28c;
}

/* alphabetical list ----------------------------------------------------------
#alpha li
{
	clear: left;
	margin: 10px;
	padding: 10px;
	border-top: 2px solid #a8c28c;
}

#alpha li>ul
{
    margin-left: 170px;
}

#alpha li .date
{
    display: none;
}

#alpha li h3
{
    margin: 0;
}

#alpha ul
{
	padding: 0;
	list-style-type: none;
}

#alpha li li
{
	border: 0;
	padding: 2px;
	clear: none;
	text-indent: 0;
}

#alpha li ul
{
	list-style-type: circle;
}

#alpha img
{
	float: left;
	margin-bottom: 10px;
    margin-right: 10px;
}

#alpha
{
    padding-bottom: 30px;
}

/* administrative pages -------------------------------------------------
.admin textarea
{
	display: block;
	width: 90%;
	margin: 0;
}

.admin b
{
	display: block;
}

.admin input
{
	width: 90%;
}

/* title replacements ---------------------------------------------
#recentsongs
{
    background-image: url(images/nmm-day-recentsongs.gif);
    background-repeat: no-repeat;
    padding-top: 90px;
}
#recentsongs>h2
{
    display: none;
}

#songdetail>h3
{
    display: none;
}
#writeup
{
    background-image: url(images/nmm-day-writeup.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}

#navbar
{
    background-image: url(images/nmm-day-navigation.gif);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 50px;
}

#navbar a
{
    text-decoration: none;
}

#listnmmartists #artistlist>h2
{
    display:none;
}
#listnmmartists #artistlist
{
    background-image: url(images/nmm-day-listartists.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}

#listarrangements #songlist>h2
{
    display:none;
}
#listarrangements #songlist
{
    background-image: url(images/nmm-day-listarrangements.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}

#faq>h2
{
    display:none;
}
#faq
{
    background-image: url(images/nmm-day-faq.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}

#animelist>h2
{
    display:none;
}
#animelist
{
    background-image: url(images/nmm-day-listanime.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}

#originallist #songlist>h2
{
    display:none;
}
#originallist #songlist
{
    background-image: url(images/nmm-day-listoriginals.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}

#composerlist #artistlist>h2
{
    display:none;
}
#composerlist #artistlist
{
    background-image: url(images/nmm-day-listcomposers.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}
 
/* old stuff=====================================================================================

#tagline
{
    position: absolute;
    top: 120px;
    left: 420px;
    font-style: italic;
    font-weight: bold;
}

#content
{
    background-color: #d9e8bb;
    border: 20px solid #6e7e4d;
    border-top: 0;
    padding: 20px;
    padding-top: 0;
    margin: 0 30px;
    margin-top: -4px;
}

h2
{
    margin: 0;
    padding: 0;
}

.thumb
{
    float: right;
    margin: 10px;
}

p
{
    margin: 2px;
    text-indent: 2em;
}

h3
{
    margin: 2px;
    font-size: normal;
    font-style: italic;
    font-weight: normal;
}

#nav
{
    float: right;
    width: 200px;
    border-left: 2px solid #6e7e4d;
}


#updates
{
    margin-right: 200px;
    border-right: 2px solid #6e7e4d;
    padding-right: 10px;
}

.date
{
    font-size: small;
    font-style: italic;
}

.post
{
    border-bottom: 2px solid #6e7e4d;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.info
{
    text-indent: 0;
    margin: 0;
    border-left: 2px solid #6e7e4d;
    border-right: 2px solid #6e7e4d;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}

#footer
{
    clear: both;
    font-size: x-small;
    text-align: center;
}

*/
