/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
html.lt-ie9{
	/*background-color: #faf6e1;*/
	background: #faf6e1 url(../imgs/bck.png);
}
body{
	background-color: transparent;
	background: url(../imgs/borderleft.png) left top repeat-y, 
	url(../imgs/borderright.png) right top repeat-y,
	url(../imgs/bck.png);	
}

.container{
	margin:3% 1%;
}

.header{
	margin-bottom:2%;
}

.timer{
	visibility: hidden;
}

div#featuredcontainer {
		padding: 12px;
		background: #efefef;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
		box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		margin: 0 0 10px 0;
}

h2{
	font-family: 'Playfair Display', serif;
	font-style: italic;
  	font-weight: 400;
}

h3{
	font-family: 'Playfair Display', serif;
	font-style: italic;
  	font-weight: 400;
}

h4{
	font-family: 'Playfair Display', serif;
	font-style: italic;
  	font-weight: 400;
  	margin-top:2%;
}

.centerContent{
	text-align:center;
}

.red{
	color:#8a1e04;
}

.brown.button{
	background-color:#7c6540;
	display:block;
	margin-bottom:3%;
}

.brown.button:hover{
	background-color:#a79156;
}



