@import url("additional.css");

/* -----reset.css-------------------------------------------------------------- */
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, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* BODY AND HTML TAG STYLES---------------------------------------------------- */
html { background: #e0f5fd url('../img/'); repeat 0 0; height: 100%; margin: 0 auto; padding: 0; text-align: center; width: 100%; }
body { background: url('../img/') repeat 0 0; color: #131313; height: 100%; line-height: 1.5em; margin: 0 auto; padding: 0; text-align: center; width: 100%; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* typography.css-------------------------------------------------------------- */

/* The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }

/* If you prefer serif fonts, font: 1em Georgia, "lucida bright", "times new roman", serif; */   
body { font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", sans-serif ; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", sans-serif ; }

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
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     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
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; }

/* Tables-------------------------------------------------------------- */

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; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 

/* Some default classes-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.bold       { font-weight: bold; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left   { float:left; }
.right  { float:right; }

.hide   { display:none; }

.reset-margin   { margin:0; } 
.reset-padding  { padding:0; } 
.reset          { margin:0; padding:0; } 

.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 

.headline   { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 3.1em; margin-bottom: -.5em; margin-top: -.3em; }

.year   { color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 7em; }
.month   { color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 3em; margin-bottom: 18px; text-transform: lowercase; }
.date   { color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 3em; margin-bottom: 4px; }

.archive   { color: #131313; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 2em; line-height: .9em; margin: 0 auto 0 -2px; padding: 2px 2px 8px 0; }
.text   { color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 2.3em; line-height: 1.2em; margin-bottom: 18px; padding-bottom: 12px; }
.text-small   { color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.3em; line-height: 1.2em; margin-bottom: 18px; padding-bottom: 12px; }

.bottom-line { border-bottom: 1px solid #131313; padding: 5px 1px 5px 0; }
.white-line { border-top: 1px solid #fff; border-top: 1px solid #fff; }

.top-line   { border-top: 4px solid #0876FF; }
.red-line   { border: 4px solid #a01; }

.frame   {
border-top: 1px solid #0876FF;
border-right: 4px solid #005aab; 
border-bottom: 4px solid #005aab; 
border-left: 1px solid #0876FF; }

hr.nocolor { background: transparent; color: transparent; border-color: transparent; }

.prepend-0 		{ padding-left: 10px; }
.append-0 		{ padding-right: 10px; }
.span-960 		{ margin: 0; width: 960px; }
.margin-1 		{ margin-left: 10px; }
.margin-2 		{ margin-left: 20px; }
.margin-3 		{ margin-left: 30px; }

/* WIDTH IN PERCENTAGES -------------------------------------------------------- */
.width100{ width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.width35 { width: 35%; margin: -18px auto 18px 0; padding: 9px; text-align: center; }

/* BASELINES ------------------------------------------------------------------ */
.nobaseline     { margin-bottom: 0; }
.baseline       { margin-bottom: 18px; }

/* COLORS & FONT COLORS -------------------------------------------------------- */
.black { background: #000000; }
.black-txt { color: #000000; }
.blue  { background: #0876FF; }
.blue-txt  { color: #0876FF; }
.lt-blue  { background: #2458FF; }
.lt-blue-txt  { color: #2458FF; }
.brown  { background: #44160E; }
.brown-txt  { color: #44160E; }
.grey  { background: #CCCCCC; }
.grey-txt  { color: #CCCCCC; }
.green { background: #0CDB09; }
.green-txt { color: #0CDB09; }
.orange{ background: orange; }
.orange-txt{ color: orange; }
.red   { background: #FF1C4A; }
.red-txt   { color: #FF1C4A; }
.white { background: #FFFFFF; }
.white-txt { color: #FFFFFF; }
.yellow{ background: #FFFF3B; }
.yellow-txt{ color: #FFFF3B; }
.pink  { background: #F200CD; }
.pink-txt  { color: #F200CD; }
.purple  { background: purple; }
.purple-txt  { color: purple; }


/* fancy-type.css-------------------------------------------------------------- */

/* Indentation instead of line shifts for sibling paragraphs.
   p + p { text-indent:2em; margin-top:-1.5em; } */

/* Ornaments on first paragraph.
   Commented out by default. Use with care.
   p:before { content: "\2767"; padding-right: 0.4em; }
   p + p:before { content: ""; padding:0; } */

/* For great looking type, use this code instead of asdf:
<span class="alt">asdf</span>
Best used on prepositions and ampersands. */
  
.alt { color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: normal; }

/* For great looking quote marks in titles, replace "asdf" with: <span class="dquo">&#8220;</span>asdf&#8221; */   
.dquo { margin-left: -.5em; } 


/* Reduced size type with incremental leading

   This could be used for side notes. For smaller type, you don't necessarily want to  follow the 1.5x vertical rhythm -- the line-height is too much.
   Using this class, it reduces your font size and line-height so that for  every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px    72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p { font-size: 10px; line-height: 1.44em; margin-bottom: 1.5em; }

/* Surround uppercase words and abbreviations with this class. */
   
.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.css * For text fields, use class .title or .text
   -------------------------------------------------------------- */
iframe { background: transparent; margin: 0 auto; padding: 0; width: 100%; }

label { font-weight: bold; }

/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
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; }

/* Textareas */
textarea            { width: 400px; height: 250px; 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 fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin: 0 auto 1em auto; 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; }

/* --buttons.css-------------------------------------------------------------- */

a.button, button { display:block; float:left; margin:0 0.583em 0.667em 0; padding:5px 10px 5px 7px; /* Links */ border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; background-color:#f5f5f5; font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; }
  
button { width:auto; overflow:visible; padding:4px 10px 3px 7px; /* IE6 */}

button[type] { padding:4px 10px 4px 7px; /* Firefox */ line-height:17px; /* Safari */ }
*:first-child+html button[type] { padding:4px 10px 3px 7px; /* IE7 */ }

button img, a.button img{ margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; float:none; }

/* Button colors-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
a.button:active{ background-color:#6299c5; border:1px solid #6299c5; color:#fff; }

/* Positive */
body .positive { color:#529214; }
a.positive:hover, button.positive:hover { background-color:#E6EFC2; border:1px solid #C6D880; color:#529214; }
a.positive:active { background-color:#529214; border:1px solid #529214; color:#fff; }

/* Negative */
body .negative { color:#d12f19; }
a.negative:hover, button.negative:hover { background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19; }
a.negative:active { background-color:#d12f19; border:1px solid #d12f19; color:#fff; }

/* grid.css-------------------------------------------------------------- */

/* A container should group all your columns. */
.container { width: 950px; margin: 0 auto; }

/* Columns-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.column { float: left; margin-right: 10px; }

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1   { width: 30px; }
.span-2   { width: 70px; }
.span-3   { width: 110px; }
.span-4   { width: 150px; }
.span-5   { width: 190px; }
.span-6   { width: 230px; }
.span-7   { width: 270px; }
.span-8   { width: 310px; }
.span-9   { width: 350px; }
.span-10  { width: 390px; }
.span-11  { width: 430px; }
.span-12  { width: 470px; }
.span-13  { width: 510px; }
.span-14  { width: 550px; }
.span-15  { width: 590px; }
.span-16  { width: 630px; }
.span-17  { width: 670px; }
.span-18  { width: 710px; }
.span-19  { width: 750px; }
.span-20  { width: 790px; }
.span-21  { width: 830px; }
.span-22  { width: 870px; }
.span-23  { width: 910px; }
.span-24  { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1   { padding-right: 40px; }  
.append-2   { padding-right: 80px; } 
.append-3   { padding-right: 120px; } 
.append-4   { padding-right: 160px; } 
.append-5   { padding-right: 200px; } 
.append-6   { padding-right: 240px; } 
.append-7   { padding-right: 280px; } 
.append-8   { padding-right: 320px; } 
.append-9   { padding-right: 360px; } 
.append-10  { padding-right: 400px; } 
.append-11  { padding-right: 440px; } 
.append-12  { padding-right: 480px; } 
.append-13  { padding-right: 520px; } 
.append-14  { padding-right: 560px; } 
.append-15  { padding-right: 600px; } 
.append-16  { padding-right: 640px; } 
.append-17  { padding-right: 680px; } 
.append-18  { padding-right: 720px; } 
.append-19  { padding-right: 760px; } 
.append-20  { padding-right: 800px; } 
.append-21  { padding-right: 840px; } 
.append-22  { padding-right: 880px; } 
.append-23  { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1   { padding-left: 40px; }  
.prepend-2   { padding-left: 80px; } 
.prepend-3   { padding-left: 120px; } 
.prepend-4   { padding-left: 160px; } 
.prepend-5   { padding-left: 200px; } 
.prepend-6   { padding-left: 240px; } 
.prepend-7   { padding-left: 280px; } 
.prepend-8   { padding-left: 320px; } 
.prepend-9   { padding-left: 360px; } 
.prepend-10  { padding-left: 400px; } 
.prepend-11  { padding-left: 440px; } 
.prepend-12  { padding-left: 480px; } 
.prepend-13  { padding-left: 520px; } 
.prepend-14  { padding-left: 560px; } 
.prepend-15  { padding-left: 600px; } 
.prepend-16  { padding-left: 640px; } 
.prepend-17  { padding-left: 680px; } 
.prepend-18  { padding-left: 720px; } 
.prepend-19  { padding-left: 760px; } 
.prepend-20  { padding-left: 800px; } 
.prepend-21  { padding-left: 840px; } 
.prepend-22  { padding-left: 880px; } 
.prepend-23  { padding-left: 920px; } 

/* Border on right hand side of a column. */
.border { padding-right: 4px; margin-right: 5px; border-right: 1px solid #eee; }

/* Border with more whitespace, spans one column. */
.colborder { padding-right: 24px; margin-right: 25px; border-right: 1px solid #eee; }

/* Use these classes on an element to push it into the  next column, or to pull it into the previous column. */

.pull-1  { margin-left: -40px; }
.pull-2  { margin-left: -80px; }
.pull-3  { margin-left: -120px; }
.pull-4  { margin-left: -160px; }

.push-0  { margin: 0 0 0 18px; }
.push-1  { margin: 0 -40px 0 18px; }
.push-2  { margin: 0 -80px 0 18px; }
.push-3  { margin: 0 -120px 0 18px; }
.push-4  { margin: 0 -160px 0 18px; }
.push-0, .push-1, .push-2, .push-3, .push-4 { float: right; }

/* Misc classes and elements-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { padding: 1.5em; margin-bottom: 1.5em; }

/* Use this to create a horizontal ruler across a column. */
hr { background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: .1em; margin: 0 0 1.4em; border: none ; }
hr.space { background: #fff; color: #fff; }


/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }* html .clear { height: 1%; }
.clear { display: block; }

/* ID SELECTORS -------------------------------------------------------- */
#message-box    { margin: 0 auto; padding: 1.3em 0; text-align: center; width: 100%; }

#header     { margin: 0 auto; padding: 0; text-align: center; width: 100%; }
#header img { border: 0; margin: 0 auto; padding: 0; width: auto; }
#header a { font-size: 2.1em; border: 0; padding: 0; }

#nav-top { background: #FFF url('../img/') no-repeat 0 0; margin: 0 auto; padding: 1.1em 0; text-align: center; width: 100%; }
/*minitabs start here*/
ul#minitabs { font-size: 2.1em; font-weight: bold; list-style: none; margin: 28px auto 0 auto; padding: 9px 0; } 
ul#minitabs li { display: inline; margin: 0 10px; }
ul#minitabs a { text-decoration: none; padding: 10px; color: #FFF; } 
ul#minitabs a:hover { border-color: purple; color: violet; } 

#nav-bottom { background: #FFF url('../img/') no-repeat 0 0; height: auto; margin: 0 auto; padding: 3.1em 0; position: relative; width: 100%; }
#nav-bottom ul { list-style: none; margin: 0; }
#nav-bottom li { border-bottom: 1px dotted #131313; padding: 5px 0; }
#nav-bottom li a { text-decoration: none; color: #131313; font-weight: bold; display: block; }
#nav-bottom li a:hover { color: violet; }

#content    { text-align: center; }

ul#listing { margin: 0 auto; padding: 0; list-style: none; }
ul#listing li {  margin: 2px 0 18px 0; padding: 0; font-weight: bold; line-height: 32px; /* height of icon */ background-repeat: no-repeat;  background-position: 0 50%; border-bottom: 1px dotted #FFF; }
ul#listing li a { color: #fff; font-size: 14px; padding-left: 38px; /* width of icon + whitespace */}
ul#listing .icon { background-image: url('../img/'); repeat-x 0 0; }

#section    { margin: 0 auto; text-align: center; }
#section img    { background: transparent; border: 0; margin: 0 auto; padding: 0;}
#section a    { background: transparent; }
#section a:hover   { background: transparent; }

#footer     { background: transparent url('../img/') repeat-x 0 0; height: -1%; margin: 0 auto -1% auto; padding: 1.5em 0; text-align: center; width: 950px; }
#footer a   { color: #fff; font-weight: bold; padding: 2px 0; text-decoration: none; }
#footer a:hover { color: violet; }
