/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family: Tahoma, helvetica, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var { font-size: 92%; font-family: courier, monaco, "Lucida Console", mono-space; }
textarea, select, option {font-family: Tahoma, helvetica, sans-serif; font-size:100%; }
input[type='text'], input[type='password'] { font-family: Tahoma, helvetica, sans-serif; font-size:100%;}
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }


/* FORMS */
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
input { vertical-align:middle;}

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */
body { font-size: 1.4em; line-height: 1.3em;}
h1 { font-size: 2.08em; line-height: 1.2em; font-weight:normal; color:#000; } /* 25px */
h2 { font-size: 1em; line-height: 1.2em; font-weight:normal; color:#000; } /* 12px */
h3 { font-size: 1.5em; line-height: 1.2em; font-weight:normal; color:#000; } /* 18px */
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/* HR */
hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }




/* LISTS */
ul { list-style-position: outside; list-style-type: disc; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */
table { border-top: 0px solid #ccc;  border-left: 0px solid #ccc; }
th, td { border-bottom: 0px solid #ddd; border-right: 0px solid #ccc; }

/* MARGINS & PADDINGS */
blockquote *:first-child { margin: .8em 0;}
/*hr, p, ul, ol, dl, pre, blockquote, address, form { margin-bottom: 1.6em; }*/
ul, ol, dl, form { margin-bottom: 1.6em; }
hr, p, pre, blockquote, address { margin-bottom: 0.6em; }


table, th,td{vertical-align:top;}
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1.2em 0 1em;  }
h2 { margin: 2.5em 0 1.4em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }


/*th, td { padding: .8em; }*/
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .15em .4em .25em .4em; }
input { margin:0.1em 0.3em 0.3em 0em}
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }

/* COLORS */
a:link { text-decoration: none; color: #f47b44; }
a:visited { text-decoration: none; color: #f47b44; }
a:hover { text-decoration: none; color: #f47b44; }
a:active, a:focus { text-decoration: none; color: #f47b44; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* IMG ALIGN */
img[align=left] {float:left; margin:3px 30px 30px 0}
img[align=right] {float:right; margin:3px 0 30px 30px}