/*Reset and some baseline typography, form, and table styles/*

/* Resets Browser Style Sheet */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table{border-collapse:separate;border-spacing:0;}
body { line-height: 1.5; margin:0; }
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption, th, td { text-align: left; font-weight:400; }
caption { text-align: left; font-weight:400; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
.clear{clear:both;}

/*Typography*/
body {font-size: 80%; color: #747474;  font-family:Georgia, Times New Roman, Serif; }
h1,h2,h3,h4,h5,h6 {color: #555555; font-family: Cambr ia, Georgia, Times New Roman, Serif;}
h1 { font-size: 1.7em; line-height: 1; margin-bottom: 0.3em; letter-spacing:.5px;}
h2 { font-size: 1.4em; margin-bottom: 0.3em; line-height:1em; letter-spacing:0px;}
h3 { font-size: 1.3em; line-height: 1.2em; margin-bottom: .5em; font-weight:bold; font-style:italic; padding-left:15px;}
h4 { font-size: 1.2em; line-height: 1.15; margin-bottom: .85em; margin-top:1.1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
p { margin: 0 0 1.0em; line-height:2em; font-size:1em; margin-left:5px; font-family:Verdana, Trebuchet MS }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { font-style: italic; }
del         { color:#666; }
a           {color:#4d752e;}
a:visited   {color:#4d752e;}
a:hover, 
a:active    {color:#0078b9;}
blockquote  { margin: 1.5em; color: #666; background:url(../images/blockquote-left-quotes.png) no-repeat left top; }
blockquote p{padding-left:30px;}
blockquote p.cite{ text-align:right; line-height:.7em; font-style:italic; font-size:1em;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; } 
.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.strong { font-weight:bold;}
.caps {font-variant: small-caps; letter-spacing: 1px;  text-transform: lowercase;  font-size:1.2em; line-height:1%; font-weight:bold; padding:0 2px;}

/*Forms, or text fields, use class .title or .text*/
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }



