
/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v1.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				{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; }



/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'AvenirLTStd95Black';
	src: url('avenirltstd-black-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'AvenirLTStd95Black';
	src: url(//:) format('no404'), url('avenirltstd-black-webfont.woff') format('woff'), url('avenirltstd-black-webfont.ttf') format('truetype'), url('avenirltstd-black-webfont.svg#webfont6hHAKA4S') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* !Link */
a							{ color: #005b97; text-decoration: none; }
a:hover 						{ color: #a5ca67; text-decoration: underline; }
a img 						{}

a.more						{ color: #00759b; text-decoration: none; font-size: 13px; }
a.more:hover					{ color: #a5ca67; text-decoration: underline; }


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ line-height: 1.2em; margin: 1.2em 0 0 0 }

h1 							{ color: #00759b; font-weight: normal; font-family: Georgia, serif; font-style: italic; }
h2 							{ color: #000; font-weight: normal; font-family: Georgia, serif; font-size: 1.3em; font-style: italic; }
h3 							{ color: #000; font-weight: normal; font-size: 1.0em; font-family: Georgia, serif; font-style: italic; }
h4							{ color: #a5ca67; font-weight: normal; font-size: 1.0em; text-transform: none; }
h5 							{ color: #FCB040; font-weight: normal; font-size: 1.0em; text-transform: none; }
h6							{ color: #000; font-size: 1.0em; text-transform: none; }


/* !Type margin.padding */
p,
pre,
code,
blockquote,
ul,
ol,
table.tableStyle				{}

p.intro						{ font-size: 1.1em; line-height: 1.3em; margin-bottom: 1.4em; }
p.morepara					{ text-align: right; margin: 0px; }

/* !Unordered Lists */
ul							{}
ul li						{ background: url(../images/bullet.png) no-repeat 13px .7em; line-height: 1.3em; padding: .2em 0 .2em 29px; }
ul li ul						{ margin-bottom: 0px; }

ul.orange						{}
ul.orange li					{ background: url(../images/bulletOrange.png) no-repeat 18px .65em; }

ul.plainList					{}
ul.plainList li				{}


/* !Ordered Lists */
ol							{}
ol li						{}


/* !Definition Lists */
dl							{}
dl dt						{}
dl dd						{}


/* !HR */
hr							{ border-color: #fcb040; }

div.line						{ background: url(../images/line-orange.png) repeat-x left center; margin: 1.6em 0; height: 2px; }


/* !Code Highlight */
pre							{ background: #feeacc; border-color: #fcb040; }
code							{}


/* !Blockquote */
blockquote					{ background: #feeacc; }


/* !Address */
address						{ background: #feeacc; border-color: #fcb040; }


/* !Sup/Subscript */
sup,
sub							{ color: #fcb040; }


/* !Sample */
samp							{ background: #feeacc; }


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #feeacc; border-color: #fcb040; }
.rowTitle1 td					{ background: #feeacc; }
.row2 td,
.even 						{ background: #fffaf2; border-color: #fcb040; }
.rowTitle2 td					{ background: #fffaf2; }
.row1:hover td,
.row2:hover td,
.odd:hover,
.even:hover					{}
.rowTitle1:hover td,
.rowTitle2:hover td				{}


/* !Table: Common for tableStyle and resultsTBL */
table.tableStyle thead th,
table.tableStyle tr td,
table.resultsTBL thead th,
table.resultsTBL tr td						{} /* for padding change */

table.tableStyle thead th,
table.resultsTBL thead th					{ color: #fff; background: #1b2125; }
table.tableStyle thead th a,
table.resultsTBL thead th a,
table.tableStyle thead th a:active,
table.resultsTBL thead th a:active,
table.tableStyle thead th a:visited,
table.resultsTBL thead th a:visited			{ color: #fff; }
table.tableStyle thead th a:hover,
table.resultsTBL thead th a:hover				{}
table.tableStyle caption,
table.resultsTBL caption						{ color: #fcb040; border-color: #fcb040; }


/* !Table: Content Table Style */
table.tableStyle							{}
table.tableStyle thead th					{}
table.tableStyle thead th a,
table.tableStyle thead th a:active,
table.tableStyle thead th a:visited			{}
table.tableStyle thead th a:hover				{}
table.tableStyle tr td						{}
table.tableStyle tr.row1 td					{}
table.tableStyle tr.row2 td					{}
table.tableStyle tr.row1:hover td,
table.tableStyle tr.row2:hover td				{}
table.tableStyle caption						{}


/* !Img */
img.imgLeft				{}
img.imgRight				{}
img.imgLeftBorder			{ border-color: #fcb040; padding: 0px; }
img.imgRightBorder			{ border-color: #fcb040; padding: 0px; }
img.noBorder				{}
img.imgBorder				{ border-color: #fcb040; padding: 0px; }


/* !JCE Caption */
.jce_caption				{ color: #fcb040; }
.jce_caption div			{}
.jce_caption-left			{}
.jce_caption-right			{}


/* !Layout */
.leftPad					{}
.leftMrg					{}
.rightPad					{}
.rightMrg					{}

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

