/*

These styles are intended to be imported into the WordPress page editor. They allow visual stylings to be shown in
the tinyMCE editor so that the page being edited looks (style-wise) like it will on the site. These styles are also
included in the front-end pages. 

The idea is that styles in 'editor_style.css' belong in both the admin editor and on the user-facing site. Styles in
the file 'style.css' are not imported into the admin editor but are included in the use-facing site. So the complete style
group includes both 'editor-style.css' and 'style.css'.

*/

BODY, HTML BODY.mceContentBody {font-family:Helvetica,Verdana,sans-serif; font-size:12px; color:#591f00; line-height:1.5em;}

.double-ruled 
{ 
	line-height:1.2em; 
	border-top:1px solid #fbb041; 
	border-bottom:1px solid #fbb041; 
	padding-top:0.5em; 
	padding-bottom:0.5em;
}

H1, H2, H3, H5, H6 { font-family:Georgia; color:#591f00; margin:0 0 0.5em 0; }
H1 {font-size:26px; font-weight:normal;}
H2 {font-size:14px;}
H3 {font-size:14px; font-family:Helvetica,Verdana,sans-serif;  }/
H5,H6 { font-size:10px;}
H2.title-page { font-size:20px; font-family:Helvetica,Verdana,sans-serif; }
H3.double-ruled { text-decoration:none; color:#591f00; font-family:Georgia; font-size:14px;}
H4.double-ruled { text-decoration:none; color:#591f00; font-family:Georgia; font-size:14px;}
H2.double-ruled A { text-decoration:none; color:#591f00;}
H3.double-ruled A { text-decoration:none; color:#591f00; font-family:Georgia; font-size:14px;}
H4.double-ruled A { text-decoration:none; color:#591f00; font-family:Georgia; font-size:14px;}


ADDRESS { padding:15px;background-color:#f3f0ee;margin:1em 0; } 
PRE { color:#444;}
STRONG,B {  }
I,EM {}

A { color:#B44D17; text-decoration:underline; }
HR { border-width:0; border-top:1px solid #FBB040; }

TABLE { width:100%; padding:0; border:0;}
TD,TH { border:0; padding:0; vertical-align:top; text-align:left; padding-left:2%;}
TR TD:first-child { padding-left:0; padding-right:2%}

TABLE.two-column-table TD, TABLE.two-column-table TH { width:48%;}
TABLE.three-column-table TD, TABLE.three-column-table TH { width:32%;}

.float-left {float:left;}
IMG.float-left {margin:0 10px 10px 0;}


A.bold-link { font-family:Georgia;font-size:1.1em;font-weight:bold;text-decoration:none;}
A.bold-link:hover { text-decoration:underline; }

A.register-button {
	
	background-color: #6e381e;
	/*padding:5px 0 5px 0;*/
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ef9712;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6e381e), color-stop(1, #4e220d));
	background:-moz-linear-gradient(top, #6e381e 5%, #4e220d 100%);
	background:-webkit-linear-gradient(top, #6e381e 5%, #4e220d 100%);
	background:-o-linear-gradient(top, #6e381e 5%, #4e220d 100%);
	background:-ms-linear-gradient(top, #6e381e 5%, #4e220d 100%);
	background:linear-gradient(to bottom, #6e381e 5%, #4e220d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e381e', endColorstr='#4e220d',GradientType=0);

	margin:0 0 5px 0;
	display: block;
	float:none;
	overflow:hidden;
	
	padding:5px 10px 5px 10px;
	display:inline-block;
	color:#ffffff;
	font-family: FuturaStd,Helvetica,Verdana,sans-serif;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.05em;
	text-shadow:0px 1px 0px #000000;
	line-height:1.5em;
	font-size: 1em;

}

A.register-button:hover
{
	background-color:#a66002;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4e220d), color-stop(1, #6e381e));
	background:-moz-linear-gradient(top, #4e220d 5%, #6e381e 100%);
	background:-webkit-linear-gradient(top, #4e220d 5%, #6e381e 100%);
	background:-o-linear-gradient(top, #4e220d 5%, #6e381e 100%);
	background:-ms-linear-gradient(top, #4e220d 5%, #6e381e 100%);
	background:linear-gradient(to bottom, #4e220d 5%, #6e381e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e220d', endColorstr='#6e381e',GradientType=0);
	
	text-decoration:none;
}

.tan-background { background-color:#F0EBE8; border-bottom:5px solid #fbb041;}
TABLE.tan-background TD, TABLE.tan-background TH { width:50%;}


/*-----Futura Bar Headers ------*/
.bartitle
{  	
	font-family:FuturaStd,Helvetica,Verdana,sans-serif;
	background-color: #591F00;
	color:#FFF;
	font-weight: normal;	
	font-size:15px;
	text-transform: uppercase;
	padding: 0.6em;
	margin: 0 0 1em 0;
	line-height: 1.25em;
}
.bartitle A {
	text-decoration:none;
	color:#FFF;
	cursor: pointer;
	}

/*HORIZONTAL FLEX LISTS */
	
.flex-list {
    position: relative;
    overflow: hidden;
}
.flex-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	-webkit-justify-content: center; 
	justify-content:center;
    margin-left: -1px;
}
.flex-list li {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 .5em;
    text-align: center;
    border-left: 1px solid #ccc;
}

.flex-list ul li {list-style: none;}

/*IMAGES and CAPTIONS*/
.wp-caption{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
	margin-bottom:1em;
	max-width: 98%;
}
.alignright {float:right; margin:0 0 1em 1em;}
.alignleft {float:left; margin:0 1em 1em 0;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

@media only screen and (max-width: 600px) {
	
/*Fluid Images on Mobile*/
.alignright {float:none; display: block; margin-left: auto; margin-right: auto;}
.alignleft {float:none; display: block; margin-left: auto; margin-right: auto;}
.wp-caption {max-width: 98% !important;width: auto !important;}

}

/* ---------------- Outline Buttons/Links in Gold/Brown ------------------*/
.outlinebtn-gold {
  margin: 0 0 10px 0;
  padding: 1em 1.5em;
  display: block;
  font-family: FuturaStd,Helvetica,Verdana,sans-serif;
  background-color: #FBB040;
  border: 5px solid transparent;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.outlinebtn-gold a{
  color: #ffffff;
  text-decoration:none;
  font-size:1.2em;
  font-family: FuturaStd,Helvetica,Verdana,sans-serif;
  }

.outlinebtn-gold:hover{
  background-color: #ffffff;
  color: #FBB040;
  border-color: #FBB040;
  cursor:pointer;
}

.outlinebtn-gold:hover a{
  color: #FBB040;
}

.outlinebtn-brown {
  margin: 0 0 10px 0;
  padding: 1em 1.5em;
  display: block;
  font-family: FuturaStd,Helvetica,Verdana,sans-serif;
  background-color: #591f00;
  border: 5px solid transparent;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.outlinebtn-brown a{
  color: #ffffff;
  text-decoration:none;
  font-size:1.2em;
  font-family: FuturaStd,Helvetica,Verdana,sans-serif;
  }

.outlinebtn-brown:hover{
  background-color: #ffffff;
  color: #591f00;
  border-color: #591f00;
  cursor:pointer;
}

.outlinebtn-brown:hover a{
  color: #591f00;
}