/* Coding and design by Justine
URL: http://louder-now.net/
EMAIL: justine@louder-now.net */

body {
	background: #0d0d0d url('images/bg.png') center top;
	margin: 0;
	padding: 0;
	color: #535353;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
}
#container-x {
	background: url('images/bgx.png') center top repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#container {
	background: #000000  url('images/bgcont.png');
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 819px;
}
#top {
	background: url('images/main.jpg');
	height: 410px;
	width: 819px;
}
#content {
	padding: 0;
	margin: 0 0 0 90px;
	min-height: 200px;
	text-align: justify;
	width: 633px;
}
#title {
	background: url('images/title.png');
	position: absolute;
	left: 0;
	top: 336px;
	height: 304px;
	width: 97px;
}
/*___________________________________________________________________________________ NAVIGATION */

#nav {
	margin: -15px 0 0 90px;
	width: 633px;
	text-align: center;
	
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;	
	line-height: 45px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px dotted #000000;
	color: #212121;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-transform: lowercase;
}
#nav ul li a:hover {
	border-bottom: 1px dotted #181818;
	color: #6d0e0a;
}

/* ____________________________________________________________________________________ BOTTOM */
#bottom {
	padding: 0;
	margin: 0 0 0 89px;
	width: 633px;
	height: 107px;
	background: #0d0d0d url('images/footer.png') no-repeat;
	color: #454545;
	font-style: italic;
	text-align: center;
	letter-spacing: 1px;
}
#bottom p {
	padding: 40px 0 5px 0;
	margin: 0;
}
#bottom a {
	padding: 2px;
	color: #b5b5b5;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	color: #a6a6a6;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}

/* _____________________________________________________________________________________ CONTENT */
#content p {
	margin: 0;
	padding: 5px 10px 5px 10px;
}
#content h2 {
	margin: 15px 5px 10px 15px;
	padding-left: 10px;
	color: #838087;	
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 6px;
	text-align: left;
	text-transform: capitalize;
}
#content h3 {
	margin: 0 0 10px 0;
	color: #363636;	
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}
#content a {
	border-bottom: 1px dotted #000000;
	color: #d3a27a;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px dotted #191919;
	color: #956d52;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #838087;
	letter-spacing: 1px;
}
#content strong {
	color: #6d0e0a;
	letter-spacing: 2px;
}
#content i {
	color: #838087;
}
#content em {
	color: #bbbbbb;
	letter-spacing: 1px;
}
#content u {
	color: #7f7f7f;
	border-bottom: 1px dotted #222222;
	text-decoration: none;
}
#content blockquote {
	margin: 15px 70px 25px 70px;
	padding: 5px;
	background: #070707;
	color: #616161;
	letter-spacing: 1px;
}
#content textarea, input, select, button, submit {
	background-color: #070707;
	padding: 7px;
	border: 1px solid #121212;
	color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

/* _________________________________________________________________________ LISTS */
#content ul li a { 
	padding: 2px;
	color: #6d0e0a;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#content ul li a:hover {
	color: #d3a27a;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}
#content ul li { letter-spacing: 1px; padding: 0 10px 10px 5px; list-style: hiragana; }
#content ul { margin: 0; }
#content ol { padding-left: 20px; margin: 20px 10px 0 20px; }
#content ol li { padding: 0 10px 15px 5px; }

#content img, #content a img {
	border: 8px solid #121212;
	margin: 3px;
}
#content a:hover img {
	border: 8px solid #202020;
}
