
/*------------------------------------------------------------------------
# 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: #ad111a; text-decoration: none; font-weight: bold; }
a:hover 						{ color: #ab9c80; text-decoration: underline; }
a img 						{}
a.linkArrow					{ background: url(../images/m-readmore.png) no-repeat right center; padding-right: 19px; font-size: 10px; text-transform: uppercase; }
a.linkArrow:hover				{ text-decoration: none; }

/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ letter-spacing: .03em; font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; }

h1 							{ color: #003b5c; }
h2 							{ color: #639ACE; }
h3 							{ color: #ad111a; }
h4							{ color: #ab9c80; }
h5 							{ color: #679ac9; text-transform: none; }
h6							{ color: #0f0e0b; text-transform: none; }


/* !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: #d8d0bc; }


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


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


/* !Address */
address						{ background: #f3f1eb; border-color: #d8d0bc; }


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


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


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #f3f1eb; border-color: #d8d0bc; }
.rowTitle1 td					{ background: #f3f1eb; }
.row2 td,
.even 						{ background: #f2efe9; border-color: #d8d0bc; }
.rowTitle2 td					{ background: #f2efe9; }
.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: #0f0e0b; }
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: #ad111a; border-color: #d8d0bc; }


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


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


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

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

