﻿/* Elements */

body{
  margin: 0;
  padding: 20px;
background: #d1d1d1 url('images/bgwow.jpg') 0 0 repeat-x fixed;
  color: #202020;
  font: 11px/1.5 "Lucida Grande", Verdana, sans-serif;
  text-align: center;
}

a{
  text-decoration: none;
  font-weight: bold;
  color: #ffcc33;

}

a:hover{
  color: #ffffff;
}

img{
  background: #FFF;
}

a img{
  border: 0;
}

code{
  display: block;
  border-left: 4px solid #E3E3DB;
  padding: 5px 10px;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.miscs ul, .fauxbullet{
  margin: 0 0 20px 0;
}

.readmore{
padding: 2px 2px 2px 15px;
  background: #2a2a2a url(images/raquo.gif) left no-repeat;
}

li.readmore{
  padding: 5px 0 4px 20px;   
  background: url(images/raquo.gif) 5px center no-repeat;
}

/* Layout */

#wrapper{
  margin: auto;
  width: 750px;
  border: 5px solid #FFF;
  text-align: left;
  background: #FFF;
}

#header{
  background: #202020;
  padding: 30px;
}

.latestwork{
  margin: 0;
  padding: 5px 0 5px 10px;
  list-style: none;
  border-top: 3px solid #BBB;
  background: #E5E5E5;
}

.latestwork li, .latestwork p, .latestwork img{
  border: 0;
background: #E5E5E5;
  padding-right: 5px;

}

.previouswork{
  margin: 0;
  padding: 0;
  list-style: none;
}


#content{
  padding: 30px;
  background: url(images/content_grad.jpg) top repeat-x;
}

.bodytext{
  float: left;
  width: 450px;
}

.blogtext{
  float: left;
  width: 440px;
}

.miscs{
  float: right;
  width: 210px;
}

.colsplash{
  padding: 0 0 10px 0;
}

.colspash p{
  margin: 0;
  padding: 0;
}

.blogtitle, .postlinks{
  background: #EFEFEF url(images/blog_title.gif);
  margin: 0 -10px;
  padding: 10px;
  border-top: 2px solid #DCDCDC;

  line-height: 1.0;
}

.commentstitle{
  margin: 30px -10px 0 -10px;
}

.blogtitle p{
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
}

.tags{
  line-height: 1.2;
  width: 380px;
}

.error, .success{
  border-top: 2px solid #EAEAEA;
  border-bottom: 2px solid #EAEAEA;
  margin: 10px 0;
  padding: 5px 10px;
  background: #F9F9F9;
  font-weight: bold;
}

.active{
  background: #393939 ;
  border: 0px solid #c3c3c3;
}

.postdate span{
  font-size: 12px;
  display: block;
  line-height: 1.0;
  padding: 0 5px 5px 5px;
  text-align: center;
}

.postdate span.day{
  padding: 5px 5px 0 5px;
  font-size: 20px;
}

.postlinks{
  margin: 0 -10px 30px -10px;
}

.commentslink{
  padding: 0 0 1px 15px;
  background: url(images/comment_icon.gif) left no-repeat;
}

.newerlink{
  float: right;
  padding: 0 10px 0 0;
  background: url(images/raquo.gif) right no-repeat;
}

.olderlink{
  float: left;
  padding: 0 0 0 10px;
  background: url(images/laquo.gif) left no-repeat;
}

.feedicon{
  display: block;
  width: 150px;
  height: 60px;
  text-indent: -9000px;
  background: url(images/feed_icon.jpg);
  margin: auto;
}

.usercomment{
  border-top: 2px solid #EAEAEA;
  border-bottom: 2px solid #EAEAEA;
  margin: 10px -10px;
  padding: 5px 10px;
  background: #F9F9F9;
}

.projectdetails{
  margin: 0;
  padding: 0;
}

.projectdetails dt{
  display: inline;
  font-weight: bold;
  padding: 0 0 0 15px;
  background: url(images/list_item.gif) left no-repeat;
}

.projectdetails dd{
  display: inline;
  margin: 0;
  padding: 0;
}

dd.clienturl, dd.projecturl{
  padding: 0 0 0 12px;
  background: url(images/raquo.gif) left no-repeat;
}

.projectdetails dd span{
  display: block;
  height: 5px;
}

.imagery{
  padding: 2px;
  border: 4px solid #BBB;
  width: 210px;
  height: 150px;
}

.imgtabs{
  margin: 0;
  padding: 2px;
}

.imgtabs a{
  background: #BBB;
  color: #FFF;
  padding: 5px;
}

.imgtabs a:hover{
  background: #CC720E;
}

.imgtabs a.active{
  background: #FFF;
  color: #CC720E;
  padding: 5px;
}


.hidden{
  display: none;
}

.codecomment{
  color: #999;
}

#footer{
  padding: 18px 21px;
  background: #202020;
  border-top: 4px solid #BBB;
  color: #A0A0A0;
}

#footer a{
  color: #686868;
}

#news{
  padding: 18px 21px;
  background: #bbb;
  border-top: 4px solid #202020;
  color: #A0A0A0;
}

#news a{
  color: #202020;
}
#news a:hover{
  color: #ffcc00;
}

#footer p{
  margin: 0;
  padding: 0;
}

/* Navigation */

#header ul{
padding: 0;
float:right;
background-color: #2a2a2a;
}

#header ul li{
display: inline;
}

#header ul li a{
float: left;
color: white;
padding: 5px 5px;
text-decoration: none;

}

#header ul li a:hover{
color: #000000;
padding: 5px 5px;
background-color: #f8e827;
}



* html #header ul{ /*IE only rule, reduce menu width*/
width: 65%;
float: right;
}
/* Titles */

h1{
  margin: 0;
  padding: 0;
  width: 216px;
  float: left;
}

h1 a{
  display: block;
  height: 52px;
  text-indent: -9000px;
  background: url(images/logo.jpg);
}

h2{
  margin: 0;
  padding: 0;
  height: 245px;
  background: url(images/masthead.jpg) center;
  text-indent: -1000px;
}

h2.shorty{
  background: none;
  height: 0;
  border-bottom: 4px solid #BBB;
}

h3{
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: -1px;
  font-size: 22px;
  line-height: 1.0;
  font-weight: normal;
  color: #878787;
}

h3 a{
  font-weight: normal;
}

.blogtitle h3{
  width: 380px;
}

h4{
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.0;
  font-weight: normal;
  background: url(images/blog_icon.gif) 4px center no-repeat;
}

h5{
  margin: 0;
  padding: 10px 0px 0px 5px;
}

/* Forms */

label{
  display: block;
  width: 200px;
  font-weight: bold;
}

label.inlabel{
  display: inline;
}

.req{
  color: #600;
}

textarea{
  width: 90%;
}

/* Hacks */

#header, .latestwork, #content, .blogtitle, .pagination, .foliosplash{
  _height: 1%;
}

#header:after, .latestwork:after, #content:after, .blogtitle:after, .pagination:after, .foliosplash:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}