@import url(base-weblog.css);


#banner {
	background-image:url(images/fleurheaderblack.gif);
	}

/* ------------------------------------------------------------------------------------------------------- */


body {
	padding:0;
	margin:0;
	background-color:#FFF;
	font-family:Verdana, Tahoma, Helvetica;
	font-size:82%;
	color:#252525;
	line-height:1;
}
a.top {
    color:#888;
    text-decoration:none;
    }

a.top:hover {
        color:#252525;
font-style: normal;
    text-decoration:none;
    }
a {
	color:#888;
	text-decoration:none;
	}

a:hover {
        color:#252525;
font-style: normal;
    text-decoration:none;
    }

p {
	margin:0 0 15px 0;
	line-height:1.7;
	}

/* -------- layout styles -------------*/

#container {
	width:100%;
	margin:0;
	padding:0
	}


/* ---------- Single Column Styles ----------  */


.layout-one-column #alpha {width: 65%; margin-left:10%;}





/* ---------- Two Column Right Styles ---------- */


.layout-two-column-right #alpha {
	width:60%;
	margin:0 3% 0 0;
	padding:0;
        float:left
	}
	
.layout-two-column-right #beta {
	width:23%;
	margin:15px 0 0 0;
	padding:0;
        float:right
	}
	

.layout-two-column-right #alpha-inner {margin-left:10%}

/* -------- banner styles -------------*/
	
#banner {
	height:140px;
	background-repeat:repeat-x;
	background-position:top left;
	padding:0;
	margin:0;
	text-align:left;
	}

#banner-inner {
	margin:0 0 0 45px;
	}
		
h1, h2 {padding:0; margin:0;}

#banner-header {
	padding:0;
	margin:0;
	padding-top:17px;
	font-size:32px;
	color:#FFF;
	font-weight:normal;
	font-family:Verdana, Tahoma, Helvetica;
	}

#banner-header a {
	text-decoration:none;
	color:#FFF;
	}
	
#banner-description {
	padding:6px 0 0 2px;
	margin:0;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	}
	
/* -------- page styles -------------*/

#pagebody {
	margin:auto;
	padding:65px 0 30px 0;
	background-color:#FFF;
	text-align:left;
	width:90%
}


#pagebody-inner {
	padding:0;
	margin:0;
	}


/* -------- entry area styles -------------*/

.date-header {
	font-size:10px;
	padding:0;
	margin:0 0 5px 0;
	font-weight:normal;
	font-family:Verdana, Tahoma, Helvetica;
	}

.entry-header {
	padding:0;
	margin:0 0 25px 0;
	font-size:22px;
	font-weight:normal;
	font-family:Verdana, Tahoma, Helvetica;
	}

.navigation {
	padding:0;
	margin:0 0 20px 0;
		}
	
.entry-body p {
	font-size:1em;
	line-height:1.7;
	margin:0 0 14px 0;
	text-align:justify;
	}

.entry-body ul, ol {
	line-height:1.7;
	font-size:.96em;
	margin-bottom:15px;
	}

.entry-body blockquote {
	text-align:justify;
	padding-left:20px;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
       margin:20px 0 20px 20px;
	line-height:1.7;
}

.entry-body img {border: 0px solid #555;}
.entry-body img[align="right"] {margin: 5px 0 15px 20px; display:block;}
.entry-body img[align="left"] {margin: 5px 20px 15px 0; display:block;}

.entry-footer {
	padding:0 0 0 10px;
	line-height:1.5;	
	border-left:3px solid #BBB;
	}

.entry-footer p {
	margin:10px 0 35px 0;
        }

.post-footers {
	display:block;
	}
	
.separator {display:none !important;}

/* -------- sidebar styles -------------*/

#beta ul li {list-style-type:none}

#beta li {list-style-type:none}

.module-header {
	padding:0;
	margin:0 0 20px 0;
	font-size:16px;
	font-weight:normal;
	font-family:Verdana, Tahoma, Helvetica;
	}	

.module-header a {
	color:#252525;
	}

.module-content {
	position:relative;
	line-height:1.4;
	margin:0 0 25px 0;
	padding:0;
	}

.module-content ul {
	margin: 5px 0 10px 0;
	line-height:1.4;
}

.module-content li {
	line-height:1.4;
	}

.module-categories module {
	margin-top:20px;
	}

.module-categories ul li ul li {
	margin-left:5px;
}

input, textarea {
	font-size: 100%;
	padding: 2px;
	margin: 3px 0 3px 0;
	border: 1px solid #555;
	background-color:#FFF;
	color:#555;
}

textarea {
 font-size: 1em;
 color:#555;
}

input#search {
    padding:3px;
}

/* ---------- comment trackback styles ------------------ */

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 0;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 0;
}

.content-nav {
	margin-bottom:30px;
	line-height:1.6;
	}

.trackbacks-header, .comments-header, .comments-open-header, .trackbacks-open-header {
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Tahoma, Helvetica;
	}

.trackbacks, .comments {
	line-height:1.7;
	text-align:justify;
	}

#trackbacks-info {
    margin:10px 0 20px 0;
	line-height:1.7;
	font-size:.50em;
	font-style:italic;
	}

.trackback-footer, .comment-footer {
	margin-bottom:20px;
	font-size:.50em !important;
	padding-left:15px;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:center left;
	}
	
#footer {clear:both}