﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: black;
	
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid white;
	border-bottom: 2px solid #725972;
	border-left: 2px solid white;
	background-color: black;
}
#masthead {
	text-align: center;
	width: 780px;
	height:125px;
	padding: 10px;
	background-image:url('../images/Header1.jpg');	
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 145px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted black;
	background-color: black;
}
#content {
	float: left;
	width: 485px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color:white;
	padding-left: 10px
}
#poem {
	position: relative;
	float: right;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted black;
    background-color: black;

}
#links  {
	position: relative;
	float: left;
	width: 145px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#footer {
	text-align: center;
	clear: both;
	width: 778px;
	border: 1px dotted #d8bfd8;
	background-color:#FFCCFF;
}
/* Masthead Styles */
#masthead h1 {
	color: black;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted black;
	background-color: black;
}
#navigation a {
	color: olive;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: black;
}
#navigation a:hover {
	color: white;
	text-decoration: none;
	background-color: black;
}
.entry ::after {
    height: 0;
    display: block;
    content: " ";
    visibility: hidden;
    clear: both;
}

.entry {
    line-height:1.5;
    font-size: 100%;
    padding: 0px 0px 20px 0px;    
    background-image: url('../musical_instruements/images/entry_bottom.gif');
    background-position: bottom center; 
    background-repeat: no-repeat; 
    border: 0;
    width:480px;
}

.entry-content {
    margin: 0px 10px 10px 40px;
    width: 430px;
    padding:10px,10px,10px,10px;
    border: 0;
}


.entry-title {
    background-image: url('../musical_instruements/images/title_backgroundA.jpg');
    background-repeat: no-repeat;
    height: 34px;
    width: 430px;
    padding: 10px 0px 0px 23px;
    margin: 0px 0px 0px 25px;
}



/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px #402640 solid;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
