
/*------------------------------------------------------------------------
# Soapbox -> Core Typography CSS (v1.0)
# ------------------------------------------------------------------------
# Copyright (C) 2009 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/

/* !Link */
a,
a:active,
a:visited						{ color: #006699; text-decoration: underline; }
a:hover 						{ color: #333333; text-decoration: underline; }
a img 						{ border: none; }


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ margin: 1.6em 0 0 0; padding: 0; }

h1 							{ color: #2d5798; font-size: 1.8em; }
h2 							{ color: #7eac2f; font-size: 1.5em; }
h3 							{ color: #4C3607; font-size: 1.2em; }
h4							{ color: #5B91E5; font-size: 1em; text-transform: uppercase; }
h5 							{ color: #3d3630; font-size: 1em; text-transform: lowercase; }
h6							{ color: #000000; font-size: 1em; text-transform: uppercase; }


/* !Type margin.padding */
p,
pre,
code,
blockquote,
ul,
ol,
table.tableStyle				{ margin: .4em 0 1em 0; padding: 0; }


/* !Unordered Lists */
ul							{ list-style: none; }
ul li						{ padding: .3em 0 .5em 30px; background: url(../images/bullet.gif) no-repeat 18px .85em; line-height: 1.4em; height: 1%; }

ul.plainList					{ list-style: none; }
ul.plainList li				{ padding: .3em 0 .5em 0px; background: none; }


/* !Ordered Lists */
ol							{ list-style: decimal; }
ol li						{ margin-left: 35px; padding: .3em 0 .5em 0; line-height: 1.4em; background: none; }


/* !Definition Lists */
/*
dl							{ width: 41.1em; margin: 2em 0; padding: 0; position: relative; }
dl dt						{ width: 15em; float: left; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999; font-weight: bold; height: 1%; }
dl dd						{ float: left; width: 24em; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999; height: 1%; }
*/

/* !HR */
hr							{ border-top: 1px solid #C4A67E; border-right: 0; border-left: 0; border-bottom: 0; height: 1px; }


/* !Code Highlight */
pre							{ padding: 10px 15px; margin: 5px 0 15px; border-left: 5px solid #C4A67E; border-top: 1px solid #C4A67E; border-bottom: 1px solid #C4A67E; border-right: 1px solid #C4A67E; background: #FBF8F4; font-family: "Courier News", monospace; font-size: 1em; white-space: normal; }
code							{ font-family: "Courier News", monospace; font-size: 1em; }


/* !Blockquote */
blockquote					{ background: #FBF8F4; font-style: italic; padding: 1em 40px 1em 20px; }


/* !Address */
address						{ background: #FBF8F4; border: 1px solid #C4A67E; font-size: 1em; font-style: italic; margin: 5px 0 15px; padding: 10px 15px; }


/* !Sup/Subscript */
sup,
sub							{ color: #7eac2f; font-size: .9em; padding: 0px 2px; }


/* !Sample */
samp							{ background-color: #FBF8F4; padding: 0px 3px; }


/* !Table */
table.tableStyle							{ clear: both; }
table.tableStyle thead th					{ padding: 8px 5px 7px 5px; background: #3d3630; color: #FFF; }
table.tableStyle thead th a,
table.tableStyle thead th a:active,
table.tableStyle thead th a:visited			{ color: #FFFFFF; }
table.tableStyle thead th a:hover				{}
table.tableStyle tr td						{ padding: 8px 5px 7px 5px; }
table.tableStyle tr.row1	td					{ background: #f2ede7; border-bottom: 1px dotted #C4A67E; }
table.tableStyle tr.row2	td					{ background: #f6f3ef; border-bottom: 1px dotted #C4A67E; }
table.tableStyle tr.row1:hover td,
table.tableStyle tr.row2:hover td				{ background: #FFFFCC; }
table.tableStyle caption						{ color: #5B91E5; border-top: 1px dotted #C4A67E; margin: 0px; padding: 1em 0 0 0; text-align: center; font-weight: normal; font-style: italic; }


/* !Img */
img.imgLeft				{ margin: 0px 10px 0px 0px !important; float: left; }
img.imgRight				{ margin: 0px 0px 0px 10px !important; float: right; }
img.imgBorder				{ padding: 1px; border: 1px solid #C797D5; }


/* Misc */
.noPad					{ padding: 0px !important; }
.noMrg					{ margin: 0px !important; }
.left					{ float: left; }
.right					{ float: right; }
.clear					{ clear: both; }


/* !Joomla Editor */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }