html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;} body{line-height:1;color:black;background:white;} ol,ul{list-style:none;} table{border-collapse:separate;border-spacing:0;} caption,th,td{text-align:left;font-weight:normal;} blockquote:before,blockquote:after,q:before,q:after{content:"";} blockquote,q {quotes:"""";}

html{
  font-family:'Trebuchet MS',Helvetica,sans-serif;
  font-size:15px;
}
body{
  background-color:#000;
  color:#fff;
  line-height:1.1;
}
p{
  margin-bottom:10px;
}
h1{
  font-size:1.7em;
  margin-bottom:20px;
}
h2{
  font-size:1.5em;
  margin-bottom:20px;
}
h3{
  font-size:1.2em;
  margin-bottom:10px;
}
a{
  color:#9dba2d;
  text-decoration:none;
}
a:hover{
  font-weight:bold;
}
.clear{
  clear:both;
}
.bold{
  font-weight:bold;
}
.green{
  color:#9dba2d;
}
.red{
  color:#f00;
}
.white{
  color:#fff;
}
#page_wrapper{
  position:relative;
  width:960px;
  margin:0 auto;
}
#logo{
  margin-top:15px;
  width:100px;
  height:500px;
  float:left;
}
#logo img{
  width:100px;
}
#menu{
  margin: 40px 0 10px 110px;
}
#menu a{
  color:#8a8a8a;
  text-decoration:none;
}
#menu a:hover{
  color:#fff;
}
#menu a.act{
  color:#9dba2d;
}
.sep{
  width:10px;
}
#content{
  background-color:#212121;
  margin-left:100px;
  padding:40px;
  min-height:500px;
}
#footer{
  margin:10px 0 20px 110px;
}
#footer a{
  color:#fff;
  text-decoration:none;
  margin:5px;
}
.tick{
  width:20px;
}
#teaser{
  height:15px;
  position:relative;
  overflow:hidden;
  margin: 20px 0 40px;
}
#teaser li{
  position:absolute;
  text-align:center;
  width:100%;
  top:20px;
}
#tags{
  margin:20px 46px 40px;
}
.col3{
  float:left;
  width:32%;
  margin-right:10px;
}
.col3 li{
  margin-bottom:5px;
}
.col3 a{
  color:#fff;
  text-decoration:none;
}
.col3 a:hover{
 color:#9dba2d;
}
a#contact{
  color:#d5aaaa;
}
#projects_list{
  width:230px;
  float:left;
}
#projects_list li{
  margin-bottom:10px;
}
#projects_list a{
  color:#8a8a8a;
  text-decoration:none;
}
#projects_list a:hover{
  color:#fff;
}
#projects_list a.act{
  color:#9dba2d;
}
#project{
  width:540px;
  float:left;
}
#project_img{
 text-align:center;
 margin-bottom:20px;
}
#project_img img{
  max-height:500px;
}
#project_desc{
  margin-bottom:20px;
}
.blog_post{
  margin-bottom:30px;
}
.blog_title a,.blog_title{
  color:#fff;
}
.blog_title a:hover{
  color:#9dba2d;
}
.blog_title h1{
  margin-bottom:10px;
}
#blog_content ul{
  padding-left:30px;
}
#blog_content li{
  margin-bottom:10px;
  list-style: circle;
}
#blog_content em{
  font-style:italic;
}
#blog_content strong{
  font-weight:bold;
}
#pagination{
  border:1px dotted #000;
  height:20px;
  padding:10px 30px;
  margin:0 30px;
}
#pagination a{
  color:#8a8a8a;
}
#pagination a:hover{
  color:#fff;
}
#pag_left{
  float:left;
}
#pag_right{
  float:right;
}
input[type=text]{
  width:250px;
}
textarea{
  width:350px;
}
#contact_left{
  float:left;
  width:40%;
}
#contact_left img{
  width:160px;
  margin:0 0 20px 70px;
}
#contact_right{
  float:right;
  width:50%;
}
.alignright{
  float:right;
  margin:0 50px 10px;
}
