@charset "UTF-8";
/* CSS for ariemoon */
/* MOBILE-FIRST STYLES */

body {
	color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 1px;
}
body.ariemoon {
	background: url(../images/arie-bg.jpg) center bottom no-repeat;
	background-attachment: fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

p { margin: 0 0 1em 0; }

/* headings */
.title {
	font-family: "Cinzel Decorative", "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 2.8em;
	line-height: normal;
	color: #fff;
	text-shadow: 3px 3px 2px #000;
	text-align: center;
}
.caption {
	display: block;
	text-align: center;
	line-height: 1.7em;
	font-weight: 400;
	font-size: .8em;
	padding: 15px;
	border-bottom: 1px solid #999B57;
	margin-bottom: 20px;
	color: #999B57;
}
ul.mylist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mylist li { padding-left: 1.3em; }
.mylist li:before {
	content: "\2726"; /* unicode clover */
	color: #4CB0AC;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}
h1 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 2.6em;
	margin-bottom: 30px;
}
h2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 1.5em;
	line-height: 1.7em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.7em;
	font-weight: 300;
	letter-spacing: 2px;
	color: #399;
	line-height: 1.2em;
}
.page-header {
	text-align: center;
	padding: 40px 0 30px;
	margin: 0;
}

.dot {
	display: none;
	visibility: hidden
}
/*positioning*/
.fltlft { float: left; }
.fltrt { float: right; }
.center { text-align: center; }
.space { padding: 40px 0; }
hr {
	display: block;
	margin: 30px 0;
	border: solid 1px #399;
}
/*colors*/
.teal-dark { color: #003235; }
.teal-med { color: #4CB0AC; }
.teal { color: #399; }
.mint { color: #BEDFDF; }
.gold { color: #A87F1F; }
.rust { color: #CC3300; }
.olive { color: #999B57; }
.white { color: #fff; }
.ltgry { color: #d2d2d2; }
.off-white { color: #E5DFCE; }
/* links */
a, a:visited {
	color: #4CB0AC;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #3CC;
	text-decoration: none;
}
/* STRUCTURE */ 
.wrapper {
	width: 92%;
	margin: 0 auto;
}
section, aside { padding: 30px 0; }
/*Mobile Grid*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { margin-bottom: 40px; }
.grid_6.col { margin-bottom: 0; }

/* Contain floats */ 
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* Padding */ 
.pad-vertical10 { padding: 10px 0; }
.pad-vertical20 { padding: 20px 0; }
.pad-vertical30 { padding: 30px 0; }
.pad-top10 { padding-top: 10px; }
.pad-top20 { padding-top: 20px; }
.pad-top30 { padding-top: 20px; }
.pad-bottom10 { padding-bottom: 10px; }
.pad-bottom20 { padding-bottom: 20px; }
.pad-bottom30 { padding-bottom: 20px; }
/* IMAGES */
img {
	max-width: 100%;
	height: auto;
}

.sidebar { 
	border-left: 1px solid #4CB0AC;
	padding: 0 30px;
}

.gallery .clearfix { margin-bottom: 40px; }
.gallery .grid_4, .gallery .grid_3 {
	border: 1px solid #4CB0AC;
	padding: 16px;
}
.frame {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want content inside of it */
	overflow: hidden;
}
.frame img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
/* FORMS */
.contactform {
	background-color: #ddd;
	border: 1px solid #333;
	padding: 30px;
	margin: 30px 0 60px;
}
input[type="text"], input[type="password"], textarea {
	margin: 15px auto;
	padding: 15px;
	width: 100%;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 30px;
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
}
a.button, input[type="submit"] {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	cursor:default;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	border: #399 solid 3px;
}
a.button:hover, input[type="submit"]:hover {
	color: #000;
	background-color: #BEDFDF;
	border: #BEDFDF solid 3px;
}
.gallery .grid_4 > a.button { display: block; margin: 0 auto; }
.outline { 
	border: 1px solid #399;
	padding: 16px;
	text-align: center;
	margin: 30px auto;
}
.ValidationErrors {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #e00;
	font-weight: 700;
}
.hide {
	display: none;
	visibility: hidden;
}
/* ================================================ 
						FOOTER
   ================================================ */
footer {
	color: #4CB0AC;
	opacity: .70;
	filter: alpha(opacity=70);
	font-size: .8em;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 0;
	background: #0C4E5E url(../images/pattern.png) repeat top left;
}
/* Social */
.fbook {
	margin: 0 auto;
	width: 56px;
	height: 56px;
	padding: 10px;
	background-color: #2b2b2b;
	opacity: .6;
	filter: alpha(opacity=60);
}
footer .social img { margin-bottom: -6px }
.social img {
	display: inline-block;
	opacity: .6;
	filter: alpha(opacity=60);
}
.social img:hover, img.social:hover, .social img:active, .fbook:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ================================================ 
					MEDIAQUERIES
   ================================================ */

/* TABLET applies to print media as well as screen */
@media all and (min-width: 767px) {
.wide-content {
	float: none;
	width: 100%;
}
.content {
	float: left;
	width: 60%;
}
aside {
	float: right;
	width: 35%;
	border-left: 2px solid #399;
	padding-left: 50px;
}
/* FULL-SCREEN GRID */
.grid_1 { width: 5%; }
.grid_2 { width: 13.333333333333%; }
.grid_3 { width: 21.666666666667%; }
.grid_4 { width: 30%; }
.grid_5 { width: 38.333333333333%; }
.grid_6 { width: 46.666666666667%; }
.grid_7 { width: 55%; }
.grid_8 { width: 63.333333333333%; }
.grid_9 { width: 71.666666666667%; }
.grid_10 { width: 80%; }
.grid_11 { width: 88.333333333333%; }
.grid_12 { width: 96.666666666667%; }
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	float: left;
	margin-left: 1.6666666666667%;
	margin-right: 1.6666666666667%;
	margin-bottom: 0px;
}
.alpha { margin-left: 0; }
.omega {
	float: right;
	margin-right: 0;
}
.fltlft { float: left; }
.fltrt { float: right; }
h1 { text-align: left; }
}

/* DESKTOP - FIXED HEADER */
@media only screen and (min-width: 1025px) {
/* headings */
.title { font-size: 4.4vw; }
.outline {	max-width: 30%; }
.dot {
	display: inline;
	visibility: visible
}
/* make space for fixed header */
section, aside, footer {
	position: relative;
	top: 100px
}
/* avoid anchors from being covered by header */
a.top {
	position: relative;
	top: -150px;
	display: block;
	height: 0;
	width: 0;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
}
/* PRINT STYLESHEET */
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: none; }
a[href]:after, abbr[title]:after, .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: " "; }  /* Don't show links for images */
blockquote { page-break-inside: avoid; }
img {
	page-break-inside: avoid;
	max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h1, h2, h3 { page-break-after: avoid; }
footer { page-break-before: avoid; }
}
