/*  
Theme Name: dunun
Theme URI: http://www.dunun.com
Description: 
Version: 1
Author: Micael Reynaud
Author URI: http://www.dunun.com/

	To show various CSS properties specifically to Windows IE:
		.cssclass { ... } // Moz, Saf, Opera
		* html .cssclass { ... } // Win IE

*/

/* Basics
------------------------------------------*/
html { /* This forces the vertical scrollbar, preventing a page "jog" */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.0001em;
}
/* Reset Margins & Paddings for all */
* {	margin: 0; padding: 0; }

/* Positioning
------------------------------------------*/
body {
  font: 79%/190% Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;		 /* Text color */
	text-align: center;	/* Centers in IE 5 */
	padding-bottom: 0em; /* Add some extra scroll space */
	height:145%; 
}
#flash {
  width: 100%;
  height: 100%;
  /*position:fixed;*/
}
#flashcontent {
	height: 100%;
}
#conteneur {
  position:absolute;
	width: 680px;
	height:100%; 
  left: 0px; 
  top: 65px;
  margin-left: -325px; left: 50%;
}
#wrapper {
	min-width: 680px;
	width: 680px; 			/* Entire site width */
	margin: 0 auto;
}
#body {
  padding: 0 1em;
	text-align: left;
 	margin: 0 auto 0 auto;
}
#sidebar {
	width: 24%;			/* Sidebar width */
	float: left;
	position: relative;
*position: absolute;

}
#sidebar ul, #sidebar li {
	list-style: none;
}
* #sidebar ul, #sidebar li {
  height:1%; 
}
#main {
	width: 73%;			/* Main column width */
	float: right;
	margin: 0 1em .8em 0;
}
#main_page {
	width: 100%;			/* Main column width */
	float: left;
	margin: 0 0 .8em 0;
}
#main_page .post {
	padding: 1em 5em 1em 1.6em;
}
#footer {
	clear: both;
	text-align: right;
	padding: 0 3.3em 0em 0em;
}
#footer li{
	display: inline;
  list-style-type: none;
}
#footer a {
background: none;
  color: #666;
	text-decoration: none;
}
#footer a:hover {
  color: #333;
	text-decoration: none;
}

.flashtitle { 
text-align: left; 
}

.entry-meta {
	clear: both;
}
.inner {
	padding: 0 .8em 0 0;
}
.bg { 
	/*background: #F1F3E5 url(images/bg.gif) no-repeat center top;*/
	/*background: #F1F3E5;*/
	background: #fff;
}
/* Sidebar
------------------------------------------*/
#sidebar ul.inner {
	margin: 0;
}
#sidebar ul.inner ul {
  margin: 0em .4em .8em .8em !important;
  *margin: 0em .4em .8em .7em !important;
}
#sidebar ul.inner ul li {
	padding-bottom: 0 !important;
}
#sidebar ul.inner ul ul.children {
	margin: 0 1.6em !important;
}
#sidebar ul.inner ul ul.children li {
	margin: .4em 0 0 0;
}
#sidebar, #secondary, #copyright {
	color: #000000;				/* Sidebar text color */
}
#sidebar li.current_page_item>a, #sidebar li.current_page_item>a:visited {	/* Only works in modern browsers */
	color: #000000;
/*	font-weight: bold;*/
}

/* Content box used everywhere */
.box, .box-blank { 
 /* background: url(alpha.png) !important;
  background: url(alpha.gif);*/
  background: none;
	text-align: left;
	padding: .8em;
	margin: 0 0 .8em 0;
}
#sidebar ul.inner li { 
 /* background: url(alpha.png) !important;
  background-color: #fafafa;*/
  background: none;
	text-align: left;
/*	padding: .8em;*/
	margin: 0;
}
.box-blank {
	background: none;
}
.box::after, .box-blank::after { 	/* Auto clearing float for Moz */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.post {
    line-height:12pt;	
}
.monthtitle {
   line-height:8pt;	
}
* html .box { /* Auto clearing float for IE */
	height: 1%;
}

/* Header
------------------------------------------*/
/* Logo */
h1 {
  font: 270%/100% Sylfaen, Georgia, Arial, Helvetica, sans-serif; letter-spacing: -.03em; 
	text-align: left;
	margin: .8em 0 0 2em;
}
h1 a:link, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #000000;
	text-decoration: none;
}
#menu {
	margin: 1em 0 1em 1.8em;
	float: left;
}
* html #menu { margin: 1em 0 .8em .9em; } /* IE only */
#searchbox {
	vertical-align: top;
	margin: 1em 2.5em 0 0;
	float: right;
	text-align: right;
	padding: 2px 6px 2px 20px;
	top: -2px;
	position: relative;
}
* html #searchbox { margin: 1em .8em 0 0; width: 30%; } /* IE only */
#header {
	background: #E9E9DC;
	height: 200px;
	clear: both;
	margin: 0 0 .8em 0;
}
#menu, #searchbox {
	/*text-transform: lowercase;*/
}
#menu {
	max-width: 750px;
}
#menu ul, #menu ul li {
	list-style: none;
	display:inline;
}
#menu a {
  font-size: 15px;
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 .65em;
	background: none;
/*	font-weight: bold;*/
}
#menu a:link, #menu a:visited { color: #000000; }
#menu a:active, #menu a:hover { 
  color: #ffffff;
  background-color: #CC3399;
}

#searchbox fieldset {
	border: 0;
	background: none;
	padding: 0;
}
#searchbox legend {
	display: none;
}
#searchbox form, #searchbox input {
	display: inline;
}

/* Text, Headings & Formatting
------------------------------------------*/



body#index li#current-index a, body#index #current-index a:visited,
#menu .current_page_item a, #menu .current_page_item a:visited
{
	color: #ffffff !important;
		/*background: url(images/_gif5.gif) no-repeat top left;*/
background-color: #CC3399;
}
cite, input, textarea, select, .inputbox, #commentform textarea, .searchbox, .pushbutton, .pushbutton-wide {
	font: 100% Arial, Helvetica, sans-serif;
}
.inputbox, .inputfield, .searchbox {
	color: #777773;
}
.inputbox:focus, .inputfield:focus, .searchbox:focus {
	color: #424240;
	background-color:#FFFFF4;
}
h2 {
	font: 180% "Arial Rounded MT Bold", Arial, Helvetica, sans-serif; 
  letter-spacing: -.03em
	margin: .4em 0;
padding: .2em 0 0 0;
	 line-height:18pt;	
}
h2 a:link, h2 a:active, h2 a:visited {
  /*text-transform: uppercase;*/
	color: #CC3399;
	text-decoration: none;
	  background: none;

	/*padding: .4em 0;*/
}
h2 a:hover, h2 a:focus {
  	text-decoration: none;
	/*color: #fff;*/
  color: #ffffff;
    background-color: #CC3399;
 /* background-color: #FDF4F2;*/
}
h3, h4 {
	margin: 0 0 0.6em 0;
/*	font-weight: bold;*/
	font-size: 100%;
}
#main h3 {
	font: normal 135% Arial, Helvetica, sans-serif;
	margin: 1.6em 0 0.8em 0;
}
.noteworthy {
	font: 135% "Lucida Sans Unicode", Arial;
	display: block;
	float: right;
	margin: .4em;
}
.noteworthy a {
	color:#FF3333 !important;
	padding: .4em;
	text-decoration: none !important;
}
.noteworthy a:hover {
	color:#FF9595 !important;
}
.current-cat {
  /*font-weight: bold;*/
  /*text-decoration: underline;*/
  color: #ffffff;
  background-color: #CC3399;
/*background: url(images/_gif5.gif) no-repeat top left;*/
}
.clear {
	clear: both;
}
a:link, a:active { text-decoration: none; 
color: #CC3399; 
background: none;
}
a:visited { text-decoration: none; 
color: #CC3399; 
background: none;
}
a:hover, a:focus { text-decoration: none; 
color: #ffffff; 
background-color: #CC3399;
}

.secondary a:link, .secondary a:active { text-decoration: none; 
color: #CC3399; 
background: none;
}
.secondary a:visited { text-decoration: none; 
color: #CC3399; 
background: none;
}
.secondary a:hover	{ text-decoration: none; 
color: #ffffff; 
background-color: #CC3399;
}


/* Various
------------------------------------------*/
img {
	border: 0;
	width: 100%;
}
#main p a img {

	padding-bottom: 0px;
}
#main p a img:hover {

	padding-bottom: 0px;
}
hr { /* Shown only to CSS disabled browsers, making it slightly tidier */
	display: none;
}
acronym, abbr {
	border-bottom: 1px dashed #C63;
	font-size: 100%;
}
acronym, abbr, span.caps {
	cursor: help;
}
small {
	font-size: 85%;
	line-height: 200%;
}
cite {
	font-size: 90%;
	font-style: normal;
}
strike, del {
	color: #B6B6B4;
	text-decoration: line-through;
}
ins {
	color: #777;
	text-decoration: none;
background: none;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
ul {
	margin: .8em;
}
#sidebar ul.inner ul {
	margin: .4em .8em;
}
#sidebar ul.inner ul li {
	margin: .4em 0;
	padding: .2em 0;
}
#sidebar a:link, #sidebar a:active { 
text-decoration: none; 
color: #000000; 
padding: .2em 0;
}
#sidebar a:visited { 
text-decoration: none; 
color: #000000;
}
#sidebar a:hover { 
text-decoration: none; 
color: #fff;
/*background-color: #DDFFFF;*/
}
#categorylist a:link, #categorylist a:active, #categorylist a:visited{
  font-size: 13px;
font-weight: normal;
  color: #000;
  background: none;
  padding: 0.2em .7em .3em .7em;
 
}
#categorylist a:hover{
  color: #ffffff;
    background-color: #CC3399;
  /*background-color: #CC3399;*/
}
#categorylist li {
 line-height:11pt;	
}
dl {
	margin: 0 .8em;
}
dt {
	/*font-weight: bold;*/
}
dd {
	margin: 0 1.6em;
}
code, pre, kbd, samp {
	font: 95% "Bitstream Vera Sans Mono", 'Courier New', Courier, Fixed, monospace;
}
code, pre, kbd {
	font-size: 105%;
}
p, pre, kbd, blockquote, .notice {
	margin: 1.6em 0;
}
#sidebar p {
	margin: 0 0 1.6em 0;
}
blockquote, pre {
	border-left: 1px solid #D9D9D9;
	padding: 0 1.6em;
	margin-left: 3%;
}
pre {
	overflow: auto;
}
blockquote[cite]:after {
	content: "\00BB \0020 Source: " attr(cite);
	display: block;
	margin-top: 0.8em;
	font-size: 90%;
}
fieldset {
	border: 1px solid #F4F8FB;
	background-color: #F4F8FB;
	padding: 0 .8em .4em .8em;
}
legend {
	background: none;
/*	font-weight: bold;*/
	padding: 0 .4em;
}

/* Feed Icons */
.feedicon {
	width: 16px;
	height: 16px;
}
#categorylist img {
	width: 10px;
	height: 10px;
}

.feeds a {
	padding: 1px 0 2px 0;
}
.feeds img {
	vertical-align: middle;
	margin-top: -3px;
}

#categorylist img {
	vertical-align: middle;
	margin: 0 .25em;
}
#sidebar .feedicon {
	position: relative;
	float: right;
	top: -2.4em;
}

/* Alignments (Use in Posts)
------------------------------------------*/
.align-left {
	padding-right: .8em;
	float: left;
}
.align-right {
	padding-left: .8em;
	float: right;
}
.align-center {
	margin: 0 auto;
	display: block;
}
.column-left {
	float: left;
	width: 50%;
}
.column-right {
	float: right;
	width: 50%;
}
ul.column-right, ul.column-left {
	margin: 0;
	padding: 0;
}

/* List Items
------------------------------------------*/
html>body #main ul {
	list-style: none;
	text-indent: -1em;
} 
#main ul {
	margin-left: 0;
	padding-left: 1em;
}
* html #main ul { list-style: square; } /* IE only */
#main ul li {
	margin-left: 1em;
	margin-bottom: 1.6em;
}
#main ul li::before, #sidebar ul li.page_item::before {	/* Show right angle quotes to cool browsers */
	content: "\00BB \0020";
}
ol {
	margin: 0 0 .8em 1em;
	padding-left: 2em;

}
#main ol li {
	margin-bottom: 1.6em;
}

/* Forms
------------------------------------------*/
input, select, textarea {
	font-size: 100%;
	line-height: 100%;
}
.inputbox, #commentform textarea, .searchbox {
	padding: 1px 2px;
}
#commentform {
	display: inline;
}
#commentform textarea {
	padding: 2px;
	
	-moz-box-sizing:border-box; /* Mozilla: Change Box Model Behaviour */
	width: 100%; /* Moz Only */
}
* html #commentform textarea { width: 97%; } /* IE only */
.inputbox {
	width: 160px;
}
.pushbutton, .pushbutton-wide {
	cursor: pointer;
}
.pushbutton-wide {
	padding: .6em 2em;
}
.checkbox {
	cursor: pointer;
}

/* Search Page */
.searchbox {
	width: 80%;
}
.search-results p {
	display: inline;
}
.highlight {
	text-decoration: none;
	color: #ad0e38;
}

/* Main Entries
------------------------------------------*/
.entry-date {
	/*border-left: 1px dotted #C2C76D;*/
	width: 120px;
	float: right;
	margin: 0;
	/*padding-left: .8em;*/
}
.entry-date, .entry-meta {
  font-size: 11px;
background: none !important;
	color: #000000 !important;
}
.entry-date p {
	font: normal 120% Arial, Helvetica, sans-serif;
	overflow: hidden !important;
	margin: 0;
}
.entry-date p span {
	display: block;
padding: 0.2em 0.5em;
}
.entry-date p a:link, .entry-date p a:active, .entry-date p a:visited {
	border-bottom: 0;
	display: block;
	text-decoration: none;
padding: 0.2em 0.5em;
}
.entry-date p a:hover, .entry-date p a:focus {
	/*text-decoration: underline;*/
}
.entry-date a, .entry-meta a {
	color: #000000 !important;
/*	border-bottom: 1px dotted #989D3C;*/
	text-decoration: none;
	background: none !important;

}
.entry-date a:hover, .entry-meta a:hover {
	color: #CC3399 !important;
background: none !important;
	border-bottom: 1px dotted #CC3399;
	text-decoration: none;

}


/* Asides
------------------------------------------*/
.asides .aside {
	padding: 0;
	margin: .5em 0 2.4em .5em !important;
}
.asides h2 {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.6em 0;
}
.asides h2 a {
	display: inline !important;
	margin-right: 1em !important;
}
.asides p {
	padding: 0 1.6em;
}
.asides p, .asides pre, .asides blockquote {
	margin-top: 0;
	margin-bottom: .8em;
}
.asides pre, .asides kbd, .asides blockquote {
	margin: 1.6em 7%;
}
.asides h3 {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 1.6em 0 0.8em 0;
}
.asides ul {
	margin: .8em 1.3em;
}
.asides ol {
	margin: .8em 2em;
}

a.aside-permalink:link, a.aside-permalink:visited {
	text-decoration: none !important;
}
a.aside-permalink:hover, a.asides-permalink:active {
	text-decoration: underline !important;
}

/* Sidenotes
------------------------------------------*/
.sidenote {
	padding: 0;
	margin: .5em 0 1em 0;
}
.sidenote h2 {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.6em 0;
}
.sidenote h2 a {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: .5em;
}
.sidenote p {
	padding: 0 0 0 .8em;
}
.sidenote p, .sidenote pre, .sidenote blockquote {
	margin-top: 0;
	margin-bottom: .8em;
}
.asides pre, .asides kbd, .asides blockquote {
	margin: 1.6em 7%;
}
.asides h3 {
	margin: 1.6em 0 0.8em 0;
}
.asides ul {
	margin: .8em 1.3em;
}
.asides ol {
	margin: .8em 2em;
}

a.aside-permalink:link, a.aside-permalink:visited {
	text-decoration: none !important;
}
a.aside-permalink:hover, a.asides-permalink:active {
	text-decoration: underline !important;
}


/* Comments
------------------------------------------*/
ol#commentlist, ol#trackbacklist {
	margin-bottom: 3.2em;
}
.commentbox {
	padding-top: 2em;
	width: 280px;
	float:left;
	text-align:left;
}
#comment-author p {
	margin: 0 0 1.6em 0;
}
.formatting {
	float: left;
	height: 3em;
	padding-top: 2em;
}
#tags-allowed {
	clear: both;
}
#tags-allowed li {
	margin: 0.6em;
}
#tags-allowed blockquote {
	display: inline;
}
#tags-allowed .column-left, #tags-allowed .column-right {
	width: 45%;
}
#tags-allowed .close {
	float: right;
}
#tags-allowed::after, #comment-author::after { 	/* Auto clearing float for Moz */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #tags-allowed { /* Auto clearing float for IE */
	height: 1%;
}
#comments-resize {
	margin-top: 2em;
}
#comments-resize h3 {
	margin: 0;
}
#comments-resize small {
	float: right;
}

.comment-header {
	margin-bottom: .8em;
}
.comment-header em {
	font-style: normal;
	display: block;
	float: left;
	margin-right: 1.2em;
/*	font-weight: bold;*/
}
.comment-header em a:link, .comment-header em a:active, .comment-header em a:visited { text-decoration: none; color: #CC3399; }
.comment-header em a:hover	{ text-decoration: none; color: #fff; }

.notice, #tags-allowed, .comment-header small { /* Moderation Message */
	font-size: 100%;
	padding: .8em 1.2em;
}
.notice, .comment-header small { /* Moderation Message */
	color: #000;
	border-top: 1px solid #FFF200;
	border-bottom: 1px solid #FFF200;
	background-color: #fff;
}
#tags-allowed {
	border-top: 0px solid #D6E1ED;
	border-bottom: 0px solid #D6E1ED;
	background-color: #fff;
}
.notice p, .notice h4, #tags-allowed p, #tags-allowed h4 {
	margin: 0.6em 0;
}
#commentlist {
	margin: 0;
	padding: 0;
}
#commentlist li.comment-even, #commentlist li.comment-odd, #commentlist li.comment-author  {
	display: block;
	list-style: none;
	margin: .8em 0;
	padding: 0;
}
.comment-even, .comment-preview {
	background: none;
}
.comment-odd {
	background: none;
  /* Change this colour to add "Flip flopping" backgrounds */
}
.comment-author { /* Author background color */
	background-color: #FBFBFB;
}
* html #commentlist li { height: 1%; } /* IE only */
.comment-body {
	padding: .8em 1.2em;
}
.comment-preview {
	padding: .8em 1.2em;
}
.comment-body small, .comment-preview small {
	margin-top: .8em;
	display: block;
	color: #999999;
}

/* Trackbacks */
#trackbacklist {
	margin-left: 0;
	padding-left: 0;
}
#trackbacklist li {
	border: 1px solid #FBFCFD;
	background: #FEFEFE;
	margin-left: 0;
	padding: 0;
	margin-top: .8em;
	list-style: none;
}
#trackbacklist li small {
	color: #565654;
}
#trackbacklist li a {
	background-color: #FBFCFD;
	padding: .4em;
	display: block;
	text-decoration: none;
}
#trackbacklist li a:hover {
	background-color:#F4F8FB;
	color: #333;
}
#trackbacklist li a:active {
	background-color:#FBFCFD;
	color: #333;
}
#trackbacklist li p {
	padding: 0 .4em;
}
#trackbacklist li a span {
	text-decoration: underline;
}


/* Calendar
------------------------------------------*/
#wp-calendar {
	empty-cells: hide;
	width: 170px;
}
#wp-calendar #next a {
	padding-right: 1em;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 1em;
	text-align: left;
}
#wp-calendar a {
	color: #fff;
	background-color: #f7f0f1;
	display: block;
/*	font-weight: bold;*/
}
#wp-calendar a:hover {
	color: #333 !important;
	background-color: #fbd0d9 !important;
	text-decoration: none !important;
}
#wp-calendar caption {
	color: #333;
	text-align: left;
	width: 100%;
}
#wp-calendar td {
	padding: 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #FFFFFF;
}

/* For Plugins
------------------------------------------*/
/* Recent Activity */
ul#recent-activity {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
ul#recent-activity li {
	font-size: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
ul#recent-activity small {
	font-size: 85%;
	padding-left: .8em;
}
#recent-activity small a:link, #recent-activity small a:visited, .secondary small a:link, .secondary small a:visited {
	color: #ACC;
}
/* Comment/Trackback Favatars & Gravatars */
.comment-favatar {
	-moz-opacity:0.5;
	opacity: 0.5;
	
	background: center center;
	float: right;
	margin: 2px 0 0 0; 
	width: 16px;
	height: 16px;
}
.comment-favatar:hover {
	-moz-opacity:1;
	opacity: 1;
}
.trackback-favatar {
	background: center center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 6px 0 2px;
	cursor: pointer;
}
.comment-gravatar img {
	float: right;
	padding: 2px;
	margin: 0;
	border: 1px solid #A5A5A3;
	width: 40px;
	height: 40px;
	background: #fff url(images/gravatar.jpg) no-repeat center center;
}
/* Ultimate Tag Warrior */
.technoratitags {
	color: #000000 !important;
}
.technoratitags a {
	color: #000000 !important;
	/*border-bottom: 1px dotted #989D3C;*/
	text-decoration: none;
}
.technoratitags a:hover {
	color: #555 !important;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}
.UTW-tagcloud {
	padding: .8em 0;
	font: normal 80% Arial, Helvetica, sans-serif;
}
.UTW-tagcloud a {
	margin-right: 1.6em;
	text-decoration: none;
	color: #17A !important;
}
.UTW-tagcloud a:hover {
	color: #6BD !important;
	text-decoration: none;
	border-bottom: 1px solid #6BD;
}
.UTW-tagcloud a:visited {
	text-decoration: none;
	color: #333 !important;
}
.longtailvert a {
	padding: 0 .5em;
	text-decoration: none;
	color: #fff;
}
.longtailvert a:hover {
	background: #17A;
}
/* Extended Live Archives */
#af-ela {
	margin: 0 0 2em 0;
}
#af-ela::after { 	/* Auto clearing float for Moz */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #af-ela { /* Auto clearing float for IE */
	height: 1%;
}
#af-ela ul, #af-ela ul li {
	border: none;
}
#af-ela ul li a {
	padding: .5em 0;
}
#af-ela ul li::before {
	content: "";
}
ul#af-ela-menu {
	text-align: center;
	margin: 1em auto 2em auto;
}
ul#af-ela-menu li {
	font: normal 135% Arial, Helvetica, sans-serif;
	padding: 0 !important;
	margin: 0 1em;
}
ul#af-ela-tag li {
	padding: 0 !important;
}
ul#af-ela-menu li:hover, ul#af-ela-menu li.selected, ul#af-ela-tag li:hover, ul#af-ela-tag li.selected {
	color: #000 !important;
	border-bottom: 1px dotted #000 !important;
	background: none !important;
	padding: 0;
}
ul#af-ela-category, ul#af-ela-year, ul#af-ela-month, ul#af-ela-tag, ul#af-ela-post-chrono {
	padding: 1em 0;
	text-align: center;
	margin: 0 0 2em 0;
	float: none !important;
	width: 100%;
}
ul#af-ela-tag {
	font: normal 60% Arial, Helvetica, sans-serif;
}
ul#af-ela-post-tags li, ul#af-ela-post-tags li:hover, ul#af-ela-category li, ul#af-ela-post-cats li, ul#af-ela-post-cats li:hover, #af-ela-post-chrono li, ul#af-ela-post-chrono li:hover {
	font-weight: normal;
	padding: 0 !important;
	margin: 1em 4em !important;
	border: none !important;
	background: none !important;
	
}
ul#af-ela-post-tags li::before, ul#af-ela-post-cats li::before, ul#af-ela-post-chrono li::before {	/* Show right angle quotes to cool browsers */
	content: "\00BB \0020";
}
ul#af-ela-category li, ul#af-ela-year li, ul#af-ela-month li {
	font-weight: normal;
	padding: 0 !important;
	margin: 1em 4em !important;
	border: none !important;
	background: none !important;
	margin: 0 1em !important;
	display: inline !important;
}
ul#af-ela-category li:hover, ul#af-ela-year li:hover, ul#af-ela-month li:hover, ul#af-ela-category li.selected, ul#af-ela-year li.selected, ul#af-ela-month li.selected  {
	color: #000 !important;
	border: none !important;
	background: none !important;
	border-bottom: 1px dotted #000 !important;
}
ul#af-ela-category li.selected {
	color: #000 !important;
	margin: 0 1em !important;
	background: none !important;
	border: none !important;
	border-bottom: 1px dotted #000 !important;
}	
/* Textile */
.caps {	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* Google Hilite */
.hilite {
	background-color: #DEEBF3;
	color: #000;
}



