body {
	font: 100% "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	background-color: #fff;
	color: #555;
	text-align: left;
}


/* Navi
--------------------------------------------------------------------*/

.naviarea {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	margin-top: 0px;
	background-color: #303039;
	border-bottom: 1px solid black;
}

.navibar {
	margin: auto;
	margin-top: 12px;
	height: 28px;
	width: 90%;
	max-width: 875px;
}

.navibar a:link { font-weight: bold; color: #bebebe; padding-left: 3%; padding-right: 3%; }
.navibar a:visited { color: #dfdfdf; }
.navibar a:hover { color: #fff; }

.location { color: #fff !important;  text-decoration: none; padding-bottom: 4px; border-bottom: 12px solid #CA121C; }


/* end of Navi
--------------------------------------------------------------------*/


/* Container(s)
--------------------------------------------------------------------*/

.container {
	width: 90%;
	max-width: 875px;
	margin: auto;
	margin-top: 45px;
}

.sold {
	position: absolute;
	float: right;
	top: 2500px;
	right: 5%;
	width: 330px;
	height: auto;
	opacity: 0.6
}

/* end of Container(s)
--------------------------------------------------------------------*/


/* Projects
--------------------------------------------------------------------*/

.project {
	float: left;
	width: 100%;
	padding-bottom: 15%;
}

.title {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 25px;
}

.subtitle {
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 55px;
}

h1 {
	font-size: 210%;
	color: #000;
	margin-top: 50px;
	margin-right: 3%;
}

h3 {
	font-size: 130%;
	margin-left: 0%;
}

h6 {
	font-size: 75%;
}

p {
	margin-left: 0%;
}

.showmore {
	font-size: 80%;
	margin-bottom: 30px;
}

a, a.adt {
	color: #0044CC;
	text-decoration: none;
}

a.thumbs {
	display: inline-block;
	border: 1px solid #aaa;
	}

/* end of Project
--------------------------------------------------------------------*/


/* ads from eBay
--------------------------------------------------------------------*/

.ad_table {
	position: relative;
	width: 80%;
	margin-left: 0;
}

img {
	max-width: 100%; /* automatically scales images up to containers limits */
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic; /* Improve IE's resizing of images: css-tricks.com/ie-fix-bicubic-scaling-for-images */
}

#ebay_image {
	float: left;
	background-color: #FFF;
	display: block !important;
	width: 100px;
	margin: 4px 10px 45px -3px;
}


#ebay_timeandprice {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}


#ebay_time {
	float: right;
	margin: 0 10px;
}


#ebay_price {
	float: right;
	margin: 0 10px;
}

/* end of ads from eBay
--------------------------------------------------------------------*/
