/*------------------------------------------------------------------------
# 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: Georgia, sans-serif; font-size: 13px; line-height: 1.5em; } */

body#tinymce table				{ font-family: "Open Sans",sans-serif; font-size: 13px; line-height: 1.5em; }


body#tinymce ul li				{ height: auto !important; }

body.ff-georgia, .ff-georgia td { font-family: "Open Sans",sans-serif !important; }

/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/

/* !Link */
a,
a:active,
a:visited						{ color: #BAD70A; text-decoration: none; }
a:hover 						{ color: #56AA1C; text-decoration: none; }
a img 						{}


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ letter-spacing: .04em; font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif; font-weight: bold; }

h1 							{ color: #56aa1c; line-height: 25px; margin-bottom: 20px;}
h2 							{ color: #00a7b6; }
h3 							{ color: #7eac2f; }
h4							{ color: #56aa1c; font-family: Georgia, sans-serif; text-transform: none; }
h5 							{ color: #3d3630; }
h6							{ color: #000; }


/* !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: #F2EBDF; }


/* !Code Highlight */
pre							{ background: #f8f5ef; border-color: #F2EBDF; }
code							{}


/* !Blockquote */
blockquote					{ background: #f8f5ef; }


/* !Address */
address						{ background: #f8f5ef; border-color: #F2EBDF; }


/* !Sup/Subscript */
sup,
sub							{ color: #7eac2f; }


/* !Sample */
samp							{ background: #f8f5ef; }


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #f8f5ef; border-color: #F2EBDF; }
.rowTitle1 td					{ background: #f8f5ef; }
.row2 td,
.even 						{ background: #faf8f4; border-color: #F2EBDF; }
.rowTitle2 td					{ background: #faf8f4; }
.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: #00A7B6; }
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: #00A7B6; border-color: #F2EBDF; }


/* !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: #F2EBDF; }
img.imgRightBorder			{ border-color: #F2EBDF; }


/* Misc */
.noPad					{}
.noMrg					{}
.noBorder					{ border: 0px; }
.left					{}
.right					{}

span.menu-title {font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;}