/* Coded by Paul Hart for Fairbanks Townhouses 2010 */

/** HTML 5 */
article, aside, footer, header, nav, section {
	display: block;
	text-align: left;
}
* {
   padding: 0;
   margin: 0;
}

/* General */

@font-face {
  font-family: 'NotethisRegular';
  src: url('/wp-content/themes/simplex/fonts/Note_this.eot');
  src: local('Note this Regular'), local('Notethis'), url('/wp-content/themes/simplex/fonts/Note_this.ttf') format('truetype');
}

body {
	position: relative;
	font: .85em/1.5em HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #eecba4;
	text-align: center;
	background: #2a241d url(/wp-content/themes/simplex/images/photos/bg-photo.jpg) no-repeat center 0;
}

/* general styles */
a {
	color: #630d0d; /* maroon */
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
p {
	margin-bottom: 15px;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
	font-weight: normal;
}
h2 {
	color: #c6a988; /* tan */
	font-size: 24px;
}
	h2 a {
		color: #c6a988;
		text-decoration: none;
	}
ul li {
	margin-bottom: 0;
}

/* layout */

.wrapper, 
.primary, 
.secondary, 
.bottom { 
	width: 1000px; 
	margin: 0 auto;
	position: relative;
	text-align: left;
	}

section.primary {
  display: none;
}

.outer-wrapper {
	width: 1050px;
	margin-bottom: 175px;
}
.secondary {
	padding: 10px 60px;
	width: 920px;
	margin-bottom: 50px;
	overflow: hidden;
}

.secondary h2 a span {
  font-family: NotethisRegular;
  font-weight: bold;
}


/* articles */

.teaser {
	display: block;
	width: 275px;
	float: left;
	margin-right: 45px;
}
	.teaser-box a {
		color: #c6a988; /* tan */
		font-size: 15px;
	}
	.teaser-box a:visited {
		color: #c6a988; /* tan */
	}
	.teaser h2 a:hover {
		color: #c6a988;
	}
	.teaser h2 a:visited {
		color: #c6a988;
	}
	.teaser h3 {
		color: #c6a988;
	}
	.two .teaser-box a, .two .teaser-box {
		color: #fff;
	}
	.teaser-box {
		width: 225px;
		min-height: 143px;
		padding: 12px 25px;
	}
	.one .teaser-box {
		padding: 0;
	}
		.one img {
			border: 2px solid #333;
		}
	.two .teaser-box {
		background: #a75e16;
	}
	.three .teaser-box {
		background: #3c3a07;
	}
	.three {
		margin-right: 0;
	}

/* footer */

.bottom {
	clear: both;
	margin: 20px auto 30px auto;
	color: #6f6f0f;
}
.bottom a {
	color: #6f6f0f;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #6f6f0f;
}

