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

body {
	background: #f3f3f3 url(images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #121212;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
	letter-spacing: 1px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 705px;
		border: 0px solid yellow;
}
#top {
	width: 705px;
	height: 300px;
	background: url(images/header.jpg);
		border: 0px solid red;
}
#content {
	padding: 15px 0 10px 0;
	margin-top: 0px;
	background: #ffffff;
	text-align: justify;
	width: 705px;
		border: 0px solid blue;
}

/*____________________________________________________________________________________ NAVIGATION */

#nav {
	padding-top: 0px;
	margin: 0px;
	background: #ffffff;
	height: 37px;
	width: 705px;
	line-height: 35px;
	letter-spacing: 3px;
		border: 0px solid red;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
		border: 0px solid black;
}
#nav ul li {
	display: inline;
	padding: 0px 10px 0px 15px;
}
#nav li a {
	color: #292929;
	text-decoration: none;
	text-transform: lowercase;
}
#nav li a:hover {
	color: #6c7d88;
	text-decoration: none;
}

/* ________________________________________________________________________________ BOTTOM */

#bottom {
	padding: 5px 0px 5px 0px;
	width: 705px;
	background: #f3f3f3;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom i {
	color: #b1694a;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #000000;
	text-decoration: none;
}
#bottom a:hover {
	color: #176f75;
	border-bottom: 1px dotted #d9d9d9;
	text-decoration: none;
}

/* ________________________________________________________________________________ CONTENT */

#content p {
	margin: 0px;
	padding: 5px 10px 15px 10px;
}
#content h2 {
	margin: 10px 0 0 30px;
	color: #b39f70;
	letter-spacing: 4px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
#content h3 {
	margin: 0 0 10px 0;
	letter-spacing: 3px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #176f75;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}
#content a {
	color: #00a6e4;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding: 1px;
	letter-spacing: 1px;
}
#content a:hover, a:active {
	color: #ffa210;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
}
#content b {
	color: #155b5f;
	letter-spacing: 1px;
}
#content strong {
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #155b5f;
	letter-spacing: 1px;
}
#content em {
	letter-spacing: 1px;
}
#content u {
	color: #000000;
	border-bottom: 1px dotted #888888;
	text-decoration: none;
}
#content blockquote {
	margin: 25px 80px 25px 80px;
	padding: 7px;
	width: 530px;
	background: #fafafa;
	line-height: 26px;
}
#content textarea, input, select, button, submit {
	padding: 10px;
	background: #f8f8f8;
	border: 0px;
	color: #121212;
	font-family: "Trabuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content img, #content a img {
	border: 7px solid #f9f9f9;
	margin: 3px;
}
#content a:hover img {
	border: 7px solid #e5e5e5;
}


#content ul {
	margin: 10px 8px 10px 8px;
}
#content ul li {
	padding-bottom: 5px;
	letter-spacing: 1px;
	list-style: square;
}
#content ol {
	margin: 5px 8px 10px 8px;
}
#content ol li {
	padding-bottom: 10px;
}