/* Coding and design by Justine
URL: http://louder-now.net/
EMAIL: justine@louder-now.net */

body {
	background: #000 url('bg.jpg') repeat-x fixed;
	margin: 50px 0 50px 0;
	padding: 0;
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
}
#container {
	background: #000;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 750px;
}
#content {
	padding: 0;
	margin: 0;
	text-align: justify;
	width: 750px;
}
/*___________________________________________________________________________________ NAVIGATION */

#nav {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 600px;
	text-align: left;
	
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;	
	line-height: 60px;
	
	border: 0px solid red;
}
#nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	
	border: 0px solid fuchsia;
}
#nav ul li a {
	color: #fff;
	padding: 13px 10px 13px 10px;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -3px;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li a.last:hover {
	color: #aaa;
	text-decoration: none;
}

/* ____________________________________________________________________________________ BOTTOM */
#bottom p {
	padding: 0 10px 5px 0;
	margin: 0;
	text-align: right;
}
#bottom a {
	padding: 2px;
	color: #888;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	text-decoration: none;
}
#bottom p.thumbs {
	margin: 20px 0 0 210px;
	padding: 0;
	text-align: left;
}
#bottom .thumbs img {
	border: 8px solid #111;
	margin: 0 10px 0 10px;
	padding: 0!important;
	width: 139px;
	height: 96px;
}
#bottom .thumbs a:hover img {
	border: 8px solid #666;
}


/* _____________________________________________________________________________________ CONTENT */
#content p {
	margin: 0;
	padding: 5px 20px 5px 20px;
}
#content h2 {
	margin: 10px 5px 10px 15px;
	padding: 20px 0 0 10px;
	color: #cbcbcb;	/* 838087 */
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	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: 28px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}
#content a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #ddd;
	font-weight: normal;
	text-decoration: underline;
}
#content b {
	color: #212121;
}
#content strong {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
#content i {
	color: #fff;
}
#content em {
	color: #aaa;
}
#content u {
	color: #666;
	border-bottom: 1px dotted #323232;
	font-style: italic;
	text-decoration: none;
}
#content blockquote {
	margin: 15px 100px 15px 100px;
	padding: 5px;
	color: #616161;
	letter-spacing: 1px;
}
#content textarea, input, select, button, submit {
	background-color: #aaa; 
	padding: 7px;
	border: 1px solid #000;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

/* _________________________________________________________________________ LISTS AND IMAGES */

#content ul li a { padding: 2px; font-style: italic; letter-spacing: 1px; }
#content ul li { letter-spacing: 1px; padding: 0 10px 10px 5px; }
#content ul { margin: 0 0 0 70px; padding: 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 #000;
	margin: 3px;
}
#content a:hover img, #content img:hover {
	border: 8px solid #aaa;
}
