
/*------------------------------------------------------------------------
# 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: #909F1F; text-decoration: underline; }
a:hover 						{ color: #AABE26; text-decoration: underline; }
a img 						{}


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


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


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


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{}

h1 							{ color: #2d5798; }
h2 							{ font-size: 20px; color: #005698; }
h3 							{ font-size: 16px; color: #005698; }
h4							{ font-size: 14px; color: #005698; }
h5 							{ color: #3d3630; }
h6							{ color: #000; }


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


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #ccc; }
pre							{ background: #fbf8f4; border-color: #ccc; }
pre.code						{}
code							{}
address						{ background: #fbf8f4; border-color: #ccc; }
sup,
sub							{ color: #7eac2f; }
samp							{ background: #fbf8f4; }


/* !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: #fbf8f4; font-family: Georgia, 'Times New Roman', Times, serif; }
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: #ccc; }
blockquote.pq-style1.pq-right		{ border-color: #ccc; }
blockquote.pq-style2.pq-left		{ border-color: #ccc; }
blockquote.pq-style2.pq-right		{ border-color: #ccc; }


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


/* !Dropcaps */
.dropcap						{}


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


/* !Info Boxes	*/
.infobox						{ background: #fbf8f4; }
.infobox .titlebox				{ background: #ccc; color: #fff; }
.infobox .contentbox			{}
.infobox-style1				{}
.infobox-style2				{ background: #4c3607; color: #fff; }
.infobox-style3				{ background: #ccc; 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: #ccc; }
.img-border2					{ border-color: #ccc; }
.img-border3					{ border-color: #ccc; background: #fbf8f4; }
.img-border4					{ border-color: #ccc; }
.img-border5					{ border-color: #ccc; }
.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: #ccc; }
.divider-top a					{}


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


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #5b91e5; border-color: #ccc; }
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: #f5f5f5; border-color: #ccc; }
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #f9f9f9; border-color: #ccc; }
table.table-style1 tfoot td					{ background: #ccc; }





/* !From Old Template */
ul 							{ line-height: 16px; margin: .4em 32px 0 32px; padding-bottom: 16px; }
ul ul						{ margin: 0 15px; padding: 0; }
ul li						{ padding: 0 0 0 11px; line-height: 16px; background: url(../images/bg-bullet1.gif) no-repeat 0 5px; }
ul ul li						{ background: url(../images/bg-bullet2.gif) no-repeat 0 5px; }

* html .content-text ol			{ padding: 0 0 16px 25px; }
ol							{ line-height: 16px; font-weight: bold; color: #005397; margin: 0 24px; padding: 0 0 16px 20px; list-style: outside decimal; }
ol li						{ margin: 0; padding: 0; }
ol ol						{ color: #67a0c8; padding: 0 0 0 20px !important; list-style: outside lower-alpha; }

ol p,
ul p							{ color: #000 !important; font-weight: normal !important; padding: 0 !important; margin: 0 !important; }

blockquote					{ display: block; font-size: 12px; line-height: 16px; margin-top: 0px; margin-bottom: 0px; padding: 0 25px 16px; background: url(../images/bg-cite-quote.gif) no-repeat 4px 1px; }

.sep-line						{ width: 100%; height: 11px; padding: 4px 0 18px; overflow: hidden; background: url(../images/content-text-separator1.png) no-repeat 50% 4px; }

a.img-hold					{ float: left; margin: 4px 15px 0 0; }
a.img-hold img					{ border: 1px solid #000; display: block; }

.more-link					{ font-size: 12px; font-weight: bold; line-height: 16px; overflow: hidden; }
.more-link a					{ color:#005397; }
.more-link a:hover				{ text-decoration:none; }

span.quoteLarge				{ display:block; font-size:12px; line-height:16px; margin: 0px 20px; padding:0 25px 16px; background:url(../images/bg-cite-quote.gif) no-repeat 4px 1px; }
span.quoteSmall				{ display:block; font-size:12px; line-height:16px; margin: 0px 20px; padding:0 25px 16px; background: none; }