/*
Theme Name: Shepherd Interactive Blog
Theme URI: http://shepherdinteractive.com/
Description: website blog theme
Author: Brent Rieck
Author URI: http://shepherdinteractive.com/
*/
/* css reset: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/* end CSS reset */


.clear {
  clear: both; 
}

body {
  background-color: #9fb1bd;
  font-family: 'Verdana',Arial,sans-serif;
  font-size: 80%;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre, code {
  font-family: 	Courier, "MS Courier New";
}

pre {
  white-space: pre;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}

#header {
  display: block;
  width: 780px;
  height: 120px;
  background-color: #617580;
}

#headerimg {
  height: 105px;
  background-image: url(images/header-nologo.jpg);
}

#headerimg #blogLink {
  display: block;
  float: left;
}

#headerimg #siteLink {
  display: block;
  float: right;
  margin-right: 15px;
  margin-top: 44px;
}

#headerimg .textcontent {
  text-indent: -3000px;
}

#contentWrapper {
  background-color: #ffffff;
  padding-left: 15px; 
  padding-right: 0;
}

#content { 
  background-color: #ffffff;
  width: 510px;
  display: block;
  float: left;
  padding-bottom: 40px;
}

#sidebar {
  background-color: #ffffff;
  display: block;
  width: 242px;
  float: right;
  padding-top: 30px;
  
}


div.topNavigation {
  margin-left: 60px;
  width: 440px;
  height: 30px;
  margin-top: 10px;
  vertical-align: middle;
  color: #F15F22;
  font-size: .9em;
}

div.topNavigation a,
div.navigation a {
  color: #617580;
}

div.postDateBox {
  display: block;
  color: #f15f22;
  float: left;
  border-right: 1px solid #9fb1bd;
  width: 40px;
  text-align: right;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'Trebuchet MS', Trebuchet, 'Verdana',Arial,sans-serif;
  /*border: 1px solid red;*/
  
}

div.postDateBox p {
  width: 40px;
}

div.postDateBox .month {
  font-size: 1.667em;
  text-transform: uppercase;
}

div.postDateBox .day {
  display:block;
  font-size: 2.333em;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: bold;
}

div.postDateBox .year {
  font-size: 1.1667em;
  text-transform: uppercase;
}

div.postContentBox {
  display: block;
  float: right;
  width: 452px;
  margin-left: 5px;
  line-height: 150%;
}

div.postContentBox img {
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

div.postContentBox p {
  margin-bottom: 1em;
}

div.postContentBox a {
  color: #F15F22;
}

div.postContentBox h2 a {
  color: #000000;
  text-decoration: none;
}

div.postContentBox h2 a:hover {
  color: #F15F22;
  text-decoration: underline;
}

div.postContentBox div.navigation {
  width: 100%;
}

div.postContentBox div.navigation div.alignleft,
div.topNavigation div.alignleft,
div#content div.navigation div.alignleft {
  display: block;
  float: left;
}

div.postContentBox div.navigation div.alignright,
div.topNavigation div.alignright,
div#content div.navigation div.alignright {
  display: block;
  float: right;
}



h2 {
  font-size: 2em;
  line-height: 1em;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
}

h4 {
  font-size: 1.125em;
}

div.entry ul
{
  list-style: disc outside;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
div.entry ol
{
  list-style: decimal outside;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

div#sidebar p,
div#sidebar a {
  line-height: 140%;
}

div#sidebar ul li p
{
  margin-left: 10px;
  margin-bottom: 5px;
  margin-right: 20px;
}

div#sidebar h3 {
  display: block;
  background-image: url(images/sidebarHeader.gif);
  height: 45px;
  padding-top: 0px;
  padding-left: 10px;
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
  color: #7a909d;
  margin-bottom: 5px;
}

div#sidebar h3 a.twitter {
  background-image: url(images/twitterSidebarHeader.gif);
  display: block;
  padding-left: 52px;
  margin-left: -10px;
  padding-top: 12px;
  height: 32px;
  color: #7A909D;
  text-decoration: none;
}

div#sidebar h3 a.facebook {
  background-image: url(images/facebookSidebarHeader.gif);
  display: block;
  padding-left: 52px;
  margin-left: -10px;
  padding-top: 12px;
  height: 32px;
  color: #7A909D;
  text-decoration: none;
}

div#sidebar h3.formatted {
  display: block;
  padding-top: 15px;
  height: 30px;
  color: #7A909D;
  text-decoration: none;
}


div#sidebar p {
  font-size: 85%;
}

div#sidebar a {
  color: #F15F22;
}

div#sidebar p.twitterMessage a {
  color: #515151;
}

div#sidebar ul.sidebarArchives li {
  margin-left: 10px;
}

div#sidebar form#searchform {
  margin-left: 10px;
}

div#sidebar form#searchform label {
  line-height: 140%;
}

div#commentWrapper form textarea {
  width: 450px;
  height: 9em;
}

pre .line table td.number { width: 2.3em !important; }

div.syntaxhighliter {
  margin-left: -10px;
}


div.html5-pre {
  white-space: pre;
  
}


#imagehider img {
  width: 0px;
  height: 0px;
}


