/*
Theme Name:     Twenty Eleven Child
Description:    Child theme for the Twenty Eleven theme 
Author:         RBC
Author URI:     http: //example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");  

body, input, textarea{
	color:#000;
}

#page {
	background: none !important;
}
/*gradient background*/
html{
	min-height:100%;
	
}
body {
	background: #f6d498; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2RmODYwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #df8605 32%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(32%,#df8605), color-stop(100%,#990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#df8605 32%,#990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#df8605 32%,#990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#df8605 32%,#990000 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#df8605 32%,#990000 100%); /* W3C */

	background-repeat:repeat-x !important;
	background-attachment:fixed !important;
	height: 100% !important;
    margin: 0 !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:25px;
}
hr{
	border:none;
	height:1px;
	background-color:transparent;
	margin-top:5px;	
}
hr.solid-black{
	border:none !important;
	background-color:#000 !important;
	height:1px !important;
	text-align:left;
	display:block;
	margin-left:0;
}

/* get rid of padding on single article */
#content,#tribe-events-content {
    margin: 0;
    padding:0;
    position: relative;
    width: auto;
	border-radius: 60px 0px 0px 0px;
	-moz-border-radius: 60px 0px 0px 0px;
	-webkit-border-radius: 60px 0px 0px 0px;
	-o-border-radius: 60px 0px 0px 0px;	
}
body.page-template-heartwork-page-php #content{
	background:none;
	margin:0 0 -4px;
}
.entry-content h2 {
	font-weight: normal;
	font-size: 23px;
	line-height: 1.4em;
	color: #C2701E;
}
.singular.page .hentry {
    padding: 0;
    margin: 0;
}

/* hide edit links */
.edit-link {
	display: none;
}
element.style {
    margin: 0 auto;
    width: 1023px;
}
.entry-content {
	width: 90% !important;
	padding-bottom: 3px;
}
.entry-content p{
	font-size:13px;
}
.entry-content p strong{
	font-size:16px;
	font-weight:normal;
}

hr.white-dash{
	height:0px;
	border-top:dashed 1px #FFF;
	margin:0;
	margin-bottom:5px;
	padding:0;
	width:60%;
}
/* header */
#branding img {
	height: 100px;
	margin-bottom: -21px;
	width: auto;
}

#site-title {
	display: none;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 0 0 0;
}
/* Nav Bar*/
#access2 {
    background: -moz-linear-gradient(#252525, #0A0A0A) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}
/* =Sub Menu - Smaller Menu in Navbar
-------------------------------------------------------------- */

#access2 {
    background: none repeat scroll 0 0 #B4091B;
    clear: both;
    display: block;
    float: right;
    margin: 0 auto;
	
    padding: 0 16px;
    width: auto;
	
    -moz-border-radius: 16px 16px 0 0;
	
    border-radius: 16px 16px 0 0;
}
#access2 ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 5px;
}
#access2 li {
	float: left;
	position: relative;
	color: #d19883;
	font-size: 14px;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#access2 a {
	color: #eee;
	display: block;
	line-height: 30px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
}
#access2 ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access2 ul ul ul {
	left: 100%;
	top: 0;
}
#access2 ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access2 a:focus {
}
#access2 a:focus {
	
}
#access2 .current-menu-item > a,
#access2 .current-menu-ancestor > a,
#access2 .current_page_item > a,
#access2 .current_page_ancestor > a {
	font-weight: bold;
}
li.access2-bars {
	padding: 8px 7px !important;
}
li.books-and-products {
	padding-left: 7px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	border-width: 1px;
	overflow:hidden !important;
	background: none repeat scroll 0 0 #C2701E;
    clear: both;
    display: block;
    float: left;
    margin: 0;
	border-radius: 60px 0px 0px 0px;
	-moz-border-radius: 60px 0px 0px 0px;
	-webkit-border-radius: 60px 0px 0px 0px;
	-o-border-radius: 60px 0px 0px 0px;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;	
	border-bottom: 2px solid #B4091B;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	width: 25%;
}
#access a {
	color: #eee;
	display: block;
	line-height: 117px;
	height: 107px;
	padding: 0 1.2125em;
	text-decoration: none;
	transition: background-color .25s;
	-moz-transition: background-color .25s; /* Firefox 4 */
	-webkit-transition: background-color .25s; /* Safari and Chrome */
	-o-transition: background-color .25s; /* Opera */
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
/*
#access a:focus {
	background: none !important;
}

#access a:focus {
	background: #f9f9f9; 
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); 
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
*/
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#access li:hover > a, #access a:focus {
	background-color: #E0862C;
}


#access a:focus,#access a:active {
	background-color: #B4091B !important;
}



li.heartwork a, #access li.heartwork:hover > a {
	background-image: url(images/main-menu-heartwork.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 60px 0px 0px 0px;
	-moz-border-radius: 60px 0px 0px 0px;
	-webkit-border-radius: 60px 0px 0px 0px;
	-o-border-radius: 60px 0px 0px 0px;
	overflow:hidden !important;
}
li.heartspace a, #access li.heartspace:hover > a {
	background-image: url(images/main-menu-heartspace.png);
	background-repeat: no-repeat;
	background-position: center center;
}
li.heartworld a, #access li.heartworld:hover > a {
	background-image: url(images/main-menu-heartworld.png);
	background-repeat: no-repeat;
	background-position: center center;
}
li.heartbeat a, #access li.heartbeat:hover > a {
	background-image: url(images/main-menu-heartbeat.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.heartwork span, .heartspace span, .heartbeat span, .heartworld span {
	font-size: 0;
}
body.tax-HeartworkCategories li.heartwork a, body.page-template-heartwork-page-php li.heartwork a, body.tax-heartwork-categories li.heartwork a{ 
	background-color: #B4091B !important;
	background-image: url(images/main-menu-heartwork-selected.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
body.page-template-heartspace-page-php li.heartspace a, body.single-heartspace li.heartspace a {
	background-color: #B4091B !important;
	background-image: url(images/main-menu-heartspace-selected.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;	
}
body.page-template-heartbeat-page-php li.heartbeat a, body.single-heartbeat li.heartbeat a {
	background-color: #B4091B !important;
	background-image: url(images/main-menu-heartbeat-selected.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;	
}
body.page-template-heartworld-page-php li.heartworld a, body.single-heartworld li.heartworld a {
	background-color: #B4091B !important;
	background-image: url(images/main-menu-heartworld-selected.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;	
}
/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 12px auto 2em;
	max-width: 1000px;
	min-width:1000px;
	padding-bottom:50px;
}
#branding {
	border-top: 0;
}
#branding hgroup {
	margin: 10px 0 0 20px;
}
#access div {
	margin: 0 0;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#secondary {
	/*float: right;
	margin-right: 7.6%;
	width: 18.8%;*/
	float: right;
	margin-right: 20px;
	width: 230px;	
}

/* =Main
----------------------------------------------- */
#main {
    background: none repeat scroll 0 0 #B4091B;
    clear: both;
    padding:0;
}
.page-template-heartbeat-page-php #main, .page-template-heartworld-page-php #main, .page-template-heartspace-page-php #main, .page-template-blog-page-php #main, .page-template-books-and-products-page-php #main{
	 background: none repeat scroll 0 0 #fff;
}
.single-format-standard #main{
	background:none repeat scroll 0 0 #B4091B;
}
/* =Footer
----------------------------------------------- */
#colophon {
    background: none repeat scroll 0 0 #C2701E;
	height: 95px;
	-moz-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	font-family:Arial, Helvetica, sans-serif !important;
	letter-spacing:1px;
	text-align:center;
	
    margin-bottom:-30px;
}

#supplementary.two .widget-area {
    float: left;
    width: 100%;
}
#supplementary.two ul {
	font-size: 12px;
	list-style: none;
	margin: 10px 0 0 0;
	padding-left: 0;
	white-space: nowrap;
}
#supplementary.two li {
	display: inline;
	position: relative;
	color: white;
	padding: 30px 5px 5px 0;
	margin-top:5px;
}
.widget-area {
    font-size: 12px;
	/*color: white;*/
}
#supplementary.two .widget-area + .widget-area {
    font-size: 16px;
    margin-left: 70px;
}
#supplementary.two .widget-area {
    float: left;
    margin-right: 0;
	padding-left: 0;
    width: 100%;
}
#supplementary {
	border: none;
    overflow: hidden;
    padding: 0 55px;
	color: white;
}
footer .widget a {
    color: white;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase; /* force text to uppercase */
}
footer .widget{
	margin-bottom:0 !important;
}
#menu-footer-menu li{
	font-size:11px !important;
}
#colophon a:link, #colophon a:visited, #colophon a:active{
	color:#FFF;
}
#colophon a:hover{
	text-decoration:underline !important;
}
/*Content parent for red borders around content*/
.content-parent {
    background: #B4091B;
    padding: 0;
	height: 130px;
}
.content-parent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Text elements */
a:link{
	color:#1b8be0;
	text-decoration:none;
}
a:hover{
	color:#666;
}
/*Orange h2 headers and links*/
.books h2, #aboutContainer h3{
	color: #C2701E;
    font-size: 20px;	
}
#content a:focus,
#content a:active,
#content a:hover {
	text-decoration: underline;
}
#second {
	font-size:11px;
	color: #E9C076;
	margin-top: 20px;
}
#second a:link, #second a:visited {
	color: #E9C076;
}


/* =Homepage
----------------------------------------------- */
#home-content {
    margin: 0;
    position: relative;
    width: auto;
	padding: 0;

}
#homepage-quote, #homepage-post, #home-books{
	padding: 27px 40px 35px;
}
#homepage-quote {
	background: #af091d;
	color: #f0d2a9;
	height: auto;
	padding: 32px 40px 25px 40px;
	clear: both;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-style: italic;
	min-height: 70px;
}
#homepage-post {
    background: none repeat scroll 0 0 #C2701E;
    color: #FFFFFF;
	height: auto;
}
#homepage-post a.readmore {
	text-transform:uppercase;
}
#homepage-post p{
	margin-bottom:0;
	font-size:12px;
	margin-top:5px;
}
#homepage-post img {
	float: left;
	margin: 5px 12px 5px 0;
	border:0;
	padding:0;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
}
#homepage-post .clearbutton {
	margin:0 0 5px 10px;
}
#homepage-post .attachment-post-thumbnail{
	max-width: 140px;
	max-height: 140px;
	float:right;
	-webkit-box-shadow: 4px 4px 5px rgba(255, 255, 255, 0.34);
	-moz-box-shadow:    4px 4px 5px rgba(255, 255, 255, 0.34);
	box-shadow:         4px 4px 5px rgba(255, 255, 255, 0.34);
}
p.homepage-quote{
	font-size:19px;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#homepage-info h2{
	font-weight:normal;
	text-transform:uppercase;
	font-size: 20px;
	letter-spacing:2px;
	margin-bottom: 5px;
}
#homepage-info a{
	color:#FFF;
}
#homepage-quote a {
    color: #DF9F7B;
}
#homepage-info .readmore{
	color:#C49479;
	margin-top:15px;
}
#homepage-info h3{
	margin-top:-10px;
}


#homepage-links {
	width: 232px;
	padding: 20px;
	float: left;
	text-align: center;
}
#homepage-links ul {
    padding: 0;
    margin: 0;
}
#homepage-links li {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    margin: 9px 0;
}

#homepage-links a {
    color: #222;
    text-decoration: underline;
}
#homepage-links a:hover {
    color: #AF091D;
}
#homepage-links em {
    color: #e68d34;
}
#homepage-cta {
	text-align: center;
	padding: 44px 20px 24px;
	color: white;
	width: 188px;
	-moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	float: right;
	height: 138px;
	background: #75752B;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
#homepage-cta .button {
    float: none;
}
#homepage-cta em {
    display: block;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 18px;
}

.content-parent-homepage {
    background: none repeat scroll 0 0 #B4091B;
    clear: both;
    padding: 0;
	margin-bottom: -12px;

}
#homepage-content {
	
}
.edit-link {
	display: none;
}
#home1 {
	width: 500px;
	float: left;
}
#home1 h2 {
    color: #C2701E;
    font-size: 80px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#home-text {
	padding:50px;
	background-color:#FFF;	
}
	#home-text .entry-content {
		width: auto !important;
	}

#home2 {
	width: 500px;
	float: right;
}
#home-books {
	background: #75752B;
	color: #e4e2b9;
	height:auto;
}
#home-books li {
    float: left;
	display:block;
	margin-right:30px;
	margin-top:10px;

}
#home-books ul {
	list-style: none;
	margin:0;
}
#home-books img {
	width: 60px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
}
#home-books li a {
	display:block;
}
#home-side-photo {
	height: 955px;
	background: #C2701E url(/wordpress/wp-content/uploads/2012/03/4th-Maya-Photo-copy.jpg) no-repeat;
	padding-bottom: 146px;
	border-top: 140px solid #B4091B;
	border-bottom: 119px solid #75752B;
}
#post-5 {
	margin-top: -30px !important;
}
#homepage-info {
	height: auto;
	background: white;
}
span.home-date{
	margin-top:-7px;
	display:block;
	letter-spacing:5px;
	margin-bottom:15px;
}
#homepageSlideshowContainer{
	min-height:333px !important;
	height:333px !important;
	width:500px;
	overflow:hidden !important;
}
#homepageSlideshow{
	min-height:333px !important;
	height:333px !important;
	overflow:hidden;
}
.home-slide {
    position: relative;
}
.slide-caption {
    position: absolute;
    bottom: 0;
    min-height: 60px;
    padding: 20px 45px;
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    background: url(images/caption-bg.png) repeat-x bottom;
    width: 410px;
}
.slide-caption h1 {
    position: absolute;
    width: 410px;
    bottom: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}
/* =Books and Products page
----------------------------------------------- */
.book {
    height: auto;
    padding-top: 12px;
	margin-bottom:75px;
}
.books ul {
	list-style: none;
}
.books {
    
}
.book1 {
	width: 75%;
	float: left;
}
.book1 hr {
    margin-bottom: 17px;
}
.book2 {
	width: 25%;
	float: right;
	text-align:right;
}
.book-pic {
	float: left;
	width: 20 %;
	margin-right:10px;
	margin-bottom:10px;
}
.book-desc{
	font-size:13px;
}
.book-pic img {
	width: 100px;
}
.book-details {
    float: left;
}
.book-cost {
	margin-top: 8px;
	float: left;
    width: 80%;
}
a.buyAmazon{
	background-image:url(images/amazon-button.jpg);
	width:150px;
	height:57px;
	display:block;
	cursor:pointer;
	float:right;
	margin-right:25px;
}
a.buyAmazon span{
	display:none;
}
.paypalButton{
	margin-right:50px;
	font-size:13px;
}
/* =Maya's Blog page
----------------------------------------------- */
.blog ul {
	list-style: none;
}
/* =Heartwork page
----------------------------------------------- */
.content-parent-sub {
    margin: -10px 0;
}
.content-parent h2 {
    color: #C2701E;
    font-size: 50px;
    padding: 23px 0 0 43px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.content-parent-sub h3 {
    color: #fff;
    padding-left: 358px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.entry-header {
	display: none;
}
.heartwork1 {
	background-color:#FFF;
	height:auto;
	border-radius: 60px 0px 0px 0px;
	-moz-border-radius: 60px 0px 0px 0px;
	-webkit-border-radius: 60px 0px 0px 0px;
	-o-border-radius: 60px 0px 0px 0px;	
}
.heartwork-desc {
	width: 50%;
	float: left;
	font-size:17px !important;
	height:383px;
	overflow-y:scroll;
		border-radius: 60px 0px 0px 0px;
	-moz-border-radius: 60px 0px 0px 0px;
	-webkit-border-radius: 60px 0px 0px 0px;
	-o-border-radius: 60px 0px 0px 0px;
	background-color:#FFF;
}
.heartwork-desc p{
	font-size:13px !important;
}
.heartwork-interior {
        width: auto;
	padding: 35px 30px;
}
.heartwork-interior-sub {
        margin-bottom: 50px;
}
.heartwork-interior h2 {
    color: #C2701E;
    font-size: 33px;
	text-transform:uppercase;
	margin-bottom:30px;
}
.heartwork-interior img {
	height: 128px;
	width: auto;
}
.heartwork-interior-pic {
	width: 22%;
	float: left;
	text-align:center;
}
.heartwork-interior-desc {
	width: 70%;
	margin-right:5%;
	float: right;
	font-size:14px;
}
.heartwork-pic {
	width: 50%;
	float: left;
}
#heartwork-buttons {
	width: 100%;
	background: #c36e1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #c36e1d 0%, #9b0302 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c36e1d), color-stop(100%,#9b0302)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c36e1d 0%,#9b0302 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c36e1d 0%,#9b0302 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c36e1d 0%,#9b0302 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #c36e1d 0%,#9b0302 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c36e1d', endColorstr='#9b0302',GradientType=0 ) !important; /* IE6-9 */
	
}
#heartwork-buttons ul {
	list-style: none;
	width: 100%;
	margin:0;
}
#heartwork-buttons li {
	width: 499px;
	float: left;
	display:block;
	height: 160px;
	border-right:1px solid #9B0302;
	border-top:1px solid #9B0302;
	transition: background-color .25s;
	-moz-transition: background-color .25s; /* Firefox 4 */
	-webkit-transition: background-color .25s; /* Safari and Chrome */
	-o-transition: background-color .25s; /* Opera */
	background-color:none;
	cursor:pointer;
	margin-top:-1px;
	
}
#heartwork-buttons li:hover{
	background-color: #c36e1d;
}
#heartwork-buttons li h3 a {
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:30px;
	margin-left:30px;
	background-image:url(images/heartwork-icon-small.png);
	background-repeat:no-repeat;
	padding-left:35px;
	display:block;
	min-height:50px;
	font-size:18px;
	line-height:40px;
	color:#FFF;
}
#heartwork-buttons li p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
	margin:-15px 10px 0 65px;
	
}
#heartwork-buttons .readmore {
	margin-top: 10px;
}
/*#heartwork-buttons li p span {
	display:block;
	margin-top:5px;
}*/
#heartwork-buttons li a:active {
	color:#FFF;
}
.heartwork-interior-sub {
	
/*	    
height: 256px;
*/

}
#heartwork-slideshow{
	width:500px !important;
	overflow:hidden;
	height:383px !important;
}
.contact-maya-link span{
	display:none;
}
.contact-maya-link{
	display:block;
	background-image:url(images/contact-maya-for-more-info.jpg);
	height:20px;
	width:352px;
	background-repeat:no-repeat;
	float:right;
	margin-top:25px;
}
/* =Heart Blog pages - Space, World, Beat, common layout stuff
----------------------------------------------- */
.heart-blog-content, .blog-content {
	width: 55%;
	float: left;
	padding-top: 27px;
	padding-left:50px;
	background-color: #FFFFFF;
}
.page-template-blog-page2-php .heart-blog-content {
	width:680px;
}
.books-products {
	/*
	width: 95%;
	float: left;
	padding-top: 35px;
	margin-left:50px;
	*/
	padding-top: 35px;
	padding-left: 50px;
	background-color: #FFFFFF;
}
.heart-blog-entry, .blog-entry{
	display:block;
	margin-bottom:50px;
}
	.heart-blog-entry {
		width:206px;
		margin-right: 20px;
		margin-bottom: 35px;
		float: left;
	}
	.heart-blog-entry img {
		height: 116px;
		max-width: 193px;
		float: none;
		margin: 0 0 8px 0;
		display: block;
		width: auto;
	}
	.heart-blog-entry h2 {
		letter-spacing: 2px !important;
		line-height: 21px;
	}
	.heart-blog-entry .readmore {
		float: none;
		display: block;
		text-align: center;
	}
	.heart-blog-entry-inner {
		height: 22.9em;
		overflow: hidden;
	}
.heart-blog-content h2 a, .blog-content h2 a{
	color: #C2701E;
    font-size: 20px;
	display:block;
}
.heart-blog-content  h2, .blog-content h2, .heartwork-interior-sub h2{
	color: #C2701E;
    font-size: 20px;
	text-transform:uppercase;
	letter-spacing:5px;
}
.heart-blog-content .heart-entry h2 {
	padding-top: 15px;
}
.heart-blog-content ul, .blog-content ul{
	list-style: none;
}
.heart-blog-sidebar {
	width: 270px;
	float: right;
	padding-top: 37px;	
}
ul.blogroll{
	margin-left:0;
}
.heart-blog-sidebar ul {
	list-style: none;
}
ul.links{
	margin-left:0;
}
.mostRecentList{
	margin-left:22px !important;
}
.heart-blog-sidebar ul li {
	font-size:12px;
	margin-bottom:5px;
}
.heart-blog-sidebar .widget {
	padding-bottom: 2em;
	clear: both;
	margin: 0em 0 2em;
	border-bottom: 1px dotted #CCC;
}
.heart-blog-sidebar a {
	/*color: black;*/
	font-weight:normal;
}
.heart-blog-excerpt {
	float: left;
	font-size: 13px;
	color: #555;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
	.heart-blog-entry .heart-blog-excerpt p {
		width: 206px;
		text-overflow: ellipsis;
	}
.heart-blog-text{
	float:right;
	width:;
}
.heart-blog-pic {
	max-width: 150px;
}
span.blogdate{
	font-size: 11px;
	display: block;
	margin: 8px 0;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #777;
}
/* heart-blog-sidebar */
.heart-blog-sidebar h2, .heart-blog-sidebar .widget-title {
	color: #C2701E;
	font-size: 23px;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 0 0 0.5em;
	padding: 0;
}
/* HEARTBEAT */
.content-parent-sub-heartbeat {
    margin: -10px 0;
}
.content-parent-sub-heartbeat h3 {
    color: #fff;
    padding-left: 325px;
	font-family: Times New Roman, Times, serif !important;
	font-size: 16px;	
}
/* HEARTSPACE */
.page-template-heartspace-page-php #content, .page-template-heartbeat-page-php #content, .page-template-heartworld-page-php #content, .page-template-books-and-products-page-php #content, .page-template-blog-page-php #content, .page-template-about-page-php #content, .page-template-contact-page-php #content, .page-template-consultation-page-php #content, .single-heartworld #content, .single-heartbeat #content, .single-heartspace #content, .single-format-standard #content,#tribe-events-content,.archive #content, .page-template-blog-page2-php #content{
	background-color:#FFF;
	/*padding-bottom:25px;*/
	margin: 0;
}
.content-parent-sub-heartspace {
    margin: -10px 0;
}
.content-parent-sub-heartspace h3 {
    color: #fff;
    padding-left: 346px;
	font-size: 16px;	
}
/* HEARTWORLD */
.content-parent-sub-heartworld {
    margin: -10px 0;
}
.content-parent-sub-heartworld h3 {
    color: #fff;
    padding-left: 388px;
	font-family: Times New Roman, Times, serif !important;
	font-size: 16px;	
}
.readmore, .button, .submit, .wpcf7-submit, input[type="submit"] {
	float: right;
	/*clear:both;*/
	background:#F0EBEB;
	color:#C49479;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size:14px;
	line-height:30px;
	height:30px;
	padding: 0 25px;
	display:inline-block;
	text-shadow: 0px 1px 0px white;
	border:2px solid white;

	-webkit-transition: background-color .25s;
	   -moz-transition: background-color .25s;
	    -ms-transition: background-color .25s;
	     -o-transition: background-color .25s;
	        transition: background-color .25s;
	
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);  
}
	.readmore:link, .button:link, .readmore:visited, .button:visited {
		color:#C49479;
	}
	.readmore:hover, .button:hover, .submit:hover, .wpcf7-submit:hover, input[type="submit"]:hover {
		color:#DA8B5F;
		text-decoration: none !important;
		background:#F8F2F2;
	}
	.readmore:active, .button:active, .submit:active, .wpcf7-submit:active, input[type="submit"]:active {
		text-decoration: none !important;
		top: 1px;
		position: relative;	
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
	}
	.submit, .wpcf7-submit, input[type="submit"] {
		float: none;
		cursor: pointer;
	}

/* CLEAR BUTTON */
.clearbutton {
	float: right;
	/*clear:both;*/
	/*background:#c92714 url("images/button.png") repeat-x 0 0px;*/
	background: transparent;
	color:#e5b072;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size:14px;
	line-height:30px;
	height:30px;
	padding: 0 25px;
	display:inline-block;
	margin-top:15px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border:0;
	border-top: 1px solid #cc836e;
	border-top-color: rgba(255,255,255,0.4);
	border-bottom: 1px solid #821e06;
	border-bottom-color: rgba(0,0,0,0.2);
	-webkit-transition: background-color .25s;
	   -moz-transition: background-color .25s;
	    -ms-transition: background-color .25s;
	     -o-transition: background-color .25s;
	        transition: background-color .25s;

  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);  
}
	.clearbutton:link, .clearbutton:visited {
		color:#e5b072;
	}
	.clearbutton:hover {
		color:#f6c893;
		text-decoration: none !important;
		/*background:#d82c15 url("images/button.png") repeat-x 0 -30px;*/
		background-color: rgba(255, 255, 255, 0.1);
	}
	.clearbutton:active {
		text-decoration: none !important;
		top: 1px;
		position: relative;	
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
	}


.greenbutton {
	background: #a2bd21;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border:0;
	border-top: 1px solid #c4d56a;
	border-bottom: 1px solid #819413;
}
	.greenbutton:link, .greenbutton:visited {
		color:#fff;
	}
	.greenbutton:hover {
		color:#fff;
		text-decoration: none !important;
		background-color: #b7dd00;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	}
	.greenbutton:active {
		text-decoration: none !important;
		top: 1px;
		position: relative;	
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
	}


/* =Forms
----------------------------------------------- */
.entry-content .wpcf7 {
	padding: 28px 40px;
	background: #FFF3E2;
	margin-bottom: 40px;
	border: 7px solid white;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.wpcf7 fieldset {
	border: 1px solid #E2D7A9;
	padding: .7em 1.5em 0;
	margin-bottom: 1.7em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
	.wpcf7 legend {
		padding: 0 7px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #555;
	}
#sidebar-photo {
	position: absolute;
	top: 30px;
	right: 30px;
}


/* =About
----------------------------------------------- */


#aboutRight{	
	float:right;
	width:330px;
	overflow:hidden;
}
#aboutLeft{
	width:570px;
	float:left;
	margin-right:50px;
	padding-top:27px;
}
#aboutLeft h3{
	
	margin-left:35px;
}
#aboutContainer{
	margin-left:50px;
}
#testimonal-sidebar, #testimonal-list{
	list-style:none;
}
#testimonal-sidebar{
	margin-left:25px;
	margin-top:40px;
	font-size:15px;
}
#testimonal-list li{
	margin-bottom:50px;	
}
#testimonal-list{
	margin-top:25px;
}
#testimonal-list li p{
	margin-bottom:10px;
}

.page-template-contact-page-php .entry-content, .page-template-consultation-page-php .entry-content {
	margin:0 0 0 50px;
	width:70% !important;
}
/*

=Events 


*/

.tribe-events-cal-title{
	display:none;
}
.events-archive .tribe-events-event-entry {
    float: left !important;
    width: 65% !important;
	padding-right:0 !important;
}
#tribe-events-calendar-header{
	width:95% !important;
	float:right;
	height:auto;
	z-index:1000 !important;
	margin-top:25px;	
}
.tribe-events-calendar-buttons{
	z-index:1001 !important;
}
.tribe-events-calendar-buttons{
	width:auto !important;
}
.tribe-events-calendar-buttons {
	position:relative !important;
	float:right !important;
	width:100%;
	display:block !important;

	
}
#tribe-events-content a, #tribe-events-event-meta a {
    text-decoration: none;
}

.tribe-events-calendar-buttons a.tribe-events-button-off {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #444444;
}
#tribe-events-content{
	z-index:500 !important;	
}
#tribe-events-loop{
	z-index:499 !important;	
}
.tribe-events-calendar-buttons{
	position:relative !important;
	top:auto !important;
}
.tribe-events-calendar-buttons a{
	float:right !important;
	margin: 0 15px 0 0 !important;
}
#tribe-events-content.upcoming{
	margin-bottom:0 !important;
}
#tribe-events-content {
    padding-bottom: 25px !important;
	margin-bottom:0 !important;
}
img.ajax-loading{
	float:right;
	height:0;
}
.tribe-events-month-nav{
	position:relative !important;
	float:left !important;
	top:auto !important;
	left:auto !important;
}
.tribe-events-calendar-buttons{
	position:relative !important;
	float:right !important;
	top:auto !important;
	left:auto !important;
}
table.tribe-events-calendar{
	margin-top:0 !important;
}
.newsletter-signup .email-input {
	width:130px;
}
.newsletter-signup .submit {
	padding: 0 10px;
}
.newsletter-sidebar .post-meta {
	color: #777;
	font-style: italic;
}

h4.srp-widget-title {
	font-size: 14px;
}
span.srp-widget-date {
	color: #999;
	font-size: 10px;
	font-family: sans-serif;
	display: block;
	margin-top: 6px;
}