/*
THEME NAME: Windy Elf
THEME URI: http://holmwood.id.au/~julia/
DESCRIPTION: Windy Elf theme for Julia's Blog
VERSION: 0.1
AUTHOR: Julia Holmwood
AUTHOR URI: http://holmwood.id.au/~julia/
TAGS: sandbox, juliaholmwood
*/

/* reset */
html {
  font-size: 62.5%;
}

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #2f437e;
}

/* structural + resets */

body {
  font-size: 2em;
  background-image: url('images/pattern.jpg');
  background-color: #2e062b;
  font-family: Baskerville, Garamond, Times, serif;
}

a img {
  border: none;
}

ol, ul {
  margin-left: 1em;
}

textarea, input {
  border: 1px solid black;
  font-size: 1.1em;
  padding: 0.2em;
}

textarea {
  font-size: 1.2em;
}

div#wrapper {
  margin: auto;
  width: 901px;
  background-color: white;
}

div#header {
  text-align: center;
}

div#banner a {
  background-color: #ffe2ff;
}

div#access, div#nav-above {
  display: none;
}

div#container {
  margin-top: 16px;
}

div#content {
  clear: both;
  padding: 2em;
}

h1, h2, h3, h4, h5 {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: black;
}

/* header */

h1#blog-title {
  display: none;
}

div#blog-description {
  background-color: #ffe2ff;
  font-style: italic;
  padding: 0.5em 0 0.7em;
}


/* sidebar */

div#sidebar {
  padding: 0.75em 1.2em;
  margin-bottom: 2em;
}

div#sidebar div#flickr {
  text-align: center;
  margin-bottom: 0.4em;
}
  

div.sidebar {
  float: left;
  width: 50%;
}

div#secondary.sidebar {
  clear: right;
}

div.sidebar ul.xoxo {
  list-style-type: none;
}

/* rss widgets */
div.sidebar li.widget.widget_rss {
  margin-top: 0.4em;
}

div.sidebar li.widget a.rsswidget img {
  display: none;
}

div.sidebar li.widget.widget_rss li {
  margin: 0.2em;
  list-style-type: square;
}

/* sidebar categories */

div.sidebar li#categories-524191561 h3.widgettitle {
  display: none;
}

div.sidebar li.cat-item {
  font-size: 1.5em;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  list-style-type: none;
  background-color: #ffe2ff;
  margin: 0.2em 0.5em;
  padding: 0.2em 0.5em;
}

div.sidebar li.cat-item:hover {
  background-color: white;
}

div.sidebar li.cat-item a {
  color: #2e3436;
}

div.sidebar div.textwidget {
  line-height: 1.3em;
}

div.sidebar h3.widgettitle {
  font-size: 1.9em;
}

div.sidebar div.category-description {
  font-family: Baskerville, Garamond, Times, serif;
  font-size: 0.6em;
  font-weight: normal;
  color: #2e3436;
  margin-top: 0.2em;
}
  


/* categories page */
div#category-description {
  padding: 1em 3em;
}

div#category-description h2.page-title {
  display: block; 
  float: left;
  font-size: 2em;
}

div#category-description div.archive-meta {
  display: block;
  float: left;
  clear: right;
  margin-left: 1em;
  padding-top: 1em;
  color: #575357;
}


/* posts */

div.entry-content img {
  margin: auto;
  display: block;
}

div.post {
  font-family: Baskerville, Garamond, Times, serif;
  margin-bottom: 1.5em;
}

div.post p {
  margin: 1em 0;
  line-height: 1.25em;
}

div.entry-date {
  margin-top: 0.3em;
  color: gray;
  font-size: 0.9em;
}

div.entry-meta {
  font-size: 0.9em;
  color: gray;
  margin-top: 0.5em;
}

div.post span.comments-link {
  font-weight: bold;
}

div.post a {
  padding: 0.15em;
}

div.post h2.entry-title {
  margin-left: -0.15em;
}

div.post a:hover {
  background-color: #2f437e;
  color: white;
}

div.post h2.entry-title a:hover {
  background-color: black;
  color: white;
}

div.post a img:hover {
  background-color: white;
  border: none;
}
 
/* comments */
div#comments {
  padding-top: 1.5em;
  clear: both;
}

div#comments div.form-label {
  margin-top: 1em;
}

div#comments div.form-label label {
  font-weight: bold;
}

textarea#comment {
  font-family: Baskerville, Garamond, Times, serif;
  margin: 0.5em 0;
  resize: vertical;
}

div#comments-list {
  margin: 0.5em;
}

div#comments-list div.comment-meta {
  font-size: 0.8em;
  color: gray;
}

div#comments-list li {
  margin: 1em 0;
  padding: 0.4em;
}

span.required {
  color: red;
}

div#comments-list li.bypostauthor {
  background-color: #ffefff;
}

/* footer */
div.nav-previous a, div.nav-next a {
  padding: 0.25em; 
  border: 1px solid gray;
  font-size: 1.2em;
  font-weight: bold;
}

div.nav-previous a:hover, div.nav-next a:hover {
  background-color: gray;
  color: white;
  font-weight: bold;
}

div.nav-previous {
  float: left;
}

div.nav-next {
  float: right;
}


div#footer {
  text-align: center;
  font-size: 0.8em;
  padding: 1.5em 0 0.8em;
  clear: both;
}
