/*
    Theme Name: FeatherCast
    Theme URI:  http://feathercast.org/
    Description: This is the theme used for the FeathrCast website. It's 
                 likely not much interest to others, but has been created
                 to ease changing versions of WordPress.
    Version: 1.0
    Author: david reid
    Author URI: http://david-reid.com/

    The CSS, XHTML and design is released under Creative Commons:

*/

/* Unlike some stylesheets I don't seperate the typography and layout as
   I think it makes it easier to read and far easier to debug having all the
   settings in one place!
 */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #d5d6d7;
  color: #333;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0; 
}

#page {
  background-color: white;
  text-align: left;
  margin: 10px auto;
  padding: 0;
  width: 780px;
  border: 2px solid #959596;
}

#content {
  font-size: 1.2em
}

#footer {
  background: white;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  clear: both;
}

#leftcolumn {
  float: left;
  width: 550px;
  text-align: left;
}

#header {
  background-color: white;
  margin: 0 0 0 1px; 
  padding: 10px; 
  height: 110px; 
  width: 490px;
  text-align: center;
}

#headerimg {
  margin: 0;
  width: 100%;
}

#sidebar {
  font-size: 1em;
  font-face: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 20px 0 10px 0;
  margin-left: 560px;
  width: 190px;
}

/*
 * Classes
 */
.narrowcolumn {
  padding: 0 0 20px 45px;
  margin: 0px 0 0;
  width: 480px;
  text-align: center;
}

.widecolumn .entry p {
  padding: 10px 0 20px 45px;
  margin: 0 0 0;
  width: 480px;
  line-height: 1.6em;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
}

.alt {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

.post {
  margin: 0 0 40px;
  text-align: justify;
}

.postmetadata {
  clear: left;
  text-align: center;
}

  .narrowcolumn .postmetadata {
    padding-top: 5px;
  }

/*
 * h1 h2 h3
 */
h2 {
  margin: 30px 0 0;
}

h2.pagetitle {
margin-top: 30px;
  text-align: center;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  text-decoration: none;
  color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #ff7c00;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
}

/*
 * a
 */
a {
  color: #06c;
  text-decoration: none;
}

  h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
  }

  a:hover {
    color: #147;
    text-decoration: underline;
  }


/*
 * small
 */
small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

/*
 * img
 */
img {}

  #headerimg a img {
    border: 0;
    text-align: center;
  }

  #sidebar img {
    margin: 5px auto;
    text-align: right;
    border: 0;
  }

/*
 * p
 */
p {}

  #footer p {
    text-align: center;
    font-style: italic;
  }

/*
 * ul
 */
ul {}

  #sidebar h2 {
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 1.2em;
  }

  ul.noicon {
    list-style-image: none;
    list-style-type: none;
  }

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
} 

html>body .entry li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
  content: "\00BB \0020";
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}

#sidebar ul li.centred {
  text-align: center;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}


#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}


