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

body {
	background: #0c0e12 url(images/evolution_bg.jpg) no-repeat fixed;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 12px;
	color: #576169;
	font-family: "Trebuchet MS", Geneva, Georgia, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 760px;
	background: #030406;
	position: relative;
		border: 0px solid yellow;
}
#top {
	width: 760px;
	height: 645px;
		border: 0px solid red;
}
#content {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: justify;
	width: 760px;
		border: 0px solid blue;
}
#gal {
	position: absolute;
	left: 452px;
	top: 90px;	
	width: 282px;
		border: 0px solid red;
}
#quote {
	position: absolute;
	top: 590px;
	left: 300px;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	width: 450px;
	text-align: right;
	color: #303944;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	width: 760px;
	background: #16191e;
	color: #444d5c;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom i {
	color: #ffc347;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #8da1b8;
	text-decoration: none;
}
#bottom a:hover {
	color: #bbcee9;
	border-bottom: 1px solid #333645;
	text-decoration: none;
}

/* ______________________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 20px 15px 20px;
	letter-spacing: 1px;
}
#content h1 {
	margin: 5px 5px 10px 50px;
	padding: 0px;
	letter-spacing: 6px;
	font-size: 25px;
	font-style: italic;
	color: #31465a;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
}
#content h2, #content h3 {
	margin: 0px 0px 10px 0px;
	letter-spacing: 3px;
	font-size: 18px;
	font-style: italic;
	color: #4d5b66;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
}
#content a {
	color: #8da1b8;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding: 2px;
	letter-spacing: 1px;
}
#content a:hover {
	color: #999faa;
	border-bottom: 1px solid #333645;
	text-decoration: none;
}
#content b {
	color: #a4a7ab;
	font-style: italic;
	letter-spacing: 1px;
}
#content strong {
	color: #878d9a;
	font-style: italic;
	letter-spacing: 2px;
}
#content i {
	color: #a4a7ab;
	letter-spacing: 1px;
}
#content em {
	color: #878d9a;
	letter-spacing: 1px;
}
#content u {
	color: #878d9a;
	border-bottom: 1px solid #333645;
	text-decoration: none;
}
#content blockquote {
	margin: 25px 0px 25px 70px;
	padding: 0px 0px 10px 180px;
	width: 450px;
	background: #000000 url(images/blockquote.jpg) no-repeat;
		border: 0px solid red;
}
#content blockquote strong { color: #3c5167; text-transform: none; letter-spacing: 1px; font-style: normal; font-weight: normal; }
#content blockquote i { color: #6b7280; }
#content blockquote a, #content ul li a { color: #abafb2; font-style: normal; letter-spacing: 1px; }
#content blockquote a:hover, #content ul li a:hover { color: #6b7280; }


#content textarea, input, select, button, submit {
	padding: 5px;
	background: #000000;
	border-bottom: 3px solid #1b232c;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #76808e;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content img, #content a img {
	border: 7px solid #121c2a;
	margin: 3px;
}
#content a:hover img {
	border: 7px solid #44556a;
}

#content ol {
	margin: 5px 20px 10px 8px;
}
#content ol li {
	padding-bottom: 15px;
}
