/*******************************************\
*                                           *
*    Created by Timothy Good                *
*    http://www.livesitestudio.com/         *
*    (slightly modified by Jon Graves)      *
*    Copyright © 2007                       *
*                                           *
\*******************************************/


/*
* Main Header Graphics
*/

body {
  margin: 0px;
  padding: 0px 55px;
  font-family: verdana;
  text-align: center;  /* IE sucks */
  background: #ddd;
}

#outer {
  text-align: left;
  margin: 0px auto;
  min-width: 775px;
  max-width: 1313px;
  width: auto !important;
  width: 775px; /* IE sucks */
  padding: 0px 0px 0px 25px;
  background: #fff url(/images/bg_left_grey.png) top left repeat-y;
}

#inner {
  padding: 0px 25px 0px 0px;
  background: url(/images/bg_right_grey.png) top right repeat-y;
}

#splash {
  background: url(/images/big_sky.jpg) top right no-repeat !important;
  background: none; /* IE sucks */
  height: 262px;
  width: 100%;
}

#splash p {
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-family: "gill sans", verdana;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: none;
}

/*
* Menu Layout
*/

#menu {
  background: url(/images/skyline.png) top center no-repeat !important;
  background: url(/images/ie_big_sky.jpg) top left no-repeat; /* IE sucks */
  height: 315px;
  margin: -262px 0px 20px 0px;
}

#menu ul {
  margin: 254px 0px 0px;
  padding: 0px 0px 0px 50px;
  float: left;
  list-style: none;
  text-transform: uppercase;
}

#menu ul li {
  display: block;
  float: left;
  font-size: 11pt;
}

#menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0px 10px;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
  background: #fff;
  color: #000;
}

#menu #search {
  float: right;
  font-size: 8pt;
  color: #c6c9ca;
  padding: 0px 25px 0px 0px;
  margin: 256px 0px 0px;
}

#menu #search form {
  margin: 0px;
  padding: 0px;
}

#lblSearch:after { /* IE sucks */
  content: ":";
}

#menu #search br {
  display: none;
}

#menu #search input#s {
  border: none;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

#menu #search input#searchsubmit {
  height: 17px;
  width: 31px;
  padding: 0px;
  margin: 0px 0px -3px 5px;
  background: url(/images/submit.png) 0 0 no-repeat;
}

#menu #search input#searchsubmit:hover { /* IE sucks */
  background: url(/images/submit.png) 0 -17px no-repeat;
}

/*
* Content Layout
*/

#content {
  float: left;
  width: 70%;
  border-right: 1px dotted #666 !important;
  border-right: 2px dotted #666; /* IE sucks */
  font-size: 10pt;
  padding-top: 20px;
}

#content h2.pagetitle {
  margin: 0px 0px 10px 30px;
  padding: 0px;
}

/*
* Fridge-Only Layout
*/

#page-36 #outer {
  min-width: 1030px !important;
  width: 1030px; /* IE sucks */
}

#page-36 #content {
  float: none;
  width: 100%;
  border: none !important;
}

#page-36 #sidebar, #page-36 .date {
  display: none;
}

#page-36 #content .post .entry {
  padding: 0px;
}

/*
* Post Layout
*/

#content .post {
  margin: 0px 50px 30px;
}

#content a {
  color: #000;
  border-bottom: 1px dotted black;
  text-decoration: none;
}

#content a:hover {
  border-bottom: 1px solid black;
}

#content .post .entry {
  padding-right: 70px;
  margin-right: 0px;
}

#content .post .date {
  font-size: 8pt;
  color:#666;
  float: right;
  padding: 0px 5px 0px 20px;
}

#content .post .date em.user {
  background: url(images/user.png) no-repeat left top;
  padding-left: 15px;
}

#content .post .date em.postdate {
  background: url(images/date.gif) no-repeat left top;
  padding-left: 17px;
}

#content .post h3 {
  margin: 0px;
  padding: 0px;
}

#content .post h3 a {
  font-size: 14pt;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  border-bottom: none;
}

#content .post h3 a:hover {
  border-bottom: 1px solid #666;
}

#content .post a .more {
  float: left;
  font-size: 8pt;
  border-bottom: 1px dotted black;
}

#content .post a:hover .more {
  border-bottom: 1px solid black;
}

#content .post .footer {
  font-size: 8pt;
  padding-bottom: 25px;
  border-bottom: 1px dotted #666 !important;
  border-bottom: 2px dotted #666; /* IE sucks */
}

#content .post .footer ul {
  list-style: none;
  text-align: right;
  padding: 0px;
}

#content .post .footer ul li {
  display: inline;
  padding: 3px 10px 3px 15px;
}

#content .post .footer ul li.comments {
  background: url(images/a36.gif) 0px 2px no-repeat;
}

#content .post .footer ul li.readmore {
  background: url(images/a38.gif) 0px 2px no-repeat;
}

/*
* Sidebar Layout
*/

#sidebar {
  width: 29.6%;
  float: left;
  font-size: 10pt;
}

#sidebar a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted black;
}

#sidebar a:hover {
  border-bottom: 1px solid black;
}

#sidebar ul {
  list-style: none;
  margin: 0px 7.4%;
  padding: 0px;
}

#sidebar ul ul {
  margin: 5px 0px 5px 10px;
  padding: 0px;
}

#sidebar h2 {
  margin: 0px 0px 15px;
  padding: 20px 0px 5px 5px;
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid black;
}

#sidebar li li h2 {
  margin: 15px 0px 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #666;
}

#runforcover, #calendar_wrap {
  text-align: center;
}

#runforcover a {
  border: none;
}

#runforcover a img {
  border: 1px solid black;
}

#sidebar .recent_post {
list-style-type: square;
  margin: 0px 20px 10px 20px;
}

#runforcover table, #calendar_wrap table, #calendar_wrap caption {
  margin: 0px auto;
}

#calendar_wrap caption {
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 5px;
}

#calendar_wrap table {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-spacing: 2px;
}

#calendar_wrap table th, #calendar_wrap table td {
  padding: 3px;
  font-size: 9pt;
  background: #eee;
  margin: 1px;
}

#calendar_wrap td {
  color: #ccc;
}

#calendar_wrap td a, #calendar_wrap td a:hover {
  color: #000;
  border: none;
}

#sidebar #recentcomments {
  list-style: outside url(images/arrow.gif);
  margin: 0px 0px 0px 25px;
}

#sidebar #recentcomments li {
  margin: 0px 20px 10px 0px;
  padding: 0px;
}

/*
* Footer Layout
*/

#footer {
  clear: both;
  height: 58px;
  background: url(/images/footer.png) bottom left repeat-x;
  text-align: center;
  color: #fff;
  font-size: 10pt;
}

#footer p {
  margin: 0px;
  padding: 30px 0px 0px;
}

/* Block Quote Layout */

blockquote:before, blockquote:after {
color: #1874CD;
display: block;
font-family: 'trebuchet ms', 'times new roman', arial;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 15px;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;   
margin-left: 100%;
}