/* 
Theme Name: Chasing Leaves
Theme URI: http://chasingleavesstudio.com//
Description: a theme designed for and used exclusively by chasingleavesstudio.com
Author: Scott Hampton
Author URI: http://www.creed3.com/
*/

/* Site Fonts */
@font-face {
	font-family: dyer;
	src: url(fonts/Dyer_Arts_and_Crafts.ttf);
	font-weight: bold;
}
@font-face {
	font-family: latolight;
	src: url(fonts/Lato-Light.ttf);
	/*font-weight: lighter;*/
}
@font-face {
	font-family: latothin;
	src: url(fonts/Lato-Thin.ttf);
	/*font-weight: 100;*/
}
@font-face {
	font-family: lato;
	src: url(fonts/Lato-Regular.ttf);
	/*font-weight: normal;*/
}

/*
body {
	background: rgb(55, 36, 33);
	background-image: url("images/chasing-leaves-logo.png");
	background-repeat: no-repeat;
	background-position: 0.5% 14%;
	background-size: 10%;
	background-attachment: fixed;
	color: #fafae7;
	padding: 0;
	margin: 0;
}
*/
.page-home {
	background: transparent;
	font-family: lato;
	color: rgb(250, 250, 231);
}
.page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	background: transparent;
	background-image: url("images/leaves-side.png");
	background-repeat: repeat-y;
	background-position: top right;
	background-size: 10%;
	font-family: lato;
	color: rgb(250, 250, 231);
	/*font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;*/
}
.page {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
}

.pagecenter {
	/* border: white solid 1px; */
	margin: 0 16%;
}


/* Front Page */
.frontpage {
	display: block;
	width: calc(100% - 2px);
	float: left;
	border: 1px #333311 solid;
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin: 0;
}
.frontpage img {
    display: block;
    width: 100% !important;
    height: auto !important;
	position: inherit;
	top: 0;
	left: 0;
	z-index: 0;
	float: left;
}
.frontpage .content {
    display: block;
	width: inherit;
	position: absolute;/* places this div over frontage */
	top: 0;
	left: 0;
	z-index: 100;
}
.frontpage .title {
	display: block;
	background: rgba(111, 51, 30, 0.9);
	padding: 0.4%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 6% 0 0 8%;
	border: 1px #333311 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
	}
.frontpage .title img {
	width: 70px !important;
	margin: 0;
	position: relative;/* rather than float to force title div to enclose entire image */
	top: 0;
	left: 0;
}
.frontpage .title h1 a {
	color: #fafae7;
	text-decoration: none;
}
.frontpage .title h1 {
	position: relative;
	margin: 30px 10px 0 80px;
	font-family: dyer;
	font-size: 28pt;
	color: #fafae7;
	text-align: left;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
	text-shadow: 2px 2px 1px #333333;
}
.frontpage .title h2{
	position: relative;
	margin: 26px 0 0 140px;
	font-family: latolight;
	font-size: 12pt;
	text-align: left;
	color: #eeeedd;
	text-shadow: 2px 2px 1px #333333;
}
.frontpage .content ul {
	display: block;
    margin: 22% auto 8% 12%;
}
.frontpage .content ul li {
	position: relative;
	display: inline;
	list-style: none;
    width: 220px !important;
    height: 170px !important;
    background: rgb(16, 41, 15);
    /*background: rgb(0, 53, 2);*/
	/*background: rgba(200, 79, 0, 1.0);*/
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 6%;
	float: left;
}
.frontpage .content ul li a {
	color: #ffffff;/* #fafae7 */
	font-size: 24pt;
}
.frontpage .content ul li a img {
	position: absolute;
	z-index: 200;
    width: 200px !important;
    height: 150px !important;
    margin: 10px 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.frontpage .content ul li a:hover img {
	opacity: 0.2;
	filter: opacity(20);
}
.frontpage .content ul li a .desc {
	position: absolute;
	width: 220px;
	line-height:170px;
	text-align: center;
	z-index: 100;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.frontpage .content ul li a:hover .desc {
	opacity: 1.0;
	filter: opacity(100);
}
.frontpage .note {
	display: block;
	background: rgba(111, 51, 30, 0.9);
	padding: 0.6%;
	margin: 6% 20%;
	border: 1px #333311 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
	}
.frontpage .note h2 {
	color: #fafae7;
	text-decoration: none;
	font-family: latolight;
	font-size: 12pt;
	text-align: center;
	color: #eeeedd;
	text-shadow: 2px 2px 1px #333333;
}
.frontpage .note h2 a {
	color: #cefac7;/* ffcac7 */
	text-decoration: none;
}
.frontpage .note h2 a:hover {
	color: #9ebaa7;
}

.content-page {
	width: 84%;
	background:rgba(0,0,0,0.2);
	/*background: rgb(16, 41, 15);*/
	/*background: #FFF7D4;*/
	padding: 60px;
	margin: 0 auto 10px auto;
	text-align: left;
	line-height: 1.0em;
	color: #fafae7;
	min-height: 500px;
	
	/* border: 1px solid white; */
	
	/*
	border-left: solid 1px #777;
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
	*/
	/* Box Shadow */
	/* Opera */
	-o-box-shadow: 5px 5px 5px #1f001f;
	/* IE */
	-ms-box-shadow: 5px 5px 5px #1f001f;
	/* Mozilla FireFox */
	-moz-box-shadow: 5px 5px 5px #1f001f;
	/* Google Chrome */
	-webkit-box-shadow: 5px 5px 5px #1f001f;
	/* Normal */
	box-shadow: 5px 5px 5px #1f001f;
}

.nav-top {
	display: block;
	background:rgb(55, 36, 33); /* rgb(43,29,26) */
	margin: 0 16%;
		
	/* border: solid 1px white; */
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 8px;
	height: 40px;
	text-align: left;
	/* z-index: 1000; */
	width: 68%;
	/* overflow: none; */
}

#delimiter {
	clear: both;
}

#footer {
	background: rgb(55, 36, 33);
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 9pt;
	font-family: lato;
}

.credit {
	background: rgb(55, 36, 33);
	width: 100%;
	padding-bottom: 6px;
	text-align: center;
	font-size: 8pt;
	font-family: lato;
}
.credit a {
	color: #aaaaaa;
}

.postheader {
	display: block;
	width: 100%;
	overflow: hidden;
}
.posthead {
	/* width: 420px; */
	float: left;
	padding-left:10px;
}
.posttitle {
	font-size: 2.0rem;/* 26pt */
	font-weight: bold;
	font-family: lato;
	color: rgb(180, 255, 183);
	line-height: 1.6em;
}
.postbyline {
	font-size: 0.8rem;/* 10pt */
	font-weight: lighter;
	font-family: Arial;
	color: rgb(216, 215, 201);
	line-height: 1.6em;
}
.postentry {
	font-size: 1.2rem;/* 14pt */
	line-height: 1.8em;
}
.postentry p {
	width: 70%;
	margin: 20px auto;
}
.postentry h3 {
	color: #7faf4f;
}
.postentry a {
	color: #7faf4f;
	text-decoration: none;
}

/* FORM SWEETSPOT */
#myaddress, #writeme {
	display: none;
}
