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

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #444;
	font-family: "Trebuchet MS", Geneva, Georgia, Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: right;
}
div {
	margin: 0;
	padding: 0;
}
#container {
	position: absolute;
	top: 0;
	right: 0;
	width: 580px;
	text-align: left;
}
#top {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
	background-color: #000;
}
#top-inner {
	position: fixed;
	right: 40px;
	top: 0px;
	width: 750px;
	height: 20px;
	background-color: #fff;
}
#header {
	position: fixed;
	right: 600px;
	text-align: right;
	top: 50px;
	width: 400px;
	color: #191919;
	font-size: 100px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100px;
}
#menu {
	position: fixed;
	right: 610px;
	text-align: right;
	top: 200px;
	width: 200px;
}
#content {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 0px;
	padding: 0;
	text-align: justify;
	width: 500px;
}

/* __________________________________________________________________________________ MENU */

#menu ul {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#menu ul li {
	padding: 0;
	margin: 5px 0 10px 0;
	display: block;
	list-style: none;
	border: 1px solid #fff;
}
#menu ul li a  {
	border-bottom: 1px solid #ddd;
	color: #000;
	display: block;
	text-decoration: none;
	padding-right: 5px;
}
#menu  ul li a:hover {
	border-bottom: 1px solid #000;
	display: block;
	text-decoration: none;
}

/* _____________________________________________________________________________________ BOTTOM */
#bottom {
	padding: 10px 0px 10px 0px;
	width: 500px;
	border-top: 5px solid #000;
	color: #3a3a3a;
	text-align: center;
	letter-spacing: 1px;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0;
}
#bottom a {
	padding: 0 1px 0px 1px;
	color: #888888;
	text-decoration: none;
}
#bottom a:hover {
	color: #514e4f;	
	text-decoration: none;
}

/* _____________________________________________________________________________________ CONTENT */
#content p {
	margin: 0;
	padding: 5px 0 15px 5px;
}
#content h2 {
	margin: 5px 5px 10px 20px;
	padding: 0;
	letter-spacing: 2px;
	font-size: 25px;
	color: #222;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
}
#content h3 {
	margin: 0 0 10px 0;
	letter-spacing: 3px;
	font-size: 18px;
	font-style: italic;
	color: #27525d;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
}
#content a {
	border-bottom: 1px solid #ccc;
	color: #777;
	font-weight: normal;
	text-decoration: none;
	padding: 1px;
}
#content a:hover {
	border-bottom: 1px solid #000;
	color: #777;
	text-decoration: none;
}
#content strong {
	color: #000;
	letter-spacing: 1px;
}
#content blockquote {
	margin: 20px 50px 20px 50px;
	padding: 0 0 10px 10px;
	line-height: 25px;
}
#content blockquote strong {
	color: #000;
	font-weight: normal;
	letter-spacing: 0;
}

#content textarea, input, select, button, submit {
	padding: 7px;
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content img, #content a img {
	border: 8px solid #000;
	margin: 0px;
}
#content img:hover {
	border: 8px solid #fff;
}
#content a:hover img {
	border: 8px solid #121212;
}
#content ul {
	letter-spacing: 1px;
}
#content ul li {
	padding-bottom: 10px;
}

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