/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Chrome fix */
body > div {
font-size: 15px;
font-size: 1.5rem;
/*	
font-size: 20px;
font-size: 2rem;
*/
}

body {
font-size:15px;
font-size:1.5rem;
/* orange is from backgnd img */
background-color: #FCAC4D;
/*
background-color: #eee;
color: #333;
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
font-size: 2rem;
-webkit-font-smoothing: antialiased;
font-weight: 400;
line-height: 1.625;
margin: 0;
*/
}

.genesis-nav-menu .sub-menu a {
background-color: #e9e9e9;
border: 1px dotted #595959;
width: 200px;
/*
background-color: #fff;
border: 1px solid #eee;
border-top: 0;
font-size: 14px;
font-size: 1.4rem;
padding: 20px;
position: relative;
width: 200px;
word-wrap: break-word;
*/
}


input,
select,
textarea {
background-color: #f1f1f1;
font-size: 14px;
font-size: 1.4rem;
padding: 6px;
margin:1px 
/*
background-color: #fff;
border: 1px solid #ddd;
color: #333;
font-size: 18px;
font-size: 1.8rem;
font-weight: 400;
padding: 16px;
width: 100%;
*/
}

input:focus,
textarea:focus {
background-color: #e1e1e1;
border: 1px dashed #999;
/*	
border: 1px solid #999;
outline: none;
*/
}

.site-header {
background-color: #FCAC4D;
/*
background-color: #fff;
*/
}

.genesis-nav-menu a {
		padding: 20px 20px;
	/*	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;*/
}


.nav-primary {
background-color: #e1e1e1;
/*
background-color: #fff;
border-top: 1px solid #eee;
*/
}
/*padding below menu and content */
.site-inner {
padding-top: 20px;
/*	
clear: both;
padding-top: 40px;
word-wrap: break-word;
*/
}

/* moved title to left for mobile */
.title-area {
padding-left: 80px 0;
/*	
float: left;
padding: 20px 0;
width: 300px;
*/
}

.entry {
	background-color: transparent;
/*	
background-color: #fff;
margin-bottom: 40px;
padding: 70px 80px;
*/
	
}
.site-footer {
background-image: url("/wp-content/uploads/2015/12/backimage.png");
border-top: 1px dotted #ccc;
/*	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center; */
}


.small{font-size:13px;}

.smallgray{font-size:13px;color:#344;}

.smaller{font-size:11px;}

.smallergray{font-size:11px;color:#344;}