/* 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/quality_02.jpg) repeat-x;
	color: #888888;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 1px;
}
#container {
	margin: 0 auto;
	width: 75%;
	position: relative;
	text-align: center;
																			border: 0px solid red;
}
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 250px;
	background: url(images/quality_01.jpg) no-repeat;
}
#title {
	position: absolute;
	top: 150px;
	left: 270px;
	width: 495px;
	height: 60px;
	background: url(images/quality_03.jpg) no-repeat;
	padding: 40px 0 0 152px;
	
	color: #9b9b9b;
	font-family:"Times New Roman",  Georgia, Times, serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 3px;
}
#content {
	position: absolute;
	top: 220px;
	left: 255px;
	text-align: justify;
	width: 570px;
}
#bottom {
	margin: 0;
	padding-top: 10px;
	width: 100%;
	height: 60px;
	text-align: center;
	color: #999999;
}
#sidebar {
	position: absolute;
	top: 270px;
	left: 10px;
	width: 220px;
}
#blurb {
	color: #989898;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 17px;
	font-style: italic;
	margin-top: 15px;
	text-align: center;
}
.highlight {
	color: #565656;
}

/*________________________________________________________________________________________________ STATS */

#stats {
	color: #434343;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
#stats ul {
	margin: 0;
	padding: 0;
}
#stats ul li {
	list-style: none;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#stats a {
	color: #ef3a3c;
	font-weight: normal;
	text-decoration: underline;
}
#stats a:hover {
	color: #999999;
	text-decoration: underline;
}
.stats2 {
	margin-left: 30px;
	color: #878787;
}

/*_______________________________________________________________________________________________ MAIN NAVIGATION */

#mainnav {
	position: absolute;
	top: 65px;
	left: 280px;
	width: 555px;
	height: 60px;
	
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
}
#mainnav ul {
	margin: 0;
	padding: 0;
}
#mainnav ul li {
	display: inline;
	margin: 0;
	padding: 0 30px 0 0;
	line-height: 60px;
}
#mainnav a {
	background: #fafafa;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	color: #777777;
	font-weight: normal;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
#mainnav a:hover {
	color: #555555;

}


/*___________________________________________________________________________________________ CONTENT */

#content p {
	margin: 0;
	padding: 5px 0 10px 0;
}
#content h2 {
	color: #eaeaea;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 5px 5px 10px 10px;
	padding: 0;
	text-transform: lowercase;
	text-align: left;
}
#content h3 {
	margin: 0 0 10px 0;
	letter-spacing: 3px;
	font-size: 18px;
	color: #ef3a3c;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
}
#content a {
	border-bottom: 1px dotted #ef3a3c;
	color: #ef3a3c;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px dotted #979797;
	color: #979797;
	text-decoration: none;
}
#content strong {
	color: #ef3a3c;
}
#content b {
	color: #565656;
}
#content i {
	color: #565656;
	letter-spacing: 2px;
}
#content em {
	color: #ef3a3c;
}
#content u {
	color: #777777;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
#content input, textarea, button, select{
	padding: 8px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	color: #777777;
	letter-spacing: 2px;
}
#content img {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
	margin: 5px;
}
#content a img {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #e4e4e4;
	margin: 5px;
}
#content a:hover img {
	padding: 10px;
	background: #efefef;
	border: 1px solid #dddddd;
}

/* ___________________________________________________________________________________________ LISTS */


#content ul {
	font-size: 11px;
	margin: 5px 0 10px 0;
}
#content ul li {
	margin: 0;
	border-bottom: 0px solid #eeeeee;
	color: #afafaf;
	letter-spacing: 1px;
}
#content ul li a, #bottom a {
	margin-top: 0px;
	border-bottom: 1px dotted #676767;
	color: #121212;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: capitalize;
}
#content ul li a:hover, #bottom a:hover {
	text-decoration: none;
}
#content ol li {
	padding-bottom: 15px;
}
