@charset "utf-8";

@font-face {
	font-family: 'ClarendonRoman';
	src: url('../fonts/clrndnn-webfont.eot');
	src: local('☺'), url('../fonts/clrndnn-webfont.woff') format('woff'), url('../fonts/clrndnn-webfont.ttf') format('truetype'), url('../fonts/clrndnn-webfont.svg#webfontZZf5GKBu') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}
html {
  height:100%;
}
body {
  background: #AF8964 url(../images/bg.jpg);
  color: #fff;
  font: 14px Tahoma, Arial, Helvetica, sans-serif;
  height:100%;
}
#site {
  background: url(../images/bg_container.jpg) repeat-x;
  width: 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color:#F7C401;
}
a:hover {
	color:#BBCD2A;
}
#container {
  width: 1000px;
  display: block;
  margin:0 0 -194px 0;
  height:100%;
  height:auto !important;
  min-height:100%;
}

#leftcol {
  display: block;
  float: left;
  width: 252px;
  margin-right: 13px;
  position: fixed;
  z-index: 13;
  margin-bottom: 20px;
}
#sign-up {
  margin-bottom: 25px;
}
#rightcol {
  display: block;
  float: left;
  width: 735px;
  padding-left: 264px;
}
#big-feature {
  background: url(../images/bg_stripes.png) no-repeat;
  display: block;
  padding: 6px 0px;
  height: 528px;
  width: 735px;
  overflow: hidden;
  margin-bottom: 16px;
}
#big-feature #slides {
	display: block;
}

#slides .big-slide {
  display: block;
}
#slides #first-pull {
	display: block;
	padding: 408px 390px 0px 125px;
	height: 120px;
	width: 220px;
	background-color: transparent;
	background-image: url(../images/bg_slide-first_pull.png);
	background-repeat: no-repeat;
}
#slides #one-eye {
	display: block;
	padding: 408px 360px 0px 155px;
	height: 120px;
	width: 220px;
	background-color: transparent;
	background-image: url(../images/bg_slide-pike.png);
	background-repeat: no-repeat;
}
#feature-nav {
	display: block;
	height: 20px;
	width: 695px;
	margin-bottom: -20px;
	position: relative;
	z-index: 1313;
	top: -50px;
	text-align: right;
}
#feature-nav a {
	display: inline-block;
	width:20px;
	height:20px;
	text-indent:-1313px;
	background-image: url(../images/pager-sprite.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	margin-right: 6px;
	text-align: left;
}
#feature-nav a.activeSlide {
	background-position: 0px 0px;
}
#feature-nav a:hover {
	background-position: -40px 0px;
}

#home-article {
  display: block;
  width: 695px;
}
#footer {
  background: url(../images/bg_footer.jpg);
  display: block;
  height: 204px;
  width: 100%;
}
h1 {
  font: normal 30px/30px 'ClarendonRoman';
  color: #FFF;
  margin-bottom: 12px;
  text-transform: uppercase;
}
h1 .article-date {
  font: bold 30px/30px Arial, Helvetica, sans-serif;
  color: #e7d4bc;
}
h2 {
  font: normal 24px/24px 'ClarendonRoman';
  color: #CCC;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.columns {
  column-count:2;
  column-gap: 20px;
  -moz-column-count:2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
#signup {
	height: 100px;
	float:left;
	width: 350px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	text-align:center;
}
.push {
	height:194px;
}

