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

body {
	background: #000000 url(images/piercedmen_00.jpg);
	margin: 50px 0px 50px 0px;
	padding: 0px;
	font-size: 11px;
	color: #5d5655;
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 23px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 710px;
	background: #000000;
}
#top {
	width: 710px;
	height: 290px;
	background: #000000 url(images/piercedmen_01.jpg) no-repeat;
}
#content {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: justify;
	width: 710px;
			border: 0px solid yellow;
}

/* ___________________________________________________________________ MENU */
#menu {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 710px;
	height: 45px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 45px;
	background: #0d0c0a url(images/piercedmen_02.jpg) no-repeat;
			border: 0px solid blue;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: inline;
	 		border: 0px solid red;
}
#menu ul li a {
	color: #b9ada1;
	padding: 7px 15px 6px 15px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: default;
}
#menu ul li a:hover {
	color: #ffc341;
	background: #161718 url(im.ages/menuli.jpg) center no-repeat;
	text-decoration: none;
	cursor: default;
}

/* ________________________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 710px;
	background: #0b0a06;
	color: #595959;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom i {
	color: #ffc341;
}
#bottom a, #content ul li a {
	padding: 0px 1px 0px 1px;
	color: #681d68;
	font-weight: normal;
	text-decoration: none;

}
#bottom a:hover, #content ul li a:hover {
	color: #ad2a48;
	border-bottom: 1px solid #835a25;
	text-decoration: none;
}

/* ________________________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#content h1 {
	color: #9d2d47;
	margin: 5px 5px 2px 30px;
	padding-right: 10px;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 7px;
}
#content h2, #content h3 {
	color: #423c36;
	margin: 5px 5px 20px 30px;
	padding-right: 10px;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 3px;
}
#content a {
	color: #8a1869;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px;
}
#content a:hover, a:active {
	color: #ffb541;
	text-decoration: none;
}
#content b {
	color: #916c5e;
	font-style: italic;
	letter-spacing: 1px;
}
#content strong {
	color: #ffb541;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #908880;
}
#content em {
	color: #916c5e;
}
#content u {
	color: #a89087;
	border-bottom: 1px solid #4a1220;
	text-decoration: none;
}
#content ol {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
#content ol li {
	padding: 0px 10px 10px 5px;
}

#content ul {
	padding: 0px 0px 0px 20px;
	margin: 20px 0px 0px 10px;
}
#content ul li {
	padding: 0px;
	margin: 0px 0px 7px 10px;
	list-style: square;
}
#content img {
	margin: 3px;
	border: 7px solid #1b1918;
}
#content a img { border: 7px solid #1b1918; }
#content a:hover img { border: 7px solid #300d16; }

#content blockquote {
	margin: 20px 130px 20px 130px;
	padding: 0px 10px 0px 10px;
	background: url(images/blockquote.jpg);
	line-height: 25px;
	color: #706563;
}
#content blockquote strong { color: #4f3d39; }

#content textarea, input, select, button, submit {
	padding: 5px;
	background-color: #121212;
	color: #bdb9b4;
	border: 0px;
	font-style: italic;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
