
/*------------------------------------------------------------------------
# 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: #f18736; text-decoration: underline; }
*/
a							{ color: #b37400; text-decoration: underline; }
a:hover 						{ color: #205352; text-decoration: underline; }
a img 						{}

a.btn-blog					{ display: block; background: url(../images/btn-blog.png) no-repeat left top; width: 184px; height: 66px; }
a.btn-fb						{ display: block; background: url(../images/btn-fb.png) no-repeat left top; width: 184px; height: 66px; }
a.btn-yt						{ display: block; background: url(../images/btn-yt.png) no-repeat left top; width: 184px; height: 66px; }
a.btn-twitter					{ display: block; background: url(../images/btn-twitter.png) no-repeat left top; width: 184px; height: 66px; }

a.btn-blog:hover,
a.btn-fb:hover,
a.btn-yt:hover	,
a.btn-twitter:hover					{ background-position: left bottom; }
a.btn-blog span,
a.btn-fb span,
a.btn-yt span,
a.btn-twitter span					{ display: none; }

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

h1 							{ color: #205352; }
h2 							{ color: #205352; }
h3 							{ color: #205352; }
h4							{ color: #5f3724; }
h5 							{ color: #999; }
h6							{ color: #333; }


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


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

ul.plainList					{}
ul.plainList li				{}


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


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


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


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


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


/* !Address */
address						{ background: #fff7f3; border-color: #efe8e4; }


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


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


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #f4ede9; border-color: #efe8e4; }
.rowTitle1 td					{ background: #f4ede9; }
.row2 td,
.even 						{ background: #f6f3ef; border-color: #efe8e4; }
.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: #f56b00; border-color: #efe8e4; }


/* !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: #5f6666; border-width: 3px; padding: 0px; }
img.imgRightBorder			{ border-color: #5f6666; border-width: 3px; padding: 0px; }
img.noBorder				{}
img.imgBorder				{ border-color: #5f6666; border-width: 3px; padding: 0px; }


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


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

/* !Borders */
.border					{ border-color: #5f6666; border-width: 3px; padding: 0px; }

h3 {
	margin: 0.6em 0 0 0;
}