/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

body {
  color: #2c2c2c;
  /*font-family: eFaqtsHelveticaNeue, Helvetica, Arial, sans-serif;*/
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  }
#container      { font-size: 1.2em; }

.clearboth { clear: both; }
.clearfix       { display: inline-block; }
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
  }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix        { display: block; }
/* End hide from IE-mac */


/* =Headings
-------------------------------------------------------------- */

.homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage h5, .homepage h6 { font-family: eFaqtsHelveticaRounded, Helvetica, Arial, sans-serif; color: #246697; font-weight: normal; }
.profile h1, .profile h2, .profile h3, .profile h4, .profile h5, .profile h6 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #246697; }

h1          { font-size: 1.6em; margin: .5em 0 .5em 0; }
h2          { font-size: 1.3em; margin: 0 0 .535em; }
h3          { font-size: 1.3em; margin: 0 0 .57em 0; }
h4          { font-size: 1.2em; margin: 0 0 .115em 0; }
h5          { font-size: 1.2em; margin: 0 0 .67em 0; }
h6          { font-size: 1.2em; margin: 0 0 .0 0; }

h1 img, h2 img,
h3 img, h4 img,
h5 img, h6 img { margin: 0; }


/* =Text elements
-------------------------------------------------------------- */

a:focus,
a:hover     { text-decoration: underline; color: #003568; }
a           { text-decoration: none; color: #0085ce; }

hr          { background: #aab5b9; color: #aab5b9; clear: both; float: none; width: 100%; height: .1em; margin: 0 0 1.45em; border: none; }
hr.space    { background: #fff; color: #fff; }

strong      { font-weight: bold; }
cite,
em, dfn     { font-style: italic; }
dfn         { font-weight: bold; }
small,
sup, sub    { font-size: 85%; }
sup         { vertical-align: super; }
sub         { vertical-align: sub; }

abbr,
acronym     { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr,
a acronym   { border: none; }
address     { font-style: italic; }
abbr[title],
acronym[title],
dfn[title]  { cursor: help; border-bottom: 1px solid #ccc; }
del         { color:#666; }

pre,code    { white-space: pre; }
tt          { margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

blockquote  { padding: 0 1em; margin: 1.6em 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after  { content: "\201D"; }
blockquote *:first-child { margin: .8em 0; }


/* =Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin:0 1.5em; }
ul          { margin-left: 1.5em; list-style-type: disc; }
ol          { margin-left: 2.35em; list-style-position: outside; list-style-type: decimal; }
ol ol, ul ol{ margin-left: 2.5em; }
dt          { font-weight: bold; }
dd          { margin-left: 1.5em; }


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

table       { width:100%; }
th          { font-weight: bold; }
th,td       { padding: .8em; vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* =Margins
-------------------------------------------------------------- */

hr,
p,
ul,
ol,
dl,
pre,
blockquote,
address,
table       { margin-bottom: 1.6em; }


/* =Misc classes
-------------------------------------------------------------- */

.show       { display: block; }
.hide       { display: none; }
.clear      { clear:both; }

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

/* creates small caps */
.caps       { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size:1.2em; font-weight:bold;  padding:0 2px; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }


.top        { margin-top: 0; padding-top: 0;}
.bottom     { margin-bottom: 0; padding-bottom: 0;}
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0 !important; padding-right:0 !important; }

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

/* float for images */
.left       { float: left; margin: 0 8px 0 0; padding: 0; }
.right      { float: right; margin: 0 0 0 8px; }
.center     { text-align: center; }
