@import "base.css";

html, body {
	min-height:100%;
	height:auto;
}

body {
	background: #333 url(../img/layout/bg-grain-5percent.png);
	font-family: 'Lucida Grande', Tahoma, sans-serif;
}

#leftbar-bg {
	background:#EEE;
	position:fixed;
	width:250px;
	left:0;
	top:0;
	border-right:1px solid black;
	min-height: 100%;
	height:auto;
}
#leftbar {
	position:absolute;
	width:250px;
	left:0;
	top:0;
}

#branding {
	padding:25px 0;
	font-family: Kreon, Georgia, sans-serif;
	background: #F3F3F3;
	border-bottom: 1px solid #FFF;
}
#branding a {
	display: block;
	text-align: center;
	width:207px;
	height:151px;
	background: url(../img/layout/logo-bg.png) left top no-repeat;
	margin-left:20px;
}
#branding a:hover {
	background-position:bottom;
}
#branding a h1 {
	font-size:19px;
	color:#777;
	padding-top:50px;
	margin-bottom:5px;
}
#branding a:hover h1 {
	color:#333;
}
#branding a span {
	font-size: 14px;
	line-height: 16px;
	color:#999;
	display: block;
	padding:0 40px;
}
#branding a:hover span {
	color:#666;
}

#leftbar .section {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #f3f3f3;
	padding:25px;
}
#leftbar .section.top {
	border-top: 1px solid #ddd;
}
#leftbar h3 {
	font-size: 12px;
	margin-bottom:10px;
	text-shadow:#FFF 1px 1px 0;
}
.tags li a {
	font-size: 11px;
	color:#666;
	float:left;
	background:#F5F5F5;
	padding:4px 8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 3px 3px 0;
	text-shadow:#FFF 1px 1px 0;
	-moz-box-shadow: 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px rgba(0,0,0,0.1);
}
.tags li a:hover {
	background:#FFF;
	color:#111;
}


#content {
	padding-top:50px;
	margin-left:250px;
	margin-right:225px;
}
h2 {
	font-family: Kreon, Georgia, sans-serif;
	font-size: 36px;
	color:white;
	text-shadow: #222 1px 1px 0;
	margin-bottom:5px;
	padding: 0 50px;
}
#content p {
	color:#CCC;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 50px;
	padding: 0 50px;
	max-width:800px;
}
ul.listings {
	
}
li.listing {
	float:left;
	margin: 0 0 50px 50px;
	width:400px;
	height:200px;
	-moz-box-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.3);
	box-shadow: 0 0 1px rgba(255,255,255,0.3);
}
li.listing .overlay {
	display:none;
	position:absolute;
	padding:20px;
	width:360px;
	overflow: hidden;
	background:rgba(0,0,0,0.8);
}
/*li.listing:hover .overlay {
	display:block;
}*/
li.listing h4 {
	font-family: Kreon, Georgia, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
li.listing h4 a {
	color:#ffea00;
}
li.listing h4 a:hover {
	color:#FFF;
}
li.listing a.url {
	font-size:13px;
	color:#AAA;
	display: block;
	margin-bottom:10px;
}
li.listing a.url:hover {
	color:#EEE;
}



#rightbar {
	background:#111 url(../img/layout/bg-grain-5percent.png);
	position:fixed;
	width:225px;
	right:0;
	top:0;
	height: 100%;
	border-left:1px solid #444;
}
#buySellAds {
	padding: 25px;
	overflow: hidden;
}
#ads {
	padding:25px;
}
#ads li {
	margin-bottom:25px;
}
#ads a {
	display: block;
	text-align: center;
	font-size: 11px;
	color:#CCC;
}
#ads a:hover {
	color:#FFF;
}
#ads a img {
	margin-bottom:5px;
}
