/* CSS Document */

/* www.peytoncrump.com */

/* General Tags **************************************************/
*{
  margin:0;
  padding:0;
}
body{
  text-align:center;
  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Sans-Serif;
  font-size:12px;
  color:#787165;
  background:#fff url(../images_/bg-body.jpg) top center;
  position:relative;
}
h1{
  position:absolute;
  top:-270px;
  left:0px;
}
h1 a{
  display:block;
  width:250px;
  height:250px;
  text-indent:-5000px;
}
h2{
  color:#771f13;
  font-size:26px;
  font-family: Georgia, "MS Serif", "New York", Times, serif;
  font-weight:normal;
  margin:0;
  position:absolute;
  top:-139px;
  right:360px;
}
h3{
  font-size:22px;
  font-family: Georgia, "MS Serif", "New York", Times, serif;
  font-weight:normal;
  color:#666;
  margin-bottom:1px;
}
h4{
  font-family: Georgia, "MS Serif", "New York", Times, serif;
  margin-bottom:15px;
  font-size:18px;
  font-weight:normal;
}
h5{
  font-size:14px;
}
h6{
  font-size:12px;
}
p{
  margin:0 0 15px 0;
  line-height:1.3em;
}
blockquote{
}
dt,dl,dd{
}
a{
  outline:none;
}
a:link{
  color:#787165;
  text-decoration:underline;
}
a:visited{
  color:#787165;
}
a:hover{
  color:#202a60;
}
a.em:link{
  color:#771f13;
  text-decoration:underline;
}
a.em:visited{
  color:#771f13;
}
a.em:hover{
  color:#202a60;
}
a img{
  border:none;
}
a.titleLink{
  text-decoration:none;
  color:#666;
}
hr{
  height:1px;
  border:none;
  border-top:1px solid #CCC;
  margin:10px 0;
}
/* Generic Styles **************************************************/
.break {
  clear: both;
  font-size: 1px;
}
.hide {
  display: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Global layout styles **************************************************/
#top{
  text-align:center;
  position:relative;
  padding-top:283px;
}
.home{
  background:url(../images_/bg-header.jpg) no-repeat top center;
}
.sec{
  background:url(../images_/bg-header-sec.jpg) no-repeat top center;
}
#header{
  width:944px;
  margin:0 auto;
  position:relative;
}
.left li{
  float:left;
}
.right li{
  float:right;
}
#contentWrapper{
  background:url(../images_/bg-main.jpg) repeat-y top center;
  text-align:left;
  position:relative;
  width:944px;
  margin:0 auto;
}
div#posts{
  padding-left:50px;
  width:560px;
  float:left;
}
div#options{
  float:right;
  width:254px;
  padding-right:35px;
  position:relative;
  top:-195px;
  margin-bottom:-195px;
}
div.option{
  background:#f5ebdb;
  padding:15px;
  margin-bottom:30px;
}
div.option img{
  display:none;
}
div#optionAbout h4 a{
  display:block;
  background:url(../images_/bg-about.gif) no-repeat top center;
  padding:12px 15px;
  margin-bottom:25px;
  width:224px;
  height:29px;
}
.option ul{
  list-style-type:none;
}
input, textarea{
  border-top:1px solid #d2cbc1;
  border-right:1px solid #d2cbc1;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  background:#ead6b1;
  color:#787269;
}
input#submit{
  border-bottom:1px solid #d2cbc1;
  border-left:1px solid #d2cbc1;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  padding:5px;
}
div.post{
  background:#f5ebdb;
  width:500px;
  padding:25px 30px;
  text-align:left;
  position:relative;
  margin-bottom:45px;
}
.post ul{
  margin:0 0 15px 15px;
  list-style-type:disc;
}
.post ul li{
  margin-bottom:7px;
}
div.post img{
  border:1px solid #cbcbcb;
  margin-bottom:15px;
}
.commentBox{
  width:25px;
  height:20px;
  background:url(../images/bg-comment_count.gif) no-repeat top center;
  position:absolute;
  top:55px;
  left:-50px;
  color:#000;
  text-align:center;
  font-size:10px;
  padding:6px;
  margin-top:5px;
}
.commentEntry{
  margin-bottom:5px;
  border:1px solid #cbcbcb;
  padding:10px;
}
.commentEntry img{
  float:left;
  padding:0 3px;
}
.commentInfo{
  font-size:10px;
}
.date{
  margin-bottom:15px;
}
#footerWrapper{
  height:253px;
  text-align:center;
  background:url(../images_/bg-footer.png) no-repeat top center;
  position:relative;
}
#bottom{
  width:944px;
  margin:0 auto;
  position:relative;
}
#aboutOverview{
  position:absolute;
  width:350px;
  height:80px;
  left:270px;
  top:70px;
  text-align:center;
}
#claimid, #virb, #linkedin, #flickr, #delicious{
  width:82px;
  height:90px;
  position:absolute;
  top:150px;
  display:block;
  text-indent:-5000px;
}
#claimid{
  left:220px;
}
#virb{
  left:310px;
}
#linkedin{
  left:400px;
}
#flickr{
  left:490px;
}
#delicious{
  left:580px;
}
#twitter_update_list{
  width:150px;
  height:130px;
  text-align:center;
  position:absolute;
  right:85px;
  top:85px;
  list-style-type:none;
}
.bottomPad{
  padding-bottom:15px;
}
.bottomClear{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.bottomClear h4{
  margin-bottom:0;
}
img, div { behavior: url(../scripts/iepngfix.htc) }