/*
Theme Name: Eric Kerr
Theme URI: http://erickerr.com
Description: My Theme.
Version: 1.0
Author: Eric Kerr
Author URI: http://erickerr.com
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

.clearfix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }
.clearfix {display:inline-block;}
.clearfix {display:block;}

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

html {
  background: #FEFFFF url(images/bg.png) repeat-y top center;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  color: #2B332E;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

a, a:link, a:hover, a:active, a:visited {
	color: #2D7BB2;
	text-decoration: none;
}

a:hover, a.current {
  color: #2B332E;
}

div {
  position: relative;
}

em {
  font-style: italic;
}

blockquote {
  padding-left: 15px;
  color: #5C6660;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
}

#container {
  padding: 0 125px;
}

.section {
  padding: 30px 30px 0;
}

#header {
  height: 35px;
  line-height: 35px;
}

#header h1 a {
  background: url(images/logo.png) no-repeat center left;
  width: 195px;
  height: 35px;
  display: block;
  border: 0;
  text-indent: -9999px;
}

#header ul {
  float: right;
  padding-top: 5px;
}

#header ul li {
  float: left;
  padding-left: 35px;
}

#header ul a {
  font-style: italic;
}

#main {
}

.posts .item {
}

.item .meta {
  float: left;
  width: 105px;
  margin-left: -145px;
  color: #2B332E;
  text-shadow: 1px 1px #FCFDFC;
  text-align: right;
}

h2, h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #000;
}

h4 {
  font-size: 14px;
  line-height: 18px;
}

.posts p {
  margin-bottom: 18px;
}

.posts p.bottom {
  float: right;
  color: #777;
  margin-top: -12px;
}

.iconized-list {
  padding-bottom: 1em;
  color: #777;
  list-style: circle outside;
  padding-left: 15px;
}

.iconized-list li {
  float: left;
  list-style: circle outside;
  width: 235px;
}

#footer {
  background: #F4FAF6;
  border: 1px solid #DBE6DF;
  line-height: 42px;
  margin: 30px 0;
  padding: 0 10px;
}

div.inside {
  margin-bottom: 15px;
  padding-left: 15px;
  color: #5C6660;
}

blockquote b {
  color: #444B47;
  font-weight: bold;
}

.dsq-dc-logo {
  display: none !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}