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

body {
	background: #2b2b2b url('images/temp.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #121212;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#container {
	background: #ffffff url('images/bg.jpg');
	margin: 0px auto;
	width: 570px;
}
#top {
	background: url('images/grimmichi.jpg');
	height: 445px;
	position: relative;
	width: 570px;
}
#content {
	padding: 5px 0 10px 0;
	margin: 0 0 0 10px;
	background: #ffffff;
	text-align: justify;
	width: 550px;
}

/*____________________________________________________________________________________ NAVIGATION */

#nav {
	position: absolute;
	top: 405px;
	left: 5px;

	height: 37px;
	width: 705px;
	letter-spacing: 1px;
	line-height: 35px;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 18px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
}
#nav ul li {
	display: inline;
	padding: 0 10px 0 15px;
}
#nav li a {
	color: #292929;
	text-decoration: none;
	text-transform: lowercase;
}
#nav li a:hover {
	color: #fa211e;
	text-decoration: none;
}

/* ________________________________________________________________________________ BOTTOM */

#bottom {
	padding: 5px 0 5px 0;
	width: 570px;
	
	background: #2b2b2b;
	color: #767676;
	letter-spacing: 1px;
	text-align: center;
}
#bottom p {
	padding: 5px 0 5px 0;
	margin: 0;
}
#bottom i {
	color: #10cbe7;
}
#bottom a {
	padding: 0 1px 0 1px;
	color: #cccccc;
	text-decoration: none;
}
#bottom a:hover {
	color: #aaaaaa;
	border-bottom: 1px dotted #a0a0a0;
	text-decoration: none;
}

/* ________________________________________________________________________________ CONTENT */

#content p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#content h2 {
	margin: 10px 0 0 30px;
	color: #59c5b6;
	font-family:  Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: lowercase;
	text-align: left;
}
#content h3 {
	margin: 0 0 10px 0;
	color: #e98000;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: capitalize;
	text-align: center;
}
#content a {
	border-bottom: 1px dotted #279bd8;
	color: #279bd8;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover, a:active {
	border-bottom: 1px dotted #2578c8;
	color: #2578c8;
	text-decoration: none;
}
#content b {
	color: #e98000;
	letter-spacing: 1px;
}
#content i {
	color: #fa211e;
	letter-spacing: 1px;
}
#content em {
	letter-spacing: 1px;
}
#content u {
	color: #000000;
	border-bottom: 1px dotted #888888;
	text-decoration: none;
}
#content blockquote {
	margin: 15px 0 21px 30px;
	padding: 7px;
	width: 470px;
	background: #fafafa;
	line-height: 26px;
}
#content textarea, input, select, button, submit {
	padding: 6px;
	background: #f0f0f0;
	border: 0px;
	color: #121212;
	font-family: "Trabuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content img, #content a img {
	border: 6px solid #f0f0f0;
	margin: 3px;
}
#content a:hover img {
	border: 6px solid #e3e3e3;
}

/* __________________________________________________________________________________________ LISTS */

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