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


body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #949494; 
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 22px;
}
div {
	padding: 0px;
	margin: 0px;
}
#container {
	margin: 0px auto;
	width: 870px;
	text-align: justify;
	position: relative;
  			border: 0px solid red;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 870px;;
	height: 712px;
			border: 0px solid lime;
}
#content {
	position: absolute;
	left: 50px;
	top: 590px;
	width: 600px;
	text-align: justify;
			border: 0px solid fuchsia;
}

/* ________________________________________________________ BOTTOM */

#bottom {
	margin: 0px;
	padding: 40px 0px 0px 70px;
	width: 100%;
	height: 80px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
			border: 0px solid lime;
}
#bottom b {
	color: #db1c1c;
}
#bottom i {
	color: #ffffff;
}
#bottom a {
	color: #bba184;
	text-decoration: none;
}
#bottom a:hover {
	color: #89695c;
	background: #251a16;
	text-decoration: none;
}

/* ______________________________________________________ CONTENT */
#content p {
	margin: 5px 0px 20px 0px;
}
#content h1 {
	padding: 10px 0px 0px 60px;
	margin: 0px;
	background: url(images/h1cont.jpg) no-repeat;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 26px;
	font-style: italic;
	line-height: 70px;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 5px;
}
#content h2 {
	margin: 15px 0px 0px 50px;
	padding: 0px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#content h3 {
	margin: 25px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1px;
}
#content .catfile {
	margin: 0px;
	color: #424242;
	text-align: right;
}
#content .catfile a {
	color: #666666;
}

#content a {
	color: #c50000;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 3px;
}
#content a:hover {
	color: #ffffff;
	background: url(images/hover.jpg);
	text-decoration: none;
}

#content b {
	color: #ffffff;
	letter-spacing: 1px;
}
#content strong {
	color: #c50000;
	font-style: italic;
	letter-spacing: 1px;
}
#content u {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
#content i {
	color: #ffffff;
}
#content em {
	color: #dddddd;
	letter-spacing: 1px;
}

#content blockquote {
	margin: 0px 100px 10px 100px;;
	padding: 7px 210px 7px 10px;
	width: 450px;
	border: 0px solid #332a24;
	color: #cccccc;
	background: #000000 url(images/blockquote.jpg) no-repeat;
	text-align: justify;
}
#content blockquote b {
	color: #ffffff;
	font-weight: normal;
}
#content blockquote table {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
#content blockquote a:hover {
	background: none;
}

#content textarea, input, select, button, submit {
	background: #121212 url(images/textarea.jpg);
	color: #ffffff;
	padding: 7px;
	border: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
}
#content pre {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 8px;
}
#content pre p {
	padding: 15px 0px 20px 20px;
	margin: 0px;
}

/* ________________________________________________________ IMAGES */

#content a img {
	border: 7px solid #222222;
	padding: 0px;
}
#content a:hover img {
	border: 7px solid #555555;
	padding: 0px;
}
#content img.thumb {
	width: 200px;
	height: 150px;
}
#content img.wish {
	margin: 7px 10px 0px 10px;
	border: 7px solid #222222;
}
#content img.aff {
	margin: 3px;
}
#top a:hover img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ________________________________________________________ LISTS */

#content ul {
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 0px 20px;
}
#content ul li {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style-image: url(images/li.jpg);
	color: #999999;
}
#content ul li a {
	color: #cccccc;
	font-style: italic;
	cursor: default;
}
#content ul li a:hover {
	color: #ffffff;
	background: #101010 url(images/lihover.jpg);
	cursor: default;
}
#content blockquote ul {
   margin: 0px;
   padding: 0px;
}
#content blockquote ul li {
    margin: 5px 0px 7px 0px;
	list-style-image: url(images/li2.jpg);
}
#content blockquote ul li a {
	color: #c50000;
	font-style: normal;
}
#content blockquote ul li a:hover {
	color: #ffffff;
	border-bottom: 0px;
}