/*
Theme Name: Madrona Meadows
Theme URI: http://www.madronameadowsbedandbarn.com
Description: A simple Wordpress CMS theme custom-built for Scott and Sue DeNies of Madrona Meadows Bed & Barn
Version: 1.0
Author: Daniel Genser of Zigflitz llc - zigflitz.com
*/

/* 
COLOR GUIDE
tan     d4cc81
maroon  803124
green   475b44

*/

/* BROWSER FIXES AND RESETS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td	{
	margin:0;padding:0;
	}
table	{
	border-collapse:collapse;
	border-spacing:0;
	}
address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight:normal;
	}
ol,ul 	{	
	list-style-type:none;
	}
h1,h2,h3,h4,h5,h6,p,span	{
  font-family:georgia, serif;
	font-size:1em;
	font-weight:normal;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
a img 	{
	text-decoration:none;
	border:0;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* GLOBAL ELEMENTS */

body	{
  background:#d4cc81 url('images/pinstripe.gif') repeat top left;
	margin:0;
	text-align:center;
	padding:25px 0;
	}
#container	{
  background-color:#d4cc81;
	width:760px;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	}
#content  {
  float:left;
  width:250px;
  padding:.75em 0 0 0;
  }
#sidebar  {
  float:right;
  width:500px;
  }
#footer {
  margin:0 auto;
  text-align:center;
  clear:both;
  }
ul#nav-list li {
  display:inline;
  }
ul#bottom-nav-list li {
  display:inline;
  }
/* FORMS */

label {
  display:block;
  margin:8px 0 0px 0;
  font-size:1em;
  color:#353535;  
  }
.required {
  color:#803124;
  font-size:.75em;
  }
.textinput  {
  padding:2px 0 2px 1px;
  font-family:georgia, serif;
  font-size:.8em;
  color:#803124;
  }
textarea  {
  overflow:auto;
  }
  
/* TYPOGRAPHY */

h1  {
  font-weight:bold;
  font-style:italic;
  font-size:2em;
  color:#353535;
  }
h2  {
  font-style:italic;
  font-size:1.5em;  
  color:#353535;
  }
h3  {
  font-family:georgia, serif;
  font-size:.8em;
  color:#475b44;
  letter-spacing:.1em;
  text-transform:uppercase;
  border-top:1px solid #475b44;
  border-bottom:1px solid #475b44;
  padding:3px 0 3px 2px;
  margin:8px 0 4px 0;
  }
p {
  font-size:1em;
  color:#353535;
  line-height:1.5;
  margin:.25em 0 .75em 0;
  padding:0;
  }
p.first:first-line {
  font-size:1em;
  font-variant:small-caps;
  letter-spacing:.05em;
  }
a, a:visited  {
  color:#803124;
  }
a:hover, a:active {
  color:#475b44;
  }
  
/* LINKS PAGE */

li.linkcat h2 {
  display:none;
  }
li.linkcat li  {
  font-family:georgia, serif;
  color:#353535;
  margin:2px 0 8px 0;
  line-height:1.5;
  }
  
/* FOR SLIDESHOW CONTROLS */

.hidden {
  display:none;
  }