/*  
Theme Name: Leanne
Theme URI: http://this-site.com
Description: A theme
Version: 1.0
Author: Alisa Schadt / John Athade / Erik Kastner
Author URI: http://lots-of-different-sites.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

body {
  background: white;
  font-size: medium;
  font-family: Verdana, verdana, sans-serif;
}

a { color: #c04379; }

#page {
  background: #433d32 url('images/background.jpg') no-repeat top center;
  font-size: 68.8%; /* 11px */
  width: 1000px;
  margin: 0 auto;
}

#header {
  padding-top: 20px;
  overflow: auto;
  margin-bottom: 25px;
}

#header h2 {
  float: left;
  position: relative;
  margin-bottom: 60px;
}

#header h2 a {
  display: block;
  width: 279px;
  height: 75px;
  outline: none;
  text-indent: -100000px;
}

#header ul#nav {
  clear: left;
  overflow: auto;
  margin-bottom: 26px;
  margin-left: 18px;
}

#header #nav li {
  float: left;
  margin-left: -1px;
}

#header #nav li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 8px;
}

#about-leanne #menu-about-leanne a,
#what-can-i-do #menu-what-can-i-do a,
#memories #menu-memories a,
#photos #menu-photos a,
#memorial-fund #menu-memorial-fund a {
  background: #6f644f;
}

#header li a:hover {
  background: #6f644f;
}

#header .quote {
  background: #f0e6e6;
  position: relative;
  width: 560px;
  height: 22px;
  margin-left: 38px;
  padding: 0 10px;
  padding-top: 7px;
  text-align: center;
  clear: left;
}

#header .photos {
  margin-left: 38px;
  margin-top: 20px;
  float: left;
  width: 305px;
}

#header .photos ul {
  margin-left: 0;
  margin-top: 7px;
}

#header .photos li {
  background: white;
  padding: 4px;
  margin-right: 7px;
}

#header ul.photos {
  overflow: auto;
}

#header .photos li {
  float: left;
}

#header .donate {
  float: left;
  margin-top: 20px;
  margin-left: 38px;
}

#header .donate h3 {
  margin-bottom: 7px;
}

#content {
  clear: left;
  margin-left: 38px;
  background: white;
  width: 900px;
  padding: 6px 10px;
  overflow: auto;
}

#only-column {
  float: left;
}

#main-column {
  float: left;
  width: 666px;
}

#sidebar {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
}

#sidebar li {
  margin-bottom: 5px;
}

#sidebar li h3 {
  font-size: 10px;
  color: #433d32;
  text-transform: uppercase;
  font-weight: normal;
}

#sidebar li.widget {
  margin-bottom: 20px;
}

#footer-wrap {
  padding: 25px 5px;
}

#footer {
  margin-top: 10px;
  background: white;
  padding: 20px;
  text-align: center;
  line-height: 10px;
  color: #75420b;
}

.post {
  background: #ecd8dd;
  padding: 15px;
}

.post h3, .post h1 {
  font-size: 21px;
  color: #433d32;
  font-weight: normal;
}

.post h3 a, .post h1 a {
  color: #433d32;
}

.post .post-date {
  color: #6e5423;
  margin-bottom: 5px;
}

.post .postmetadata {
  font-size: 9px;
  margin: 10px 0;
}