/*
Theme Name: Ink and Coffee
Theme URI: http://www.inkandcoffee.com
Description: The Ink and Coffee Theme. duh.
Version: 1.0
Author: Jon Buda
Author URI: http://www.inkandcoffee.com
Tags: awesomeness

*/

body{
  border-top: 6px solid #000;
  background: url(images/watercolor_bg.jpg) top center no-repeat;
  font-family: Georgia,Times,serif;
}
.container{
}
#header{
  background: url(images/header_bg.png) repeat-x;
  height: 63px;
  margin-bottom: 25px;
}
#header h1{
  width: 115px;
  height: 58px;
  margin:0;
  padding: 0;
  float: left;
  text-indent: -9999px;
  background: url(images/ink_and_coffee.png) no-repeat;
  
}
#header h1 a{
  width: 115px;
  height: 58px;
  display: block;
}

ul#nav{
  list-style: none;
  padding-left: 0px;
  float: right;
  margin:0;
  margin-left: 30px;
  margin-top: 24px;
}
ul#nav li{
  font-weight: bold;
  margin-left: 1px;
  float: left;
  line-height: 20px;
  height: 20px;
  padding-left: 0;
  color: #000;
}

ul#nav li a{
  display: block;
  color: #7d7d7d;
  padding: 0px 8px;
  line-height: 20px;
  text-decoration: none;
  font-family: 'Gill Sans', Verdana;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.10em;
  background: #303030;
}
ul#nav li a.first{
  padding-left: 10px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
}
ul#nav li a.last{
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
}
ul#nav li a:hover{
  color: #ddd;
  background: #444;
}
ul#nav li.c a{
  color: #fff;
  background: #444;
}
#content{
  font-size: 1.083em;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  background: url(images/content_bg.png) top center no-repeat;
  min-height: 700px;
}
.content a{
  color: #2a5677;
}
.content a:hover{
  background: #2a5677;
  color: #fff;
  text-decoration: none;
}  
.post h2{
  font-weight: bold;
  font-size: 1.666em; 
}
.post h2 a:hover{
  color: #fff;
  background: #000;
}
.post{
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(images/post_sep.gif) bottom left no-repeat;
}
.post img{
  padding: 2px;
  border: 1px solid #bbb;
}
.entry {
}

.postmetadata{
  font-size: .90em;
  font-style: italic;
  color: #666;
  text-transform: lowercase;
}

.post h2 a{
  color: #000;
  text-decoration: none;
}
h2.pagetitle{
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  font-family: 'Gill Sans', Verdana;
  text-transform: uppercase;
  font-size: 0.80em;
  letter-spacing: 0.10em;
  color: #fff;
  font-weight: bold;
  background: #5a7488;
  padding: 0px 8px;
  width: auto;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#footer{
  font-style: italic;
  text-align: center;
  color: #111;
  padding-top: 2.5em;
  background: url(images/footer_bg.jpg) bottom center no-repeat;
}
#footer p{
  margin-bottom: 1em;
}