/* Body */
	body {
    line-height: 1;
    font-size: 13px;
    color: #3e3e3e;
    background: white;
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif;
		color: #333
	}

/* Headers */
	h2 {font-size: 171.42%; font-family: 'trebuchet ms', helvetica, tahoma, sans-seri; margin-bottom: .8em}
	h3 {font-size: 142.85%; color: #2977ee; margin-bottom: .8em}
	h4 {font-size: 128.57%; color: #2977ee; margin-bottom: .8em}
	h5 {font-size: 114.28%; color: #2977ee; margin-bottom: .8em}
	h6 {font-size: 100%; color: #2977ee; margin-bottom: .8em}
	
	h2.section-head {color: #2977ee; text-decoration: underline}
	
/* Links */
	a {outline: 0}
	a img {border: 0px; text-decoration: none}
	a:link, a:visited {text-decoration: underline; color: #2977ee}
	a:hover, a:active {color: #3e3e3e}
	
/* Paragraphs */
	p {
    margin-bottom: 1.3em;
    line-height: 1.4;
    text-align: left
	}
	
	strong, b {font-weight: bold}
	em, i {font-style: italic}
	
	.styled-image {border: 1px solid #aeccf9; background: #e3eefd; padding: 5px; margin: 0 auto 1.5em auto; display: block}


/* Lists */
ul {
  margin: 1em 0 1.5em 2em;
  line-height: 1.5;
  list-style: disc outside url('../images/list-bullet.gif')
}

/* Clears */
#body:after, #post-list li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

/* Navigation */
#navigation {
  background: #262626;
  color: #ededed;
  font-weight: bold;
  font-size: 92.85%;
  margin: 0;
  padding: 0;
  height: 51px;
  line-height: 51px;
  list-style: none;
  text-align: center
}

#navigation li {display: inline; margin: 0 1.5em}
#navigation a:link, #navigation a:visited {text-decoration: none; color: #ededed}
#navigation a:hover, #navigation a:active, #navigation .active a:link, #navigation .active a:visited {text-decoration: underline}


/* 404 error page */
#error-404 {width: 630px; margin: 8em auto 0 auto}
#error-404 img {float: left; margin: 0 55px 0 0}

#error-message {float: left; width: 298px; margin: 1.5em 0 0 0}
#error-message h1 {font-size: 171.42%; color: #000; margin-bottom: .5em}

