@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*BODY */
body {
    background-image: url(../images/small-bg.jpg);
	background-color: #0d1401;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
    font-size: 0.875em;
    line-height: 1.4;
    color: #0d1401;
	font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 481px) {
	body {
		background-image: url(../images/medium-bg.jpg);
		font-size: 0.875em;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 1042px) {
	body {
		background-image: url(../images/large-bg.jpg);
		font-size: 1em;
		line-height: 1.4;
	}
}
/*Top Bar Areas */
.topBar {
	display: block;
	height: 15px;
	background-image: url(../images/border-top.jpg);
	background-repeat: repeat-x;
}
@media only screen and (min-width: 625px) {
	.topBar {
		height: 25px;
	}
}
/* Main Middle Grid Column*/ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 88.5%;
		max-width: 1232px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Headers */ 
.small-header {
    display: block;
	margin-top: 10px;
}
.small-header p {
    margin: 0;
}
@media only screen and (min-width: 481px) {
	.small-header {
		display: none;
	}
}
.medium-header {
    display: none;
}
@media only screen and (min-width: 481px) {
	.medium-header {
		display: block;
		margin: 0 0 15px 0;
	}
	.medium-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 897px) {
	.medium-header {
		display: none;
	}
}
.large-header {
    display: none;
}
@media only screen and (min-width: 897px) {
	.large-header {
		display: block;
	}
	.large-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 1042px) {
	.large-header {
		margin: 0 0 15px 0;
	}
}
.header-logo {
	float: none;
	padding: 20px 5% 0 5%;
	margin: 0 auto 15px auto;
	max-width: 786px;
}
@media only screen and (min-width: 1042px) {
	.header-logo {
		float: left;
		padding: 20px 20px 0 1%;
		margin: 0;
		max-width: 650px;
	}
}
@media only screen and (min-width: 1100px) {
	.header-logo {
		padding: 20px 50px 0 3%;
	}
}
@media only screen and (min-width: 1200px) {
	.header-logo {
		padding: 20px 50px 0 4%;
		max-width: 725px;
	}
}
@media only screen and (min-width: 1327px) {
	.header-logo {
		padding: 20px 50px 0 10%;
	}
}
/*Social Media Header */
.socialMedia {
	display: none;
}
@media only screen and (min-width: 1042px) {
	.socialMedia {
		display: block;
		float: left;
		width: 207px;
		height: 123px;
		padding-top: 69px;
		background: url(../images/social-bg.gif);
		background-position: top center;
		background-repeat: no-repeat;	
	}
}
@media only screen and (min-width: 1327px) {
	.socialMedia {
		width: 207px;
		height: 123px;
		padding-top: 69px;
	}
}
img.socialTop {
	padding: 0 5px 0 5px;
}
img.socialTop2 {
	padding: 7px 5px 0 5px;
}
.socialMediaMobile {
	display: block;
	margin-bottom: 25px;
}
@media only screen and (min-width: 1042px) {
	.socialMediaMobile {
		display: none;
	}
}
.socialMediaMobile img {
	width: 35px;
	padding: 0 5px;
}
@media only screen and (min-width: 481px) {
	.socialMediaMobile img {
		width: 40px;
		padding: 0 8px;
	}
}
/*Bottom Bars*/
.sloganBar {
	background: #3e4728;
	display: block;
	padding: 10px 0;
}
@media only screen and (min-width: 625px) {
	.sloganBar {

	}
}
.sloganBar p {
	margin: 0;
}
.bottomBar {
	background: #000;
	display: block;
	height: 15px;
	background-image: url(../images/border-bottom.jpg);
	background-repeat: repeat-x;
}
@media only screen and (min-width: 625px) {
	.bottomBar {
		height: 25px;
	}
}
/*MOBILE MENU */
.js #menu, #menu { /*don't display the menu that builds the mobile menu ever */
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 1em;
    background-color: #3e1737;
	font-family: "goldenbook",sans-serif;
	color: #ffefe1;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
    color: #ffefe1;
    margin: 0;
    font-size: 1.25em;
}
.slicknav_btn {
	background-color: #56225A;
}
.slicknav_nav a:hover {
	background: #56225A;
	color: #ffefe1;
	border-radius: 1px;
}
.slicknav_nav a:visited {
	color: #FFF;
}
.slicknav_nav .slicknav_item:hover {
	background: #56225A;
	color: #ffefe1;	
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 896px) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*END OF MOBILE MENU */
/*START OF MAIN MENU */
.mainmenu {
	display:none;
}
.anylinkcss {
	display:none;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		display: block;
		width: 100%;
		background-color: #3e1737;
		padding: 10px 0;
		color: #ffefe1;
	}
	.anylinkcss {
		display:block;
	}
	.anylinkcss ul li a {
	padding: 5px 0 5px 15px;
	}	
	.mainlinks {
		max-width: 980px;
		margin: 0 auto;
		font-family: "goldenbook",sans-serif;
		font-size: 17px;
	}
}	
@media only screen and (min-width: 1000px) {
	.mainlinks {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1100px) {
	.mainlinks {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.mainlinks {
		max-width: 990px;
		font-size: 21px;
	}
}
.mainlink {
	padding: 0 12px;
	color: #ffefe1;
	float: left;	
}
@media only screen and (min-width: 980px) {
	.mainlink {
		padding: 0 15px;
	}
}
@media only screen and (min-width: 1040px) {
	.mainlink {
		padding: 0 17px;
	}
}
.mainlink a {
	color: #ffefe1;
	text-decoration: none;
}
.mainlink a:hover {
	color: #3E1737;
	background: none;
}
.mainlink a:visited {
	color: #ffefe1;
}
.mainlink:hover, .mainlink:visited, mainlink:hover a:visited  {
	color: #3E1737;
	background-color: #E4CDBF;
}
/* Main Content Area */ 
.top-content {
    padding: 0 0 6% 0;
	max-height: 68px;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.main-content {    
    border-top: none;
	background-image: url(../images/contentBg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}
.content-area {
	padding: 1% 5%;
}
@media only screen and (min-width: 481px) {
	.content-area {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.content-area {
		padding: 2% 5%;
	}
}
@media only screen and (min-width: 1200px) {
	.main-content {

	}
}
.highlight-content {
    border-top: none;
	background-image: url(../images/highlightBg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}
.main-footer {
    width: 88%;
	padding: 1%;
	margin: 0 auto;
	font-size: 70%;
	color: #000;
	line-height: 145%;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*END OF MAIN LAYOUT AND GENERAL STYLES */
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.clearDiv {
	clear:both;
}
/*START OF CUSTOMIZATIONS */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-family: "goldenbook",sans-serif;
    font-weight: bold;
	line-height: 1.25em;
}
h1 {
	font-size: 1.55em;
	color: #642459;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	color: #475329;
}
h3 {
     font-size: 1.45em;
     color: #81513A;
}
h4 {
	font-size: 1.4em;
	color: #642459;
}
h5 {
    font-size: 1.3em;
    color : #475329;
}
h6 {
    font-size: 1em;
    color : #81513A;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.75em;
		text-align: left;
	}
	h2 {
		font-size: 1.65em;
	}
	h3 {
		 font-size: 1.5em;
	}
	h4 {
		font-size: 1.2em;
	}
}
a  
{
  color : #632458;
}

a:visited
{
  color : #5e3457;
}

a:hover  
{
  color : #3E4728;
}
a.copyright {
	color:#3E4728;
}
a.copyright:visited {
	color:#3E4728;
}
a.copyright:hover {
	color:#632458;
}
.largecolor1 {
	font-size: 1.5em;
	color: #81513A;
}
.xlargecolor1 {
	font-size: 2em;
	color: #000;
}
.smallcolor1 {
	font-size : 75%;
	color: #3E1737;
}
.color1 {
	color: #000;
}
.centerText {
	text-align: center;
}
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 65%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 65%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
		margin: 0;
	}	
}
/*Contact Form */
.emailFormError {
	margin:0px; 
	color:#FF0000
}
.inputButton {}
.inputText {
	width:95%; 
}
.inputValue {
	width:95%;
}
@media only screen and (min-width: 625px) {
	.inputText {
		width:85%; 
	}
	.inputValue {
		width:85%;
	}
}
/*EXTRAS */
/*a colored box without rounded corners */
.colorBox {
	background-color: #EBDECD;
	padding: 10px;
}
@media only screen and (min-width: 897px) {
	.colorBox {
		padding: 15px 25px;
	}	
}
/*Highlight Box with rounded corners centered */
.colorBoxRound {
    width: 90%;
	padding: 15px;
    background-color: #EBDECD;
	margin: 50px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
@media only screen and (min-width: 625px) {
	.colorBoxRound{
		padding: 25px 15px 25px 45px;
	}
}
/*padding on images - sub for hspace, vspace or both */
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
/*Home Page */
.homePic {
    max-width: 200px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto 20px auto;
}
@media only screen and (min-width: 342px) {
	.homePic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.homePic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1042px) {
	.homePic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1200px) {
	.homePic {	
		max-width: 250px;
	}
}
.homeWelcome {
	font-family: "goldenbook",sans-serif;
	color: #884957;
	font-size: 17px;
	line-height: 1.5em;
}
.welcome {
	color: #825c75;
	font-weight: bold;
}
.welcomeLeft {
	float: none;
	width: 98%;
	padding: 10px 1%;
    margin: 20px auto;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	font-size: 42px;
	color: #556a1e;
	text-align: center;
}
@media only screen and (min-width: 1042px) {
	.welcomeLeft {
		float: left;
		width: 23%;
		padding: 20px 2% 0 0;
		text-align: left;
		font-size: 36px;
	}
}
@media only screen and (min-width: 1300px) {
	.welcomeLeft {
		font-size: 40px;	
	}
}
@media only screen and (min-width: 1400px) {
	.welcomeLeft {
		font-size: 42px;	
	}
}
.welcomeRight {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto;
}
@media only screen and (min-width: 1042px) {
	.welcomeRight {
		width: 70%;
		float: right;
		margin: 10px auto 0 auto;
	}
}
@media only screen and (min-width: 1200px) {
	.welcomeRight {
		width: 73%;
	}
}
.homeBox {
	width: 96%;
	background-color: #eadecb;
	padding: 15px 2%;
}
.newsBox {
	float: none;
	width: 90%;
	padding: 10px 5%;
	margin: 10px auto;
	background-color: #f8f6f1;
	font-family: "goldenbook",sans-serif;
	color: #777473;
	font-weight: bold;
	font-size: 1em;
}
@media only screen and (min-width: 481px) {
	.newsBox {
		margin: 20px auto;
		font-size: 1.15em;
	}	
}
@media only screen and (min-width: 1040px) {
	.newsBox {
		float: left;
		width: 225px;
		padding: 10px 15px;
		margin: 0 20px 0 0;
		font-size: 1em;
	}
}
@media only screen and (min-width: 1165px) {
	.newsBox {
		width: 250px;
		padding: 10px 15px;
		margin: 0 20px 0 0;
	}
}
@media only screen and (min-width: 1250px) {
	.newsBox {
		width: 270px;
		padding: 10px 15px;
		margin: 0 20px 0 0;
	}
}
.newsDate {
	color: #333224;
	font-size: 110%;
}
.coverBox {
	float: none;	
}
@media only screen and (min-width: 1040px) {
	.coverBox {
		float: right;	
	}	
}
.coverBox img {
    background: #fff;
	width: 90%;
    padding: 7px;
    -moz-box-shadow: 0 0 12px #ccc;
    -webkit-box-shadow: 0 0 12px #ccc;
    box-shadow: 0 0 12px #ccc;
}
.coverBoxInd {
	max-width: 217px;
    float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 681px) {
	.coverBoxInd {
		max-width: 10px;
		margin: 15px;	
		float: left;
	}
}
@media only screen and (min-width: 800px) {
	.coverBoxInd {
		max-width: 175px;
		margin: 15px;	
		float: left;
	}
}
@media only screen and (min-width: 897px) {
	.coverBoxInd {
		max-width: 195px;
		margin: 15px 18px;	
		float: left;
	}
}
@media only screen and (min-width: 1040px) {
	.coverBoxInd {
		max-width: 150px;
		margin: 15px;	
	}
}
@media only screen and (min-width: 1165px) {
	.coverBoxInd {
		max-width: 175px;
	}
}
@media only screen and (min-width: 1250px) {
.coverBoxInd {
    max-width: 190px;
}
}
@media only screen and (min-width: 1325px) {
	.coverBoxInd {
		max-width: 195px;
	}
}
@media only screen and (min-width: 1350px) {
	.coverBoxInd {
		max-width: 200px;
		margin: 15px 18px;
	}
}
@media only screen and (min-width: 1350px) {
	.coverBoxInd {
		max-width: 217px;
		margin: 10px;
	}
}
.joinBox {
	margin: 0;
	background: #F2EAE0;
	width: 95%;
	padding: 1% 2.5%;
	color: #3E1737;
	font-size: 1.15em;
}
@media only screen and (min-width: 897px) {
	.joinBox {
		margin: 0;
		background: #F2EAE0;
		width: 95%;
		padding: 1% 2.5%;
		color: #3E1737;
		font-size: 1.15em;
	}	
}
.joinBox input[type="submit"] {
    background: #3E4728;
     padding: 3px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
	font-weight: normal;
}
.joinBox input[type="text"] {
    background: #fff;
    margin: 10px;
	border: 1px solid #ccc;
    color: #4C4C4C;
    padding: 5px 10px;
    font-size: 75%;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 55%;
}
@media only screen and (min-width: 897px) {
	.joinBox input[type="text"] {
		max-width: 35%;
		margin: 0 10px 0 0;
	}
}
.joinList input[type="submit"] {
    background: #3E4728;
     padding: 3px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
	font-weight: normal;
	margin: 15px 0;
}
.joinList input[type="text"] {
    background: #fff;
    margin: 10px;
	border: 1px solid #ccc;
    color: #4C4C4C;
    padding: 5px 10px;
    font-size: 85%;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 55%;
}
@media only screen and (min-width: 897px) {
	.joinList input[type="text"] {
		max-width: 75%;
		margin: 10px;
	}
}
/*Book Pages*/
.bookCover {
    float: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
}
.booksPage {
	margin: 0 auto;
	width: 90%;
	max-width: 250px;
}
.seriesPage {
	margin: 15px auto;
	width: 200px;
}
.extraPage {
	margin: 15px auto;
	max-width: 175px;
}
@media only screen and (min-width: 897px) {
	.seriesPage {
		margin: 0px 15px 20px 15px;
		width: 140px;
	}	
}
@media only screen and (min-width: 941px) {
	.booksPage {
		margin: 0;
	}	
}
@media only screen and (min-width: 1200px) {
	.booksPage {
	}	
}
@media only screen and (min-width: 1350px) {
	.booksPage {
	}	
}
.buyBox {
	margin: 35px 0 20px 0;
	background: #EBDECD;
	padding: 10px;
}
.buyBox img {
	padding: 5px 10px;
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: #FDF3EA;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px;
	font-size: 1em;
    background: #EBDECD;
    margin: 0 5px;
    border-radius: 5px;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #666;
	text-shadow: none;
	background-color: #FDF3EA;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #FDF3EA;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 5px 15px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #FDF3EA;
	font-weight: bold;
	text-decoration: none;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #FDF3EA;
	color: #aaa;
	text-shadow: none;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
h1.summary {
	margin: 0;
}
/*About Terri */
.favorites li {
	padding: 0 5px 15px 5px;
}
.bioPic {
    max-width: 200px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto 20px auto;
}
@media only screen and (min-width: 342px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1042px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1200px) {
	.bioPic {	
		max-width: 250px;
	}
}
.favoritesBox {
	background: #EBDECD;
	padding: 15px 10px 15px 0;	
	margin: 25px 0 0 0;
}
@media only screen and (min-width: 1042px) {
	.favoritesBox {
		padding: 15px 20px;
	}
}
/*Flora Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#3E1737; 
}
.floraforms .field-label em{ 
	color:#3E1737;
}
/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select > select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint{
	border-color: #3E1737;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select{
	border: 2px solid #D9BCB8;
}
/* @hint below textareas 
---------------------------------------- */
.floraforms .flo-hint {
	background: #F2F4FA;
    border: 2px solid #FE4F56;
	border-top:1px solid #FE4F56;
}
.floraforms .flo-select:before { 
	border-left:1px solid #D9BCB8;
}
.floraforms .flo-checkbox, 
.floraforms .flo-radio { 
    border: 3px solid #D9BCB8;
}
.floraforms input:checked + .flo-checkbox, 
.floraforms input:checked + .flo-radio{ 
	border: 3px solid #FE4F56; 
	background:#FE4F56; 
}
/* @radio + checkbox :hover + :focus state 
--------------------------------------------------- */
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #FE4F56;
}
.floraforms .flo-switch > .switch-label {
    background: #3E4728;
    border: 2px solid #3E4728;
}
/* @toggle switch normal state 
--------------------------------------------------------------- */
.floraforms .flo-switch > input:checked + .switch-label {
    border-color: #ee050d;
	background: #ee050d; 
}
/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.floraforms .flo-switch > input:checked:focus + .switch-label { 
	background: #ee050d; 
	border-color: #ee050d; 
}
/* @buttons 
----------------------------------------------------- */
.floraforms .flo-button {
	color: #fff;
    background: rgba(62, 71, 40, 0.35);
}
/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.floraforms .flo-button:hover { background: #3E4728; color:#fff; }
.floraforms .flo-button:active{ background: #3E4728; color:#fff;  }

/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #3E4728;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #976379; }
.floraforms .btn-themed:active{ background-color: #976379; }

/* @tooltips on inputs + textareas 
------------------------------------------------- */ 
.floraforms .flo-tooltip {
	background: #976379;
}
/* @tooltip right-top
------------------------------------------------- */
.floraforms .tip-right { bottom: 100%; margin-bottom: -20px; }
.floraforms .tip-right:after {
	border-top: 8px solid #3E1737;
}
/* @tooltip left-top
------------------------------------------------- */
.floraforms .tip-left { bottom: 100%; margin-bottom: -20px; }
.floraforms .tip-left:after {
	border-top: 8px solid #3E1737;
}
.floraforms .alert-info { color:#3E1737; background-color: #E6CEC4; }
.floraforms .alert-success { color:#fff; background-color: #976379; }
.floraforms .alert-warning { color: #fff; background-color: #3E1737; }
.floraforms .alert-error { color:#ed1c24; background-color: #fff; }

/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #3E1737; color: #3E1737; background-color: #fff; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #3E1737; }
.floraforms .flo-select > select:focus + .arrow{ color:#3E1737; }

/* @validaion - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select > select,
.floraforms .state-error.flo-selectmulti > select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(217, 224, 237, 0.35);
	border-color:#3E1737;
}
.floraforms .state-error .flo-input ~ .field-icon i,
.floraforms .state-error .flo-textarea ~ .field-icon i{  color: #e74c3c; }
.floraforms .state-error.flo-select .arrow { color: #e74c3c; }
.floraforms .state-error.flo-select:before {  border-left:1px solid #3E1737; }
.floraforms .state-error .flo-input ~ .flo-hint,
.floraforms .state-error.flo-file .file-input:hover + .flo-input, 
.floraforms .state-error .flo-textarea ~ .flo-hint { border-color:#3E5D4B; }
.floraforms .state-error + em{ 
	display: block!important;
	margin-top: 6px;
	padding: 0 3px;
	font-weight: bold;
	line-height: normal;
	color:#3E1737;
}
/* @validaion - success state 
-------------------------------------------------- */
.floraforms .state-success .flo-input,
.floraforms .state-success .flo-textarea,
.floraforms .state-success.flo-select > select,
.floraforms .state-success.flo-selectmulti > select{
	background-color: #fff;
	border-color:#3E1737;
}
.floraforms .state-success .flo-input ~ .field-icon i,
.floraforms .state-success .flo-textarea ~ .field-icon i{  color: #3E5D4B; }
.floraforms .state-success.flo-select .arrow { color: #3E5D4B; }
.floraforms .state-success.flo-select:before {  border-left:1px solid #3E5D4B; }
.floraforms .state-success .flo-input ~ .flo-hint,
.floraforms .state-success.flo-file .file-input:hover + .flo-input, 
.floraforms .state-success .flo-textarea ~ .flo-hint { border-color:#3E5D4B; }
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode{
	background: #fff;
	border-color: #D9BCB8;
}
.floraforms .refresh-captcha i{ color: #3E1737; }

/*Extras Page */
.extrabutton {
  width: 100%;
  color: #fff;
  background-color: #C89CA9;
  border: solid 2px #fff;
  text-align: left;
  margin: 15px 0 0 0;
  line-height: 1.4;
}
.extrabutton:hover,
.extrabutton.hover {
  background-color: #6B455A;
}
.extrabutton:active,
.extrabutton.active {
  background-color: #3E4728;
}
.readArticle {
	padding: 15px;
	background: rgba(228, 205, 191, 0.35);
    display: none;
}
.toggle {
	float: right; 
	font-size: 65%; 
	padding-top: 5px;
	color: #FDF3EA;	
}
@media only screen and (min-width: 625px) {
	.readAnswer {
		padding: 25px 45px;
	}
}
.firstArticle {
	display: block;
}
h2.workshops {
	margin: 15px 0 0 0;
}
.extraPic {
    max-width: 190px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto 15px auto;
}
@media only screen and (min-width: 1040px) {
	.extraPic {
    max-width: 350px;
	width: 350px;
}	
}
/*Buttons*/
button {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px;
  font-size: 1.125em;
  line-height: 1.8;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button:focus {
  outline: none
}
.flatbutton {
  color: #fff;
  background-color: #743351;
  border: solid 2px #fff;
}
.flatbutton:hover,
.flatbutton.hover {
  background-color: #000;
}
.flatbutton:active,
.flatbutton.active {
  background-color: #B54C1F;
}
/* @buttons */
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 85%;
}
.linkButton:hover  {
	background: #976379;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.greenButton  {
	background: #3E4728;
}

