/**********************************************************************************************

	Theme Name: Fleur de Crea
	Description: The unique Wordpress theme for Fleur de Crea.
	Version: 1.0a
	Date: 2008.06.15

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 Content
			3.4 Sidebar
			3.5 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* Global reset */
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
  vertical-align:baseline;
}
BODY {
  line-height: 1;
}
OL, UL {
  list-style: none;
}
TABLE {
  border-collapse: separate;
  border-spacing: 0;
/* tables still need 'cellspacing="0"' in the markup */
}
CAPTION, TH, TD {
  text-align: left;
  font-weight: normal;
}
BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align: center;
}
/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

H1, H2, H3, H4 {
  font-family:"Arial Rounded MT Bold","Arial Rounded",Arial,Helvetica,sans-serif;
}
h1 {
  }
h2 {
  }
H2.pagetitle {
  font-size:2.3em;
  text-align:center;
  margin:10px 0;
}
h3 {
  }
h4 {
  }
P  {
  font-size:1.2em;
  line-height:1.2em;
}
/*blockquote {
  margin-top:19px;
  padding-top:17px;
  background:url(../images/bg_blockquote.gif) 0 0 no-repeat;
  color:#4d412c;
  font-size:1.5em;
  font-family:Georgia, "Times New Roman", Times, serif;
  text-align:center;
}
blockquote * {
  font-size:1em;
}
blockquote em {
  background:url(../images/bg_em.gif) top right no-repeat;
  display:block;
  margin-top:10px;
  padding-top:20px;
  text-align:right;
  font-size:0.95em;
}
*/

BLOCKQUOTE{
  background: #7F9A65 ;
  font-size:1em;
  color:#FFF;
  font-family:Verdana, Georgia, "Times New Roman", Times, serif;
  margin:10px 25px;
  padding:10px 20px;
}
/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

INPUT, TEXTAREA, SELECT {
  font: 1.2em Arial, Helvetica, sans-serif;
}
/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

A:LINK {
  color: #52858e;
  text-decoration: none;
}
A:VISITED {
  color: #52858e;
  text-decoration: none;
}
A:HOVER {
  color: #52858e;
  text-decoration: underline;
}
a:active {
  }
/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

HR {
  display: none;
}
STRONG {
  font-weight: bold;
}
EM {
  font-style: italic;
}
ABBR, ACRONYM {
  border-bottom: 1px dotted #999;
  cursor: help;
}
/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

IMG.left {
  float:left;
  margin-right:20px;
}
IMG.right {
  float:right;
  margin-left:20px;
}
.hide {
  position: absolute;
  left: -9999px;
}
.clear {
  clear: both;
}
BR.clear {
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.clearfix:after, .container:after, #wrapper:after, .blank:after
{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix, .container, #wrapper, .blank
{
  display:inline-block;
}
/* Hides from IE-mac \*/ 
* HTML .clearfix, * HTML .container, * HTML #wrapper, * HTML .blank
{
  height:1%;
}
.clearfix, .container, #wrapper, .blank
{
  display:block;
}
/* End hide from IE-mac */


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

BODY {
  background-position:0 84px;
  background-repeat:repeat-x;
  background-color:#febfc8;
  color:#616161;
}
.container, #wrapper {
  width: 945px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
#wrapper {
  padding:37px 41px 27px 41px;
  width:863px;
}
#header {
  height: 84px;
  margin-bottom: 27px;
  /*background-color:#4d412c;
  */
	background-color:#625239;
  background-image : url(../images/bg_header.gif);
  background-position:bottom center;
  background-repeat:repeat-x;
  color:#fff;
}
/* Default - Two columns layout */

#wrapper {
  background-color:#fff;
  background-image : url(../images/bg_wrapper.gif);
  background-position:top center;
  background-repeat:no-repeat;
}
#content {
  float: left;
  width: 570px;
}
#sidebar {
  width: 280px;
  float: right;
}
#footer {
  clear: both;
  border-top:1px solid #c4c0b7;
  background-color:#f1ede1;
  color:#616161;
}
/* 3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

#accessibility-menu {
  position: absolute;
  left: -1000em;
  text-align: left;
}
/* 3.2	Header
-----------------------------------------------------------------------------------------------*/	

#header A {
  text-decoration:none;
}
/* Logo -> Image replacement. */
#header H1, #header H1 A, #header H1 A SPAN {
  display: block;
  width: 230px;
  height: 61px;
  overflow: hidden;
}
#header H1 {
  position: absolute;
  top: 16px;
  right: 17px;
}
#header H1 A {
  color:#fff;
  font-size:25px;
  font-weight:normal;
}
#header H1 A SPAN {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background : url(../images/logo.gif) no-repeat;
}
#header UL {
  padding-top:54px;
  height:30px;
}
#header UL LI {
  float:left;
  height:30px;
  margin-right:5px;
  background-color:#fff;
  background-repeat:no-repeat;
  background-image : url(../images/nav_li.gif);
}
#header ul li:hover {
  background-position:0 -30px;
}
#header DIV.container UL LI.current_page_item {
  background-position:0 -60px;
}
#header UL LI A {
  float:left;
  height:30px;
  padding:0 8px;
  line-height:30px;
  background-image : url(../images/nav_a.gif);
  background-repeat:no-repeat;
  background-position:top right;
  font-size:1.2em;
  color:#272112;
}
#header UL LI A:HOVER {
  background-position:right -30px;
  color:#484131;
}
#header DIV.container UL LI.current_page_item A {
  background-position:right -60px;
  cursor:default;
  color:#484131;
  padding:0 10px;
}
/* 3.3	Content
-----------------------------------------------------------------------------------------------*/	

/* Custom rounded cornered boxes */

.brd11, .brd12 {
  background-repeat:no-repeat;
  width:570px;
  margin-bottom:20px;
}
.brd11 .inner, .brd12 .inner {
  padding:18px;
  width:534px;
}
.inner {
  background-repeat:no-repeat;
  background-position:bottom center;
}
.brd11 {
  background-image : url(../images/brd11_top.gif);
}
.brd11 .inner {
  background-image : url(../images/brd11_bot.gif);
}
.brd12 {
  background-image : url(../images/brd12_top.gif);
}
.brd12 .inner {
  background-image : url(../images/brd12_bot.gif);
}
.brd11 H2, .brd12 H2 {
  margin:6px 0;
  color:#88725f;
  font-size:2.3em;
  line-height:1.1em;
}
.brd11 P, .brd12 P {
  margin:12px 0;
}
/* Custom Boxes */

.blank {
  width:548px;
  padding:11px 0 11px 11px;
  margin-bottom:20px;
}
.blank H2 {
  padding-left:20px;
  margin-bottom:7px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.7em;
  font-weight:bold;
  color:#38859b;
}
.blank P {
  float:left;
  width:240px;
  padding-left:20px;
  padding-top:5px;
  background-image : url(../images/leaf_blank.gif);
  background-position:0 0;
  background-repeat:no-repeat;
}
.blank P.first {
  padding-right:20px;
}
/* Posts list */

.post {
  background-image : url(../images/bg_post-mid.jpg);
  background-color:#f1ede1;
  margin-bottom:17px;
}
.post .post-bot {
  background : url(../images/bg_post-bot.gif) no-repeat center bottom;
}
.post .post-top {
  position:relative;
  padding:15px 20px 15px 60px;
  width:490px;
  background : url(../images/bg_post-top.jpg) no-repeat center top;
}
.post .date {
  position:absolute;
  top:15px;
  left:1px;
  display:block;
  width:51px;
  height:46px;
  font-family:"Arial Rounded MT Bold","Arial Rounded",Arial, Helvetica, sans-serif;
  background-color:#fff;
  background-image : url(../images/bg_date.gif);
  background-repeat:no-repeat;
  color:#88725f;
}
.post A {
  color:#2a7c94;
  text-decoration:none;
}
.post A:HOVER, .post a:focus {
  color:#2a7c94;
  text-decoration:underline;
}
.post .month {
  display:block;
  width:51px;
  padding-top:5px;
  font-size:1.7em;
  text-align:center;
  text-transform:uppercase;
}
.post .day {
  display:block;
  width:51px;
  font-size:2.3em;
  text-align:center;
}
.post H2 {
  font-size:2.3em;
}
.post P {
  margin:7px 0;
}
.post .more-link, .post .backtoblog {
  position:absolute;
  bottom:15px;
  right:145px;
  display:block;
  height:15px;
  font-size:12px;
}
.post .postmetadata {
  clear:both;
  min-height:15px;
  padding-right:200px;
}
.post .comments {
  position:absolute;
  bottom:15px;
  left:436px;
  display:block;
  font-size:12px;
}
.post .comments A {
  display:block;
  padding-left:24px;
  height:15px;
  width:95px;
  background : url(../images/leaf_comments.gif) no-repeat left center;
}
/* Tag Cloud */
#tagcloud {
  margin-top:17px;
  background : url(../images/bg_tagcloud.gif);
}
#tagcloud H2 {
  height:34px;
  line-height:34px;
  background : #f1ede1 url(../images/h2_tagcloud.gif) no-repeat;
  color:#747474;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.9em;
  font-weight:normal;
  text-align:center;
}
#tagcloud UL {
  padding:17px;
  background : url(../images/bg_tagcloud-ul.gif) no-repeat center bottom;
  text-align:center;
}
#tagcloud UL LI {
  display:inline;
}
#tagcloud UL LI SUB {
  display:none;
}
/* Comments */
H3#comments {
  padding-left:62px;
  font-size:2.3em;
  color:#88725f;
}
#content OL.commentlist P {
  line-height:1.5em;
  margin:5px 0;
}
OL.commentlist {
  padding:12px 15px 25px;
}
OL.commentlist LI {
  padding:2px 0 2px 47px;
}
OL.commentlist CITE {
  padding-right:19px;
  margin-right:3px;
  background : url(../images/bg_cite.gif) no-repeat right center;
  color:#2a7c94;
}
OL.commentlist LI.alt {
  background-color:#f6f3eb;
}
OL.commentlist LI.alt CITE {
  background : url(../images/bg_citealt.gif) no-repeat right center;
}
#addcomment {
  margin:10px 15px 5px 15px;
  padding:15px 15px 10px 46px;
  background-color:#f6f3eb;
}
#addcomment H3 {
  margin-bottom:15px;
  color:#2a7c94;
  font-size:2.3em;
}
#addcomment FORM {
  margin:15px 0;
}
#addcomment FORM LABEL {
  display:block;
  margin-top:7px;
  margin-bottom:3px;
}
#addcomment FORM INPUT.text, #addcomment FORM TEXTAREA {
  background:#fff;
  color:#616161;
  border:1px solid #d2d2d2;
  width:381px;
  padding-top:2px;
  padding-bottom:1px;
  padding-left:2px;
}
#addcomment FORM TEXTAREA {
  height:72px;
  margin-bottom:25px;
  overflow:auto;
}
/* 3.4	Sidebar
-----------------------------------------------------------------------------------------------*/	

/* Wordpress Sidebar */
#sidebar UL.menu {
  width:276px;
}
#sidebar UL.menu UL {
  padding-top:10px;
  padding-bottom:11px;
  background-position:bottom center;
  background-repeat:no-repeat;
}
#sidebar UL.menu LI {
  margin-bottom:18px;
  font-size:1.2em;
}
#sidebar UL.menu LI LI {
  margin-bottom:0;
  padding:0 21px;
  font-size:1em;
}
#sidebar UL.menu LI A {
  display:block;
  width:213px;
  line-height:30px;
  padding-left:21px;
  border-width:0 0 1px 0;
  border-style:solid;
  /*		text-transform:uppercase;
  */
		text-decoration:none;
}
#sidebar UL.menu LI H2 {
  padding-left:45px;
  height:34px;
  line-height:34px;
  color:#fff;
  font-size:1.35em;
  font-family:Arial, Helvetica, sans-serif;
  background-repeat:no-repeat;
}
#archives UL {
  background-color:#aa5500;
  background-image : url(../images/bg_archives.gif);
}
#archives H2 {
  background-image : url(../images/h2_archives.gif);
  background-color:#b8903c;
}
#archives A {
  color:#dbb971;
  border-color:#a7631a;
}
#archives A:HOVER {
  background-color:#b4722d;
  background-image : url(../images/archives_hover.gif);
}
#sidebar UL.menu LI.more A {
  border:none;
  text-indent:-9999px;
  background : url(../images/but-archivesmore.gif) no-repeat right bottom;
}
#categories UL {
  background-color:#10242e;
  background-image : url(../images/bg_categories.gif);
}
#categories H2 {
  background-image : url(../images/h2_categories.gif);
  background-color:#62868d;
}
#categories A {
  color:#62868d;
  border-color:#353f3c;
}
#categories A:HOVER {
  background-color:#3e4c51;
  background-image : url(../images/categories_hover.gif);
}
#recentp UL {
  background-color:#192e1a;
  background-image : url(../images/bg_recentp.gif);
}
#recentp H2 {
  background-image : url(../images/h2_recentp.gif);
  background-color:#405c3b;
}
#recentp A {
  color:#9ab394;
  border-color:#3b462e;
}
#recentp A:HOVER {
  background-color:#455442;
  background-image : url(../images/recentp_hover.gif);
}
#relatedp UL {
  background-color:#3c1110;
  background-image : url(../images/bg_relatedp.gif);
}
#relatedp H2 {
  background-image : url(../images/h2_relatedp.gif);
  background-color:#755347;
}
#relatedp A {
  color:#ac9288;
  border-color:#553126;
}
#relatedp A:HOVER {
  background-color:#64413e;
  background-image : url(../images/relatedp_hover.gif);
}
.brd21, .brd22, .brd23, .brd24 {
  background-repeat:no-repeat;
  width:280px;
}
.brd21 .inner {
  padding:6px 16px 16px 16px;
}
.brd22 .inner, .brd23 .inner, .brd24 .inner {
  padding:14px 16px 16px 16px;
  width:248px;
}
.brd21 {
  background-image : url(../images/brd21_top.gif);
  background-color:#FDFDFD;
}
.brd21 .inner {
  background-image : url(../images/brd21_bot.gif);
}
.brd22 {
  background-image : url(../images/brd22_top.gif);
  background-color:#D7EAD7;
}
.brd22 .inner {
  background-image : url(../images/brd22_bot.gif);
}
.brd23 {
  background-image : url(../images/brd23_top.gif);
  background-color:#D7E7E9;
}
.brd23 .inner {
  background-image : url(../images/brd23_bot.gif);
}
.brd24 {
  background-image : url(../images/brd24_top.gif);
  background-color:#F0EADC;
}
.brd24 .inner {
  background-image : url(../images/brd24_bot.gif);
}
/* Lesson */

#lesson .inner {
  padding:6px 25px 16px 16px;
  width:239px;
}
#lesson H2 {
  padding-left:30px;
  margin-bottom:20px;
  background : url(../images/ico_recycle.gif) no-repeat left center;
  color:#88725f;
  font-size:1.9em;
  line-height:1.3em;
}
#lesson P {
  font-size:1.1em;
  line-height:1.3em;
}
#lesson UL {
  padding:12px 0 17px 0;
}
#lesson UL LI {
  height:31px;
  line-height:30px;
  background : url(../images/leaf_sidebar.gif) no-repeat left center;
}
#lesson UL LI A {
  position:relative;
  display:block;
  padding-left:24px;
  border-bottom:1px solid #e4e0d6;
  line-height:30px;
  height:31px;
  color:#2a7c94;
  font-size:1.3em;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
}
#lesson UL LI#gi-redu  A {
  border-bottom:none;
}
#lesson UL LI A SPAN {
  position:absolute;
  top:1px;
  left:24px;
  display:block;
  width:215px;
  height:30px;
  background-color:transparent;
  background-repeat:no-repeat;
  cursor:pointer;
}
.gi-chan span {
  background-image : url(../images/gi-chan.gif);
}
#gi-chan SPAN {
  background-image : url(../images/gi-chan.gif);
}
#gi-find SPAN {
  background-image : url(../images/gi-find.gif);
}
#gi-brin SPAN {
  background-image : url(../images/gi-brin.gif);
}
#gi-buys SPAN {
  background-image : url(../images/gi-buys.gif);
}
#gi-gree SPAN {
  background-image : url(../images/gi-gree.gif);
}
#gi-redu SPAN {
  background-image : url(../images/gi-redu.gif);
}
/* Buttons */

#lesson #contribute SPAN, A.learnmore SPAN, A.but-go SPAN {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  background-position:center center;
  background-repeat:no-repeat;
}
#lesson #contribute {
  position:relative;
  display:block;
  height:29px;
  color:#346c7c;
  text-align:center;
  font-size:1.4em;
  font-weight:bold;
  line-height:29px;
  text-transform:uppercase;
}
A.learnmore {
  position:relative;
  display:block;
  width:94px;
  height:24px;
  line-height:24px;
  background:#7fa873;
  color:#fff;
  font-size:1.2em;
  text-decoration:none;
  text-align:center;
}
#lesson #contribute SPAN {
  background-image : url(../images/but-contribute.gif);
}
A.learnmore SPAN {
  background-image : url(../images/but-learnmore.gif);
}
A.but-go {
  position:relative;
  display:block;
  width:51px;
  height:21px;
  line-height:21px;
  color:#fff;
  font-size:1.2em;
  text-align:center;
  text-decoration:none;
}
.brd22 A.but-go {
  background-color:#7fa873;
}
.brd23 A.but-go {
  background-color:#5b93a3;
}
.brd24 A.but-go {
  background-color:#a3935b;
}
.brd22 A.but-go SPAN {
  background-image : url(../images/but-go22.gif);
}
.brd23 A.but-go SPAN {
  background-image : url(../images/but-go23.gif);
}
.brd24 A.but-go SPAN {
  background-image : url(../images/but-go24.gif);
}
/* Homepage - 3 boxes */

.boxes3 {
  clear:both;
}
.boxes3 .brd22, .boxes3 .brd23, .boxes3 .brd24 {
  float:left;
  margin-right:11px;
}
.boxes3 .inner {
  position:relative;
  height:80px;
  overflow:hidden;
  width:184px;
  padding-right:80px;
}
.boxes3 .brd24 {
  margin-right:0;
  float:right;
}
.boxes3 H2 {
  font-size:1.6em;
  font-weight:normal;
  color:#747474;
  margin-bottom:12px;
}
.boxes3 .but-go, .boxes3 #go {
  position:absolute;
  top:50px;
  right:21px;
}
.boxes3 #search-form #search {
  width:183px;
  height:18px;
  padding-top:3px;
  border:1px solid #adadad;
  position:absolute;
  top:50px;
  left:16px;
}
/* 3.5	Footer
-----------------------------------------------------------------------------------------------*/	

#footer UL {
  margin:0 auto;
  width:907px;
  padding-left:38px;
  background-image : url(../images/leaf_footer.gif);
  background-repeat:no-repeat;
  background-position:21px 6px;
  text-align:left;
}
#footer UL LI {
  display:inline;
  font-size:1.2em;
  line-height:2.4em;
}
#footer A {
  padding:0 4px;
  color:#616161;
  text-decoration:none;
}
#footer A:HOVER, #footer a:focus {
  text-decoration:underline;
}
/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	