/* Design and coding by Justine
URL: http://louder-now.net/
E-MAIL: justine@louder-now.net */

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/bg.jpg) repeat-x;
	color: #807b6d;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 1px;
}
#container {
	padding: 100px 0 0 0;
	text-align: center;
}
#top {
	margin: 0 auto;
	width: 390px;
	height: 95px;
	background: url(images/header2.jpg) no-repeat;
}
#content {
	margin: 0 auto;
	text-align: justify;
	top: 310px;
	left: 430px;
	width: 50%;
}

/*_______________________________________________________________________________________ MENU */

#menu {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	letter-spacing: 3px;
		border: 0px solid green;
}
#menu a {
	display: block;
	background-image: url(images/menuli.jpg);
	color: #939d9a;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-transform:lowercase;
}
#menu a:hover {
	background-image: url(images/menulihover.jpg);
	color: #f6614d;
}


/* _________________________________________________________________________________________ BOTTOM */
#bottom {
	background: #ffffff url(images/bg-bottom.jpg) repeat-x;
	margin: 0;
	padding-top: 10px;
	width: 100%;
	height: 140px;
	text-align: center;
	letter-spacing: 3px;
	font-style: italic;
	color: #999999;
		border: 0px solid blue;
}
#bottom a {
	color: #e4b3c1;
	font-style: italic;
	text-decoration: none;
}
#bottom a:hover {
	color: #a7d5b6;
	text-decoration: underline;
}

/*___________________________________________________________________________________________ CONTENT */

#content p {
	padding: 5px 0 10px 0;
	margin: 0;
}
#content a {
	border-bottom: 1px solid #efefef;
	color: #cf5b72;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none; 
}
#content a:hover {
	color: #6b8ed3;
	font-weight: normal;
	text-decoration: none;
}
#content h2 {
	color: #fa9b52;
	margin: 20px 0 20px 30px;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 5px;
	line-height: 25px;
}
#content h3 {
	margin: 0px 0px 5px 10px;
	color: #fe8474;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
}
#content b {
	color: #70af85;
	letter-spacing: 2px;
}
#content strong {
	color: #90a4cc;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	letter-spacing: 2px;
}
#content em {
	color: #70af85;
}
#content u {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dotted #dddddd;
}
#content blockquote {
	margin: 10px 0 5px 80px;
	padding: 7px;
	background: url(images/blockquote.jpg);
	color: #555555;
	letter-spacing: 2px;
	width: 70%;
}
#content blockquote strong {
	color: #fe8474;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
}
#content blockquote a {
	color: #70af85;
}

#content input, textarea, button, select{
	padding: 8px;
	background: #f4f3ee;
	border: 1px solid #e6e6dc;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #888879;
	letter-spacing: 2px;
}

#content img {
	padding: 10px;
	background: #f4f3ee;
	border: 1px solid #e6e6dc;
	margin: 5px;
}
#content a img {
	padding: 10px;
	background: #f4f3ee;
	border: 1px solid #e6e6dc;
	margin: 5px;
}
#content a:hover img {
	padding: 10px;
	background: #f1c8c3;
	border: 1px solid #fc8473;
}

/* ___________________________________________________________________________________________ LISTS */


#content ul {
	font-size: 11px;
	margin: 0;
}
#content ul li {
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	letter-spacing: 2px;
	list-style: circle;
}
#content ul li a {
	margin-top: 5px;

	border-bottom: 0px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#content ul li a:hover {

	text-decoration: none;
}
#content ol li {
	padding-bottom: 15px;
}
