/* Design and coding by Justine
URL: http://louder-now.net/
E-MAIL: justine@louder-now.net */

body {
	margin: 0px;
	padding: 0px;
	background-color: #e7e7e7;
	background-image: url(images/bugle_bg.jpg);
	color: #444444;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 23px;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 719px;
	height: 735px;
	background: url(images/lay.jpg);
		border: 0px solid blue;
}
#container {
	margin: 0px;
	padding: 0px;
		border: 0px solid red;
}
#content {
	position: absolute;
	left: 10px;
	top: 520px;
	width: 550px;
	text-align: justify;
		border: 0px solid blue;
}


/*__________________________________________ MENU */

#menu {
	position: absolute;
	top: 480px;
	left: 10px;
	width: 550px;
	text-align: center;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
}
#menu ul li {
	padding: 0px;
	display: inline;
}
#menu ul li a {
	padding-right: 10px;
	cursor: default;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	text-transform: lowercase;
}
#menu ul li a:hover {
	cursor: default;
	color: #c03700;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	margin: 30px 0px 20px 10px;
	padding-top: 5px;
	width: 550px;
	text-align: center;
	letter-spacing: 2px;
	font-style: italic;
	color: #2b2b2b;
		border: 0px solid blue;
}
#bottom a {
	color: #c03700;
	font-weight: normal;
}
#bottom p {
	padding: 0px;
	margin: 0px;
}

/*_______________________________________ CONTENT */

#content p {
	padding: 5px;
}
#content h1 {
	color: #545454;
	margin: 5px 0px 0px 40px;
	margin-bottom: -10px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	letter-spacing: 4px;
}
#content h1:first-letter {
	color: #c03700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
}
#content h2, #content h3 {
	color: #9f8720;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 3px;
}
#content a {
	padding: 2px;
	letter-spacing: 1px;
	color: #9a7d00;
	font-style: italic;
	text-decoration: none; 
	cursor: default;
}
#content a:hover {
	color: #c03700;
	background: url(images/hover.jpg);
	text-decoration: none;
	cursor: default;
}
#content strong {
	color: #2b2b2b;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
#content b {
	color: #cc4f4e;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #cc4f4e;
	letter-spacing: 1px;
}
#content em {
	color: #91675a;
	letter-spacing: 1px;
}
#content u {
	color: #d04d18;
	text-decoration: none;
	border-bottom: 1px solid #777777;
}
#content ul {
	font-size: 11px;
	margin-top: 0px;
}
#content ul li {
	padding-bottom: 5px;
}
#content ul li a {
	margin-bottom: 5px;
	color: #d04d18;
	text-decoration: none;
	letter-spacing: 3px;
}
#content ul li a:hover {
	color: #282828;
	text-decoration: none;
	background: none;
}
#content ol li {
	padding-bottom: 15px;
}
#content blockquote {
	margin: 20px 40px 20px 30px;
	padding: 10px;
	background: url(images/blockquote.jpg);
	color: #555555;
}
#content input, textarea, button, select {
	background: url(images/blockquote.jpg);
	padding: 5px;
	border: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #323232;
}
#content option {
	padding: 3px;
	border: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #323232;
}
#content img, #content a img {
	margin: 3px;
}
