1
/*------------------------------------------------------------------------
# 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 */
/* ----------------------------------------------------------------------*/
/* !Link */
a							{ color: #0a6eb7; text-decoration: underline; }
a:hover 						{ color: #4ca0d6; text-decoration: underline; }
a img 						{}


a.but,
.mod-updates a.botLink {
	display: inline-block;
	height: 29px; 
	font-size: 15px;
	line-height: 31px;
	font-weight: 700;
	padding: 0 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	outline: none;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #042c4a;
	text-shadow: 1px 1px #76add6;
	border: 1px solid #0a72bd;
	border-top: 1px solid #127cc9;
	border-bottom: 1px solid #0a6eb6;
	box-shadow:
		inset 0 1px #a9cce7,
		inset 1px 0 #73abd4,
		inset -1px 0 #73abd4,
		inset 0 -1px #5599cb,
		0 3px #074c7e,
		0 1px #063d65
	;
	background: -moz-linear-gradient(top,  #70abd5 0%, #2f82c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70abd5), color-stop(100%,#2f82c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70abd5 0%,#2f82c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70abd5 0%,#2f82c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70abd5 0%,#2f82c0 100%); /* IE10+ */
	background: linear-gradient(top,  #70abd5 0%,#2f82c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70abd5', endColorstr='#2f82c0',GradientType=0 ); /* IE6-9 */
	background-color: #2f82c0;
}
a.but::-moz-focus-inner,
.mod-updates a.botLink::-moz-focus-inner { border:0 }
a.but:hover,
.mod-updates a.botLink:hover {
	color: #042c4a;
	box-shadow:
		inset 0 1px #a9d5f5,
		inset 1px 0 #72b8ec,
		inset -1px 0 #72b8ec,
		inset 0 -1px #56abea,
		0 3px #074c7e,
		0 1px #063d65
	;
	background: -moz-linear-gradient(top,  #71baef 0%, #3199e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71baef), color-stop(100%,#3199e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #71baef 0%,#3199e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #71baef 0%,#3199e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #71baef 0%,#3199e5 100%); /* IE10+ */
	background: linear-gradient(top,  #71baef 0%,#3199e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71baef', endColorstr='#3199e5',GradientType=0 ); /* IE6-9 */
	background-color: #3199e5;
}
a.but span			{ display: block; padding-left: 36px; }
a.but span.sub			{ font-size: 9px; line-height: 1.0em; font-weight: 400; padding-top: 7px; }
a.but em				{ display: block; position: absolute; background: url(../images/facebook-but.png) no-repeat; width: 15px; height: 27px; top: 8px; left: 10px; }

a.but-big				{ height: 68px; line-height: 68px; font-size: 32px; text-transform: uppercase; font-weight: 600; }
a.but-block			{ display: block; }



/* !Colors */
.text-color1					{ color: #042c4a; }
.text-color2					{ color: #f9bd15; }
.text-color3					{ color: #4ca0d6; }
.text-color4					{ color: #0a6eb7; }
.text-color5					{ color: #000; }
.text-color6					{ color: #644c08; }


/* !Text Highlights */
.text-highlight1				{ background: #042c4a; color: #fff; }				
.text-highlight2				{ background: #4c3607; color: #fff; }				
.text-highlight3				{ background: #0a6eb7; color: #fff; }				
.text-highlight4				{ background: #f3f8fb; color: #042c4a; }				
.text-highlight5				{ background: #000; color: #fff; }		
.text-highlight6				{ background: #f3f8fb; color: #000; }


/* !Text Sizes */
.text-small					{}
.text-regular					{}
.text-medium					{}
.text-large					{}
.text-xlarge					{}


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ font-weight: 600; }

h1 							{ color: #042c4a; }
h2 							{ color: #042c4a; }
h3 							{ color: #042c4a; }
h4							{ color: #042c4a; }
h5 							{ color: #f9bd15; }
h6							{ color: #4ca0d6; }


/* !Type Margin + Padding */
p,
pre,
code,
blockquote,
ul,
ol,
dl,
table.table					{}


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #daeaf4; }
pre							{ background: #f3f8fb; border-color: #daeaf4; }
pre.code						{}
code							{}
address						{ background: #f3f8fb; border-color: #daeaf4; }
sup,
sub							{ color: #042c4a; }
samp							{ background: #f3f8fb; }


/* !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 20px .6em; line-height: 1.2em; padding: .2em 0 .5em 30px; }

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: #f3f8fb; font-family: Georgia, 'Times New Roman', Times, serif; }
blockquote cite				{ color: #4ca0d6; }
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: #daeaf4; }
blockquote.pq-style1.pq-right		{ border-color: #daeaf4; }
blockquote.pq-style2.pq-left		{ border-color: #daeaf4; }
blockquote.pq-style2.pq-right		{ border-color: #daeaf4; }


/* !Text Intro Area */
div.intro						{}


/* !Dropcaps */
.dropcap						{}


/* !Borders */
.border						{ border-color: #daeaf4; }


/* !Info Boxes	*/
.infobox						{ background: #042c4a; color: #fff; }
.infobox .titlebox				{ background: #042c4a; color: #fff; }
.infobox .contentbox			{}
.infobox-style1				{}
.infobox-style2,
.infobox-style2 .titlebox		{ background: #4ca0d6; color: #fff; }
.infobox-style3,
.infobox-style3 .titlebox		{ background: #daeaf4; color: #042c4a; }
.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: #daeaf4; padding: 4px; }
.img-border2					{ border-color: #daeaf4; }
.img-border3					{ border-color: #daeaf4; background: #f3f8fb; }
.img-border4					{ border-color: #daeaf4; }
.img-border5					{ border-color: #daeaf4; }
.img-noborder					{}
.img-rounded					{}


/* !Images: Captions */
.img-caption,
.jce_caption					{}
.img-caption p					{ color: #4ca0d6; }
.img-caption-left				{}
.img-caption-right				{}
.img-caption-center				{}


/* !Space */
.white-space					{}
.box-anywidth					{}


/* !Top Anchor */
.divider-top					{ border-color: #daeaf4; }
.divider-top a					{}


/* !Inset Box */
.inset-left					{}
.inset-right					{}
.inset-left,
.inset-right					{}
.inset-style1					{ background-color: #f3f8fb; }
.inset-style2					{ background-color: #f3f8fb; }


/* !Well */
.well						{}


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #0a6eb7; border-color: #daeaf4; }
table.table-style1 thead th					{ color: #fff; background: #000; }
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: #f3f8fb; border-color: #daeaf4; }
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #f7fafd; border-color: #daeaf4; }
table.table-style1 tfoot td					{ background: #daeaf4; }




div.logo-box			{ display: table; border: 1px solid #e3e3e3; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); width: 90%; height: 200px; text-align: center; margin-bottom: 1.6em; }
div.logo-box-cell		{ display: table-cell; vertical-align: middle; }
div.logo-box img		{ vertical-align: middle; }