﻿/* hearmeroar v9.2 */
/* (c) Dave Crawford */

/* CHANGELOG 
	9.2		*Finally* fixed display issues in IE6.  Basically had to change the 
			#header ul li a  
			from
				display: block;
			to
				display: inline-block;
			d'oh!

	9.1		Increased background colour from #151515 to #191919 
			Added padding-bottom: 20px; to body

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #191919;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	color: #878787;
	padding-top: 20px;
	padding-bottom: 20px;
}

a img {
	border: none;
}

#container {
	background-color: #000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#header {
	height: 40px;
	width: auto;
	background-image: url('../images/furniture/header.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 15px;
	text-align: right;
}

#header #logo
{
	position: absolute;
	height: 40px;
	left: 130px;
	padding-top: 16px;
	font-family: georgia, "times New Roman", serif;
	font-size: 1.4em;
	font-weight: bold;
}

#header a {
	color: #ddd;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header ul
{
/*	float: right;*/
	height: 40px;
}

#header ul li
{
	list-style: none;
	display: inline-block;
	float: right;
	height: 40px;
}

#header ul li a {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	padding-top: 13px;
}

#header ul li a:hover {
	background-color: #2c2c2c;

}

#mainimage {
/*	height: 400px;*/
	width: auto;
}

h1 {
	background-color: #2c2c2c;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 10px 15px;
	color: #a5a5a5;
	margin-top: 0;
	margin-bottom: 15px;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.title {
	background-color: #2c2c2c;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 10px 15px;
	color: #a5a5a5;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 15px;
}

.titledetail {
	font-weight: normal;
/*	margin-left: 15px;*/
}

.subelement {
	width: 246px;
	margin-left: 15px;
	float: left;
	margin-bottom: 15px;
/*	padding-bottom: 5px;*/
	border-bottom: 1px #2c2c2c solid;
	height: 200px;
}

.subimage {
	width: 246px;
}

.subheading {
	padding: 5px 0;
}

.subcontent {
	margin-bottom: 5px;
}

.latestheading {
	margin: 10px 15px 0 15px;
	font-size: 1.3em;
}

.latestcontent {
	margin: 10px 15px 20px 15px;
	line-height: 1.5em;
}

.screenshot {
	margin-left: 15px;
	float: left;
}

#footer {
	border-top: 1px #2c2c2c solid;
	height: 30px;
	width: auto;
	background-image: url('../images/furniture/footer.gif');
	color: #656565;
	padding: 0 15px;
}

.copyright {
	text-align: right;
	padding-top: 8px;
}

.copyright a {
	color: #656565;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.clearfloats {
	clear: both;
	height: 0;
	width: auto;
}

