
/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v2.0)
# ------------------------------------------------------------------------
# Copyright (C) 2009 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: 'ProximaNovaBold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('proximanova-light-webfont.eot');
    src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-light-webfont.woff') format('woff'),
         url('proximanova-light-webfont.ttf') format('truetype'),
         url('proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* !Link */
a							{ color: #f8981e; text-decoration: underline; }
a:hover 						{ color: #387daa; text-decoration: underline; }
a img 						{}


a.btn-orange					{ color: #fff; background: url(../images/button-bg.png) repeat; font-size: 17px; text-transform: uppercase; padding: 8px 15px 8px 12px; line-height: normal; cursor: pointer; font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif; letter-spacing: .03em; font-weight: normal; text-decoration: none; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-shadow: -1px -1px #e29437; box-shadow: 0px 3px rgba(0,0,0,0.1), inset 0px 0px 10px rgba(255,255,255,0.3);  -moz-box-shadow: 0px 3px rgba(0,0,0,0.1), inset 0px 0px 10px rgba(255,255,255,0.3); -webkit-box-shadow: 0px 3px rgba(0,0,0,0.1), inset 0px 0px 10px rgba(255,255,255,0.3); }
a.btn-orange:hover				{ background: url(../images/button-bgh.png) repeat; text-shadow: -1px -1px #5889a9; }
a.btn-orange span				{ padding-right: 28px; background: url(../images/button-arrow.png) no-repeat right center; }


/* !Colors */
.text-color1					{ color: #776f70; }
.text-color2					{ color: #776f70; }
.text-color3					{ color: #387daa; }
.text-color4					{ color: #f8981e; }
.text-color5					{ color: #97c3e1; }
.text-color6					{ color: #333; }


/* !Text Highlights */
.text-highlight1				{ background: #776f70; color: #fff; }				
.text-highlight2				{ background: #776f70; color: #fff; }				
.text-highlight3				{ background: #387daa; color: #fff; }				
.text-highlight4				{ background: #f8981e; color: #fff; }				
.text-highlight5				{ background: #97c3e1; color: #fff; }		
.text-highlight6				{ background: #333; color: #fff; }


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


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif; font-weight: normal; }

h1 							{ color: #776f70; }
h2 							{ color: #776f70; }
h3 							{ color: #387daa; }
h4							{ color: #f8981e; }
h5 							{ color: #97c3e1; }
h6							{ color: #333; }


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


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #e3e3e3; }
pre							{ background: #fef4e7; border-color: #e3e3e3; }
pre.code						{}
code							{}
address						{ background: #fef4e7; border-color: #e3e3e3; }
sup,
sub							{ color: #387daa; }
samp							{ background: #fef4e7; }


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

blockquote.pq					{ background: none; color: #776f70; }
blockquote.pq-left				{ float: left; width: 35%; }
blockquote.pq-right				{ float: right; width: 35%; }
blockquote.pq-style1.pq-left		{ border-color: #e3e3e3; }
blockquote.pq-style1.pq-right		{ border-color: #e3e3e3; }
blockquote.pq-style2.pq-left		{ border-color: #e3e3e3; }
blockquote.pq-style2.pq-right		{ border-color: #e3e3e3; }


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


/* !Dropcaps */
.dropcap						{}


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


/* !Info Boxes	*/
.infobox						{ background: #fef4e7; }
.infobox .titlebox				{ background: #f8981e; color: #fff; }
.infobox .contentbox			{}
.infobox-style1				{}
.infobox-style2				{ background: #776f70; color: #fff; }
.infobox-style2 .titlebox		{ background: #333; }
.infobox-style3				{ background: #97c3e1; color: #fff; }
.infobox-style3 .titlebox		{ background: #387daa; }
.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: #146498; }
.img-border2					{ border-color: #146498; }
.img-border3					{ border-color: #146498; background: #fef4e7; }
.img-border4					{ border-color: #146498; }
.img-border5					{ border-color: #146498; }
.img-noborder					{}
.img-rounded					{}


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


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


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


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


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #97c3e1; border-color: #e3e3e3; }
table.table-style1 thead th					{ color: #fff; background: #333; }
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: #fef5e9; border-color: #e3e3e3; }
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #fffaf4; border-color: #e3e3e3; }
table.table-style1 tfoot td					{ background: #fafafa; }





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; }




.col-one-half			{ width: 48%; }
















