/* -------------------------------------------------------------- 

Action Duchenne Design - V1.0 - 28/12/08

-------------------------------------------------------------- */

@import 'form.css';

/* general blog styles
----------------------------------------------- */

.feed {
	background: url(../graphics/feed-icon.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	}
	
p.description {
	margin-top: 0.50em;
	}

#side ol#blog-list {
	margin: 1em 0 2em 0;
	}

#side ol#blog-list li {
	margin-bottom: 1.50em;	
	}

#side ol#blog-list li ul li {
	margin-bottom: 0.40em;
	color: #777;	
	background: none;
	padding: 0;
	}

#side ol#blog-list li a {
	color: #797617;
	font-weight: bold;
	}
	

/* entry meta data */
.hfeed ul, ol.comment-list li span.date, .meta span.date {
	font-size: 11px;
	margin: 12px 0;
	text-transform: uppercase;
	color: #777;
	}

.hfeed ul li {
	display: inline;
	border-right: 1px solid #ccc;
	margin-right: 6px;
	padding-right: 6px;
	}
	
.hfeed ul li.bookmark {margin: 0; padding: 0; border: none;}
.written {background:url(../graphics/blog_page.gif) no-repeat 0 50%; padding-left:16px;}
.hfeed .comments, ol.comment-list li a {padding-left:16px; background:url(../graphics/comments.gif) no-repeat 0 50%;}
.hfeed ul li.mostrecent {border: none;}


/* tag list */
.posted-in {
	font-size: 11px;
	margin: 12px 0 24px 0;
	padding: 6px 0 6px 6px;
	background: #fcfcfc /* url(../graphics/pages.gif) no-repeat 0 50%  */;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
/*		
.posted-in a:after {content: ", ";}
*/
	
.hfeed h4, h4.alt-header {
	font-family: 'lucida grande',arial,'lucida sans unicode', verdana, sans-serif;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: normal;
	}
	


/* comments list */
ol.comment-list {list-style-type: none;}

ol.comment-list li {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	}

ol.comment-list li.even {
	}

ol.comment-list li.first {
	}
	
ol.comment-list p {margin-top: 6px;}

#comment-form {
	margin-bottom: 24px;
	}

