/*
Wildflower CMS main stylesheet

Colors

*/

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

/* Typography */

html {
	font: 0.88em/1.21 "Helvetica Neue", Helvetica, Arial, sans-serif; /* 14px / 17px */
	color: #363636;
	background: #fff url(img/top-gradiend.gif) 0 0 repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}

h2 {
	font-size: 1.57em; /* 22px */
	margin: 1.3em 0 -0.4em;
}

h3 {
	font-size: 1.36em; /* 19px */
	margin: 1em 0 -0.4em;
}

h4 {
	font-size: 1.21em; /* 17px */
	margin: 1em 0 -0.4em;
}

hr {
    display: none;
}


/* Links */

a {
	color: #0000ff;
	text-decoration: underline;
}
    
	a:hover {
		background-color: #0000ff;
		color: #fff;
		text-decoration: none; 
	}
	

/* Main nav */

#nav {
    margin: 2em 0;
    padding: 0;
    list-style: none;
}


/* Wrap */

#wrap {
	width: 780px;
	margin: 0 auto;
}
.sidebar_posts {
        padding: 5px 0 0 5px;
}
        .sidebar_posts h2, .sidebar_posts h2 a {
                color: #000000;
                display: inline;
                font-size: 0.95em;
        }
        .sidebar_posts a {
                color: #009900;
                display: inline-block;
                font-size: 0.95em;
        }
        .sidebar_posts .post-date {
                color: #ffffff;
                display: block;
                font-size: 0.85em;
        }
.contact_form fieldset{
	border:1px solid #999999;
	margin:20px 0;
	padding:15px 10px;
}
	.contact_form fieldset legend{
		color:#999999;
		text-transform:uppercase;
	}
	.contact_form .input label{
		width: 150px;
	}
.input {
	display:block;
	padding:0 0 15px;
}
	.input label {
		display:inline-block;
		font-size:0.75em;
		padding-right:5px;
		text-align:right;
	}
