﻿/**
 * Theme Name: Aphelis
 * Theme URI: 
 * Description: Aphelis is based in Hybrid theme's original default style.
 * Version: 1.0
 * Author: Aphelis
 * Author URI: http://aphelis.net
 * Tags: aphelis, skandalon, source attribution, art, communication, technology, 
 * Template: hybrid
 *
 *
 * Aphelis is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-r-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
@import url('tabs.css'); 

/**
* Body
************************************************/
body {
	background-color: #141414;
	color: #A0A0A0;
	font-family: Trebuchet, Helvetica, sans-serif;
	text-align: justify important!;
	}

/* Body container */
#body-container {
	overflow: visible !important;
	width: 1000px !important;
	margin: 36px auto 18px;
	
	}
/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #d17a04;
	text-decoration: none;
	}
a:hover, a:active {
    color: #ff9900;
	text-decoration: none;
	}

/* Headers */
h2 {
	font-size: 18px;
	margin: 0px 0px -22px 0px;
	font-variant: small-caps;
    }

h2 a {
	color: #d17a04;
    }

h3 {
	font-size: 18px;
	margin: 0px 0px -22px 0px;
	font-variant: small-caps;
    }
	
h3 a {
	color: #d17a04;
    }
	
h4 {
	font-size: 18px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Helvetica, Arial;
	}	
	
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}

.error-404-title {font-size: 40px;
                  font-variant: small-caps;
                  font-weight: bolder;
                  margin-bottom:21px;
                  margin-left:0;
                  margin-right:0;
                  margin-top:15px;
                  text-align: left;
                  line-height:25px;
}


/* Lists */
.content ul {
	list-style: none;
	margin-left: 21px;
	}
.content ul li {
	list-style-type: circle;
	}
	
.content .sticky ul li {
	padding-left: 9px;
	background: url(images/bullet-light.gif) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	font-variant: none;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px 0px;
	color: #EDEDED; /*12 févr. 2012 couleur par défaut du text des billets: était A0A0A0*/
	}

.big	
	{
	padding-left: 120px;
	padding-top: 22px;
	letter-spacing: 0px;
	color: #EDEDED;	/*12 févr. 2012 couleur par défaut du text des billets: était A0A0A0*/
	font-weight: normal;
	font-variant: normal;
	font-size: 120%;
	background: url(images/aphelis_quote.png) no-repeat 0 0;
	border: none;
	}
	


.sticky blockquote {
	color: #f7f7f7;
	background: url(images/quotes-alt.gif) no-repeat 0 0;
	}
blockquote blockquote {
	color: #EDEDED; /*12 févr. 2012 couleur par défaut du text des billets: était A0A0A0*/
	border-left: none;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: italic;
	}

/* Code */
code {
	padding: 0 3px;
	background: #ff9900;
	color: #141414;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: none; /**use to be #246f93 default hybrid**/
	border: 1px solid #666;
	}
.sticky code {
	background: none; /**use to be #246f93 default hybrid**/
	}

/* Tables */
table {
	width: 100%;
	background: #141414;
	border: 1px solid #313131;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #313131;
	}
tr {
	color: #A0A0A0;
	background: #141414;
	}
	
tr a {
	color: #d17a04;
	}
	
tr a:hover {
	color: #ff9900;
	}
	
tr.alt, tr.even {
	background: #141414;
	}
th {
	padding: .3em;
	color: #fff;
	background: #d17a04;
	border: 1px solid #313131;
	}
td a, th a {
	color: #d17a04;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin: 3px 3px 0 0;
	font-size: 51px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}
	
/* Footnotes: ajouté mars 2012 */
sup {
    bottom: 0.5ex;
    font-size: smaller;
}

sup, sub {
    padding: 0 0.2em;
}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #141414;
	border: 1px solid #d17a04;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0 !important;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px !important;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 620px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 620px;
	padding: 0px 1px 0 1px;
	background: #141414;
	background: #141414;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	line-height: 100%;
	margin: 0;
	padding: 0 4px;
	text-align: right;
	font-size: .8em;
	color: #A0A0A0;
	}
.wp-caption img {
	line-height: 100%;
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 9px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}
.sticky .thumbnail {
	background: transparent;
	border: 1px solid #000;
	}

/**
* Header
************************************************/
#header-container {
    margin: 0px auto;
	position: fixed;
    width: 416px; /* ajusté pour être aussi long que 'randomize posts' avril 2012 */
	left: 0px;
    }

#header {
	display: block;
	margin-bottom: 18px;
	}
	
#site-title {
	font-size: 4em !important;
	font-weight: bolder;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 27px;
	border-bottom: 5px solid #d17a04;
	
	}
#site-title a {
	color: #d17a04;
	}
	
#site-title a:hover {
	color: #ff9900;
	}
	
#hybrid_hook_header { 
    font: normal, Trebuchet, Arial;
    font-size: 5em;
	font-variant: small-caps;
	color: #515151;
	position: fixed;
	left: 280px;
    top: 0px;
}

#hybrid_hook_header a{ 
	
}

#hybrid_hook_header a:hover { 
	
	}
		
#site-description {
	font-size: 1em;
	font-style: normal;
	font-variant: small-caps;
	line-height: 90%;
	color: #A0A0A0;
	margin-left: 40px;
	margin-top: 7px;
	margin-bottom: 27px;
	}
#site-title {
    font:normal, Trebuchet, Arial;
    font-weight: bold;
	}

#site-description {
    font:normal, Trebuchet, Arial;
	}

/**
* Primary Menu
************************************************/
#primary-menu {
	position:fixed;
    left:40px;
    top:240px;
	width: 600px;
	font-variant: small-caps;
	font-weight: bolder;
	}
#primary-menu li {
	margin: 0px;
	padding: 0px;
	background: transparent;
	border-left: 2px solid #515151;
	}
#primary-menu li li {
	margin: 0;
	}
#primary-menu li a {
	float: left;
	padding: 0px 10px 0px 5px;
	color: #d17a04;
	}
	
#primary-menu li a:hover {
	float: left;
	color: #ff9900;
	}
	
#primary-menu ul li.current-menu-item {
	background: none;
	border-bottom: 2px dotted #515151;
	}
#primary-menu ul li.current-menu-item li {
	background: #313131;
	}
/* Search form: see primary: it makes use of the Search widget */


/* Drop-down styles */
#primary-menu ul ul {
	background: #3c738c;
	border-bottom: 1px solid #2e647d;
	}
#primary-menu li li {
	border-top: 1px solid #2e647d;
	}
#primary-menu li li a {
	font-size: 14px;
	}
#primary-menu li:hover ul {
	top: 30px;
	}
#primary-menu li:hover ul, li.sfHover ul {
	top: 30px;
	}
#primary-menu li li:hover ul, li li.sfHover ul , #primary-menu li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: visible;
	float: left;
	width: 1050px;
	padding-bottom: 21px;
    padding-top: 21px;
    
	}

.content {
	overflow: visible;
	float: right;
	width: 620px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 30px;
	}
	
.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 600px;
	}

#head_promotion {
    font-size: 0.9em;
	font-style: normal;
	font-variant: none;
	line-height: 110%;
	color: #A0A0A0;
	position: fixed;
	left: 50px;
    top: 145px;
}
	
/**This class to style the snazzy archive page; the page number is found using the "view source" option in any browser after the creation of the page**/	

.singular-page-254 #body-container {
	overflow: visible !important;
	width: 600px !important;
	margin: 36px auto 18px !important;
	padding-left: 500px !important;
	float: left !important;
	
	}

.singular-page-254 #container {
    overflow: visible !important;
	float: right !important;
	width: 600px !important;
	padding-bottom: 21px !important;
    padding-top: 21px !important;
    
	}

/**
* Posts
************************************************/
.hentry {
	clear: both;
	overflow: visible; /*2 mai 2011 - Je change ça de hidden à visible afin de permettre l'extension vers le bas de la fenêtre du bouton LIKE de Facebook sur les pages permanentes des billets*/
	height: 100%;
	margin-bottom: 100px;
	text-align: justify;
	color: #A0A0A0; /*12 févr. 2012 couleur par défaut du text des billets: était 515151, puis #828282 jusqu'au 28 fevr. 2015*/
	}

.singular .hentry {
	margin-bottom: 100px; /*6 avril 2012: ajoute la marge inférieure séparant les posts en mode random*/ 
	}
.page-template-blog .post {
	margin-bottom: 36px;
	}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Post title */
.entry-title {
	font-size: 25px;
	font-variant: small-caps;
	margin-bottom: 10px;
	}
.single-post .entry-title, .page-title {
	font-size: 25px;
	}
.page-title, .attachment-title, .error-404-title {
	margin-bottom: 21px;
	}

/* Byline */ /*J'utilise un action hook dans le fichier function.php de Aphelis afin de déplacer le .byline au dessous du #content. Ensuite, j'utilise la propriété position relative afin de placer le .byline au-dessus de entry-meta*/
.byline {
	margin: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-variant:normal;
    font-weight:normal;
    letter-spacing:0;
    line-height:14px;
	color: #A0A0A0;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #313131;
	}
.single .byline, .home .byline {
	margin-bottom: 0px;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: #567075;
	}

.byline a:hover {
	color: #d17a04;
	}
	
	/* Facebook Like Button */ /*J'utilise un action hook dans le fichier function.php de Aphelis afin de placer le boutton "Like" après le .byline*/
p.fb-like {
	float: left;
	display: inline !important;
	width: 20%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
/* Twitter Button */
.twitter {
	float: right;
	clear: none;
	position: relative;
	margin-top: 5px;
    margin-right: 350px !important;
	margin-bottom: 5px !important;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 0px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-variant:normal;
    font-weight:normal;
    letter-spacing:0;
    line-height:14px;
	color: #313131;
	border-bottom: 1px solid #313131;
	}
.sticky .entry-meta {
	color: #f7f7f7;
	border: none;
	}
.entry-meta a {
	color: #324144;
	}

.entry-meta a:hover {
	color: #d17a04;
	}

/* Page links */
p.page-links a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
	}
.sticky p.page-links a {
	background: #3C738C;
	border: none;
	}
/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}

/* Archive templates */
.archive-title, .search-title {
	font-size: 21px;
	}
.archive-info, .search-info {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .entry-meta {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 21px;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
	}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 21px;
	font-size: .85em;
	color: #666;
	}

/* Navigation links to use with Wordpress widget - overruled by Page-Navi plugin (see below) */
.navigation-links {
	overflow: hidden;
	height: 100%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, sans-serif;
    font-variant:small-caps;
	font-weight: bolder;
    letter-spacing:1px;
    text-align:center;
	}
	
.next, .previous {
	max-width: 400px;
	font-size: 2.5em;
	}
	
.previous {
	position: fixed;
	top: 315px;
	left: 262px;
	padding: 0px;
	margin: 0px;
	}
	
.next {
	position: fixed;
	top: 315px;
	left: 40px;
	padding: 0px;
	margin: 0px;
	}
	
#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
	}
	
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}
	
/* Aphelis style for WP-PageNavi plugin http://wordpress.org/extend/plugins/wp-pagenavi/ */

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/


.wp-pagenavi {
	
	position: fixed;
	left: 54px; /* ajusté pour que les numéro de pages soit centré entre les deux flèches */
	top: 320px;
	height: 100px;
	width: 360px;
	text-align: center;
}

.wp-pagenavi a {
	text-decoration: none;
	border: 0px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi span {
	text-decoration: none;
	border: 0px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi span.pages {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, sans-serif;
    word-spacing:-10px;
	font-variant:small-caps;
	font-weight: bolder;
	font-style: normal;
	font-size: 3em;
	
}

.wp-pagenavi .previouspostslink {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, sans-serif;
    font-variant:small-caps;
	font-weight: bolder;
	font-style: normal;
	font-size: 5em;
	position: fixed;
	top: 315px;
	left: 40px;
	padding: 0px;
	margin: 0px;
}

.wp-pagenavi .nextpostslink {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, sans-serif;
    font-variant:small-caps;
	font-weight: bolder;
	font-style: normal;
	font-size: 5em;
	position: fixed;
	top: 315px;
	left: 374px; /* ajusté pour être en ligne avec les lignes du header et footer container avril 2012 */
	padding: 0px;
	margin: 0px;
}


/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: left;
	width: 700px;
	}
	
#primary input {
    overflow-x:hidden;
    overflow-y:hidden;
	font: normal normal normal 12px/12px Trebuchet, Helvetica,   sans-serif;
	color: #515151;
	}
	

	
#primary input[type="text"]  {
	position: fixed;
	top: 215px;
	left: 40px;
	width:200px;
	height:15px;
	margin: 0px;
	padding: 1px 1px 1px 19px;
    background-color:#white;
	border: none;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#primary input[type="submit"] {
    position: fixed;
	top: 216px;
	left: 42px;
	width: 18px;
	height: 15px;
	margin: 0px 0 0 0;
	padding: 0;
	text-indent: -9999em;
	background: #fff url(images/search-icon.png) no-repeat 0 0;
	border: none;
}
	
	
#secondary {
	position: fixed;
	top: 380px;
	left: 0px;
	text-align: justify;
	width: 400px;
	}

#subsidiary {
	overflow: hidden;
	margin: 0 0 15px 0;
	}

/* Widgets */
.widget {
	float:left;
	overflow: hidden;
	margin: 0 0 21px 0;
	padding-left: 40px;
	background: transparent;
	}
.content .widget {
	margin: 0;
	padding: 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #999;
	background: transparent;
	}

/* Widget title */
.widget-title {
	font-size: 1.2em;
	}
#subsidiary .widget-title {
	color: #999;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 9px;
	}
.widget ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
.widget li.current-cat a, .widget li.current_page_item a {
	color: #232c36;
	}
.widget li.current-cat li a, .widget li.current_page_item li a {
	color: #2f6eb9;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	padding: 3px;
	background: transparent;
	border-bottom: 1px solid #2b3b4a;
	}
#subsidiary a {
	color: #678db1;
	color: #ccc;
	}

/* Widget search */
.widget-search .search-text {
	width: 230px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/**
* Comments
************************************************/
#comments-template {
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	font-variant: small-caps;
	}
li.author #reply {
	color: #f7f7f7;
	}

/* Comments are closed: pour Aphelis, je cache cette mention comme je ne compte pas utiliser les commentaires du tout */
.comments-closed {
	color: #666;
	font-style: italic;
	}
	
.comments-closed {
	display: none;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
    font-size: 12px;
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #828282;
	background: #141414;
	border-top: 1px solid #333;
	border-bottom: 0px solid #333;
	}
#comments li li, #comments li.author li li {
	color: #828282;
	margin: 0 9px 9px 18px;
	background: #fff;
	}
#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {
	color: #828282;
	background: #141414;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
	color: #f7f7f7;
	background: #232C36;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #f7f7f7;
	background: none; /**use to be #246f93 default hybrid**/
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	}

/* Comment links */
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color: #324144;
	} 
#comments li a:hover, #comments li.author li a:hover, #comments li.author li.author li a:hover {
	color: #d17a04;
	} 
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #A6C2CF;
	border-color: #333;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: none; /**use to be #246f93 default hybrid**/
	}

/* Comment meta data */
#comments-template .comment-meta {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
.comment-text blockquote {
	margin-bottom: 21px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #fff;
	background: none; /**use to be #246f93 default hybrid**/
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	}
#comments-template label {
	font-size: .8em;
	}
textarea {
	clear: left;
	display: block;
	width: 98.5%;
	}
.button, #submit {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: .9em Cambria, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #eee;
	background: #242D36;
	border: none;
	}
li.entry-author .button, li.entry-author #submit {
	background: #333C45;
	}
.button:hover, #submit:hover {
	cursor: pointer;
	background: #333C45;
	}
	
.search-form input {
	margin-right: 9px;
	}
	
.search #content div.search {
	display: none;
	}

/**
* Footer
************************************************/
#footer-container {
	position: fixed;
	bottom: 20px;
	left: 0px;
	margin-left: 0px;
	overflow: hidden;
	color: #999;
	border-bottom: 5px solid #A0A0A0;
	width: 416px; /* ajusté pour être aussi long que 'randomize posts' Avril 2012 */
	}

#footer {
	margin-left: 40px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-variant:normal;
    font-weight:normal;
    letter-spacing:0;
	line-height: 18px;
	padding: 0px 0px 2px 0px;
	}

#footer .copyrigh a {
	color: #324144;
	}
	
#footer .credit a {
	color: #324144;
	}

#footer .copyright a:hover {
	color: #d17a04;
	}
	
#footer .credit a:hover {
	color: #d17a04;
	}
	

	
