/*  
Theme Name: The Flowerblog
Theme URI: 
Description: The blog for The Flowerpot.
Version: 1.0
Author: Brittney Bean
Author URI: mynameisbean.com

*/

body {
		margin: 0;
		font-family: arial, helvetica, georgia, sans-serif;
		font-size: 12px;
		text-align: left;
		vertical-align: top;
		background: #798C73;
		color: #000000;
		}
		
a img	{
		border: none;
		}

a		{
		color: #798C73;
		}

ul li	{
		list-style-type: none;
		}

h3		{
		color: #FFFFFF;
		font-size: 1.5em;
		background-color: #798C73;
		font-weight: lighter;
		padding-left: 2px;
		}

h3	a	{
		color: #FFFFFF;
		font-size: 1.5em;
		background-color: #798C73;
		font-weight: lighter;
		padding-left: 2px;
		text-decoration: none;
		}

#wrap	{
		width: 800px;
		height: 100%;
		overflow: auto;
		margin: 0 auto 0 auto;
		background: #FFFFFF;
		border-style: solid;
		border-width: 0px 20px 0px 20px;
		border-color: #C0AA7D;
		}

#header	{
		background: #FFFFFF;
		width: 800px;
		height: 250px;
		left: auto;
		right: auto;
		}
		
#nav	{
		width: 800px;
		height: 100px;
		left: auto;
		right: auto;
		background: #FFFFFF;
		}
		
#nav ul	li {
		list-style-type: none;
		display: inline;
		margin-left: 30px;
		margin-right: 30px;
		}
		
#container	{
		margin: 0 auto 0 auto;
		padding: 0 0 0 10px;
		width: 570px;
		height: 100%;
		float: left;
		background: #FFFFFF;
		}
		
#sidebar	{
		float: left;
		width: 200px;
		height: 100%;
		text-align: right;
		}
		

#footer	{
		float: left;
		width: 800px;
		margin: 0 auto 0 auto;
		padding: 0 20px 0 20px;
		background: #FFFFFF;
		}
		