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

body {
	background: #000000 url(images/lycans_bg.jpg);
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 12px;
	color: #424c4f;
	font-family: "Trebuchet MS", Geneva, Georgia, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: right;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 670px;
	background: #000000;
		border: 0px solid yellow;
}
#top {
	width: 670px;
	height: 500px;
	background: url(images/lycans.jpg) right no-repeat;
		border: 0px solid red;
}
#content {
	margin-top: -50px;
	padding-left: 220px;
	text-align: justify;
	width: 430px;
	
	min-height: 350px;
		border: 0px solid blue;
}
/* #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;
}

/* __________________________________________________________________________________ MENU */
#menu {
	position: absolute;
	top: 360px;
	right: 467px;
	width: 186px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 20px;
	background: url(images/menu-bg.jpg);
			border: 0px solid blue;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
#menu ul li {
	padding: 0px;
	margin: 7px 0px 7px 23px;
	width: 140px;
	display: block;
	list-style: none;
		border: 1px solid #000000;
}
#menu ul li a  {
	color: #b8b8b8;
	display: block;
	background-color: #000000;
	text-decoration: none;
}
#menu  ul li a:hover {
	color: #7a7a65;
	display: block;
	text-decoration: none;
	background: #000000;
}
#menu  ul li a:hover.movie {
	color: #83264a;
	display: block;
	text-decoration: none;
	background: #000000;
}

/* _____________________________________________________________________________________ BOTTOM */
#bottom {
	padding: 10px 0px 10px 0px;
	width: 670px;
	background: #080808;
	color: #3a3a3a;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #888888;
	text-decoration: none;
}
#bottom a:hover {
	color: #514e4f;	
	text-decoration: none;
}

/* _____________________________________________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 0px 15px 0px;
}
#content h1 {
	margin: 5px 5px 10px 20px;
	padding: 0px;
	letter-spacing: 6px;
	font-size: 22px;
	font-style: italic;
	color: #6a7674;
	font-family: "Times New Roman", Palatino Linotype, Georgia, 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: #27525d;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
}
#content a {
	color: #514e4f;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding: 1px;
	letter-spacing: 1px;
}
#content a:hover {
	color: #83264a;
	text-decoration: none;
}
#content b {
	color: #27525d;
	font-style: italic;
	letter-spacing: 1px;
}
#content strong {
	color: #83264a;
	font-style: italic;
	letter-spacing: 2px;
}
#content i {
	color: #27525d;
	letter-spacing: 1px;
}
#content em {
	color: #878d9a;
	letter-spacing: 1px;
}
#content u {
	color: #67777a;
	border-bottom: 1px dotted #333645;
	text-decoration: none;
}
#content blockquote {
	margin: 20px 10px 20px 10px;
	padding: 0px 0px 10px 10px;
	width: 400px;
	background: #000000 url(images/blockquote.jpg) no-repeat center;
	border-top: 2px solid #0a1011;
	line-height: 25px;
}
#content blockquote strong { color: #76888a; text-transform: none; letter-spacing: 1px; font-style: normal; font-weight: normal; }
#content blockquote i { color: #27525d; }

#content textarea, input, select, button, submit {
	padding: 5px;
	background: #000000 url(images/lycans_bg.jpg);
	border-bottom: 3px solid #162f38;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #818b83;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content img, #content a img {
	border: 7px solid #1d1f23;
	margin: 3px;
}
#content a:hover img {
	border: 7px solid #360e1e;
}


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

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