/*  Custom Theme Styles for Lyric Thinking ---MOR */

img.header-image {
  padding-top: 0px;
}

body.page .blocks h2 {
  color: #9b7630;
  padding-top: 50px;
}

body.page .blocks h3 {
  color: #00356b;
}

body.page .blocks p {
   font-size: 1em;
   font-family: Arial;
   color: #444444;
}

body.page .blocks h4 {
   font-size: 24px;
   padding-top: 8px;
    color: #00356b;
}

.item.resource .caption {
  font-style: normal;
}

.button-link {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Mallory-Medium, Helvetica, Arial, sans-serif;
        letter-spacing: .5px;
        text-transform: uppercase;
	padding: .5em 1.75em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button-link:hover {
	text-decoration: none;
}
.button-link:active {
	position: relative;
	top: 1px;
}

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

body.page .blocks blockquote {
  color: #333;
  font-style: normal;
  font-size: 24px;
  text-align: left;
}