/*
Theme Name: SHA
Theme URI:
Description: Child theme of Genesis, by Remeike Forbes.
Author: Remeike Forbes
Author URI: positionstudios.com
Version: 0.1
Tags: sha

Template: genesis
Template Version: 1.8

This theme is property of Remeike and is not available for public use.
 
*/



/* Print Style Sheet */
html
{
	margin: 0;
	padding: 0;
}
body
{
	background: yellow;
	margin: 0;
}
body, input, textarea
{
	color: #222;    
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
}


h1, h2, h3, h4, h5, h6
{ 
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}
hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}
a
{
	color: #000000;
}

p a {
	color: rgb(255,0,0);
	text-decoration: none;
}

p a:visited {
	color: #000000;
}

p a:hover {
	border-bottom: none;
	color: rgb(255,0,0);
	text-decoration: underline;
}

blockquote {
	background-color: #D0EEFB;
	padding: 15px;
}


a:visited
{
	color: #000000;
}

a:hover
{
	color: rgb(255,0,0);
}



/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */



/*** Homepage ***/

body.homepage {
	background: url(img/homepage.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#header-home {
	position: absolute;
	width: 100%;
	top: 0;
	height: 175px;
}

#masthead-home {
	width: 960px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-image: url(img/logo.png);	
	background-repeat: no-repeat;
}

#home-left {
	display:inline-block;
	width: 650px;
	vertical-align: top;
}

#masthead-home h1 {
	margin-left: 160px;
	font-size: 28px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content-home h2 {
	margin-left: 30px;
	padding-top: 0;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2em;
}


.home-recent-posts {
	display: inline-block;
	width: 250px;
	border-left: 2px solid #FFFFFF;
	padding-left: 15px;
}

.home-recent-posts h3 {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1.2em;
	margin: 0;
}


.home-recent-posts ul {
	list-style: none;
	padding-left: 0;
}

.home-recent-posts li a {
	text-decoration: none;
	color: #000000;
	padding: 3px;
	background-color: #9DDFF5;
}

.home-recent-posts li a:hover {
	text-decoration: underline;

}


#masthead-home #access {
	position: fixed;
	bottom: 15px;
	margin-bottom: 0;
	padding-top: 1px;
}

#social-media-home {
	margin-top: 120px;
	margin-left: 30px;
	width: 300px;
}

#social-media-home a {
	height: 38px;
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 50px;
	padding-top: 3px;
	text-decoration: none;
}

#social-media-home a:hover {
	color: #8BD8F3;
}

a#twitter-home {
	background: url(img/twitter_home.png);
	background-repeat: no-repeat;
}

a#facebook-home {
	background: url(img/facebook_home.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}


#home-bottom {
	height: 20px;
	background-color: #FFFFFF;
	width: 100%;
	position: fixed;
	bottom: 0;
}

#honcode {
	margin-left: 500px;
	background-color: rgba(255,255,255,.6);
	padding: 5px;
	width: 400px;
	right: 0;
}


/*** Pages 404 ***/
#post-0 {
	margin: 80px 0 0 60px;
	padding-top: 50px;
	width: 400px;

}



/*** Search Form ***/

.search h3{
	font-size: 21px;
	font-weight: 500;
	padding: 1px 0 1px 0;
	background-color: #000000;
	color: #FFFFFF;
	margin: 10px 0 0 0;
}

.search-panel {
	display: inline-block;
	width: 210px;
	height: 100%;
	padding-right: 40px;
	padding-left: 30px;
	text-align: center;
	border-right: 2px solid #000000;
	vertical-align: top;
}

.search-icon {
	width: 140px;
	height: 140px;
	background: url(img/search_icon.png);
	margin-left: auto;
	margin-right: auto;
}

.search {
	display: inline-block;
	padding-bottom: 20px;
}

#searchform {
	position: relative;
	margin-top: 4px;
}

#searchform ::-webkit-input-placeholder {
   color: #000000;
}

#searchform :-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

#searchform ::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

#searchform :-ms-input-placeholder {  
   color: #000000;  
}

.searchtext 
{
	height: 20px;
	border: 1px solid #000000;
	width: 180px;
	font-size: 14px;
	padding-left: 3px;
	color: rgb(255,0,0);
	padding-right: 20px;
}

.searchtext:focus + button {
	background-image: url(img/search_active.png);
}

.submit {
	height: 17px;
	width: 20px;
	border: 0;
	position: absolute;
	top: 3px;
	right: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(img/search.png);
}

#home-left .search {
	margin-left: 45px;
	margin-top: 25px;
}

#home-left .searchtext {
	border: none;
}

#home-left .search h3 {
	text-align: center;
}




/*** CONTENT : POSTS AND PAGES ***/

.blog-panel {
	display: inline-block;
	width: 210px;
	height: 100%;
	padding-right: 40px;
	padding-left: 30px;
	text-align: center;
	border-right: 2px solid #000000;
	vertical-align: top;
}
	
.blog-icon {
	width:140px;
	height: 140px;
	background-image: url(img/blog_icon.png);
	margin-left: auto;
	margin-right: auto;
}

.blog-panel h1 {
	font-size: 24px;
	line-height: 1.1em;
	color: rgb(255,0,0);
}

.blog-feed {
	display: inline-block;
	width: 600px;
}

.author-icon {
	width: 140px;
	height: 140px;
	background: url(img/author_icon.png);
	margin-left: auto;
	margin-right: auto;
}


.archive-icon {
	width: 140px;
	height: 140px;
	background: url(img/archives_icon.png);
	margin-left: auto;
	margin-right: auto;
}

.archive-meta{
	font-size: 24px;
	margin-top: -35px;
	margin-left: 45px;
	margin-bottom: 30px;
}


.blog-panel h2 {
	font-size: 21px;
	line-height: 1.1em;
	font-weight: 500;
	color: #000000;
	border-top: 2px solid #000000;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 30px;
	border-bottom: 1px dotted #000000;

}

.categories {
	list-style: none;
	padding-left: 0;
	text-decoration: none;
	font-size: 21px;
	font-weight: 500;
	padding-top: 6px;
}

li.categories {
	color: #FFFFFF;
	background-color: #000000;
}

.categories ul {
	list-style: none;
	padding-left: 0;
	margin-top: 3px;	
	background-color: white;
}

.categories ul li {
	border-top: 1px solid #000000;
	padding: 10px 0 10px 0;
	color: rgb(255,0,0);

}

.categories ul li a {
	text-decoration: none;
	font-size: 21px;
	font-weight: 500;
	color: #000000;
}

.categories ul li ul {
	border-top: 1px dotted #000000;
}

.categories ul li ul li {
	border-top: none;
	padding: 7px 0 7px 0;
	line-height: 1em;

}

.categories ul li ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
}

.categories li a:visited {
	color: #000000;
}


.categories li a:hover {
	color: rgb(255,0,0);
}

.categoriesli.active a{
	color: rgb(255,0,0);
}

.blog-feed h1.page-title{
	margin-left: 15px;
	padding-left: 30px;
	line-height: 1.2em;
}


.entry-content {
	width: 100%;
	display: inline-block;
	margin-bottom: 90px;
	vertical-align: top;
	margin-left: 45px;
}

.entry-meta {
	padding-bottom: 10px;
}

.entry-meta p {
	color: rgb(255,0,0);
	font-weight: 500;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.entry-meta p a {
	color: rgb(255,0,0);
}	

.entry-utility-prep {
}

.entry-utility a {
	color: rgb(255,0,0);
}	

.entry-utility a:visited {
	color: rgb(255,0,0);
}	



.entry-social-media {
	width: 40px;
	padding-left: 0;
	padding-right: 8px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 12px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	border-top: 2px solid red;
	border-right: 2px solid red;
}

.a-template-content .entry-social-media {
	width: 100%;
	padding: 20px 0 0 6px;
	margin: 30px 0 0 0 ;
	display: block;
	border-top: 2px solid #000000;
	border-right: none;
}

.entry-social-media ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: right;
}

.entry-social-media ul li a div {
	width: 27px;
	height: 27px;
	margin-bottom: 8px;
	margin-left: 12px;
}

.a-template-content .entry-social-media ul {
	display: inline-block; 
}

.a-template-content .entry-social-media ul li {
	display: inline-block; 
	margin-right: 20px;
}


.entry-social-media h3 {
	font-size: 18px;
	text-align: right;
	display: block;
	width: 40px;
	margin: 0;
	padding: 0;
}

.a-template-content .entry-social-media h3 {
	font-size: 21px;
	width: 50px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	margin: 0;

}

.a-template-content .entry-social-media ul {
	margin-left: 0;
	margin-right: 40px;
}

.a-template-content .entry-social-media ul li{
	margin:0;
	padding:0;
}


.a-template-content .entry-social-media-contents {
	width: 360px;
	margin-left: auto;
	margin-right: auto; 
}


.genericon-facebook,
.genericon-twitter {
	margin: 4px 0 2px 14px;
    display: inline-block;
    width: 27px;
    height: 27px;
    padding-top: 27px;
    vertical-align: text-bottom;
    text-align: center;
}

.a-template-content .entry-social-media .genericon-facebook,
.a-template-content .entry-social-media .genericon-twitter {
	margin: 4px 0 2px 14px;
    display: inline-block;
    width: 27px;
    height: 27px;
    padding-left: 35px;
    padding-top: 0;
    vertical-align: top;
    text-align: left;
}

.genericon-twitter {
	margin: 6px 0 0 14px;
}

.genericon-facebook {
	margin: 4px 0 0 14px;
}

.genericon-twitter {
	background-image: url(img/twitter.png);
	background-repeat: no-repeat;
}

.genericon-twitter:hover {
	background-image: url(img/twitter_hov.png);
	background-repeat: no-repeat;
}


.genericon-facebook {

	background-image: url(img/facebook.png);
	background-repeat: no-repeat;
}

.genericon-facebook:hover {

	background-image: url(img/facebook_hov.png);
	background-repeat: no-repeat;
}

.genericon-pinterest, .genericon-googleplus {
	display: none;
}

#print div {
	background-image: url(img/print.png);
	background-repeat: no-repeat;
}

#print div:hover {
	background-image: url(img/print_hov.png);
	background-repeat: no-repeat;
}

.entry-bodytext {
	display: inline-block;
	width: 500px;
}

p a.read-more {
	color: rgb(255,0,0);
	font-weight: bold;
}

.a-template-content img , .entry-bodytext img {
	border: 5px solid #D0EEFB;
	margin: 20px 0 20px 0;
}

.wp-caption {
	
	max-width: 470px;
	margin: 10px 0 20px 0;
}

.wp-caption img {
	margin-bottom: 0;
}

.wp-caption-text {
	background-color: #D0EEFB;
	font-size: 14px;
	padding: 0 0 5px 6px;
	margin-top: 0;
}

.entry-bodytext img {
	max-width: 460px;
	height: auto;
	padding: 0
}

.a-template-content img {
	max-width: 570px;
	height: auto;
	padding: 0
}

.entry-bodytext .alignleft img, .entry-bodytext .alignright img {
	max-width: 220px;
	height: auto;
}

.a-template-content .alignleft img, .a-template-content .alignright img {
	max-width: 280px;
	height: auto;
}

.entry-bodytext img.alignleft , .entry-bodytext img.alignright {
	max-width: 220px;
	height: auto;
}

.a-template-content img.alignleft , .a-template-content img.alignright {
	max-width: 280px;
	height: auto;
}

.entry-bodytext .wp-caption.alignleft , .entry-bodytext .wp-caption.alignright  {
	max-width: 230px;
	height: auto;
}

.a-template-content .wp-caption.alignleft , .a-template-content .wp-caption.alignright  {
	max-width: 290px;
	height: auto;
}

.alignleft {
	margin-bottom: 0;
	margin-right: 20px;

}

img.alignleft {
	margin-right: 20px;
}

.alignright {
	margin-bottom: 0;
	margin-left: 20px;
}

img.alignright {
	margin-left: 20px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.entry-bodytext iframe.youtube-player {
	max-width: 500px;
}

.a-template-content iframe.youtube-player {
	max-width: 600px;
}

.gallery-caption {
	background-color: #FFFFFF;
}

.noimage {
	display:none;
}

.wp-caption img {
	max-width: 460px;
	height: auto;
	margin: 0;
}

.a-template-content table,  .entry-bodytext table{
	border: 0;
	margin: 30px 0 30px 0;
}

.a-template-content th,  .entry-bodytext th{
	text-align: left;
	border: 0;
	font-size: 19px;
	font-weight: normal;
}

.a-template-content tr,  .entry-bodytext tr{
	margin-bottom: 10px;

}

.a-template-content td,  .entry-bodytext td {
	border: 0;
}

.a-template-content li {
	margin-bottom: 10px;
}

.entry-bodytext li {
	margin-bottom: 10px;
}

.entry-summary {
	display: inline-block;
	width: 500px;
}


.entry-bodytext h2, .a-template-content h2 {
	font-size: 28px;
	margin: 28px 0 12px 0;
}

.entry-bodytext h3, .a-template-content h3 {
	font-size: 24px;	
	margin: 28px 0 12px 0;
}

.entry-bodytext h4, .a-template-content h4 {
	font-size: 21px;
	margin: 28px 0 12px 0;	
}

.entry-bodytext h5, .a-template-content h5 {
	font-size: 18px;
	margin: 28px 0 12px 0;	
}

.entry-bodytext p iframe, .a-template-content p iframe {
	margin: 28px 0 28px 0;	
}

.entry-bodytext a, .a-template-content a {
	text-decoration: underline;
	color: #000000;
}

.entry-bodytext a:hover, .a-template-content a:hover {
	text-decoration: none;
	color: rgb(255,0,0);
}


.entry-category {
	display: inline-block;
	width: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

h1.entry-title
{
	font-size: 36px;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}
h2.entry-title
{
	font-size: 36px;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

h2.entry-title a
{
	color: #000000;
	text-decoration: none;
}

h2.entry-title a:visited
{
	color: #000000;
}

h2.entry-title a:hover
{
	color: rgb(255,0,0);
}

h1.page-title
{
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
}

.blogfeed h1.page-title
{
	padding-left: 35px;
	margin-left: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
}

.page-bodytext {
	padding-left: 10px;
	margin-left: 10px;
}



/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}




#access, #all-sidebars, #nav-below, #comments, .entry-social-media, #footer, .entry-category {
	display: none;
}

#header {
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-image: url(img/banner.jpg);	
	display: block;
}

#masthead {
	width: 100%;
	margin-top: 30px;
	background-image: url(img/logo.png);	
	background-repeat: no-repeat;
}


#masthead h1 {
	font-family: Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#masthead h2 {
	font-family: Helvetica, sans-serif;
	letter-spacing: 0;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

#main {
	width: 100%;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	width: 100%;
	margin: 0 0 0 15%;
	padding: 0;
	display: block;
}

.entry-content {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}





