* {
	margin: 0;
	padding: 0;
}

/* Default font settings. 
   The font-size percentage is of 16px. (0625 * 16px = 10px) */
body {
  font-size: 13px;
  color: #4E5368;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1.6; margin-top: .5em; }

h1 { font-size: 24px;}
h2 { font-size: 20px;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}
h5 { font-size: 13px;}
h6 { font-size: 13px;}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	background-color:inherit;
	color:inherit;
	text-decoration:none;
}


/* Text elements
-------------------------------------------------------------- */
p			{ line-height: 1.4; margin-top: .5em;}

a:focus, 
a:hover     { color: #4E5368; }
a           { color: #4E5368; text-decoration: underline; }
a:visited   { color: #4E5368; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
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.25em 1.5em; }
ul, ol      { margin:1em 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       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Extra
-------------------------------------------------------------- */

hr { margin-top:1em; height: 1px; color: #FFF;}


/* Inputs
-------------------------------------------------------------- */

input[type="text"], input[type="password"], input.text, input.button, textarea {
	padding:0.2em 0.5em;
	margin:0.5em 0;
	border:1px solid #bbb;
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, textarea:focus {
	border:1px solid #666;
}

input.button {
	border-color:#4E5368;
	background:#4E5368;
	color:white;
	border:0;
}