/*
 *   This stylesheet is used to serve as a foundation for the
 *   rest of the styles to be built from. Set base elements
 *   here and set the more specific stuff in other relevent
 *   stylesheets.
 *
 *  WARNING WARNING WARNING:
 *  ==============================================================
 *
 *    BE EXTREMELY CAREFUL when modifying this stylesheet
 *    these are foundation (Global) style's and
 *    will affect everything on the site.
 *    If you don't understand what it is doing don't modify it.
 *    If you don't know what will be affected... DO NOT MODIFY.
 *
 */


/****************************************************
  RESET
****************************************************/
/* ATTEMPTING TO CREATE A LEVEL CROSS BROWSER PLAYGROUND */
html,body,div,span,object,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,small,strike,strong,sub,sup,tt
dd,dl,dt,li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0; padding: 0; border: 0;
  font-weight: normal; font-style: normal;
  font-size: 100%; line-height: 1;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
}
table { border-collapse: collapse; border-spacing: 0; }
ol,ul { list-style: none; }
q:before,q:after,a blockquote:before,blockquote:after { content: ""; }
img { border: 0; }
/* ^DO NOT ALTER! EVERYTHING WILL BREAK^ */


/*****************************************************
  Base Units
*****************************************************/
body { font: 10px/1.3em Arial, Verdana, Sans-Serif; color: #444; }  /* DON'T alter font size especially when em's are in use */


/*****************************************************
  Headings
*****************************************************/
h1,h2,h3,h4,h5,h6 { 
  color: #444; 
  letter-spacing: 0.08em;
  font-weight: normal; 
  font-family: Georgia, 'Times New Roman', Serif; 
}
h1 { font-size: 3.0em; line-height: 1.1em; margin-bottom: 1.1em; color: #222; }
h2 { font-size: 2.5em; line-height: 1.1em; margin-bottom: 1em; }
h3 { font-size: 2.0em; line-height: 1.3em; margin-bottom: 0.5em; }
h4 { font-size: 1.5em; line-height: 1.3em; margin-bottom: 1em; }
h5 { font-size: 1.4em; margin: 0.9em 0 0.5em; }
h6 { font-size: 1.3em; margin: 0.9em 0 0.5em; }


/*****************************************************
  Text elements
*****************************************************/
p           { margin: 0 0 1em; font-size: 1.2em; line-height: 1.7em; }
p.last      { margin-bottom: 0; }
p.abstract  { font-size: 12px; color: #333; }

ul, ol      { font-size: 1.2em; margin-bottom: 1.2em; }
li          { line-height: 1.45; margin: 1em 0;  }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; font-size: 13px; line-height: 1.25em; margin: 1.1em 0 0.5em 0; }
dd          { margin-left: 1.1em; font-size: 12px; line-height: 1.45em; }
ul ul,
ol ol,
ol ul,
ul ol       { font-size: 1em; } /* when using em make sure this is set so nested list's don't get screwy */

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a           { color: #56a14f; text-decoration: none; font-weight: bold; }
a:focus     { color: #5dd719; }
a:hover     { color: #5dd719; }

blockquote  { font-size: 1.4em; font-style: italic; line-height: 1.35; padding: 0 1.75em .75em; }

strong      { font-weight: bold; }
em          { font-style: italic; }
strong em,
em strong   { font-weight: bold; font-style: italic; color: #333;  }

pre         { margin: 1.5em 0; }
pre,code,tt { font: 1.2em 'lucida console', monospace; line-height: 1.5; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

sup         { font-size: 0.5em; padding-left: 1px; vertical-align: top; }

input[type=submit] { cursor: pointer; }

/* Don't forget to reset these for accessibility */
input[type=submit]::-moz-focus-inner { border: 0; }
input[type=submit]:focus { border:0; outline:0; }
input[type=text]:focus,input[type=password]:focus { outline: 0 none; }


/*****************************************************
  Tables
*****************************************************/
table    { margin-bottom: 1.4em; font-size: 12px; }
th       { font-weight: bold; }
thead th { font-size: 14px; vertical-align: middle; }
th,td    { padding: 4px 10px; vertical-align: top; border: 1px solid #ddd; }
tfoot    { font-style: italic; }
caption  { background: #ffc; }
table .last { padding-right: 0; }


/*****************************************************
  System Messages
*****************************************************/
#notice  { background-color: #D1E23A; color: #1D2611;; font-size: 12px; font-weight: bold; padding: 10px; margin:10px 0; }
#warning { background-color: #cc0000; color: #fff; font-size: 12px; font-weight: bold; padding: 10px; margin:10px 0; }
#hint    { background-color: #ffffaa; color: #333; font-size: 12px; padding:10px; }
.help, .help a { color:#999; }

.fieldWithErrors { display: inline; }
.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select { border: 1px solid #c30; }

.formError   { color:#c30; font-weight:bold; font-size: 1.1em; }
.formError a { color:#f70; }


/*****************************************************
  Misc
*****************************************************/
.hide, html.jsenabled .cloak { display: none; }
.clear { clear: both; } 
.openx { clear: both; display: block; margin: 0 0 1.5em; }
.skip-link { height: 1px; text-indent: -9999em; }