/* ************************************************
Barbouille et Paillette Version 3 
- design : Lorca <ccomminsoli@gmail.com>
- code : David <david.verney@gmail.com>
************************************************ */

@import url(reset.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(bg_html.gif) #443536 repeat-x;
	}

/* Common styles
-------------------------------------------------------- */

a:link, a:visited {
	color: #562938;
	text-decoration: underline;
	}
	
a:hover {
	color: #562938;
	text-decoration: none;
	}
	
pre {
	overflow: auto;
	width: 100%;
	height: auto;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}


/* Typo
-------------------------------------------------------- */

/* Page
-------------------------------------------------------- */
#page {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background: url(bg_page.gif) repeat-y;
	}


/* Header
-------------------------------------------------------- */
#top {
	background:url(bg_header2.jpg);
	height:115px;
	margin: 0 20px;
	}

	#top h1 {
		font-size: 3em;
		}
		
	#top a:link, #top a:visited, #top a:hover {
		color: #FFF;
		text-decoration: none;
		}


/* Navigation
-------------------------------------------------------- */
#navigation {
	margin: 0px 20px 0 20px;
	height:65px;
	}
	
	#menu li {
		display: inline;
		width:160px;
		height:60px;
		float:left;
		}
	
	 #menu li a {
	 	display:block;
		height:65px;
		width:160px;
		color: #FDFAFB; 
		text-decoration: none;
		cursor:pointer;
		}
		
		#menu li a#menu_1 {
			background: #C0A792 url(bg_menu_1.jpg) no-repeat 0px 0px;
			}

		#menu li a:hover#menu_1, #navigation li a#menu_1.set {
			background: #C0A792 url(bg_menu_1.jpg) no-repeat 0px -65px;
			}
	
		#menu li a#menu_2 {
			background: #B8C27B url(bg_menu_2.jpg) no-repeat 0px 0px;
			}

		#menu li a:hover#menu_2, #navigation li a#menu_2.set {
			background: #B8C27B url(bg_menu_2.jpg) no-repeat 0px -65px;
			}
	
		#menu li a#menu_3 {
			background: #D8A06F url(bg_menu_3.jpg) no-repeat 0px 0px;
			}

		#menu li a:hover#menu_3, #navigation li a#menu_3.set {
			background: #D8A06F url(bg_menu_3.jpg) no-repeat 0px -65px;
			}
	
		#menu li a#menu_4 {
			background:#AC525B url(bg_menu_4.jpg) no-repeat 0px 0px;
			}

		#menu li a:hover#menu_4,#navigation li a#menu_4.set {
			background:#AC525B url(bg_menu_4.jpg) no-repeat 0px -65px;
			}
	
		#menu li a#menu_5 {
			background:#745052 url(bg_menu_5.jpg) no-repeat 0px 0px;
			}

		#menu li a:hover#menu_5, #navigation li a#menu_5.set {
			background:#745052 url(bg_menu_5.jpg) no-repeat 0px -65px;;
			}
	
		#menu li a#menu_6 {
			background:#562938 url(bg_menu_6.jpg) no-repeat 0px 0px;
			}

		#menu li a:hover#menu_6, #navigation li a#menu_6.set {
			background:#562938 url(bg_menu_6.jpg) no-repeat 0px -65px;;
			}
	
	#menu li a dt {
		position:absolute;
		font-size:1.1em;
		font-weight:600;
		letter-spacing:2px;
		margin:15px 0 0 10px;
		line-height:20px;
		}

	#menu li a dd {
		position:absolute;
		font-size:0.85em;
		margin:37px 0 0 10px;
		line-height:15px;
		}


/* Prelude
-------------------------------------------------------- */
#prelude {
	margin: 0 20px -10px 20px;
	padding:10px 10px 20px 10px;
	background: #F6F3DF url(border-bottom-prelude.png) no-repeat bottom !important;
	}

	#prelude a:link, #prelude a:visited {
		font-weight:bold;
		color:#C0A792;
		text-decoration:none;
		}
		
	#prelude a:hover {
		text-decoration: underline;
		}

#prelude h1, #prelude h2, #prelude h3, #prelude h4 { font-weight:lighter; letter-spacing:2px; color: #AC525B; margin:10px 0 15px 0; }
#prelude h1 { font-size:1.5em; }
#prelude h2 { font-size:1.3em; }
#prelude h3 { font-size:1.1em; }
#prelude h4 { font-size:1.0em; }

#prelude p {
	text-align:justify;
	line-height:1.8em;
	margin-bottom:15px;
	padding:0;
	}

#prelude img {
	background-color:#C0A792;
	padding:3px;	
	}

#prelude img.right {
	margin: 10px 0 10px 20px;	
	}

#prelude img.left {
	margin: 10px 20px 10px 0;	
	}



/* Wrapper
-------------------------------------------------------- */
#wrapper {
	margin:20px 20px 20px 20px;
	}

#main {
	width:63%;
	float:left;
	}

#sidebar {
	width:35%;
	float:right;
	}


/* Content
-------------------------------------------------------- */
.post, .post-page, .content-inner {
	padding-bottom:10px;
	margin-bottom:10px;
	background: #F6F3DF url(border-bottom-post.png) no-repeat bottom !important;
	}

	.post-c, .post-page-c, .content-inner-c {
		display:block;
		padding:10px 10px 12px 10px;
		border:#EAE1D0 solid 1px;
	}

/* Blognav
-------------------------------------------------------- */
.categories, #topnav, .selected, .lang, .links, .lecteur-flux {
	padding-bottom:10px;
	margin-bottom:10px;
	background: #F6F3DF url(border-bottom-sidebar-01.jpg) no-repeat bottom !important;
	}

.text {
	padding-bottom:10px;
	margin-bottom:10px;
	background: #F6F3DF url(border-bottom-sidebar-04.jpg) no-repeat bottom !important;
	}

#galnav {
	padding-bottom:10px;
	margin-bottom:10px;
	background: #F6F3DF url(border-bottom-sidebar-03.jpg) no-repeat bottom !important;
	}

	.categories-c, #topnav-c, #galnav-c, .text-c, .selected-c, .langs-c, .links-c, .lecteur-flux-c {
		padding:10px 10px 12px 10px;
		border:#EAE1D0 solid 1px;
		}

.syndicate {
	}

	.syndicate-c {
		padding:0px 10px 12px 10px;
		}


/* Sidebar
-------------------------------------------------------- */
#sidebar h2 {
	font-size: 1.3em;
	font-weight:lighter;
	letter-spacing:1px;
	color: #AC525B;
	margin: 5px 0 20px 10px;
}

#sidebar h3 {
	font-size: 1em;
	font-weight:lighter;
	letter-spacing:1px;
	color: ##562938;
	margin: 5px 0 20px 10px;
	}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	}

#sidebar a:hover {
	text-decoration: underline;
	}


#blogextra a:link, #blogextra a:visited { text-decoration: none; }
#blogextra a:hover { text-decoration: underline; }

#sidebar ul, #blogextra ul { padding: 0 0 0 0; }
#sidebar li, #blogextra li { padding: 0 0 0 10px; margin: 0 0 5px 30px; height:1.4em; line-height:1.15em;}

.li0 { list-style: url(li0.gif); }
.li1 { list-style: url(li1.gif); }
.li2 { list-style: url(li2.gif); }
.li3 { list-style: url(li3.gif); }
.li4 { list-style: url(li4.gif); }
.li5 { list-style: url(li5.gif); }
.li6 { list-style: url(li6.gif); }
.li7 { list-style: url(li7.gif); }
.li8 { list-style: url(li8.gif); }
.li9 { list-style: url(li9.gif); }
.lil0 { list-style: url(li10.gif); }
.li11 { list-style: url(li11.gif); }

#sidebar p, #blogextra p { padding: 0 0 4px 10px; }

	#search fieldset p { padding-left: 8px; }
	#search #q {
		color: #005D99;
		width: 180px;
		border: 1px solid #EAE1D0;
		padding: 1px 2px;
		font-size: 1em;
	}
	#search .submit {
		color: #005D99;
		background: #FFF;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		border: 1px solid #FFF;
	}
	#search .submit:hover { background: #005D99; color: #FFF; border: 1px solid #005D99; }

#search, #sidebar .selected, #sidebar .categories, #sidebar .syndicate,
#sidebar .langs, #sidebar .tags, #sidebar .links, #sidebar .text { padding: 0 0 10px 0; }



#galnav a img {
	background:#C0A792;
	padding:3px;
	margin:0 0 10px 10px;
	}

#galnav a.set img {
	background:#b8c27b;
	}

	#galnav li {
		display:block;
		height:45px;
		width:290px;
		margin:0 0 15px 9px;
		padding:0 0 0 0;
		}

	.li12 { background: transparent url(li12.gif) no-repeat 0px 0px; line-height:45px; }
	.li13 { background: transparent url(li13.gif) no-repeat 0px 0px; line-height:45px; }

	#galnav li a {
	 	display:block;
		height:45px;
		width:290px;
		text-decoration: none;
		cursor:pointer;
		}

	#galnav li a dt {
		font-size:1.0em;
		margin:0;
		line-height:22px;
		}

	#galnav li a dd {
		color:#745052;
		font-size:0.85em;
		margin:0;
		line-height:15px;
		}

	#galnav li a img {
		background:#C0A792;
		padding:2px;
		width:41px;
		height:41px;
		margin:0 10px 0 24px;
		float:left;
		}



#topnav {}

	#sidebar #topnav ul {}

	#sidebar #topnav li {
		display: inline;
		background: none;
	}

	#sidebar .syndicate li {
		margin: 0 4px 2px 11px;
		padding: 5px 4px 3px 30px;
	}

	#sidebar .syndicate li.rss { background: transparent url(rss.gif) no-repeat 0px 50%; }
	#sidebar .syndicate li.tweet { background: transparent url(tweet.gif) no-repeat 0px 50%; }

	#sidebar .tags ul {
		margin: 5px 5px 10px 10px;
		padding: 0;
		font-size: 110%;
	}
		#sidebar .tags ul li {
			display: inline;
			background: none;
			margin: 0;
			padding: 0;
			font-size: 0.9em;
		}
			#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited { color: #333; /*#005D99;*/ }
			
		#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { padding: 0 0 0 18px; background: transparent url(img/tags.png) no-repeat 0 -2px; }
		#sidebar .tags p strong a:hover {}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }


/* Post-content
-------------------------------------------------------- */
.post-content, .post-excerpt {
	padding: 4px 10px;
	font-size: 1em;
	color:#745052;
}

.post-content p, .post-excerpt p {
	padding: 4px 0;
	line-height: 1.9em;
	}

.post-content .centered, .post-excerpt .centered {
	display:block;
	margin:10px auto;
	position:relative;
	}

.post-content strong, .post-excerpt strong {
	font-size: 1em;
	}

.post-content img, .post-excerpt img {
	background-color:#C0A792;
	padding:3px;
	}

.post-content dl.left {
	margin:0 20px 0 0;
	}

.post-content dl.right {
	margin:0 0 0 20px;
	}

.post-content dd {
	background-color:#EAE1D0;
	padding:4px;
	text-align:center;
	font-size:0.8em;
	}	

.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dashed #666; }

.post-content pre, .post-excerpt pre {
	font: 1.1em 'courier new', courier, monospace;
	background: #F5F5F5;
	padding: 10px 5px;
	margin: 6px 0;
}

.post-content h3, .post-excerpt h3 { padding: 4px 0; font-size: 1.2em; color: #AC525B; font-weight:lighter; letter-spacing:2px; margin-bottom:10px; }
.post-content h4, .post-excerpt h4 { padding: 4px 0; font-size: 1.1em; color: #AC525B; font-weight:lighter; letter-spacing:2px; margin-bottom:10px; }
.post-content h5, .post-excerpt h5 { padding: 4px 0; font-size: 1.0em; color: #AC525B; font-weight:lighter; letter-spacing:2px; margin-bottom:10px; }

.post-content ul, .post-excerpt ul { padding: 4px 0; margin: 0; }
	.post-content ul li, .post-excerpt ul li { padding: 0 0 10px 25px; margin-left:10px; }

div#galerie_photo { border: 0px solid #dcb ; padding: 0 ; margin: 15px 0 0 0 ; text-align: center ; overflow:hidden ; }
	ul#galerie_mini { margin: 0 ; padding: 0 ; list-style-type: none ; } 
	ul#galerie_mini li { float: left ; margin:0 0 0 0; padding:0; }
	ul#galerie_mini li a img { margin: 17px; }

.list_check li { background: transparent url(li-check.gif) no-repeat 0px 5px; line-height:1.6em; }

.post-content ol, .post-excerpt ol { padding: 4px 0; margin: 0 0 0 28px; }
	.post-content ol li, .post-excerpt ol li { padding: 1px 0; }

.post-content blockquote, .post-excerpt blockquote { border-left: 4px solid #CDCDCD; margin: 4px 0 4px 5px; padding: 0 5px; }
.post-content blockquote em, .post-excerpt blockquote em {}




/* Classes
-------------------------------------------------------- */
a.feed {}

.day-date {
	color: #AC525B;
	background: #EFECDA;
	font-size:0.8em;
	border-bottom: 1px solid #EAE1D0;
	text-align: right;
	padding: 5px 10px 5px 0;
	margin: -10px -10px 10px -10px;
	clear: left;
}

.post-title {
	font-size:1.3em;
	font-weight:lighter;
	letter-spacing:2px;
	color: #AC525B;
	margin: 5px 0 10px 10px;
	}

	.post-title a:link, .post-title a:visited {
		color: #AC525B;
		text-decoration: none;
		}
		
	.post-title a:hover {
		text-decoration:underline;
		}

.post-info {
	font-size: 0.8em;
	line-height:1.6em;
	padding-bottom:10px;
	border:1px #EAE1D0 dashed;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 10px;
	}

.post-tags {
	position: relative;
	border: 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 8px 0 0 0;
	overflow: hidden;
	height: 1%;
}
	.post-tags:after{
		content:'[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.post-tags li { display: inline; }
		.post-tags li a:link, .post-tags li a:visited {
			color: #005D99;
			display: block;
			float: left;
			text-decoration: none;
			background: transparent url(img/tag.png) no-repeat 0 0;
			padding: 2px 8px 2px 18px;
			white-space: nowrap;
		}
		.post-tags li a:hover { text-decoration: underline; }

.post-info-co {
	clear: left;
	border: 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 0 0 26px 0;
}
	.post-info-co a:link, .post-info-co a:visited {
		text-decoration: none;
		padding: 2px 10px 2px 18px;
	}
	.post-info-co a:hover { text-decoration: underline; }
	
	.comment_count {
		background: transparent url(img/commentaire.png) no-repeat 0 50%;
	}
	.ping_count {
		background: transparent url(img/retrolien.png) no-repeat 0 50%;
	}
	.attach_count {
		background: transparent url(img/attach.png) no-repeat 0 50%;
	}

.read-it {
	padding: 10px 0;
	text-align:center;
	clear: left;
}

	.read-it a:link, .read-it a:visited {
		color:#745052;
		} 

#attachments {
	clear: left;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 4px 0 6px 0;
}
	#attachments * { color: #3C8FD1; }
	#attachments h3 { font-size: 1.2em; }
	#attachments ul { padding: 4px 0; }
	#attachments li {
		margin: 0 0 0.6em 0;
		padding: 2px 10px 2px 18px;
		background: transparent url(img/attach.png) no-repeat 0 50%;
	}
	#attachments li em {}
	#attachments li div {}
	#attachments li object {
		display: inline;
		margin: 0;
		padding: 0;
		vertical-align: bottom;
		}

.footnotes {
	border: 1px solid #E8E8E8;
	padding: 5px 0;
	margin: 6px 0 25px 0;
	}
	.footnotes h4 {
		color: #005D99;
		background: #FBFBFB;
		border-bottom: 1px solid #E8E8E8;
		background: transparent url(img/report.png) no-repeat 4px 3px;
		padding: 2px 10px 2px 25px;
		margin: 0 0 6px 0;
		font-style: italic;
		}
	.footnotes p { padding: 4px 10px; }


/* Archives
-------------------------------------------------------- */
#content-info {
	font-size: 0.8em;
	background: #EFECDA;
	border: 1px solid #EAE1D0;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	font-size: 1em;
	line-height: 1.4;
	}

/*.content-inner { padding-bottom: 20px; }*/

.content-inner h3 {
	font-size: 1em;
	color: #AC525B;
	background: #EFECDA;
	border: 1px solid #EAE1D0;
	padding: 5px 10px;
	margin: 10px 0;
}

#content-info h2 { font-size: 1.4em; color: #AC525B; font-weight:lighter; letter-spacing: 2px; font-variant:small-caps; }
#content-info p { padding: 4px 0; font-size: 1em; }

#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 4px 0 4px 22px;
	background: transparent url(rss.gif) no-repeat 1px 3px;
}
#content-info p a.feed:hover {}

.content-inner .day-date { text-align: left; margin:0; padding-left:10px; text-transform:capitalize; border: 1px solid #EAE1D0; }
.content-inner .post-title { padding: 4px 0; margin: 0 0 0 10px; }
.content-inner .post-info { margin: 4px 0 20px 10px; }

.content-inner ul { padding: 4px 0; margin: 0 0 0 10px; }
	.content-inner ul li {
		padding: 1px 0 1px 20px;
		background: transparent url(li-check.gif) no-repeat 0 5px;
		font-size: 1em;
		line-height: 1.3;
	}


#archives ul { padding:0; margin:0; }

	#archives li.li14 {
		padding:0 0 0 15px;
		margin:0 0 15px 15px;
		background: transparent url(li14.gif) no-repeat 0px 0px; line-height:1.25em;
		}
	
	h3.ascenseur {
		color:#745052;
		width:93%;
		line-height:25px;
		border-style:solid;
		border-color:#c0a792;
		border-width: 0px 0px 1px 0px;
		cursor:pointer;
		}

/* Tags - Page des tags
-------------------------------------------------------- */

.content-inner ul.tags {
	position: relative;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 8px 0 20px 0;
	overflow: hidden;
	height: 1%;
	font-size: 120%;
}
	.content-inner ul.tags:after{
		content:'[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.content-inner ul.tags li {
		/* display: inline; */
		display: block;
		float: left;
		margin: 4px;
		height: 18px;
		line-height: 18px;
		background: none;
	}
		.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
			color: #005D99;
			text-decoration: none;
			white-space: nowrap;
		}
		.content-inner ul.tags li a:hover { text-decoration: underline; }
		.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active { background: #005D99; color: #FFF; }


/* Commentaires
-------------------------------------------------------- */
#comments, #pings { padding-top: 10px; }
	#comments h3, #pings h3, #comments-feed, #pr h3 {
		clear: left;
		font-size: 1.2em;
		letter-spacing:2px;
		font-weight:lighter;
		color: #AC525B;
		border: 1px #EAE1D0 solid;
		background: #F6F3DF;
		padding: 5px;
		margin: 20px 0 8px 0;
	}
	#pr h3 { color: #AC525B; margin: 30px 0 8px 0; }
	
	#comments-feed { text-align: right; font-weight: bold; margin: 14px 0 8px 0; }
		#comments-feed a:link, #comments-feed a:visited {
			font-size: 0.8em;
			text-decoration: none;
			background: transparent url(rss.gif) no-repeat 0px 50%;
			padding: 3px 0 3px 22px;
		}
		#comments-feed a:hover { text-decoration: underline; }

#comments dl{padding-top:15px;}

#comments dt, #pings dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 11px 0 0 0;
	margin: 0 0 0 40px;
	color:#AC525B;
	}
	
	.auteur, .auteur a:link, .auteur a:visited { font-size:18px; text-decoration:none; text-transform:capitalize; color:#AC525B;}
	.auteur a:hover {text-decoration:underline;}
	
	.info-comment {font-size:0.8em;}

	
	#pings dt a:link, #pings dt a:visited { color: #000000; text-decoration: none; }
	#pings dt a:hover { text-decoration: underline; }

	#comments dd, #pings dd, dd.comment-preview {
		border: 1px dashed #EAE1D0;
		border-width: 0px 0px 1px 0px;
		padding: 10px 10px 10px 40px;
		margin: 0 0 10px 0;
		font-size: 0.9em;
		text-align:justify;
		line-height: 1.6em;
		color:#745052;
		}
	
	#comments dd *, #pings dd *, dd.comment-preview * { padding: 5px 0; font-size: 1em; }

	#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { color: #E0DED0; }
	#comments dd.me { border-left: 4px solid #745052; }

	.comment-number a, .comment-number * {
		color: #E0DED0;
		text-decoration:none;
		font-weight: bold;
		font-size: 2.5em;
		float:left;
		margin-right:10px;
		}

	 .ping-number {
		color: #E0DED0;
		text-decoration:none;
		font-weight: bold;
		font-size: 2.5em;
		}

#ping-url {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 30px 0;
	font-weight: bold;
	text-align: right;
}


.error {
	border: 2px solid red;
	padding: 10px 5px;
	margin: 20px 0 0 0;
	background: #FFCCCC;
	font-weight: bold;
}

.message {
	margin: 35px 0 10px 0;
	color:#C53B49;
	font-weight:bold;
	}

.pagination {
	clear: left;
	border: 1px #EAE1D0 solid;
	background-color:#F6F3DF;
	padding: 5px;
	margin: 0 0 30px 0;
	text-align: center;
	color: #AC525B;
	font-weight: bold;
}
	.pagination a:link, .pagination a:visited { color: #AC525B; text-decoration: none; }
	.pagination a:hover { text-decoration: underline; }

#navlinks {
	border: 1px #EAE1D0 solid;
	background-color:#F6F3DF;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #AC525B;
	font-weight: bold;
}
	#navlinks a:link, #navlinks a:visited { color: #AC525B; text-decoration: none; }
	#navlinks a:hover { text-decoration: underline; }


/* Forms
-------------------------------------------------------- */
#comment-form { padding-top: 10px; text-align:right; margin-bottom:30px; }

#comment-form h3 {
	font-size: 1.2em;
	letter-spacing:2px;
	font-weight:lighter;
	color: #AC525B;
	border: 1px #EAE1D0 solid;
	background: #F6F3DF;
	padding: 5px;
	margin: 20px 0 20px 0;
}

#comment-form fieldset p { padding: 5px 0; /*margin: 0 0 0 30%;*/ }
#comment-form fieldset p.field { padding: 5px 0; width: auto; margin: 0; clear: left; }
#comment-form p.form-help { width: 60%; font-style: italic; margin: 0 0 15px 40%; font-size:0.8em; text-align:right; color:#745052; }

#comment-form p label { width: auto; color: #745052; padding: 0; }
#comment-form p.field label {
	color: #745052;
	display: block;
	padding: 1px 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	color: #745052;
	border: 1px solid #EAE1D0;
	padding: 1px 2px;
	font-size: 1em;	
	width: 60%;
}

#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 140px;
}
#comment-form input.preview { margin-left: 134px; }
#comment-form input.preview, #comment-form input.submit {
	width: auto;
	color: #F6F3DF;
	background: #562938;
	font-size: 1em;
	border: 2px solid #EAE1D0;
	padding:5px 10px;
	text-transform:capitalize;
}
#comment-form input.preview:hover, #comment-form input.submit:hover { background: #B8C27B; border: 2px solid #AC525B; cursor:pointer; }


/* Galerie Photo
-------------------------------------------------------- */

#list-galerie {
	margin: 0 0 25px 32px;
	overflow:hidden;
	height:100%;
	}
	
	#list-galerie a {
		display:block;
		width:406px;
		height:273px;
		float:left;
		background-color:#33FF66;
		margin:10px;
		}

	#list-galerie a#galerie01 { background: #C0A792 url(item-galerie01.jpg) no-repeat 3px 3px; }
	#list-galerie a#galerie02 { background: #C0A792 url(item-galerie02.jpg) no-repeat 3px 3px; }
	#list-galerie a#galerie03 { background: #C0A792 url(item-galerie03.jpg) no-repeat 3px 3px; }
	#list-galerie a#galerie04 { background: #C0A792 url(item-galerie04.jpg) no-repeat 3px 3px; }


/* Footer
-------------------------------------------------------- */
#footer {
	clear:both;
	background:#F6F3DF;
	height:50px;
	margin: 0 20px;
	}

	#footer p {
		margin: 0 auto;
		color: #745052;
		padding: 10px 0 0 0;
		text-align: center;
		font-size:0.8em;
		line-height:1.4em;
		}
		
		#footer p a:link, #footer p a:visited {
			color: #745052; text-decoration: underline;
			}
			
		#footer p a:hover {
			text-decoration: none;
			}




