/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
html > body {
font-size: 12px;
}
a img { border: 0; }
p {
	color: #444;
	font-size: 100%;
	text-align: justify;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
h1 {
	color: #454e57;
	font-size: 190%;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #ccc;
}
h2 {
	font-size: 250%;
	color: #454e57;
	margin-bottom: 1em;
}
#container {
	width: 828px;
	margin: 0 auto;
}
#header {
	height: 295px;
	position: relative;
	border-bottom: 2px solid #ccc;
}
#logo {
	position: absolute;
	top: 48px;
	left: 0;
}
#details {
	position: absolute;
	top: 48px;
	right: 0;
	color: #444;
	font-size: 90%;
	text-align: right;
}
#details a {
	text-decoration: none;
	color: #444;
}
#details a:hover {
	background: #444;
	color: #fff;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 10px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 34px;
}
#nav li a span {
	display: none;
}
#nav li a:hover,
#header #nav li a.current{
	background-position: 0 -34px;
}
#news a {
	width: 57px;
	background: url(/img/nav/news.gif) no-repeat;
}
#bmx a {
	width: 47px;
	background: url(/img/nav/bmx.gif) no-repeat;
}
#clothing a {
	width: 85px;
	background: url(/img/nav/clothing.gif) no-repeat;
}
#the-family a {
	width: 92px;
	background: url(/img/nav/the-family.gif) no-repeat;
}
#links a {
	width: 46px;
	background: url(/img/nav/links.gif) no-repeat;
}
#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 8px;
	float: left;
	height: 50px;
}
#subnav li {
	float: left;
	margin-right: 30px;
	position: relative;
	height: 50px;
}
#subnav li a {
	display: block;
	text-transform: uppercase;
	color: #808285;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 25px 2px 2px;
}
#subnav li a:hover, #subnav li.active a,
#subnav li a.current {
	color: #fff;
	background: #444e56;
}
#subnav li.active ul a {
	color: #808285;
	background: #fff;
}
#subnav li.active ul a:hover,
#subnav li.active ul a.current {
	color: #fff;
	background: #444e56;
}
#subnav li.last {
	margin-right: 0;
}
#subnav li ul {
	margin-top: 3px;
	display: none;
	position: absolute;
}
#subnav li.active ul {
	display: block;
}
#subnav li li {
	list-style: none;
	clear: both;
	margin: 0;
	height: auto;
}
#subnav li li a {
	padding: 2px;
	text-transform: lowercase;
	font-weight: normal;
}
#content {
	margin-top: 70px;
	padding-left: 8px;
}
.thePosts {
	float: left;
	width: 400px;
}
.product {
	float: left;
	margin-bottom: 50px;
}
#main {
	width: 840px;
	float: left;
}
.banners {
	float: right;
	width: 385px;
	height: 125px;
}
.ban {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.text {
	width: 400px;
	float: left;
	margin-right: 20px;
}
.image {
	width: 400px;
	float: left;
	overflow: hidden;
}
.post {
	margin-bottom: 50px;
	float: left;
}
.post .text {
	margin: 0 0 20px;
}
.post .image {
	clear: left;
}

.attach {
	margin-bottom: 20px;
}
.float-fix {
	clear: both;
	font-size: 0;
	overflow: hidden;
}
.archives {
	list-style: disc;
	margin: 0.5em 0 1em 2em;
}
.archives a {
	color: #444;
}