/*
Theme Name:Blur Dot 2
Theme URI:http://blurdotblog.com/blur-dot-2-template/
Description: Very minimal, clean design. 
Version:1.0.0
Author:Dave Dunne
Author URI:http://davedunne.com/
Tags:white, black, fixed-width, one-columns
The CSS, XHTML and design is released under the GPL.

 Colors
 Orange     - color: #eb881d;
 Grey       - color: #9A9F99;
 
*/

@charset "utf-8";
@import url('reset.css');
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;   
    background-color: white;
    color: #666666;
}

a {
    color: #eb881d;
    text-decoration:none;
}

a:visited{
    color: #eb881d;
}

#wrapper{
    margin:auto;
    width: 800px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#header{
    height: 50px;
    overflow: hidden;
     border-bottom: 1px solid #9A9F99;
}

#header #logo{
    float: left;
}

#header #footer-link{
    float: right;
    margin: 13px 0 0 0;
}

#header h1{
    font-size: 19px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 200;
    margin: 15px 0 0 0;
    color: #eb881d;
    text-transform: lowercase;
}

#header h1 a{
    color: #eb881d;
}

#header h1 a:visited{
    color: #eb881d;
}

#content{
    padding: 10px 0 10px 0;
}

#content p{
    margin-top: 5px;
    margin-bottom: 5px;
}

#content h1{
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #eb881d;
    font-weight:normal;
}

h3{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #606060;
    font-weight:bold;
    border-bottom: 1px solid #eeeeee;
}

#content h4{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#9A9F99;
    padding-bottom: 15px;
    font-weight:normal;
}

#content a {
    color: #eb881d;
    text-decoration:none;
}

#content a:hover {
    text-decoration:underline;
}

#content a:visited{
    color: #eb881d;
}

#content img {
    margin: 5px 0 5px 0;
}

#navigation .previous{
    float: left;
    width:500px;
}

#navigation .next{
    float: right;
}

.postcomment{
    border-bottom: 1px solid #eeeeee;
}

#footer{
    clear: both;
    padding: 10px 0 0 5px;
    border-top:1px solid #606060;
    line-height: 27px;
}

#footer h3{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #606060;
    font-weight:normal;
}

#footer a{
    color: black;
}

#footer a:hover{
    color: #eb881d;
    text-decoration: underline;
}
#footer a:visited{
    color: black;
}

#footer #columns{
    height: 160px;
}

#footer #connect{
    float: left;
    width: 330px;
}

#footer #pages{
    float: left;
    width: 290px;
}

#footer #recent{
    float: left;
}

ul#social li {
    list-style-type: none;
    text-indent: 38px;
}

#social li#li_facebook{
    background:url(images/facebook-icon.png) no-repeat 0 0;
}

#social li#li_twitter{
    background:url(images/twitter-icon.png) no-repeat 0 0;
}

#social li#li_delicious{
    background:url(images/delicious-icon.png) no-repeat 0 0;
}

#social li#li_flickr{
    background:url(images/Flickr-icon.png) no-repeat 0 0;
}

#social li#li_rss{
    background:url(images/feed-icon.png) no-repeat 0 0;
}

#copyright {
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding:20px 0 5px 0;
    color: #9A9F99;
    font-size : 10px;
    font-weight : normal;
}

/*
#navigation {
  width:1000px;
 text-indent:-10000px; 
  position:absolute;
  cursor: pointer;
  
}

.previous {
  top:0;
  left:0;  
  background:transparent url(images/button-prev.png) no-repeat 0 0;
  background-position:left;
}

.next {
  top:0;
  right:0;
  background:transparent url(images/button-next.png) no-repeat 0 0;
  background-position:right;
}
*/

