/*
Theme Name: Hugh's Theme
Theme URI: http://www.hughtempleton.co.uk/
Version: 1.0
Author: Chris Hunt
Author URI: http://extraconnections.co.uk
*/

body {
   background: #eed url(images/paper.jpg);
   color: #433;
   font-family: "Times New Roman", Times, serif;
   font-size: large;
   z-index: 10;
}

#header {
   text-align: center;
   margin: 1em 0;
}

#sidebar {
   width: 200px;
   float: left;
   padding-bottom: 270px;
   margin-bottom: 10px;
   background: url(images/trees.jpg) bottom left no-repeat;
}

ul.menu {
   list-style: none;
   margin: 0;
   padding: 0;
}

.menu a {
   display: block;
   width: 180px;
   background: #a98;
   color: #eed;
   text-align: center;
   text-decoration: none;
   font-size: large;
   font-weight: bold;
   margin: 4px 0;
   padding: 3px 0;
}

.menu a:hover {
   color: #fff;
}

#blog_sidebar {
   width: 160px;
   padding: 10px;
   float: right;
   margin: 4px 0 14px 20px;
   background: #a98;
   color: #eed;
   position: relative;
   z-index: 15;
}

#blog_sidebar ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#blog_sidebar li {
   list-style: none;
   margin: 0;
   padding: 0;
}

#blog_sidebar h2 {
   color: #eed;
   margin: 0;
}

#blog_sidebar ul ul {
   margin: 0.5em 0 2em 0.5em;
}

#blog_sidebar a {
   color: #eed;
   text-decoration: none;
}

#blog_sidebar a:hover {
   color: #fff;
}

#content {
   margin-left: 201px;
   position: relative;
}

h1,h2,h3 {

   color: #363;
}

h1 {
   margin-top: 0;
}

a {
   color: #009;
   text-decoration: underline;
}

a:hover {
   color: #00F;
}

p.edit, p.commentlink {
   font-size: small;
}

.picleft {
   float: left;
}

.picright {
   float: right;
}

.gallery { float: left; margin: 10px 0 0;}

.gallery a {
   float: left;
   margin: 0 10px 10px 0;
   padding: 0;
}

.gallery a img {
   border: 1px solid #a98;
}

.feedback {
   margin: 1.5em 0;
}

.feedback p {
   margin: 0.5em 0 0;
}
.feedback .who {
   margin: 0;
   color: #363;
}

.feedback .what {
   margin: 0;
   font-size: smaller;
   color: #404;
}

blockquote.press {
   margin-left: 0;
   margin-right: 0;
   padding: 10px;
   border: 1px solid #a98;
   background: #eee url(images/paper2.jpg);
   font-size: medium;
}

blockquote.press h2 {
   margin-top: 0;
   color: #433;
   font-size: xx-large;
   font-weight: bold;
}

blockquote.press p.old {
   margin: 0;
   text-align: justify;
   text-indent: 1em;
}
  
blockquote.press p.byline {
   text-indent: 0;
   font-size: large;
   margin: 1em 0;
}

blockquote.press p.byline span {
   font-weight: bold;
}

blockquote.press p.first {
   text-indent: 0;
}

blockquote.press p.cite {
   text-indent: 0;
   text-align: right;
   font-style: italic;
   margin: 1em 0;
}

blockquote.press div.centrepic {
   margin: 1em auto;
}

blockquote.press div.centrepic img {
   border: 1px solid #a98;
}

blockquote.press div.centrepic p {
   text-indent: 0;
   margin: 0;
}

#contact {
   clear: left;
}

table.schedule {
   margin: 1em auto;
}

.schedule td,.schedule th {
   padding: 5px 10px;
}

.schedule td {
   background: #dcb;
}

.schedule th {
   background: #ba9;
   color: #eed;
}

.post h2 {
   margin: 0 0 5px;
}

.post h2 a {
   color: #363;
   text-decoration: none;
}

.post h2 a:hover {
   color: #393;
}

.postmeta {
   font-size: small;
   margin-bottom: 1em;
}

#footer {
   clear: both;
   border-top: 1px solid #a98;
   margin: 1em 0 0;
}

div.footnotes {
   font-size: x-small;
}

div.footnotes p {
   margin: 0;
}

#loginout {
   list-style: none;
   float: right;
   text-align: right;
   margin: 0;
}

#loginout li {
   display: inline;
   margin: 0;
   padding: 0 0.5em;
   border-right: 1px solid;
}

#loginout li.last {
   border: none;
   padding-right: 0;
}

/* Sticky footer Code */

html, body, #wrap {height: 100%;
 padding-top: 0;
 margin-top: 0;
 padding-bottom: 0;
 margin-bottom: 0;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 5.5em;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -4.8em; /* negative value of footer height */
	height: 4.75em;
	clear:both;} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@media print {
  
   body {
      color: #000000;
      background: #FFFFFF; 
      font-size: 12pt;
   }

   #sidebar { 
      display: none; 
   } 

   #blog_sidebar {
      dispolay: none;
   }

   #loginout {
      display: none;
   }

   /* Main Body Positioning and Properties */

   #content { 
      margin-left: 0;
   }

   a {
      color: #000000;
      text-decoration: none;
   }

   h1,h2,h3,h4 {
      color: #000000;
   }
}
