/* Coding and design by Justine
URL: http://louder-now.net/
EMAIL: justine@louder-now.net */

body {
	background: #191919 url(images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #5d5d5d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 674px;
	background: #000000;
}
#top {
	width: 674px;
	height: 410px;
	background: #000000 url(images/malesingers.jpg);
		border: 0px solid red;
}
#content {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: justify;
	width: 660px;
}

/*__________________________________________ MENU */

#menu {
	margin: 0px 10px 0px 10px;
	width: 674px;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	letter-spacing: 3px;
}
#menu table {
			border: 0px solid blue;
}
#menu a {
	margin-bottom: 10px;
	color: #7b7b7b;
	display: block;
	background: #121212;
	text-decoration: none;
	text-transform: lowercase;
}
#menu a:hover {
	color: #cccccc;
	background: #1b1b1b;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 674px;
	background: #0b0b0b;
	color: #534e56;
	text-align: center;
	font-size: 11px;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #3e568e;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	color: #2a3b61;
	text-decoration: none;
}
/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 25px 20px;
}
#content h2 {
	margin: 5px 5px 15px 20px;
	padding-left: 20px;
	letter-spacing: 6px;
	font-size: 22px;
	font-style: italic;
	color: #273438;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
#content h3 {
	margin: 0px 0px 10px 0px;
	letter-spacing: 3px;
	font-size: 17px;
	font-style: italic;
	color: #5a6166;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}
#content h4 {
	display: none;
}
#content a {
	color: #9e1e20;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover, a:active {
	color: #d6373b;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #a3856f;
	font-weight: normal;
	text-transform: uppercase;
}
#content strong {
	color: #9e1e20;
	font-style: italic;
	letter-spacing: 2px;
}
#content i {
	color: #a3856f;
}
#content em {
	color: #475f8e;
}
#content u {
	color: #717171;
	border-bottom: 1px solid #172b46;
	text-decoration: none;
}
#content blockquote {
	margin: 25px 80px 25px 80px;
	padding: 5px;
	background: #0b0b0b url(images/blockquote.jpg);
}
#content blockquote b { 
	color: #636a6e; 
	font-style: italic;
	font-weight: bold;
	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 textarea, input, select, button, submit {
	background-color: #121212;
	border: 0px;
	color: #778287;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content img, a img {
	border: 5px solid #121212;
	margin: 3px;
}
#content a:hover img {
	border: 5px solid #1b1b1b;
}
