/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
/* @import url('../thematic/library/styles/reset.css');*/
@import url('reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
@import url('typography.css');

/* Apply a basic layout */
/*@import url('../thematic/library/styles/2c-r-fixed.css');*/
@import url('2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css'); */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
@import url('plugins.css');



@import url('style_origin.css');







body { background-color: #DDD; }

a:link, a:visited {
    color:#06C;
}
a:hover {
    color:#036;
}
/* =Header
-------------------------------------------------------------- */

#header {
/*    background:#35661F;*/
    background:none;
}
#branding
{
	height: 166px;
	border-bottom: 15px #000 solid;
}
#blog-title a, #blog-title {
    color:#FFF;
}
#blog-title2
{
	color:#3c7323;
}
#blog-description {
    color:#fff;
}

/* =Menu
-------------------------------------------------------------- */

#access
{
	/*    background:#98C557;*/
	background: none;
}
#access-in
{
	/*    background:#98C557;*/
	background: #99140E;
	height: 15px;
	width: 900px;
	margin: 0 auto;
	text-align: right;
}
#access-in span
{
	font-size: 2.1em;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: right;
	font-style: italic;
	padding: 0 20px 5px 0;
	margin: 0 0 0 0;
	font-family: Lucida, "Trebuchet MS", sans-serif;
	overflow: hidden;
}
#access-in a {
    color:#FFF;
}



#menu a {
    background:#98C557;
    color:#fff;
}
#menu a:hover {
    background:#35661F;
    color:#fff;
    border-color:#3B86C7;
}
#menu .current_page_item a {
    background:#35661F;
    color:#fff;
    border-color:#3B86C7;
}
#menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#2772B3;
}

/* =Content
-------------------------------------------------------------- */

.entry-title {
    color:#99140E;
}
.entry-title a {
    color:#99140E;
}
.entry-meta {
    color:#787878;
}
.entry-meta a {
    color:#787878;
}
.entry-meta a:hover {
    color:#000;
}
.entry-utility {
    color:#787878;
}
.entry-utility a {
    color:#787878;
}
.entry-utility a:hover {
    color:#000;
}
.comments-link a {
    color:#99140E;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    background:none;
    color:#444;
}
#comments li {
    background:none;
    border-top:1px solid #444;
    color:#555;
}
#comments li.byuser {
    background:none;
    border-color:#06C;
}
#comments .fn a {
    color:#06C;
}
#comments-list .comment-meta a {
    color:#787878;
}
#trackbacks-list .comment-author a {
    color:#787878;
}
#comments .fn a:hover {
    color:#036;
}
#comments-list .comment-meta a:hover {
    color:#000;
}
#trackbacks-list .comment-author a:hover {
    color:#000;
}
#respond {
    background:none;
    border-top:1px solid #444;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info .avatar {
    background:#98C557;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside h3 {
    color:#4A1605;

}
.aside caption { /* Make the caption match h3 styles */
    color:#4A1605;
}

.aside table {
    border-top:1px solid #e0e0e0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}
.aside td {
    border-left:1px solid #e0e0e0;
}

.sub-aside {
    color:#DDD;
}

.sub-aside h3 {
    color:#FFFFFF;
    margin-bottom:10px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#99140E;
    color:#fff;
}
#footer a {
    color:#fff;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}

#pixelpostpromote img {
	margin:10px 10px 0px 0px;
}

#main
{
	width: 898px;
	border-top: 0;
	border-right: 1px #CCC dashed;
	border-bottom: 0;
	border-left: 1px #CCC dashed;
}


#main {
    background:#fff;
}
/*#container {
    background:blue;
}
#content {
    background:green;
}
#primary {
    background:yellow;
}
*/

/* ------------- now reading ------------------- */
#bibliographie {
	float:left;
	margin:5px;
	width:30%;
}

#bibliographie p {
	text-align:center;
	font-size:0.8em;
}