/*
Theme Name: Manifest
Theme URI: 
Description: A clean and streamlined theme that focuses on the content and not the distractions.
Version: 1.01
Author: Jim Barraud
Author URI: http://jimbarraud.com
Tags: simple, clean, single column

*/

/* Reset All Styles
-------------------------------------------------------------------- */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
  background: #dcdcdc; /*init #ddd ********************************* Gal BCKGRD !!! GOOD !!! */
  font: 55% /*62.5%*/ arial /****AJOUTE !!! OK !!!***/, constantia, palatino, "times new roman";
  color: #333;
}
strong{
  font-weight: bold;
}

/* Links */

a:link,
a:visited{
  color: #666666; /* init : #9C8A6A;*/
  text-decoration: none;
  /*font-weight: bold;*/
}
a:hover,
a:active{
  color: #000; /*init #fff;*/
  text-decoration: none;
}

/* Headers */

h1{
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  word-spacing: .2em;
}
h1 a{
  padding-right: 60px;
  margin-left: 60px;
}
h1 a:link,
h1 a:visited{
  color: #000;
}
h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: underline;
}
h2{
  padding-top: 10px;
  padding-bottom: 27px;
  margin-bottom: 20px;
  font-size: 2.3em;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  color: #333; /*BLUE : #4d7098;*/
}


/*****H3 = TITRE ARTICLE******/
h3{
  margin-bottom: 5px;
  font-size: 2.3em;
  font-weight: normal;
  text-align: left;
}
h3 a:link,
h3 a:visited{
  font-weight: bold;
  color: #333; /*BLUE : #4d7098;*/ /*init #333 ************* COLOR DES TITRES D'ARTICLE !!! GOOD !!! ********/
}
h3 a:hover,
h3 a:active{
  font-weight: bold;
  color: #7d7d7d;
  /*text-decoration: underline;*/
}
h4{
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
h5{
  position: relative;
  top: 45px; /*09082011 -35px;*/

  margin-bottom: 5px; /* init:50px /*************** MARGE SOUS LA DATE (i.e. avant TITRE ARTICLE ?  !!!GOOD!!!*/
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #333; /*Init #999 *******************************COLOR DE LA DATE !!! GOOD !!! */
  font-weight: normal;
/**********************************SEPARATION DES POSTS*******************************************/
  border-bottom: 2px solid #333; /* init #ddd? ***********************Color ligne au dessus titre (avec date) !!! GOOD !!! */
  background: #ddd; /*init #fff *****************************************Bckgr Line separation !!!GOOD!!! */;
  text-align: right;
}
h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 4px 8px;
  /*text-decoration: underline; AJOUT MAIS PAS CE QUE JE VEUX (juste texte) */
  border-bottom: 0px solid #bbb; /*AJOUT LIGNE DESSUS DATE !!! good !!! */
  border-top: 0px solid #bbb; /*AJOUT LIGNE DESSOUS DATE  !!! good !!! */
  background: #ddd; /*init #fff ************************************************** BCKGR DATE !!! GOOD !!!  */
  top: 12px; /*init 8px*/
}


p.audioplayer_container {  
  text-align: center;  
}  



/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #ddd;
  padding: 3px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #999;

}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  padding: 3px 10px;
  color: #333;                   /****couleur de "Post your comment" et "Search" input cliquable***/ 
  font-weight: bold;
  background-color: #dcdcdc;
  /*background-image: url(images/button.png);*/
  background-repeat: repeat-x;
  background-position: left top;
  border-width: 0px; /*1px*/
  border-style: solid;
  border-color: #999;
  border-radius: 10px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
  -moz-border-radius: 12px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:focus{
  color: #dcdcdc;                /****bckgd hover de "Post your comment" et "Search" input cliquable***/
  background-color: #333;        /****couleur hover de "Post your comment" et "Search" input cliquable***/
  /*border-color: #666;*/
}

/* Structure */

#siteWrapper{
  margin: 0 auto;
  padding-top: 15px;
  width: 750px;             /*init 500 px***********/ /***********/
  text-align: center;
  position: relative;
  
}
#siteDescription{
  font-size: 1.2em;
  margin: 10px auto 60px;
  width: 400px;
  padding: 11px 0 13px;
  color: #999;
  font-style: italic;
}

/* Main Navigation
-------------------------------------------------------------------*/

#mainNav{
  /*font-weight: bold;*/
  margin-top: 10px; /*init10px*/
  padding: 5px; /*init5px*/
  background: #ddd; /*init:FBFBFB *****************COLOR OF BCKGRD PAGES LINK !!! GOOD !!! */
  border-top: 1px solid #000; /* init #EAEAEA **********COLOR Ligne sup SOUS LES PAGES !!! GOOD !!! */
  border-bottom: 0px solid #bbb; /* init #EAEAEA **********COLOR Ligne basse SOUS LES PAGES !!! GOOD !!! */
}
#mainNav ul{
  margin: /*0px auto 5px auto;*/ 0px auto;
  /*width: 45em;*/
  text-align: center;
}
#mainNav li{
  display: inline;
  margin-right: /*5px;*/ 40px;
  font-size: 1.5em;
  text-transform: uppercase;
}
#mainNav li:last-child{
  margin-right: 0;
}
#mainNav a:link,
#mainNav a:visited{
 /* padding:5px;*/
  color: #333;/*999 *************************COLOR OF PAGES LINK 4d7098-BLEU FONCE !!! GOOD !!!*/
}
#mainNav a:hover,
#mainNav a:active{
  /* padding: 5px 5px 5px 5px; */
  /*font-weight: bold;*/
  text-decoration: none; /*init:underline************/
  color: #808080; /*ini:#2E301C *********************/
  /*background:#4d7098;*/
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  font-weight: bold;
  color: #2A2D1A;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  color: #2E301C;
}

/* Main Content Body
-------------------------------------------------------------------*/

#coreContent{
  float: center;
  width: 750px;    /*init 500 px***********/ /***********/
  margin-top: 35px; /*09082011 100px*/ /*8px;*/
}

/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}
.postContent h4{
  position: relative;
  top: 0;
  font-family: constantia, palatino, times new roman;
  font-size: 1.2em;
  color: #333;             /*******couleur auteur********/
  font-weight: bold;
  font-style: italic;
  /*border-bottom: none;*/
  border-bottom: 1px solid #333;  /*init: none ******************** ligne séparation sous auteur et titre !!! GOOD !!! */
  padding-bottom: 10px;
  text-align: left;
}
.postDate ~ .postContent{
  margin-top: 50px; /*09082011 -30px; */
}
#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1.7em;
  font-size: 1.4em;
  line-height: 1.4em; /*1.5*/
  color: /*#333*/ #7d7d7d;   /******COULEUR DU TEXTE DES ARTICLES !!! GOOD !!! ****/
  text-align: justify;
}
#coreContent p{
  text-align: justify;
}
#coreContent li{
  text-align: right;
  /*list-style: square;*/
  /*margin-right: 35px;*/
}
#coreContent dt{
  font-size: 1.3em;
  color: #333;
}
.entry-content{
  margin-top: 15px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}
.entry-content a:link,
.entry-content a:visited{
  color: #ff000;
  text-decoration: none;
  font-weight: bold;
}
/* ********************* */
.entry-content a:hover{
  color: #ff000;
  text-decoration: underline;
  font-weight: bold;
}
.hentry{
  position: relative;
  padding-bottom: 37px;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 0px; /* **********09082011 30px; */
}
#coreContent .postMeta{
  width: 670px; 
  margin: 20px 0px 25px /*09082011 50px*/ 40px;
  background-color: #d1d1d1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
  color: #999;
  border-top: 1px dotted #888;  /****ligne en fin d'article avant tag OK ***/
  border-bottom: 1px dotted #888;  /****ligne en fin d'article après tag OK ***/
}
#coreContent .postMeta div{
  margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  font-weight: bold;
  color: #7D7D7D/*333*/;                 /****couleur de "## comment(s)" ou "leave a comment" en fin de post***/ 
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  font-weight: bold;
  color: #333; /*7D7D7D7*/           /****couleur hover de "## comment(s)" ou "leave a comment" en fin de post***/
}
#coreContent .postMeta span{
  font-weight: bold;
  color: #7D7D7D; /*333*/
  text-transform: lowercase; /*uppercase*/       /***** PUBLISHED : et FILED UNDER ??? ****/
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  color: #333;
  border: none;
  padding: 0;
  font-family: constantia, palatino, times new roman;
  font-weight: bold;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2em;
  letter-spacing: 0;
}
.entry-content h2{
  font-size: 1.8em;
}
.entry-content h3{
  font-size: 1.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1.4em;
}
.entry-content strong{
  color: #000;
}
.entry-content pre{
  color: #666;
  font-size: 1.5em;
  line-height: 18px;
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}
.entry-content ol li{
  list-style-type: decimal !important;
}
.entry-content li{
  margin-bottom: 5px !important;
}
.entry-content blockquote{
  font-family: /*arial, constantia,*/ palatino, times new roman;
  font-size: 1.7 em;
  font-style: italic;
  line-height: 1.4em;
  color: #7D7D7D;
  margin: 0px 30px 0px 30px;
  padding:0 10px 0 10px;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
}
#coreContent .entry-content blockquote p{
  font-family: /*arial, constantia,*/ palatino, times new roman;
  font-size: 1.7em;                      /****taille texte QUOTE****/
  line-height: 1.4em;
  color: #7C878D;
}
.entry-content .alignleft{
  float: left;
  margin: 4px 10px 10px 0;
}
.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{
  font-size: 1.1em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}
.hentry img{
  margin: 0 auto;
  border: 1px solid #ccc;
}


/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-top: 0px; /*init 30px******************/
  margin-bottom: 0px; /*init 5px*/
}
.entry-title {
  color: #333; /**********************COLOR DU TITRE dE LA PAGE SEULE !!!OK!!! */
}
.single h5{
  position: static;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: none;
  background: #fff;
}
.single.hentry{
/*border-top: 1px solid #bbb;*/ /*init #efefef *********color ligne d'entrée d'un post seul !!! GOOD !!!  ******/
  border-bottom: 0px solid #bbb; /*init #efefef *********color ligne d'entrée d'un post seul !!! NO GOOD !!!  ******/
  margin-top: 100px; /*09082011 -40px; */
/*border-bottom: none;*/
  padding-bottom: 0;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#coreContent .entry-content #linkList li li{
  font-size: 12px /*1.1em*/;
  color: #ffffff;
  /*list-style-type: square;*/
  margin-bottom: 10px /*important*/;
  margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.commentEntry{
  margin: 0px 85px 25px 90px;
  /*border-bottom : 1px dotted #333;*/ 
  border-bottom: 0/*1*/px solid #ccc;
  background: #cccccc;
}
#coreContent .commentEntry p{
  font-size: 1.2em;
  color: #333;                  /******couleur du texte des commentaires****/
}
.avatar{
  float: left;
  margin-top: /*4*/ 0px;
  margin-left: /*55*/ 0px;
}
.commentContent{
  background: #cccccc;
  float: left;
  width: 500px;
  margin-left: 15px;
padding: 5px 7px 5px 0px;
}
.commentMeta{                /***** texte de precisions auteur + date + heure du commentaire *****/
  font-weight: bold;
  color: #7d7d7d;
  font-size: 1.2em; /*1.1*/
  text-align: right;
}
.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
  color: #333;
}
.commentMeta a:hover,
.commentMeta a:active {
  font-weight: bold;
  color: #fff;
}
.nocomments{
  font-size: 1.2em;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Comment Form */

fieldset{
  background: /*#F6F6F6*/ #dddddd;
  padding: 0 0 10px;
}
legend{
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 0 4px 0;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
  /*width: /*750px;*/ 575px; */
  background-color: #dddddd;
}
#comments h4{
  border-top: 2px solid #333;
  /*border-bottom: 1px solid #333;*/
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: /*center;*/ left;     /**** pour "leave a comment"****/
  width: /*750px;*/ 575px;
  margin-top: 20px;
  margin-left: 90px;
  padding-bottom: 10px;
}
legend span{
  border-top: 2px solid #333;
  /*border-bottom: 1px solid #333;*/
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: /*center;*/ left;     /**** pour "leave a comment"****/
  width: /*750px;*/ 575px;
  margin-top: 20px;
  margin-left: 0px;
  padding-bottom: 10px;
}
.leaveComment{
  margin-top: 50px;
  padding-bottom: 19px;
}
.commentForm{
  font-size: 1.1em;
  text-align: left; /*left*/
  text-transform: uppercase; 
  margin: 0px 0px 0px /*225*/ 90px;     /***** marge gauche des champs a remplir commentaires ****/
}
.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  /*margin-bottom: 15px;*/
  margin: 0px 0px 15px 0px;
  width: 230px; /*470*/          /*** zones de saisie renseignement des auteurs de commentaires ? ***/
  font-size: 1.4em;
}
.commentForm textarea{          /****Zone de saisie de texte des commentaires****/
  display: block;
  width: 570px;      
  max-width: 570px; /* Restricts the resizing capability in webkit bases browsers */
  margin: 0px 0px 0px 0px;
  height: 150px;
  font-size: 1.4em;
}
.commentForm input[type=submit]{
  float: center;
  margin-top: 8px;
  margin-left : /*180*/0px;             /****marge de "POST YOUR COMMENT"****/
}

/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-top: 40px;
}

.pageNav a:link,
.pageNav a:visited {
  display: inline-block;
  color: #7d7d7d;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  /*background-color: #666;*/
  /*background-image: url(images/button3.png);*/
  /*background-repeat: no-repeat;*/
  background-position: /*left top;*/ center;
  padding: /*3px 10px;*/ 0px 30px;
  border-width: 1px;
  /*border-style: solid;*/
  /*border-color: #575757;*/
  /*border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
}

.pageNav a:hover,
.pageNav a:active {
  color: #000;
  text-decoration: none;
  /*background-color: #3F3F3F;*/
  /*border-color: #232323;*/
}
.pageNav .prev,
.pageNav .next{
  display: inline;
}
.pageNav .prev{
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  /*background-image: url(images/button4.png);*/
  background-repeat: no-repeat;
  background-position: right;
  padding: 25px 0px 20px 20px;
  margin-right: 2px;
}
.pageNav .next{
  color: #000;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
/*  background-image: url(images/button5.png);*/
  background-repeat: no-repeat;
  background-position: left;
  padding: 21px 20px 20px 0px;
  margin-left: 2px;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: 100px; /*09082011 -50px;*/
}
h2.archiveTitle{
  margin: 45px 0px -65px;
  color: #333;
}
h2.archiveTitle strong{
  color: #000;
}
#archives h3,
#coreContent li h3{
  font-family: arial, constantia, palatino, times new roman; 
  font-size: 15px /*1.6em*/;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
  border-bottom: 0px solid #ccc;
}
#coreContent li h3{
  font-size: 1.2em;
}
#archives label{
  font-family: arial, constantia, palatino, times new roman;
  font-size: 1.4em;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
#archives #tags{
  float: left;
  width: 250px /*150px*/;
}
#archives #date{
  float: left;
  width: 250px /*150px*/;
}
#archives #category{
  float: right;
  width: 250px /*320px*/;
  text-align: right;
  margin-left: 0px;
}
#archives #categorytags{
  float: right;
  width: 375px /*320px*/;
  margin-left: 0px;
}
#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}
#archives ul li{
  /*display: inline-block;*/
  text-align: left;
  margin: 0 0 5px 35px;
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
  white-space: nowrap;
}
#archives li a{
  margin-right: 5px;
}
#archives #date ul li{
  texte-align: right;
  display: block;
  list-style-type: none;
  margin: 0 0px 5px 35px;
  
}
.tagArchives li{
  float: left;
  margin-right: 10px;
}
.categories li{
  margin-bottom: 5px;
  font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

#recentPosts{
  border-top: 2px solid #ccc;
}
#recentPosts li{
  list-style: none;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#recentPosts a{
  float: left;
}
#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  margin-top: -35px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  border-top: 0px solid #efefef;         /****mise du bandeau "search" en tête de blog quand une search a été faite***/
  border-bottom: 0px solid #efefef;
  margin: 0 0 40px;
  padding: 10px 0;
}
.searchpanel input[type=text]{
  width: 250px;
  font-size: 1.7em;
}
.searchpanel input[type=submit]{
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  background-position: left 5px;
  font-size: 1.4em;
  
}

/* Footer
-------------------------------------------------------------------- */

#footer{
  width: 750px; /*500*/
  margin: 40px /*40*/ auto 0;
  padding: 0px /*20*/ 0 35px 0;
  border-top: 1px solid #333;
  color: #666;
  text-align: center;
}
.footerContent{
  width: 750px; /*500*/
  margin: -75px auto -25px 35px;
  clear: left;
}
#footer p{
  line-height: 1.4em; /*1.4*/
  font-size: 1.4em;
  margin-top: 75px;
}
#footer #search{
  margin: 0px 0px 30px 20px;
}
#footer h5{
  position: relative;
  top: 0;
  margin-bottom: 8px;
  font-family: constantia, palatino, times new roman;
  font-size: 1.5em; /*1.3*/
  color: #666;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
}
#footer .elsewhere{
  margin-bottom: 30px;
}
#footer .elsewhere li{
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px dotted #ccc;
  font-size: 1.4em; /*1.2*/
}
#footer .elsewhere li.last{
  padding: 0;
  margin: 0;
  border-right: none;
}
#footer #search input[type=text]{
  font-size: 1.4em;
  border-color: #999 /*ccc*/;
}
#footer #search input[type=text]:focus{
  border-color: #999;
}

/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}
#coreContent p.loggedin{
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  background: #efefef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
