/*
Theme Name: Inara Blog Theme 09
Theme URI: http://www.inarastudios.com/
Description: A custom theme for the Inara Studios Blog.
Version: 1.0
Author: Cade Truitt
Author URI: http://www.cadetruitt.com
*/

body {
  font: 14px "Myriad Pro", Helvetica, Arial, sans-serif;
  color: #666; /*8e8e8e*/
  line-height: 1.5em;
}
a {
  color: #92bcde; /*9fc7e7*/
  outline: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: #6499c3; /*8db0cc*/
}
p {
  margin-bottom: 1em;
}
img {
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
h1 a {
  display: block;
  background: transparent url(images/logo.png) no-repeat scroll top center;
  width: 231px;
  height: 56px;
  text-indent: -9999px;
  margin: 2em auto 1em auto;
}
h2 {
  color: #92bcde;
  font-size: 24px;
  font-weight: 100;
  float: left;
}
.date {
  float: right;
  font: 34px "Myriad Pro", Helvetica, Arial, sans-serif;
  color: #92bcde; /*bddbf3*/
  position: relative;
  top: -5px;
}
.postTitle {
  border-bottom: 1px solid #92bcde;
  height: 32px;
  margin-bottom: 1em;
}
#container {
  width: 810px;
  margin: auto;
}
#nav {
/*  overflow: auto;*/
  position: relative;
}
#hr {
  border-bottom: 1px solid #92bcde;
  clear: both;
}
#mainSiteLinks {
  float: right;
  color: #92bcde;
}
#mainSiteLinks li {
  float: left;
  display: inline;
  margin-left: 12px;
}
#mainSiteLinks a {
  margin-left: 8px;
}
#blogLinks {
  float: left;
}
#blogLinks li {
  float: left;
  display: inline;
  margin-right: 20px;
  cursor: default;
  color: #92bcde;
}
#blogLinks li:hover div, #blogLinks li.over div {
  display: block !important;
}
#categories, #archives {
  overflow: auto;
  border: 1px solid #d6d6d6;
  padding: 10px 135px;
  position: absolute;
  left: 0;
  top: 18px;
  width: 538px;
  display: none;
  background-color: #fff;
  z-index: 999;
}
#archives {
  padding: 10px 66px;
  width: 676px;
}
#categories ul {
  float: left;
  width: 25%;
}
#categories li, #archives li {
  display: block;
  float: none;
}
#archives ul {
  float: left;
  width: 20%;
}
#intro {
  border-bottom: 1px solid #92bcde;
  border-top: 1px solid #92bcde;
  padding: 10px 30px;
  clear: both;
}
#intro span {
  font-weight: 100;
}
.post {
  margin-top: 35px;
}
.postmetadata {
  text-align: center;
}
#comments {
  border-top: 3px double #92bcde;
  margin-top: .5em;
  padding-top: 1em;
}
#comments li {
  border-bottom: 1px dotted #92bcde;
  margin-bottom: 1em;
}
#comments .comdate {
  display: block;
  color: #aaa;
  font-size: .8em;
  margin: -6px 0 .3em 0;
}
#comments .comname {
  display: block;
  font-size: 1.1em;
}
#comments p {
  font-style: italic;
  font-family: Georgia, serif;
}
#respond {
  overflow: auto;
  padding: 1em 0;
}
#respond label {
  width: 10%;
  text-align: right;
  display: block;
  float: left;
  clear: left;
  margin: 0 1% 1em 0;
}
#respond input {
  float: left;
  margin-right: 2%;
}
#respond textarea {
  float: left;
}
#respond #submit {
  margin: 1em 0 0 11%;
}
.navigation {
  text-align: center;
}
.navigation a {
  padding: 1em;
}

#footer {
  border-top: 1px solid #92bcde;
  text-align: center;
  padding-top: 3px;
  margin-bottom: 2em;
  clear: both;
  margin-top: 1em;
}