/*
Theme Name: BlogTocsin
Theme URI: http://www.tocsin.net/
Description: Tocsin theme 
Version: 0.1
Author: Tocsin
 
Creation Theme by Tocsin || http://www.tocsin.net
 
*/


body {
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #ffffff;
color: #000000;
margin: 0;
background: url('images/bkg.jpg') no-repeat ;
background-position:top center;
}

#page {
margin: 0 auto 0 auto;
width: 750px;
position:relative;
}

#header {
float: left;
padding: 0;
width: 750px;
height: 257px;
}

#global_navigation{
position:absolute;
right:20px;
}

#header_img{
position:absolute;
width: 750px;
height: 257px;
background: url('images/bkg_header.gif') no-repeat top left;
}

#header h1,#header p { display:none; }

#content {
float: left;
width: 490px;
margin-bottom: 20px;
text-align:justify;
}

.post {
margin : 20px 0 40px 0;
}

.post h2 a{
font-size: 1em;
text-decoration:none;
color:#000000;
}

.post h2 a:hover{
color:#96161b;
}

.postmetadata a, .commentaires a{
color:#96161b;
text-decoration:none;
}

.tags_comments a{
color:#49bed1;
text-decoration:none;
font-weight:bold;
}

.sidebar {
float: right;
width: 225px;
margin: 20px 0 20px 25px;
padding : 25px 0 50px 0;
background: url('images/bkg_sidebar.jpg') repeat-y top left;
}

.sidebar a{
text-decoration:none;
color:#666666;
font-weight:bold;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}

.sidebar ul li{
list-style-type: none;
padding: 0 0 5px 5px;
}



#footer, #footer a {
font-size: 1em;
padding: 10px 10px 0 0;
clear: both;
width: 750px;
text-decoration:none;
color:#666666;
font-weight:bold;
}