
/*------------------------------------------------------------------------
# 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 {
	font-family: CopperplateGothic-Bold;
	src: url(COPRGTB.ttf) format("truetype");
}


/* !Link */
a,
a:active,
a:visited						{ color: #ff6345; text-decoration: underline; }
a:hover 						{ color: #8dbd0c; text-decoration: underline; }
a img 						{}


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

h1 							{ color: #658709; }
h2 							{ color: #658709; }
h3 							{ color: #658709; }
h4							{ color: #ff6446; }
h5 							{ color: #658709; }
h6							{ color: #333e04; }


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


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


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


/* !Address */
address						{ background: #fafafa; border-color: #e0e0e0; }


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


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


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #fafafa; border-color: #e0e0e0; }
.rowTitle1 td					{ background: #fafafa; }
.row2 td,
.even 						{ background: #f5f5f5; border-color: #e0e0e0; }
.rowTitle2 td					{ background: #f5f5f5; }
.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: #42400b; font-family: Helvetica, Arial, sans-serif; font-size: .9em; }
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: #ff6446; border-color: #e0e0e0; }


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


/* Misc */
.noPad					{}
.noMrg					{}
.left					{}
.right					{}

