/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v2.0)
# ------------------------------------------------------------------------
# Copyright (C) 2012 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !TINYMCE Editor Specific Styles */
/* ----------------------------------------------------------------------*/
body#tinymce,
body#tinymce table				{}



/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/
.com_content .hide-inarticle		{ /* display: none; */    float: left;
    margin-right: 20px;}


/* !Link */
a							{ color: #429e3e; text-decoration: underline; }
a:hover 						{ color: #000; text-decoration: underline; }
a img 						{}


a.btn-social {
  display: inline-block;
  border: 1px solid #3a6338;
  background: #4db848;
  border-radius: 6px;
  padding: 14px 28px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(33, 51, 58, .75);
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}

a.btn-social:hover {
  background: #429e3e;
  color: #fff;
  text-decoration: none;
}

a.btn-social i {
	margin-right: 4px;
}

a.btn-facebook {
	background: #4466ae;
	border-color: #3c5b9c;
}
a.btn-facebook:hover {
	background: #3a5794;
}

a.btn-twitter {
	background: #02c9ff;
	border-color: #00b6e8;
}
a.btn-twitter:hover {
	background: #00b2e3;
}




/* !Colors */
.text-color1					{ color: #2d5798; }
.text-color2					{ color: #4c3607; }
.text-color3					{ color: #7eac2f; }
.text-color4					{ color: #5b91e5; }
.text-color5					{ color: #000; }
.text-color6					{ color: #89a4b5; }


/* !Text Highlights */
.text-highlight1				{ background: #2d5798; color: #fff; }				
.text-highlight2				{ background: #4c3607; color: #fff; }				
.text-highlight3				{ background: #5b91e5; color: #fff; }				
.text-highlight4				{ background: #d4dee5; color: #89a4b5; }				
.text-highlight5				{ background: #000; color: #fff; }		
.text-highlight6				{ background: #d4dee5; color: #3d3630; }


/* !Text Sizes */
.text-small					{}
.text-regular					{}
.text-medium					{}
.text-large					{}
.text-xlarge					{}


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4em;
}

h1 {
  color: #3a9634;
  font-size: 44px;
  margin: 27px 0 28px 0;
}
h2 {
  color: #4c3607;
  font-size: 28px;
  margin: 36px 0 20px 0;
}
h3 {
  color: #000000;
  font-size: 24px;
  margin: 44px 0 24px 0;
}
h4 {
  color: #4db848;
  font-size: 20px;
  margin: 38px 0 28px 0;
}
h5 {
  color: #678b9b;
  font-size: 19px;
  margin: 38px 0 28px 0;
}
h6 {
  color: #606164;
  font-size: 18px;
  margin: 38px 0 28px 0;
}


/* !Type Margin + Padding */
p,
pre,
code,
blockquote,
ul,
ol,
dl,
table.table					{}


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #89a4b5; }
pre {
  background: transparent;
  border: none;
  padding: 30px;
}
pre.code						{}
code							{
}
address						{ background: #d4dee5; border-color: #89a4b5; }
sup,
sub							{  }
samp							{ background: #d4dee5; }


/* !Lists */
ul							{}
ul li						{ background: url(../images/bullet-default.png) no-repeat 18px .8em; }

ul.list-bullet					{ background: url(../images/bullet-default.png) no-repeat 18px .8em; }
ul.list-bullet li				{}

ul.list-plain					{}
ul.list-plain li				{}

ul.list-arrow					{}
ul.list-arrow li				{ background: url(../images/bullet-arrow.png) no-repeat 16px .65em; }

ul.list-box					{}
ul.list-box li					{ background: url(../images/bullet-box.png) no-repeat 18px .7em; }

ol							{}
ol li						{}

dl							{}
dl dt						{}
dl dd						{}


/* !Lines	*/
.line-solid					{}
.line-dotted					{}
.line-dashed					{}


/* !Blockquotes + Pullquotes */
blockquote {
  background: transparent;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  padding: 0;
  margin: 40px 40px 40px 60px;
  position: relative;
  font-style: italic;
  line-height: 2em;
}
blockquote:after {
  color: #89a4b5;
  font-size: 30px;
  position: absolute;
  top: -20px;
  left: -40px;
  font-family: FontAwesome;
  content: '\F10D';
}
blockquote cite				{ color: #a68860; }
blockquote.bq					{ color: #4c3607; background: transparent url("../images/quote.png") no-repeat scroll 0 0; }
blockquote.bq-left				{}
blockquote.bq-right				{}

blockquote.pq					{ background: none; color: #4c3607; }
blockquote.pq-left				{ float: left; width: 35%; }
blockquote.pq-right				{ float: right; width: 35%; }
blockquote.pq-style1.pq-left		{ border-color: #89a4b5; }
blockquote.pq-style1.pq-right		{ border-color: #89a4b5; }
blockquote.pq-style2.pq-left		{ border-color: #89a4b5; }
blockquote.pq-style2.pq-right		{ border-color: #89a4b5; }


/* !Text Intro Area */
div.intro {
  font-size: 20px;
  color: #4a4a4c;
}


/* !Dropcaps */
.dropcap						{}


/* !Borders */
.border						{ border-color: #89a4b5; }


/* !Info Boxes	*/
.infobox						{ background: #d4dee5; }
.infobox .titlebox				{ background: #89a4b5; color: #fff; }
.infobox .contentbox			{}
.infobox-style1				{}
.infobox-style2				{ background: #4c3607; color: #fff; }
.infobox-style3				{ background: #89a4b5; color: #fff; }
.infobox-rounded				{}
.infobox-rounded .titlebox		{}


/* !Images */
.img-left,					{}
.img-right,					{}
.img-center					{ display: block; text-align: center; clear: both; margin: 0 auto; }

.img-border					{ border-color: #89a4b5; }
.img-border2					{ border-color: #89a4b5; }
.img-border3					{ border-color: #89a4b5; background: #d4dee5; }
.img-border4					{ border-color: #89a4b5; }
.img-border5					{ border-color: #89a4b5; }
.img-noborder					{}
.img-rounded					{}


/* !Images: Captions */
.img-caption,
.jce_caption					{}
.img-caption p					{ color: #a68860; }
.img-caption-left				{}
.img-caption-right				{}
.img-caption-center				{}


/* !Space */
.white-space					{}
.box-anywidth					{}


/* !Top Anchor */
.divider-top					{ border-color: #89a4b5; }
.divider-top a					{}


/* !Inset Box */
.inset-left					{}
.inset-right					{}
.inset-left,
.inset-right					{}
.inset-style1					{ background-color: #d4dee5; }
.inset-style2					{ background-color: #d4dee5; }


/* !Well */
.well						{}


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #5b91e5; border-color: #89a4b5; }
table.table-style1 thead th					{ color: #fff; background: #3d3630; }
table.table-style1 thead th a					{ color: #fff; }
table.table-style1 thead th a:hover			{}
table.table-style1 .row1 td,
table.table-style1 .odd td					{ background: #f2ede7; border-color: #89a4b5; }
table.table-style1 .row0 td,
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #f8f5f2; border-color: #89a4b5; }
table.table-style1 tfoot td					{ background: #89a4b5; }