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

/* !Link */
a							{ color: #441778; text-decoration: underline; font-weight: bold; }
a:visited						{ color: #8B6120; text-decoration: underline; font-weight: normal; }
a:hover,
a:active 						{ color: #8B6120; text-decoration: underline; font-weight: bold; }
a img 						{}


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

h1 							{ font-size: 24px; color: #8b6120; font-weight: bold; }
h2 							{ font-size: 22px; color: #441778; font-weight: bold; }
h3 							{ font-size: 16px; font-weight: bold; color: #8b6120; }
h4							{ font-size: 14px; font-weight: bold; color: #000; text-transform: uppercase; }
h5 							{ color: #000; }
h6							{ color: #000; }

.color-purple					{ color: #441778 !important; }
.color-orange					{ color: #8B6120 !important; }


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


/* !Unordered Lists */
ul							{}
ul li						{ background: url(../images/bullet.gif) no-repeat 18px .85em; }

ul.plainList					{}
ul.plainList li				{}


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


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


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


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


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


/* !Address */
address						{ background: #fbf8f4; border-color: #DFCA89; }


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


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


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #f2ede7; border-color: #DFCA89; }
.rowTitle1 td					{ background: #f2ede7; }
.row2 td,
.even 						{ background: #f6f3ef; border-color: #DFCA89; }
.rowTitle2 td					{ background: #f6f3ef; }
.row1:hover td,
.row2:hover td,
.odd:hover,
.even:hover					{ background: #ffffcc; }
.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: #3d3630; }
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: #5b91e5; border-color: #DFCA89; }


/* !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: #DFCA89; }
img.imgRightBorder			{ border-color: #DFCA89; }
img.noBorder				{}
img.imgBorder				{ border-color: #DFCA89; }


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


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

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


.dropcap { float: left; padding: 4px 8px 0 0; display: block; color: #441778; font: 50px/40px Georgia, Times, serif; }
.highlight { padding: 1px 5px; background: #441778; color: #fff; font-weight: normal; }


