
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
small {
	font-size: 75%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image: url(images/light_noise_diagonal.png);
	background-image: url(images/crisp_paper_ruffles.png);
	background-image: url(images/white_tiles3.png);
	background-image: url(images/washi.png);
	/*background-image: url(images/light_wool.png);*/
	background-attachment: fixed;
	font-size: 16px;
	line-height: 150%;
}
#main {
	width: 1200px;
	height: auto;
	background: white;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Lato', sans-serif;
	position: relative;
}
#left_wrapper {
	height: 100px;
	width: 100px;
	position: absolute;
	left: -150px;

}
#left {
	height: 200px;
	width: 100px;
	background-image: url(images/arrow_left.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 250px;
	text-align: right;
	text-transform: uppercase;
}
#right_wrapper {
	height: 100px;
	width: 100px;
	position: absolute;
	right: -150px;

}
#right {
	height: 200px;
	width: 100px;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 250px;
	text-align: left;
	text-transform: uppercase;
	display: table;
}
#right p, #left p {
	margin-top:62px;
}
#right_nav {
	height: 200px;
	width: 100px;
	display: table-cell; 
    vertical-align: middle;
    color: #511e1a;
    background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
}
#right_nav:hover {
	background-position: 0 200px;
	text-decoration: none;
}
#left_nav {
	height: 200px;
	width: 100px;
	display: table-cell; 
    vertical-align: middle;
    color: #511e1a;
    background-image: url(images/arrow_left.png);
	background-repeat: no-repeat;
}
#left_nav:hover {
	background-position: 0 200px;
	text-decoration: none;
}
#header {
	width: 100%;
	height: auto;
	background-color: #772c27;
	background: -webkit-linear-gradient(top, #772c27, #511e1a);
}
#logo {
	width: 700px;
	height: 150px;
	text-align: center;
	float: left;

}
#logo h1 {
	color: #ddd;
	font-family: 'Lato', sans-serif;
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: -22px;
}
#footer_wrapper {
	width: 100%;
	height: 300px;
	background-image: url(images/classy_fabric.png);
	padding-top: 20px;
}
#footer {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer p {

		margin:  20px;
		color: #a5868e;
}
#footer a {
	color: #a5868e;
	width: auto;
	padding: 5px 20px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
#nav_menu {
	width: 500px;
	height: 150px;

	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	float: right;
	vertical-align: middle;
	text-align: right;
	/*background-image: url(images/wild_oliva.png);*/

	position: relative;

}
a {
	text-decoration: none;
}
#nav_menu a:last-child {
	border: none;
}
#nav_menu a:hover {
	color: #a5868e;
}
#nav_menu a {
	text-decoration: none;
	color: #e6e2d5;
	padding: 0px 15px 0px 15px;
	margin-bottom: 10px;
	/*border-right: 1px solid #fffaea;*/
	vertical-align: middle;
	display: inline-block;
	margin-top: 70px;
	transition:color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	text-shadow: 2px 2px #222;

}
#menu_trigger {
	cursor: pointer;
	color: #511e1a;
	font-family: 'Palatino', serif;
	text-transform: uppercase;
	display: none;
	position: relative;
}
#menu_trigger .show-hide {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	float: right;
	position: relative;
	display: block;
}
#menu_trigger span {
	float: left;
	margin: 0 15px;
	font-size: 18px;
}
#menu_trigger.selected .show-hide {

}
#menu_content{
	height: auto;
	width: 100%;
	background-color: #f2edde;
}
#menu_content.hide{
	display: none;
}
#menu_content a {
	display: block;
	margin: 0 35px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #fffaea;
	color: #511e1a;
	text-transform: uppercase;
}
#menu_content a:last-child {
	border: none;
}
#left_menu {
	width: 100%;
	height: auto;
}
#left_menu a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #511e1a;
	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
}
#left_menu a:nth-last-child(2){
	border: none;
}
#left_menu a:hover {
	background-color: #f2edde;
	color: #772c27;
	text-decoration: none;
}
.current {
	background-color: #f2edde;
}
#index_pic 	{
	width: auto;
	height: auto;
	margin: 20px 20px 0px 20px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#index_pic img {
	width: auto;
	height: auto;
	border-radius: 8px;
}
#left_column {
	height: auto;
	width: 370px;
	border-radius: 8px;
	float: left;
	background-color: #fffaea;
	margin: 20px 10px 20px 20px;
	padding-bottom: 20px;

}
#left_column p {
	font-family: 'Palatino', serif;
	margin: 0 20px 24px 20px;
}
#left_column a.invert {
	background-color: #e3704f;
	font-size: 13px;
	line-height: 13px;
	font-style: italic;
	color: #fffaea;
	padding: 3px 12px 4px 12px;
	border-radius: 14px;
	text-transform: uppercase;
	float: right;
	margin-right: 20px;
	margin-top: -20px;
	transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	border:1px solid transparent;	
}
#left_column a.invert:hover {
	color: #772c27;
	text-decoration: none;
}
#right_column a.invert, #footer a.go_top {
	background-color: #a5868e;
	font-size: 13px;
	line-height: 13px;
	font-style: italic;
	color: #fffaea;
	padding: 3px 12px 4px 12px;
	border-radius: 14px;
	text-transform: uppercase;
	float: right;
	margin-right: 20px;
	margin-top: 0;
	transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	border:1px solid transparent;	
}
#right_column a.invert:hover, #footer a.go_top:hover {
	color: #772c27;
	text-decoration: none;
}
#footer a.go_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #fffaea;
	display: none;
}
.divider300 {
	height: 80px;
	width: inherit;
	background-image: url(images/divider300.png);
	background-size: 65% 25px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
.divider600 {
	height: 80px;
	width: inherit;
	background-image: url(images/divider600dove.png);
	background-size: 65% 25px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
#right_column {
	height: auto;
	width: 790px;
	float: right;
	margin: 20px 0 40px 10px;
}
#right_column p, #right_column ul.membership {
	font-family: 'Palatino', serif;
	font-size: 1.125em;
	line-height: 150%;
	margin: 0 20px 24px 0px;
	color: #511e1a;
}
#right_column h1 {
	text-transform: uppercase;
	color: #e3704f;
	margin: 20px 60px 20px 0;
}
#right_column h2, h4 {
	color: #772c27;
	font-size: 30px;
	font-family: 'Palatino', serif;
	font-style: italic;
	margin-bottom: 20px;
	line-height: 40px;

}
#right_column h3 {
	text-transform: uppercase;
	margin: 20px 0;
	color: #a5868e;
}
#right_column h4 {
	text-align: center;
	line-height: 40px;
	margin-left: 100px;
	margin-right: 100px;
}
#right_column ul.membership {
	list-style: disc;
	margin-left: 20px;
}

#right_column .box {
	width: 770px;
	margin-right: 20px;
	height: auto;
	border-radius: 8px;
	background-color: #f1ecee;
	padding: 5px 0;
	/*margin-bottom: 40px;*/
}
#right_column .box p, #right_column .quote p {
	margin: 20px;
	font-style: italic;
	color: black;
}
#right_column .quote p.by {
	font-style: normal;
	text-align: right;
}
#right_column .quote p {
	text-align: center;
}
#right_column .quote {
	width: 512px;
	height: auto;
	border-radius: 8px;
	background-color: #f1ecee;
	padding: 1px 0;
	margin-bottom: 20px;
}
#right_column .half_box {
	width: 370px;
	background-color: #f1ecee;
	height: 300px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	font-size: 14px;
	float: left;
}
#right_column .half_box h1 {
	margin: 20px;
}
#right_column .half_box p {
	margin: 20px;
}
#right_column .pic_right {
	width: 236px;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	
}
#right_column .pic_left {
	width: 236px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	position: relative;
	left: -256px;
	margin-right: -256px;
}
#right_column .pic_right_float {
	width: 236px;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#right_column .pic_left img, #right_column .pic_right img, #right_column .pic_right_float img {
	width: 100%;
	border-radius: 8px;
}
.pic_right img {
	margin-left: 10px;
}
#right_column img.pic_top {
	width: 770px;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#right_column .description_right {
	width: 532px;
	height: auto;
	float: right;
	margin: 0 0 0 20px;
	position: relative;
}
#right_column .description_left {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
}
#left_column h1 {
	text-transform: uppercase;
	color: #e3704f;
	margin: 20px;

}
.clear_both {
	clear: both;
}
#contact p{
	line-height: 18px;
}
#social_media_icons {
	width: 32px;
	height: 128px;
	margin: 40px 20px 0 0;
	float: right;
}
#big_ol_form {
	padding: 20px 20px 0 20px;
	font-family: 'Palatino', serif;
	font-style: italic;
}
#big_ol_form input {
	margin: 10px 0 20px 0;
	width: 400px;
	line-height: 30px;
	font-size: 16px;
	border: none;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: block;
	-webkit-border-radius: 4px;
	-webkit-appearance: none;
	padding: 0 10px;
}
#big_ol_form textarea {
	width: 710px;
	display: block;
	line-height: 30px;
	font-size: 16px;
	border: none;
	margin: 10px 0 20px 0;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-webkit-appearance: none;
	padding: 0 10px;
}
#big_ol_form select {
	display: block;
	margin: 10px 0 20px 0;
	width: 420px;
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 30px;
	border: none;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 0 10px;
	background-color: white;
	background: url(images/down.png) no-repeat right white;
}
#big_ol_form input.button {
	margin: 0;
	font-family: 'Lato', sans-serif;
	width: auto;
	background-color: #e3704f;
	font-size: 13px;
	line-height: 13px;
	font-style: italic;
	color: #fffaea;
	display: block;
	float: right;
	padding: 3px 12px 4px 12px;
	border: none;
	border-radius: 14px;
	text-transform: uppercase;
	transition: color .2s ease-in-out;

	-webkit-transition: color .2s ease-in-out;
	-webkit-box-shadow: none;
	border:1px solid transparent;
}
#big_ol_form input.button:hover {
	color: #772c27;
}
/* form error message */
.error {
  /* supply height to ensure consistent positioning for every browser */
  height: auto;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  line-height: 18px;
  background-color:#FFFE36;
  border:1px solid #E1E16D;
  color:#000;
  padding:3px 10px;
  margin-left:-2px;
 

  /* CSS3 spicing for mozilla and webkit */
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
 
  -moz-box-shadow:0 0 6px #ddd;
  -webkit-box-shadow:0 0 6px #ddd;
}
@media (max-width: 1500px) {
	#left_wrapper {
		display: none;
	}
	#right_wrapper {
		display: none;
	}
}
@media (min-width: 768px) {
	#menu_content {
	display: none;
	}
}
@media (max-width: 1200px) {
	#main {
		width: 960px;
	}
	#logo {
		width: 460px;
		height: 120px;
	}
	#logo img {
		width: 460px;
	}
	#nav_menu {
		width: 500px;
		height: 120px;
	}
	#nav_menu a {
		margin-top: 47px;
	}
	#index_pic {
		width: auto;
		height: auto;
	}
	#index_pic img {
		width: 920px;
	}
	#right_column {
		width: 630px;
		font-size: 16px;
		line-height: 24px;
	}
	#right_column p {
		font-size: 1em;
		line-height: 150%;
	}
	#right_column .description_left {
		width: 100%;
	}
	#right_column .description_right {
		width: 426px;
	}
	#right_column .pic_left, #right_column .pic_right, #right_column .pic_right_float {
		width: 183px;
	}
	#right_column .pic_left {
		left: -203px;
	}
	#right_column img.pic_top {
		width: 590px;
	}
	#right_column .half_box {
		width: 290px;
	}
	#right_column .box {
		width: 610px;
	}
	#right_column .quote {
		width: 406px;
	}
	#right_column ul.membership li{
		font-size: 16px;
		line-height: 24px;
	}
	#big_ol_form textarea {
		width: 550px;
	}
	#left_column {
		width: 290px;
	}
	#footer {
		width: 960px;
	}
}
@media screen and (max-width: 768px) {
	#main {
		width: inherit;
		margin: 0;

	}
	#logo {
		width: 100%;
		height: 85px;
	}
	#logo img{
		/*width: 300px;
		height: 75px;*/
		max-width: 90%;
		height: auto;
	}
	#nav_menu {
		width: 100%;
		height: auto;
		padding: 30px 0 0 0;
		text-align: center;
	}
	#nav_menu a {
		margin-top: 0;
	}
	#menu_trigger {
		display: block;
		background-color: #fffaea;
		clear: both;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	#index_pic {
		margin: 0;
		width: 100%;
		background-size: 100%;
		height: 200px;
		display: none;
	}
	#left_column {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
		border-radius: 0;
		margin-top: 20px;
		padding-top: 1px;
	}
	#right_column p {
		font-size: 14px;
		margin: 0 15px 15px 15px;
	}
	#right_column h1, #right_column h2, #right_column h3{
		margin: 15px;
	}
	#right_column .pic_left, #right_column .pic_right, #right_column .pic_right_float {
		margin-left: auto;
		margin-right: auto;
		float: none;
		clear: both;
		position: relative;
		left: 0;
	}
	#right_column img.pic_top {
		border-radius: 0;
		width: 100%;
		margin-right: 0;
	}
	#right_column {
		width: 100%;
		float: none;
		height: auto;
		clear: both;
		margin: 0 0 60px 0;
	}
	#right_column .box {
		border-radius: 0;
	}
	#right_column .description_left, #right_column .description_right {
		width: 100%;
	}
	#right_column h4 {
		margin-right: 30px;
		margin-left: 30px;
		font-size: 24px;
		line-height: 30px;
	}
	#right_column .half_box {
		width: 100%;
		border-radius: 0;
		display: block;
		padding-bottom: 20px;
		margin-right: 0;
		height: auto;
	}
	#right_column .box {
		width: auto;
		display: block;
		margin-right: 0;
	}
	#big_ol_form input {
		width: 260px;
	}
	#big_ol_form select {
		width: 280px;
	}
	#big_ol_form textarea {
		width: 420px;
	}
	#footer {
		width: 100%;
		margin: 0;
	}
	#left_menu {
		display: none;
	}
	#footer a.go_top {
		bottom: 0;
		right: -2000px;
		border-radius: 8px 0 0 0;
	}
	#right_column .quote {
		width: 100%;
		border-radius: 0;
	}
}
@media screen and (max-width: 480px) {
	#nav_menu a:nth-last-child(2) {
		border: none;
	}

.divider600 {
	height: 80px;
	width: inherit;
	background-image: url(images/divider300.png);
	background-size: 65% 25px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	}
		#big_ol_form textarea {
		width: 260px;
	}
}
@media screen and (max-width: 320px) {
	#nav_menu {
		padding-top: 10px;
	}
	#nav_menu a:nth-last-child(3) {
		border: none;
	}
	#nav_menu a:nth-last-child(2) {
		/*border-right: 1px solid #fffaea;*/
	}
	#big_ol_form textarea {
		width: 260px;
	}
}

