
/* COLOR */
#dashboard .dash a, .footerc, .footercalt, .footerc ul li a, .footerc p a, .footercalt ul li a, .footercalt p a, #credits a, #dashboard, #searchtop input, #credits, .fcomments  {
    color: #cccccc;
}
#nav ul li a, #content a, #featured p a, #rightsidebar ul li a, #leftsidebar ul li a, #fmore ul li a, #nav ul li, #content .post h1, #content .post h2, #today a, #wp-calendar a, #tag_cloud a, .fcomments a {
    color: #3366cc;
}

#content h2 a, #featured h2 a:hover, #content h3, #comments h3, #searchtop #s, #featured p, #fmore ul li, #fmore h2, #content .post p, #content .post h3, #content h2, #rightsidebar h3, #leftsidebar h3, #rightsidebar h2, #leftsidebar h2, #rightsidebar ul li, #leftsidebar ul li, #respond h4, #content .quoteleft, #content .quoteright, .footerc h3, .footercalt h3 {
	color: #333;
}
#nav ul li a:hover, #header h1 a:hover, #dashboard a:hover, #content a:hover, #rightsidebar ul li a:hover, #leftsidebar ul li a:hover, #featured p a:hover, #fmore ul li a:hover, .footerc ul li a:hover, .footerc p a:hover, #header h2, #nav ul li.current_page_item a, #today a:hover, #wp-calendar a:hover, #tag_cloud a:hover, .fcomments a:hover, ul.tabbernav li a:hover, li.tabberactive a  {
	color: #ff6600;
}
#header h1 a {
	color: #3366cc;
}


/* BACKGROUND */
#comments h3, #respond h4, #fmore a.fmorec, #content .commentmeta a, #respond, .fcomments {
	background: #cccccc;
}
#dashboard, #footer  {
	background: #999999;
}
#header, #nav, #rightsidebar h3, #leftsidebar h3, #rightsidebar h2, #leftsidebar h2, table#wp-calendar td, #today, #landing {
	background: #e4f2fd;
}
#featured h2 {
	background: #ff6600;
}
#featured blockquote, #content .post blockquote, #content .quoteleft, #content .quoteright {
	background: #ffffff url(images/quote.gif) no-repeat left top;
}
.footerc h3, .footercalt h3 {
	background: #e4f2fd;
}
#nav ul li.current_page_item {
    background: #ffffff}

/* BORDER */
#content h3, #comments h3, #nav ul li, #content .post h3 {
	border-bottom: 1px solid #cccccc;
}
#featured blockquote, #content .post blockquote {
	border-bottom: 2px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#nav ul li.current_page_item {
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}
#fpost {
	border-right: 1px solid #cccccc;
}
#contenu, #contenu .commentmeta a, #leftsidebar, #rightsidebar {
	border: 1px solid #cccccc;
}
#content .commentmeta {
	border-bottom: 1px solid #cccccc;
}
#comments, #nav ul {
	border-top: 1px solid #cccccc;
}
#respond {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#featured {
	border: 1px solid #3366cc;
}
#fmore h2, #content h2 {
	border-bottom: 2px solid #e4f2fd;
	border-top: 1px solid #e4f2fd;
}
#content .post h2 {
	border-bottom: 2px solid #e4f2fd;
}
#searchform #s, .footerc, .footercalt {
	border: 1px solid #cccccc;
}
#searchtop, #searchtop input {
    border: 0px none;
}

ol#commentlist {
	border-top: 1px solid #cccccc;
}

ol#commentlist li { /* This is for the normal entry headings */
	color: #515151;
	border: 1px solid #F0F0F0;
}

ol#commentlist .entry { /* This is for the normal entry comments */
	background: #fff;
	border: 1px solid #F0F0F0;
}

ol#commentlist li.alternate { /* This is for the alternate entry headings */
	border: 1px solid #cccccc;
	border-bottom: none;
	background: #f9f9f9;
}

ol#commentlist .alternate { /* This is for the alternate entry comments */
	border: 1px solid #cccccc;
	background: #f9f9f9;
}

ol#commentlist li.author { /* This is for the author entry headings */
	border: 1px solid #cccccc;
	border-bottom: none;
}

ol#commentlist .author { /* This is for the author entry comments */
	border: 1px solid #cccccc;
	background: #e4f2fd;
}

ol#commentlist .entry p, ol#commentlist .author p, ol#commentlist .alternate p {
	color: #333;
}

ol#commentlist li .avatar { 
	border: 1px solid #cccccc;
	background: #fff;
}

#comment_form input {
	border: 1px solid #cccccc;
	background: #F8F8F8;	
}

#comment_form textarea {
	border: 1px solid #cccccc;
	background: #F8F8F8;	
}

#comment_form #submit {
	border: 1px solid #cccccc;
	background: #e4f2fd;
	color: #333;
}

#comment_form #submit:hover {
	border: 1px solid #333;
	background: #ff6600;
	color: #fff;
}

#comment_form input[type="text"]:focus {
	background: #ffffff;
	border: 1px solid #ff6600;
}

#comment_form textarea:focus {
	background: #fff;
	border: 1px solid #ff6600;
}
ul.tabbernav {
 border-bottom: 1px solid #cccccc;
}
ul.tabbernav li a {
 border: 1px solid #cccccc;
 border-bottom: none;
}
ul.tabbernav li a {
 background: #e4f2fd;
} 
.tabberlive .tabbertab {
  border: 1px solid #cccccc;
  border-top:0;
}
ul.tabbernav li.tabberactive a {
  background: #ffffff;
 border-bottom: 1px solid #ffffff;
}