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

body {
	background: #333333 url('images/bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #676767;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	overflow: auto;
	width: 750px;
}
#title {
	position: absolute;
	top: 310px;
	left: 400px;
	
	color: #494949;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

#top {
	position: relative;
	background: url('images/grey.jpg') no-repeat;
	height: 355px;
	width: 720px;
}
#content {
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: justify;
	width: 550px;
}

/*___________________________________________________________________________________ NAVIGATION */

#nav {
	float: right;
	margin: 0 0 0 20px;
	width: 170px;

	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	font-style: italic;	letter-spacing: 3px;	
	line-height: 25px;
	letter-spacing: 1px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	border: 1px solid #333333;
	display: block;
	list-style: none;
	margin-bottom: 10px;
}
#nav li a {
	background: #353535;
	color: #787878;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
}
#nav li a:hover {
	background: #454545;
	color: #cccccc;
	display: block;
	text-decoration: none;
}
#nav li.separator {
	color: #484848;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 23px;
	letter-spacing: 5px;
	line-height: 10px;
	margin-top: 20px;
	text-align: center;
}

/* ____________________________________________________________________________________ BOTTOM */

#bottom {
	background: #242424;
	color: #585858;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 0;
	text-align: center;	
	width: 100%;
}
#bottom p {
	padding: 10px 0 15px 0;
	margin: 0;
}
#bottom a {
	padding: 2px;
	color: #c2c2c2;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	color: #a6a6a6;
	border-bottom: 1px dotted #555555;
	text-decoration: none;
}

/* _____________________________________________________________________________________ CONTENT */

#content p {
	margin: 0px;
	padding: 5px 0 10px 0;
}
#content h2 {
	margin: 5px 5px 10px 15px;
	padding-left: 20px;
	
	color: #5e5e5e;	
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 6px;
	text-transform: capitalize;
	text-align: left;
}
#content h3 {
	margin: 0 0 10px 0;
	letter-spacing: 3px;
	font-size: 17px;
	font-style: italic;
	color: #505050;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}
#content a {
	border-bottom: 1px dotted #999999;
	color: #cccccc;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px dotted #bababa;
	color: #efefef;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #ababab;
	letter-spacing: 1px;
}
#content strong {
	color: #cccccc;
	letter-spacing: 1px;
}
#content i {
	color: #cccccc;
}
#content em {
	color: #898989;
}
#content u {
	color: #7f7f7f;
	border-bottom: 1px dotted #555555;
	text-decoration: none;
}
#content blockquote {
	background: url('images/blockquote.jpg') no-repeat;
	letter-spacing: 1px;
	margin: 15px 0 25px 0;
	padding: 5px 5px 5px 120px;
	width: 430px;
}
#content textarea, input, select, button, submit {
	background-color: #383838;
	padding: 10px;
	border: 0px;
	color: #c2c2c2;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

/*___________________________________________________________________________________ LISTS AND IMAGES */

#content ul li a { 
	padding: 2px;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#content ul li { letter-spacing: 1px; padding: 0 10px 10px 5px; }
#content ul { margin: 0 0 0 0px; }
#content ol { padding-left: 20px; margin: 20px 10px 0 20px; }
#content ol li { padding: 0 10px 15px 5px; }

#content img, #content a img {
	background: #383838;
	border: 1px solid #484848;
	padding: 8px;
	margin: 3px;
}
#content a:hover img {
	background: #434343;
	border: 1px solid #545454;
}
