@import "reset.css";

body {
	background-color: #95866f;
	color: #000;
	font:.8em Georgia, "Times New Roman", serif; font-weight: normal;text-decoration: none; 
}

div#doc-body {
	width: 750px;
	margin-top:40px; margin-left: auto; margin-right: auto;
	border: 2px solid #24211c;
	background: #fefdf8 url(/media/images/background.gif) bottom right ;	
	background-repeat: no-repeat;
	color: inherit ;
}

div#doc-header{
	text-align:right;
	padding-bottom: 100px;padding-right: 150px;padding-top:35px;
	background-image: url(/media/images/header.png); 
	background-color: #95866f ;
	color: #fefdf8 ;
	font-size:20px;
}


#doc-content{
padding:20px;
}


#doc-content p {
margin-bottom:20px;
}

div#doc-content p:first-letter {color: #5f5341; font-size: 1.3em;}


#doc-content h1{
	font-size:1.2em;
	color: #000;
	letter-spacing: 2px; 
}

#doc-content h2{
	font-size:.9em;
	color: #d7c39d;
	letter-spacing: 2px; 
	margin-bottom:10px;
}


#doc-content h3{
	font-size:1.2em;
	color: #615c53;
	letter-spacing: 2px; 
	margin-top:10px;
	margin-bottom:10px;
}


#doc-content-right{
	float:right;
	width:300px;
	margin-left:30px;
}

#doc-content-right table{
	margin-bottom:20px;
	width:100%;
	border: 1px solid #e8e0d0;
}

#doc-content-right tr{
	margin-bottom:5px;
	padding:2px;
	background-color:#f5f3ef;
}

#doc-content-right .activerow{
	margin-bottom:5px;
	padding:2px;
	background-color:#e8e0d0;
}


#doc-content-right tr:hover{
	background-color:#dfd8cc;
}

#doc-content-right .icons{
	padding:2px;
	text-align:right;
	color:#c2a97c;
}

.mp3player{
display:inline;
height:20px;
}

#doc-content-right #key{
	margin-bottom:10px;
	color:#c2a97c;
	font-size:0.9em;
}

#doc-content-right #songdisplay {
background-color:#f5f3ef;
border: 1px solid #e8e0d0;
padding:10px;
}


#doc-content-right #comments #note{
	margin-bottom:20px;
	color:#c2a97c;
	font-size:0.7em;
}

#doc-content-right #comments h1 {
	font-size:1.2em;
	color: #000;
	letter-spacing: 2px; 
	margin-top:20px;
}

#doc-content .newsong{
color: #f00;
font-size:0.8em;
}

#doc-content-right .comment {
background-color:#f9f4eb;
padding:5px;
}

#doc-content-right .commentalt {
background-color:#e8e4dd;
padding:5px;
}

#doc-content-right h4{
	font-size:.8em;
	color: #615c53;
	letter-spacing: 2px; 
	margin-bottom:10px;
}


#doc-content-right a:link, #doc-content-right a:visited {
	color: #000;
	text-decoration: none;
}
#doc-content-right a:hover {
	color: #7f725d;
	text-decoration: underline;
}

#doc-content-right p {
margin-top:10px;
font-size:.9em;
}

div#doc-content-right p:first-letter {color: inherit;}



#doc-content-left{
float:left;
width:350px;
}



#entryform {
	margin-top:20px;
	color: inherit;
	background-color: inherit ;
	width:250px;
	font-size:0.9em;
}

#entryform input, #entryform textarea{
	border: 1px solid #95866f;
	color: #24211c;
	background-color: #fefdf8;
	padding: 2px;
	margin-bottom: 5px;
	width:250px;
	font-size:0.9em;
}

#entryform #submit{
	width:100px;
}

#entryform #button{
	float:right;
}

#error{
	color: #9a0000;
	margin-bottom:20px;
}

#success{
	color: #009a14;
	margin-bottom:20px;
}

#comment h2, #commentalt h2  {
	color: #24211c; 
	background-color: inherit;
	margin-bottom:5px;
}
	
#doc-footer{
	font-size:0.9em;
	clear:left;
	padding-bottom: 10px; padding-left: 20px;padding-top:150px;
	color: #95866f;
}

#doc-footer a:link, #doc-footer a:visited {
	color: #95866f;
	background-color: inherit ;
	text-decoration: underline;
	margin: 0px auto;
	font-weight: normal;
	font-size:0.9em;
}
#doc-footer a:hover {
	color: #000;
	background-color: inherit ;
	text-decoration: underline;
	font-weight: normal;
	font-size:0.9em;
}


