@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	background-image: url(fleurbelle_bw.jpg);
	background-repeat:repeat;
	text-align: justify;
	color: #000;
	padding-top: 0px;
	font-family: "Century Gothic";
	font-size: 14px;
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* Sidebar */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 50px 20px 50px;
	color:#000;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

#sidebar ul {
	padding: 20px 0 20px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	text-align:center;
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
}

#sidebar li ul {
	margin-bottom: .2em;
	list-style: none;
	background-image:url(images/bg_sidebar_dots.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#sidebar h2 {
	font-size: 1.4em;
	text-indent: 15px;
	letter-spacing: 1pt;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

#sidebar a {
	text-decoration: none;
	color:#FFF;
}

#sidebar a:hover {
	text-decoration: none;
	color:#69F;
}

#sidebar .active {
	color: #000;
	font-weight: bolder;
}
#sidebar .active a {
	color: #000;
}

a img {
	border: none;
}

div.img
  {
  height:auto;
  width:auto;
  border:none;
  }

    
  
div.img a:hover img
  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
  }

    
  
div.img a:hover img
  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
  }


h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 20px;
	font-family:"Century Gothic";
	color: #39F;
	font-variant:small-caps;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	font-family:"Century Gothic";
	color: #39F;
	font-weight:bold;
}

h3 {
	font-size: 2.4em;
	font-family:"French Script MT";
}
h4 {
	font-size: 10pt;
	color:#666;
	font-stretch:expanded;
}
p, ol, ul {
	line-height: 160%;
	font-size: 14px;
	text-align: justify;
	text-indent: 0px;
	font-weight: normal;
}

a {
	color: #09C;
	outline:none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}



/* Header */

#header {
	width: 900px;
	height: 162px;
	margin: 0px auto;
	background-image: url(images/header_top.jpg);
	background-repeat:no-repeat;
}

#header a {
	text-decoration: none;
	color: #666;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 40px 0px 0px 0px;
}

#logo p {
	text-indent: -99999px;
}

/* Menu */

#menu {
	width: 900px;
	height: 21px;
	background-color:#000;
	padding-top: 0px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;

}

#header-pic {
	background: url(images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 50px 50px 50px 90px;
}

.floating-box {
	float: left;
	width: 220px;
	margin-bottom: 50px;
}

.floating-box .heading {

}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 160%;
	font-size: 10pt;
	text-align:left;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}



.post {
	margin: 0px 0px 150px 0px;
	color: #000;
	font-size: 12pt;
}

.left
{
        float: left; /*left in our text*/
        margin: 10px 20px 10px 0px; /*space around the image*/
}

.right
{
        float: right; /*left in our text*/
        margin: 0px 0px 20px 50px; /*space around the image*/
}

.post .entry {
	padding: 80px 0px;
	font-weight: bold;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}


/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */


#footer {
	clear: both;
	width: 900px;
	height: 200px;
	margin: 0px auto 0px auto;
	background-color: #000;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 9pt;
}

#footer a {
	color: #CCC;
	text-decoration:none;
}

#footer a:hover {
	color: #69F;
}
#footer p {
	color: #fff;
}

