/*----------------------------------------------------------------------

INNER CITY BIKES - Master Styles

DEVELOPED BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Chris Chiles & Andrew Philpott
Date Created:	03/01/2010
Last Modified:	03/01/2010

Copyright 2010, All Rights Reserved.

----------------------------------------------------------------------*/
@import url('/assets/css/reset.css');

html {
	height: 100%;
}
body {
	font: normal 10px Verdana, Arial, sans-serif;
	background: url(/assets/images/bg-body.png) #000;
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
#sidebar {
	left: 0;
	top: 5px;
	padding-left: 12px;
	position: fixed;
	height: 100%;
}

h1 {
	display: none;
}

#nav {
	float: left;
	margin: 35px 0 0 38px;
	width: 686px;
}
#nav li {
	float: left;
	margin: 0 5px 3px 0;
}
#nav li.buy {
	clear: left;
}
#nav li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	
	background: #050505;
	border: 1px solid #212121;
	display: block;
	height: 23px;
	padding: 5px 0 0 7px;
	width: 157px;
}
#nav li a:hover,
#nav li a.active {
	background-color: #fff;
	color: #262626;
}
#entries {
	position: absolute;
	top: 175px;
	margin-left: 50px;
	height: 450px;
}
#entries .entry {
	float: left;
	position: relative;
	overflow: hidden;
	color: #808080;
	margin-right: 50px;
	height: 450px;
	
	background: #050505;
	border: 1px solid #212121;
	padding: 5px 6px 11px;
}
#entries .entry .column {
	position: absolute;
	margin-right: 25px;
	padding-top: 4px;
}
#entries .entry .columns {
	height: 420px;
	position: relative;
	top: 20px;
	min-width: 300px;
}
#entries .entry.img .columns {
	margin-top: -10px;
}
#entries .entry.text .columns {
	margin-top: 10px;
}
#entries .entry .column.last {
	margin-right: 0;
}
.entry .border {
	float: left;
	width: 100%;
	padding-bottom: 2px;
	height: 12px;
}
.entry.text .border {
	border-bottom: 5px solid #CCCCCC;
}
.img-nav {
	float: left;
}
.img-nav li {
	display: inline;
	margin-right: 5px;
}
#entries .img-nav li a {
	padding: 0 2px;
	color: #808080;
	text-decoration: none;
}
#entries .img-nav li a.activeSlide {
	color: #fff;
}
#entries .img-nav li a:hover {
	background-color: #404040;
	color: #FFF;
}
.share {
	float: right;
}
.share li {
	display: inline;
	text-indent: -9999px;
}
.share li.facebook a {
	margin-right: 13px;
	display: block;
	float: left;
	width: 5px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat 0px 0px;
}
.share li.twitter a {
	margin-right: 13px;
	display: block;
	float: left;
	width: 8px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat -18px 0px;
}
.share li.email a {
	display: block;
	float: left;
	width: 14px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat -38px 0px;
}
.share li.facebook a:hover {
	background: url('/assets/images/share.png') no-repeat 0px -10px;
}
.share li.twitter a:hover {
	background: url('/assets/images/share.png') no-repeat -18px -10px;
}
.share li.email a:hover {
	background: url('/assets/images/share.png') no-repeat -38px -10px;
}
.entry .slides {
	height: 302px;
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
	z-index: 0;
}
#entries .entry .slides .prev, #entries .entry .slides .next {
	position: absolute;
	width: 50%;
	height: 300px;
	left: 0;
	z-index: 1000;
	text-indent: -9999px;
	cursor: pointer;
}
#entries .entry .slides .next {
	left: auto;
	right: 0;
}
.entry h2 {
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#entries .entry h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#entries .entry h2 a:hover {
	background: none;
}
.entry p {
	line-height: 16px;
	margin: 0 0 1em 0;
	width: 300px;
}
.entry h2 + p {
	margin-top: 0;
}
.entry .read-more {
	z-index: 500;
	position: absolute;
	display: block;
	float: left;
	bottom: 14px;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
.entry .read-more:hover {
	color: #FFF;
	background-color: #404040;
}
.entry .read-less {
	position: relative;
	top: 15px;
	right:0;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
.entry .read-less:hover {
	color: #FFF;
	background-color: #404040;
}
.entry p a:link, .entry p a:visited, .entry p a:active {
	color: #fff;
	text-decoration: none;
}
.entry p a:hover {
	color: #262626;
	background: #fff;
}