/* Coding and design by Justine
URL: http://louder-now.net/
EMAIL: justine@louder-now.net */

body {
	background: #131415;
	margin: 40px 0px 30px 0px;
	padding: 0px;
	font-size: 11px;
	color: #5a5a5a;
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 23px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 685px;
	background: #0b0b0c;
}
#top {
	width: 685px;
	height: 357px;
	background: #0b0b0c url(images/winamp_01.jpg);
	position: relative;
}
#stats {
	position: absolute;
	top: 250px;
	left: 465px;
	line-height: 13px;
	color: #64584c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: justify;
	width: 685px;
			border: 0px solid yellow;
}
/*____________________________________________________ STATS */
#stats {
	position: absolute;
	top: 250px;
	left: 465px;
	line-height: 13px;
	color: #64584c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#stats a {
	color: #947f6a;
	text-decoration: none;
}
#stats a:hover {
	color: #da8d64;
}
#stats b {
	color: #533b27;
}
#stats em {
	color: #8b837a;
}

/* _____________________________________________________ MENU */
#menu {
	padding: 10px 0px 0px 5px;
	margin: 0px;
	width: 680px;
	height: 44px;
	text-align: left;
	letter-spacing: 3px;
	background: #0b0b0c url(images/winamp_02.jpg) no-repeat;
			border: 0px solid blue;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	padding: 0px 15px 0px 15px;
	display: inline;
	 		border: 0px solid red;
}
#menu ul li a {
	color: #b9ada1;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}
#menu ul li a:hover {
	color: #524837;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 685px;
	background: #000000;
	color: #595959;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom i {
	color: #e0c666;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #7a5535;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	color: #ae5c3a;
	text-decoration: none;
}

/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 15px 10px;
}
#content h1 {
	color: #573d27;
	margin: 5px 5px 2px 30px;
	padding-right: 10px;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 7px;
}
#content h2, #content h3 {
	color: #423c36;
	margin: 5px 5px 20px 30px;
	padding-right: 10px;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 3px;
}
#content a {
	color: #da8d64;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px;
}
#content a:hover, a:active {
	color: #eae16a;
	background-color: #222222;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #908880;
	font-style: italic;
	letter-spacing: 1px;
}
#content strong {
	color: #ecd853;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #908880;
}
#content em {
	color: #ecd853;
}
#content u {
	color: #7f7770;
	border-bottom: 1px solid #877638;
	text-decoration: none;
}
#content ol {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
#content ol li {
	padding: 0px 10px 10px 5px;
}

#content ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
}
#content ul li {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	list-style-image: url(images/li.gif);
}
#content img {
	margin: 3px;
}
#content textarea, input, select, button, submit {
	padding: 5px;
	background-color: #000000;
	color: #bdb9b4;
	border: 0px;
	font-style: italic;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
