/* Coding and design by Justine
URL: http://louder-now.net/
EMAIL: justine@louder-now.net */

body {
	background: #386b5a url(images/hakuna_00.jpg) repeat-x;
	margin-top: 35px;
	margin-bottom: 30px;
	margin-left: -70px;
	padding: 0px;
	font-size: 11px;
	color: #4d1f1f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 672px;
		border: 0px solid yellow;
}
#top {
	width: 672px;
	height: 458px;
		border: 0px solid red;
}
#content {
	padding: 10px 0px 10px 80px;
	margin: 0px;
	background: #e6ddc6 url(images/hakuna_00-y.jpg);
	text-align: justify;
	width: 593px;
		border: 0px solid blue;
}
#quote {
	padding: 20px 0px 10px 50px;
	margin: 0px 0px 20px 40px;
	width: 490px;
	text-align: left;
	color: #af9284;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	background: url(images/quote.jpg) no-repeat;
			border: 0px solid blue;
}

/*__________________________________________ MENU */

#menu {
	padding: 0px 0px 0px 100px;
	background: #e6ddc6 url(images/hakuna_00-y.jpg);
	letter-spacing: 3px;
		border: 0px solid black;
}
#menu table {
		border: 0px solid blue;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
}
#menu table td {
	text-align: center;
}
#menu a {
	color: #598483;
	display: block;
	background: #e2d3b4;
	border-bottom: 1px solid #a84b4b;
	text-decoration: none;
	text-transform: lowercase;
}
#menu a:hover {
	color: #4e8374;
	background: #ddceae;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin-left: 88px;
	width: 584px;
	background: #5a897a;
	color: #233932;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom i {
	color: #ffc347;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #ad1610;
	text-decoration: none;
}
#bottom a:hover {
	color: #bf4200;
	border-bottom: 1px solid #e7a723;
	text-decoration: none;
}

/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 15px 17px;
}
#content h1 {
	margin: 0px 5px 0px 20px;
	padding-left: 20px;
	letter-spacing: 6px;
	font-size: 20px;
	font-style: italic;
	color: #a60707;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
#content h2, h3 {
	margin: 0px 0px 10px 0px;
	letter-spacing: 3px;
	font-size: 17px;
	font-style: italic;
	color: #b3a381;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}
#content a {
	color: #9c0606;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding: 2px;
	letter-spacing: 1px;
}
#content a:hover, a:active {
	color: #bf4200;
	border-bottom: 1px solid #e7a723;
	text-decoration: none;
}
#content b {
	color: #d37369;
	font-style: italic;
	letter-spacing: 1px;
}
#content strong {
	color: #4f806c;
	font-style: italic;
	letter-spacing: 2px;
}
#content i {
	color: #a3856f;
	letter-spacing: 1px;
}
#content em {
	color: #315f41;
	letter-spacing: 1px;
}
#content u {
	color: #376c53;
	border-bottom: 1px solid #a3856f;
	text-decoration: none;
}
#content blockquote {
	margin: 25px 80px 25px 80px;
	padding: 4px 7px 7px 7px;
	width: 431px;
	height: 180px;
	background: #ece5d2 url(images/blockquote.jpg) no-repeat;
}
#content blockquote strong { color: #96615e; text-transform: none; }
#content blockquote i { color: #9e1e20; }
#content blockquote a, #content ul li a { color: #a3856f; font-style: italic; letter-spacing: 2px;}
#content blockquote a:hover, #content ul li a:hover { color: #c7aa98; }
#content blockquote table { font-size: 11px; line-height: 26px;}

#content textarea, input, select, button, submit {
	padding: 5px;
	background: #e2d3b4;
	border-bottom: 1px solid #a84b4b;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #598483;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content img, #content a img {
	border: 7px solid #8fbba3;
	margin: 3px;
}
#content a:hover img {
	border: 7px solid #6c9d90;
}

#content ol {
	margin: 5px 8px 10px 8px;
}
#content ol li {
	padding-bottom: 10px;
}