 /*
Theme Name: Mike & Laura Lindy
Theme URI: http://www.mikeandlauralindy.com
Description: Cool brown Theme for mikeandlauralindy.com
Version: 1.0
Author: Mike Roberts & Laura Glaess
Author URI: http://www.mikeandlauralindy.com
*/

html,*
{
	padding: 0;
	margin: 0;
}

body 
{
  background-color: #eadbc9;
}

hr, accessibility
{
  display: none;
}

h2, a 
{
  color: #A97634;
  font-family: helvetica, aerial, sans-serif;
  font-weight: normal;
  text-transform:lowercase;
}
h2
{
  font-size: 24px;
  padding-bottom:18px;
}

h3
{
  color: #50291f;
  font-size: 17px;
  font-family: helvetica, aerial, sans-serif;
  font-weight: normal;
  padding-bottom:7px;
  text-transform:lowercase;
}

h4
{
  color: #7a4739;
  font-size: 14px;
  font-family: helvetica, aerial, sans-serif;
  font-weight: bold;
}

body, p
{
  color: #7a4739;
  line-height:18px;
  font-size: 12px;
  font-family: helvetica, aerial, sans-serif;
  padding-bottom:17px;
}

a
{
  color: #A97634;
  
  font-family: helvetica, aerial, sans-serif;
  text-transform:none;
}

a:hover
{
  color: #a8875c;
}

ul
{
  padding-left:12px;
  padding-bottom:17px;
}

#sidebar p
{
  color: #A97634;
}

/* centering whole page */
div#headerimg, div#main, div#footer
{
  background-color: #f4ede2;
  width: 850px;
  position: relative;
  left: 50%;
  margin-left: -425px;
}

div#nav
{
  background-color: #f4ede2;
  width: 850px;
  position: relative;
  left: 50%;
  margin-left: -425px;
  list-style: none;
}

/* nav */
div#nav h3.navtitle
{
  display: none;
}
div#nav a
{
  text-decoration: none;
  text-transform:lowercase;
}

div#nav ul li.page_item
{
  display: inline;
  padding-left: 15px;
}

div#nav ul
{
  padding-top: 10px;
  margin-bottom: -10px;
}

div#nav ul li.page_item ul
{
  display: none;
}

p.sec_nav
{
  margin-top: -10px;
}

/* header, headerimg */
div#header
{
  background-color: #7a4739;
  background-image: url ('images/dark_grad_left.gif');
}

div#headerimg
{
  background-image: url('images/index1.jpg'); 
  height: 245px;
}

#headerimg h1, #headerimg div.description
{
	display: none;
}

/* main */
#main
{
  padding: 0;
  overflow: hidden;
}

#content div.page
{
  padding: 50px;
  width: 350px;
}

#content div.post
{
  padding-bottom: 15px;
}

/* sidebar */
#sidebar
{
  float: right;
  width: 400px;
}

#sidebar #events
{
  background-color: #FAF6F1;
  height: 300px;
  width: 180px;
  margin:0;
  padding-left: 10px;
  padding-bottom: 20000px;
  margin-bottom: -20000px;
}

#sidebar #blog
{
  width: 170px;
  padding: 0 25px 0 0;
  float: right;
}

li.event
{
  margin-bottom: -15px;
  padding: 0;
}
div#blog li.event p,
div#events li.event p
{
  margin-left: -10px;
}
li.event a
{
  font-weight: bold;
}

#sidebar h2
{
  padding-top:50px;
  padding-left:10px;
  padding-right:10px;
  color:#cfb088;
}

#sidebar p
{
  color:#a97736;
  padding-left:10px;
  padding-right:10px;
}

#sidebar ul
{
  padding-left: 22px;
}

/* footer */
div#footer
{
  background-color: #eadbc9;
}
div#footer p, div#footer a
{
  font-size: 10px;
}

