
/*------------------------------------------------------------------------
# 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 */
/* ----------------------------------------------------------------------*/
.ff-raleway {
	font-family: 'Raleway', sans-serif;
}

/* !Link */
a							{ color: #2fc723; text-decoration: underline; }
a							{ color: #00a87f; text-decoration: underline; }
a:hover 						{ color: #ff6a00; text-decoration: underline; }
a img 						{}

.btn-action {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #2fc723;
	padding: 0 40px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border: none;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-action:hover {
	background: #ff6a00;
	color: #fff;
	text-decoration: none;
}

.btn-action-light {
	background-color: #11119f;
}

.btn-action-dark {
	background-color: #0c0c71;
}

.btn-action-darkest {
	background-color: #070743;
}


/* !Colors */
.text-color1					{ color: #11119f; }
.text-color2					{ color: #ff6a00; }
.text-color3					{ color: #0c0c71; }
.text-color4					{ color: #a8baff; }
.text-color5					{ color: #514442; }
.text-color6					{ color: #2fc723; }


/* !Text Highlights */
.text-highlight1				{ background: #11119f; color: #fff; }				
.text-highlight2				{ background: #ff6a00; color: #fff; }				
.text-highlight3				{ background: #a8baff; color: #fff; }				
.text-highlight4				{ background: #514442; color: #fff; }				
.text-highlight5				{ background: #bebfb5; color: #fff; }		
.text-highlight6				{ background: #2fc723; color: #fff; }


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


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ margin: 48px 0 0 0; }

h1 							{ color: #11119f; font-size: 36px; font-weight: 600; }
h2 							{ color: #11119f; font-size: 30px; font-weight: 600; }
h3 							{ color: #0c0c71; font-size: 24px; font-weight: 600; }
h4							{ color: #a8baff; font-size: 20px; font-weight: 600; }
h5 							{ color: #514442; font-size: 18px; font-weight: 600; }
h6							{ color: #2fc723; font-size: 16px; font-weight: 600; }


/* !Type Margin + Padding */
p,
pre,
code,
blockquote,
ul,
ol,
dl,
table.table					{ margin: 16px 0 32px 0; }


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #bebfb5; }
pre							{ background: #fff; border-color: #bebfb5; }
pre.code						{}
code							{}
address						{ background: #fff; border-color: #bebfb5; }
sup,
sub							{ color: #0c0c71; }
samp							{ background: #fff; }


/* !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: #fff; }
blockquote cite				{ color: #bebfb5; }
blockquote.bq { 
	color: #4c3607; 
	display: block;
	position: relative;	
	padding-left: 60px;
	background: none;
}

blockquote.bq:before {
    content: "\f10d";
    color: #a8baff;
    font-size: 30px; 
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 20px;
}

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: #bebfb5; }
blockquote.pq-style1.pq-right		{ border-color: #bebfb5; }
blockquote.pq-style2.pq-left		{ border-color: #bebfb5; }
blockquote.pq-style2.pq-right		{ border-color: #bebfb5; }


/* !Text Intro Area */
div.intro						{}


/* !Dropcaps */
.dropcap						{}


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


/* !Info Boxes	*/
.infobox						{}
.infobox .titlebox				{}
.infobox .contentbox			{}
.infobox-style1 .titlebox {
	background: #fff;
	color: #11119f;
}
.infobox-style1 .contentbox {
	border-top: 1px solid #bebfb5;
	background: #fff;
}
.infobox-style2,
.infobox-style2 .titlebox {
	background: #a8baff;
	color: #fff;
}
.infobox-style3,
.infobox-style3 .titlebox {
	background: #2fc723;
	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: #bebfb5; }
.img-border2					{ border-color: #bebfb5; }
.img-border3					{ border-color: #bebfb5; background: #fbf8f4; }
.img-border4					{ border-color: #bebfb5; }
.img-border5					{ border-color: #bebfb5; }
.img-noborder					{}
.img-rounded					{}


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


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


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


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


/* !Well */
.well						{}


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #a8baff; border-color: #efefec; }
table.table-style1 thead th					{ color: #11119f; background: #fff; border-bottom: 1px solid #bebfb5; }
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: #fff; border-color: #efefec; }
table.table-style1 .row0 td,
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #fff; border-color: #efefec; }
table.table-style1 tfoot td					{ background: #fff; }
