/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 12px;
  color: #747474; 
  background: #fff;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 20px;
}


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


h1 { font-size: 28px; line-height: 1; color: #e50039; margin-bottom: .2em; }
h2 { font-size: 17px; margin-bottom: 0.75em; color: #000; }

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


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

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

.entry p 	{ line-height: 24px; }


a           { color: #e50039; text-decoration: underline; }
a:visited   { color: #e50039; text-decoration: underline; }
a:focus, 
a:hover     { color: #e50039; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; color: #e50039; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

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

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


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

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


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

table       { border-spacing: 0px 8px;}
th          {  }
thead th 		{  }
th,td,caption { margin: 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
td		{ padding-right: 15px; }
.div		{ border-left: #e50039 1px solid; padding-left: 15px; }


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

.date	{font-size: 10px; color: #c5167c; margin-bottom: 15px;}