
/*------------------------------------------------------------------------
# Soapbox -> 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: #004473; text-decoration: none; }
a:hover 						{ color: #004473; text-decoration: underline; }
a img 						{}


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

h1 							{ color: #004C85; }
h2 							{ color: #99CC33; }
h3 							{ color: #B87B1A; }
h4							{ color: #004C85; text-transform: uppercase; }
h5 							{ color: #99CC33; text-transform: uppercase; }
h6							{ color: #004C85; text-transform: uppercase; }


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


/* !Unordered Lists */
ul							{}
ul li						{}

ul.plainList					{}
ul.plainList li				{}


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


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


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


/* !Code Highlight */
pre							{ border-color: #B87B1A; }
code							{}


/* !Blockquote */
blockquote					{}


/* !Address */
address						{ border-color: #B87B1A; }


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


/* !Sample */
samp							{}


/* !Table */
table.tableStyle							{}
table.tableStyle thead th					{ background: #004473; }
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						{}
table.tableStyle tr.row2						{}
table.tableStyle tr.row1:hover,
table.tableStyle tr.row2:hover				{}
table.tableStyle caption						{ color: #66CC99; }


/* !Img */
img.imgLeft				{}
img.imgRight				{}
img.imgBorder				{}


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

