/*
Theme Name: Fleur
Theme URI: http://fleurchicago.com/
Description: The theme for Fleur
Version: 1.0
Author: New Circle Consulting
Author URI: http://newcircleconsulting.com/

This theme was designed by DoubleTake Design
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

fieldset, img, abbr {
	border:0 none;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	text-align:left;
	vertical-align:top;
	}
	
a, a:visited {
	color: #4f8a10;
	text-decoration:none;
}
h1, h2, h3, h4, h4 {
	color: #4f8a10;
}
h1 {
	font-size: 20px;
	font-weight: 500;
}
h2 {
font-size: 16px;
	}
h3 {
	font-size: 14px;
}
h4 {
	font-weight:bold;
}
body {
	background-color: #C6D9b2;
	font-family: arial,helvetica;
	font-size: 14px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding-top: 10px;
	padding-left: 10px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

hr {
}

#doc {
	width:798px;
	margin:auto;	
	padding:0;
	text-align:left;
	background-color:white;
}

#header {
	height:256px;
	display:block;
	background:#C6D9B2 url(./images/header.png) no-repeat scroll left top;
	margin-bottom: 10px;
}

#nav {
	height: 46px;	
	display:block;
	margin-bottom: 10px;
}

ul.menu li {
	float:left;
}
ul.menu li a {
	background:transparent url(./images/blog_site_on.png) no-repeat scroll left top;
	display:block;
	height:46px;
}


ul.menu li a.blog, ul.menu li a.blog:hover  { 
	background-position:0px 0px; width:150px;
}
ul.menu li a.main  { 
	background-position:-150px 0px; width:130px;
}
ul.menu li a.filler, ul.menu li a.filler:hover { 
	background-position:-280px 0px; width:518px;
}
ul.menu li a.main:hover  { 
	background:transparent url(./images/main_site_on.png) no-repeat scroll left top;
	background-position:-150px -1px; width:130px;
}


.cleardiv {
	clear: both;
	height:0px;
	margin:0;
	padding:0;
}


#sidebar
{
	margin-left:608px;
	width:190px;
	text-align: right;
}

#inner {
	padding-top: 25px;	
}
#content 
{
	float: left;
	width: 608px;
}

#content_container {
	padding-left: 35px;
}

#sidebar_container {
	padding-right: 20px;
}
#breadcrumb {
	color: #9f9f9f; 
	padding-left:35px;
}
.post {
	background:transparent url(./images/entry_bg.png) no-repeat scroll left top;			
	margin-bottom: 25px;
}

.entry {
	margin-right: 36px;
	padding-top: 20px;
	padding-right: 15px;
	border-right: 1px solid #A8BF90;
	line-height: 2;
}

.entry_time {
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 5px;
}

.rss {
	margin-bottom: 20px;
}

ul.sidebarlist {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.sidebarlist li {
	line-height: 2;
}

ul.archive li {
text-transform: lowercase;
}


#footer {
	background-color: #C6D9b2;
	clear:both;
	padding-top: 10px;
	padding-left:25px;
	color: #4f8a10;
	font-size: 12px;
}

.comment-body {
	margin-bottom: 15px;
	position:relative;
	}
	
.comment-body  p {
	line-height: 1.2;
	}	
.comment-meta {
	position: absolute;
	top: -6px;
	left: 35px;
	}	

