/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #f2f2f2 url('../img/bg.png') repeat-x top left;
	border-top: 5px solid #252420;
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
	}
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border:           0 #ccc solid;
	border-top-width: 1px;
	clear:            both;
	height:           0;
}

img.member_image {
	margin:     0;
	padding:    0;
}

img.floatleft {
	border: 3px solid #252420;
	float:  left;
	margin: 16px;
}

.footer a,
.page_body a {
	color:	#252420
}

.footer a:hover,
.page_body a:hover {
	background-color: #252420;
	color:            #bcb2a2;
	text-decoration:  none;
}

.for-sale {margin: 20px;}
	.for-sale h4 {margin-bottom: 5px;}
	.for-sale img.floatleft {margin-top: 0;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

#logo {
	background: transparent url('../img/logo.gif') no-repeat scroll 0 0;
	display: block;
	position: relative;
	height: 80px;
	margin: 0;
	width: 199px;
}

#logo a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	width: 400px;
	margin: 0;
	padding: 0;
	background-color: none;
}

#logo a:hover { background-color: none;}


h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

	.page_body h2 {
		background-color: #252420;
		border-bottom: 1px solid #fff;
		color: #bcb2a2;
		font-weight: normal;
		letter-spacing: 5px;
		margin: 0;
		padding: 8px 0;
		text-align: center;
	}

h3 {
	font-weight: lighter;
	font-size: 21px;
	margin-left: 13px;
	margin-top: 25px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

p {
	font-size: 13px;
	padding: 13px;
}

.footer p { text-align: center; }

p#facebook {background: url('../img/facebook_icon.png') no-repeat; display: inline-block; padding: 0 0 0 40px; line-height: 30px; margin: 30px 0 0 10px;}

.award-wrapper {position: relative; z-index: 20;}
.award {background: url('../img/award.png') no-repeat;  height: 99px; width: 80px; position: absolute; top: -387px; right: 70px;}

/* `Navigation
----------------------------------------------------------------------------------------------------*/
.topbar ul {
	float: right;
	margin: -28px 0 0 0;
}

.topbar li {
	display: inline;
	margin:  0;
}

.topbar li a {
	background-color: #252420;
	border-bottom: 1px solid #bcb2a2;
	border-top: 3px solid #bcb2a2;
	color: #bcb2a2;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
}

.topbar li a.here,
.topbar li a:hover {
	background-color: #bcb2a2;
	border-bottom: 1px solid #252420;
	border-top: 5px solid #252420;
	color: #252420;
}

#page .page_body ul { margin: 30px 0; }
#page .page_body li { font-size: 13px; margin-bottom: 10px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
