/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v1.0)
# ------------------------------------------------------------------------
# Copyright (C) 2009 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/

/* !Color*/

.gray1 {color:#333333}
.gray2 {color:#666666}

.green1 {color:#667128}
.green2 {color:#94A53A}

.rust1 {color:#A35123}





/* !Link */
a,
a:active,
a:visited						{ color: #74102E; text-decoration: underline; }
a:hover 						{ color: #74102E; text-decoration: underline; }
a img 						{}


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ font-family: Georgia; }

h1 							{ color: #74102E; font-size: 1.2em; }
h2 							{ color: #74102E; font-size: 1.0em; }
h3 							{ color: #000; font-size: 1.0em; }
h4							{ color: #636466; font-size: 1.0em; }
h5 							{ color: #74102E; font-size: 1.0em; }
h6							{ color: #000; font-size: 1.0em; }


/* !Type margin.padding */
p,
pre,
code,
blockquote,
ul,
ol,
table.tableStyle				{}

p.instruct					{ font-size: .9em; padding-left: 10px; padding-right: 10px; font-style: italic; }


/* !Unordered Lists */
ul							{}
ul li						{}

ul.plainList					{}
ul.plainList li				{}


/* !Ordered Lists */
ol							{}
ol li						{}


/* !Definition Lists */
dl							{}
dl dt						{}
dl dd						{}


/* !HR */
hr							{}


/* !Code Highlight */
pre							{ border-color: #74102E; }
code							{}


/* !Blockquote */
blockquote					{ background: #fff; color: #000; }


/* !Address */
address						{ border-color: #74102E; }


/* !Sup/Subscript */
sup,
sub							{}


/* !Sample */
samp							{}


/* !Table */
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 td					{}
table.tableStyle tr.row2 td					{}
table.tableStyle tr.row1:hover td,
table.tableStyle tr.row2:hover td				{}
table.tableStyle caption						{ color: #74102E; }


/* !Img */
img.imgLeft				{}
img.imgRight				{}
img.imgBorder				{ border-color: #74102E; }


/* Misc */
.noPad					{}
.noMrg					{}
.left					{}
.right					{}
.clear					{}