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

body {
	background: #cccccc url(images/solos_bg.jpg);
	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: 100%;
	background: url(images/solos_bg-x.jpg) repeat-x;
		border: 0px solid yellow;
}
#container-y {
	margin: 0px auto;
	width: 604px;
	background: #ffffff;
}
#top {
	width: 604px;
	height: 320px;
	background: url(images/solos.jpg);
		border: 0px solid red;
}
#content {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background: #ffffff;
	text-align: justify;
	width: 604px;
		border: 0px solid blue;
}

/*____________________________________________________________________________________ MENU */

#menu {
	padding-top: 0px;
	margin: 0px;
	background: #f4f4f4 url(images/solos_top.jpg);
	height: 80px;
	width: 604px;
	line-height: 80px;
	letter-spacing: 3px;
		border: 0px solid red;
}
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
		border: 0px solid black;
}
#menu ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#menu li a {
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}
#menu li a:hover {
	color: #0f6f4a;
	text-decoration: none;
}

/* ________________________________________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	width: 604px;
	background: #f4f4f4;
	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: #0f6f4a;
	border-bottom: 1px dotted #d9d9d9;
	text-decoration: none;
}

/* ________________________________________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 15px 10px;
}
#content h2 {
	margin: 10px 0px 0px 10px;
	padding-left: 20px;
	letter-spacing: 6px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	color: #d81214;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
#content h3 {
	margin: 0px 0px 10px 0px;
	letter-spacing: 3px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #b1694a;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}
#content a {
	color: #006b4a;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding: 2px;
	letter-spacing: 1px;
}
#content a:hover, a:active {
	color: #888888;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
}
#content b {
	color: #fe580e;
	font-style: italic;
	letter-spacing: 1px;
}
#content strong {
	color: #857200;
	font-style: italic;
	letter-spacing: 2px;
}
#content i {
	color: #857200;
	letter-spacing: 1px;
}
#content em {
	color: #fe580e;
	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: 430px;
	background: #f4f4f4;
}

#content textarea, input, select, button, submit {
	padding: 7px;
	background: #f4f4f4;
	border: 0px;
	color: #121212;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#content img, #content a img {
	border: 7px solid #f4f4f4;
	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;
}
