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

body {
	background: #080202 ;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #2d2523;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 23px;
}
div#container {
	background: #000000 url('images/top-bg-x.png') repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#top {
	margin: 0;
	padding: 0;
}
div#top-stripe {
	background: url('images/bg-plaid.png') repeat-x;
	height: 27px;
	margin: 85px 0 0 265px;
}
div#top-image {
	background: url('images/top.png') no-repeat;
	height: 33px;
	padding: 142px 0 0 260px;
	width: 820px;
	position: absolute;
	left: 0;
	top: 0;
}
div#content {
	margin: 0 0 0 100px;
	min-height: 200px;
	width: 50%;
	min-width: 600px;
	max-width: 750px;
}
div#footer {
	background: url('images/bottom-bg-x.png') repeat-x;
	height: 197px;
	margin: 0;
}
div#bottom-stripe {
	background: url('images/bg-plaid.png') repeat-x;
	height: 27px;
	/* margin: 0 0 0 100px; */
}
div#footer-start {
	background: url('images/bottom-bg-1.png') no-repeat;
	margin: 0;
}

/* ________________________________________________________________________________________ NAVIGATION */

div#nav {
	color: #40302a;
	font-family: Garamond, "Times New Roman", Georgia, Times, serif;
	font-size: 35px;
	font-style: italic;
	letter-spacing: -3px;
	margin: 50px 0 0 100px;
	
	border: 0px solid red;
}
#nav ul {
	margin: 20px;
}
#nav ul li {
	display: inline;
	padding: 0 20px 0 20px;
}
#nav ul a {
	color: #40302a;
	text-decoration: none;
}
#nav ul a:hover {
	text-decoration: underline;
}

/* __________________________________________________________________________________________ CONTENT */

#content p {
	margin: 5px;
	padding: 0;
}
#content h2 {
	color: #170904;
	font-family: Garamond, "Times New Roman", Georgia, Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 20px 50px 15px 0;
	text-align: right;
	text-transform: capitalize;
}

#content h3 {
	margin: 0 0 10px 0;
	color: #363636;	
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

#content a {
	color: #5a5043;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #371708;
	text-decoration: none;
}
#content em {
	color: #3c2f2c;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
}
#content strong {
	color: #1b1413;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}
#content u {
	color: #3c2f2c;
	border-bottom: 1px dotted #1b1413;
	text-decoration: none;
}
#content textarea, input, select, button, submit {
	background-color: #030101;
	padding: 7px;
	border: 1px solid #1c1514;
	color: #52372f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content blockquote {
	background: url('images/blockquote.png') no-repeat;
	color: #3c2f2c;
	padding: 0 0 0 40px;
	text-align: justify;
	width: 70%;
}
#content .footer {
	color: #1b1413;
	font-style: italic;
	line-height: 19px;
	/* text-align: justify;
	width: 90%; */
}

/* _________________________________________________________________________ LISTS AND IMAGES */

#content ul li {
	letter-spacing: 1px;
	line-height: 20px;
	list-style: georgian;
	margin-bottom: 15px;
}
#content ol { padding-left: 20px; margin: 20px 10px 0 20px; }
#content ol li { padding: 0 10px 15px 5px; }
#content img, #content a img {
	border: 7px solid #000000;
}
#content a:hover img {
	border: 7px solid #080202;
}


