

html, body, div, span,  object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Layout */

body {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	background: url(img/bkgrd.jpg) top center repeat #c9beac;
	background-attachment: fixed;
	line-height: 1.6em;
	height: 100%;

}

p.two
 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	
	line-height: 1.5em;
	height: 100%;

}
#container {
	max-width: 940px;

	background-color: #fff;
	margin: 30px auto;
	padding: 30px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	display: block;
	min-height: 100%;
}
#container:before {
	content: " ";
	width: 100%;
	height: 5px;
	padding: 0 30px;
	background: url(img/cut.png) repeat-x;
	display: block;
	position: relative;
	top: -35px;
	left: -30px;
}
#container:after {
	content: " ";
	width: 100%;
	height: 5px;
	padding: 0 30px;
	background: url(img/cut.png) bottom left repeat-x;
	display: block;
	position: relative;
	bottom: -35px;
	left: -30px;
}
#main {
	max-width: 600px;
	float: left;
	margin-right: 4%;
}
#mainhome {
	width: 425px;
	float: left;
	margin-right: 1%;
	
}

#side {
	width: 30%;
	float: left;
}

#side2 {
	width: 45%;
	float: left;
}

.footer, .push {
position: relative;
padding: 0px;

clear: both;
font-size: 12px;

}




.cf:after {
	clear: both;
}
#main,mainhome img {
	width: 100%;
	height: auto;
}

  img {  
    height: auto;  
    max-width: 100%;  
}

/* Typography */






h2.fontface {font: 28px/36px 'PacificoRegular', Arial, sans-serif;letter-spacing: 3px; color:#8ac6dd; text-shadow: 1px 1px 0px #5a96b0, 1px 1px 0px #000;}



.red
	
	{
	color: #f14321;
	text-decoration: none;
}
	
	




h2 {
	font-size: 25px;
	margin-bottom: 15px;
	
	color: #392432;
	line-height: 1.3em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
	color: #392432;
}
h4 {
	font-size: 0.6em;
	
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #aaa;
	
	border-bottom: 1px inset;
	line-height: 1.8em;
	text-indent: 0;
	margin-bottom: 15px;
}
p {
	font-size: 1em;
	margin: 10px 0;
}
a {
	color: #9f814d;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}
#main ol li {
	list-style: decimal outside;
	text-indent: 0px;
	margin-left: 20px;
}
blockquote {
	border-left: 1px solid #ccc;
	padding-left: 15px;
	margin-left: 5px;
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Navigation */

nav {
	text-align: center;
	margin: 0px 0 0;
}
nav ul li {
	margin: 0 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 0.9em;
}
nav ul li a {
	color: #b8e4f4;
	text-decoration: none;
}
nav ul li a:hover {
	color: #87c2dc;
	text-decoration: none;
	cursor: pointer;
}
nav ul li a.current, .Array nav ul li a.homelink {
	color: #87c2dc;
	padding: 0 0 3px 1px;
}


/* Extras */

::selection { background-color: #ede0d9; }

footer p {
	text-align: center;
	color: rgba(0,0,0,0.8);
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	
}
footer p a { color: inherit; }



.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
max-height: 100%;
}





/* Responsiveness */
@media screen and (max-width: 1000px) {
	#main {
		width: 66%;
	}
	#container {
		margin: 50px 2%;
	}
}
@media screen and (max-width: 680px) {
	#main { width: 100%; padding-bottom: 30px; border-bottom: 1px solid #ccc; }
	
	#mainhome { width: 100%; padding-bottom: 30px; border-bottom: 1px solid #ccc; }
	
	#side { width: 100%; padding-top: 30px; }
	
	#side2 { width: 100%; padding-top: 30px; }
}
@media screen and (max-width: 600px) {
	h1  {
		background: url(img/logo-small.png);
		width: 131px;
		height: 131px;
		margin: 18% auto 0;
	}
	#container {
		margin: 30px 2%;
	}
