/*------------------------------------------------------------------------
# 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 */
/* ----------------------------------------------------------------------*/

/*
@font-face {
    font-family: 'entypo-regular';
    src: url('../fonts/entypo.eot');
    src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo.woff') format('woff'),
         url('../fonts/entypo.ttf') format('truetype'),
         url('../fonts/entypo.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'entypo-social';
    src: url('../fonts/entypo-social.eot');
    src: url('../fonts/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo-social.woff') format('woff'),
         url('../fonts/entypo-social.ttf') format('truetype'),
         url('../fonts/entypo-social.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

.ff-sspro {
	font-family: 'Source Sans Pro', sans-serif;
}

.fs8 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
}


/* !Link */
a							{ color: #00767c; text-decoration: none; }
a:hover 						{ color: #00767c; text-decoration: underline; }
a img 						{}


/* !Colors */
.text-color1					{ color: #00767c; }
.text-color2					{ color: #5a5b5c; }
.text-color3					{ color: #f8981c; }
.text-color4					{ color: #999b9d; }
.text-color5					{ color: #333; }
.text-color6					{ color: #b1b4b6; }


/* !Text Highlights */
.text-highlight1				{ background: #00767c; color: #fff; }				
.text-highlight2				{ background: #00767c; color: #fff; }				
.text-highlight3				{ background: #999b9d; color: #fff; }				
.text-highlight4				{ background: #f6f6f6; color: #b1b4b6; }				
.text-highlight5				{ background: #000; color: #fff; }		
.text-highlight6				{ background: #f6f6f6; color: #5a5b5c; }


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


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

h1 							{ color: #00767c; font-size: 26px; }
h2 							{ color: #00767c; font-size: 26px; }
h3 							{ color: #00767c; font-size: 22px; }
h4							{ color: #999b9d; font-size: 18px; }
h5 							{ color: #f8981c; font-size: 17px; }
h6							{ color: #333; font-size: 17px; }


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


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #b1b4b6; }
pre							{ background: #f6f6f6; border-color: #b1b4b6; }
pre.code						{}
code							{}
address						{ background: #f6f6f6; border-color: #b1b4b6; }
sup,
sub							{ color: #00767c; }
samp							{ background: #f6f6f6; }


/* !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: #f6f6f6; font-family: Georgia, 'Times New Roman', Times, serif; }
blockquote cite				{ color: #b1b4b6; }
blockquote.bq					{ color: #00767c; background: transparent url("../images/quote.png") no-repeat scroll 0 0; }
blockquote.bq-left				{}
blockquote.bq-right				{}

blockquote.pq					{ background: none; color: #00767c; }
blockquote.pq-left				{ float: left; width: 35%; }
blockquote.pq-right				{ float: right; width: 35%; }
blockquote.pq-style1.pq-left		{ border-color: #b1b4b6; }
blockquote.pq-style1.pq-right		{ border-color: #b1b4b6; }
blockquote.pq-style2.pq-left		{ border-color: #b1b4b6; }
blockquote.pq-style2.pq-right		{ border-color: #b1b4b6; }


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


/* !Dropcaps */
.dropcap						{}


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


/* !Info Boxes	*/
.infobox {
	background-color: #f5f5f5;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.25);
	box-shadow: 0 2px 2px rgba(0,0,0,.25);
	color: #5a5b5c;
}
.infobox .titlebox {
	background: none;
	color: #5a5b5c;
	font-weight: 700;
	text-transform: uppercase;
}
.infobox .contentbox			{}
.infobox-style1				{
	
}
.infobox-style2 {
	background-color: #e5f1f2;

}
.infobox-style2 .titlebox {
	color: #00767c;
}
.infobox-style3 {
	background-color: #f8981c;
	color: #fff;
}
.infobox-style3 .titlebox {
	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: #b1b4b6; }
.img-border2					{ border-color: #b1b4b6; }
.img-border3					{ border-color: #b1b4b6; background: #f6f6f6; }
.img-border4					{ border-color: #b1b4b6; }
.img-border5					{ border-color: #b1b4b6; }
.img-noborder					{}
.img-rounded					{}

img {
	max-width: 100%;
}


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


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


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


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


/* !Well */
.well						{}


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #999b9d; border-color: #b1b4b6; }
table.table-style1 thead th					{ color: #fff; background: #5a5b5c; }
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: #fafafa; border-color: #b1b4b6; }
table.table-style1 .row0 td,
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #f6f6f6; border-color: #b1b4b6; }
table.table-style1 tfoot td					{ background: #b1b4b6; }

table.tablestyle {
	width: 100%;
}

table.tablestyle td {
	text-align: center;
	vertical-align: middle;
}

.tbl-vcenter td {
	text-align: center;
	vertical-align: middle;
}