/*   
Theme Name: Capripot
Theme URI: http://capripot.ovh.org
Description: The Official Capripot Theme
Author: Paeleben & Capripot
Author URI: http://www.paeleben.fr
Version: 1.1
.
It's good looking no ?
.
*/

*{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Arial", sans-serif;
	background: #000 url('img/bg_borders.jpg') top center repeat-y;
	font-size: 14px;
}
a img{
	border: 0;
}
a{
	color: #6D0101;
}
p{
	margin: 10px;
}
ul, ol{
	margin-left: 50px;
}
#content{
	width: 960px;
	background: #6D0101 url('img/bg.jpg') top center no-repeat;
	margin: 0 auto 0 auto;
}
#top{
	width: 960px;
	height: 30px;
	background: url('img/top.png') no-repeat;
}
.blogtitle{
	display: none;
}
a#home_link{
	display: block;
	width: 550px;
	height: 220px;
}

/* Page */
#top_page_sidebar{
	width: 960px;
	height: 30px;
	background-image: url('img/top_page.png');
	background-repeat: no-repeat;
}
#page{
	float: left;
	width: 660px;
}
#page_content{
	width: 639px;
	padding-left: 21px;
	background: url('img/bg_page.png');
	background-repeat: repeat-y;
}
#page_content hr{
	color: transparent;
	border-color: transparent;
}
#posts{
	width: 609px;
	padding: 0 5px 0 25px;
	background: #FFF url('img/bg_posts.png') repeat-x;
}
#bottom_page{
	width: 660px;
	height: 30px;
	background: url('img/bottom_page.png') no-repeat;
}

/* Sidebar */

h3{
	font: bold 1.2em "LucidaSans", sans-serif;
	color: #6D0101;
}
#sidebar h3{
	margin-top: 20px;
}
#sidebar ul{
	margin-left: 30px;
	list-style: none;
}
#sidebar{
	float: right;
	width: 300px;
}
#sidebar_content{
	width: 280px;
	padding: 10px;
	background: transparent url('img/bg_sidebar.png') repeat-y;
}
#bottom_sidebar{
	float: right;
	width: 300px;
	height: 190px;
	background: url('img/bottom_sidebar.png') no-repeat;
}
#picture{
	width: 220px;
	margin: 10px;
	padding: 10px;
	background: #FFF;
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
	border-radius: 5px;
}
table#wp-calendar{
	width: 100%;
}
.wp-caption{
text-align: center;
}
.wp-caption-text{
margin: -16px 5px 0 5px;
opacity: 0.75;
line-height: 16px;
font-size: 11px;
background-color: #000;
color: #FFF;
text-align: center;
}

/* Posts */
h2{
	font: bold 1.6em "LucidaSans", sans-serif;
	color: #6D0101;
	padding-left: 30px;
	background: url('img/puce_title.png') top left no-repeat;
	border-bottom: 1px solid #6D0101;
	width: 579px;/*pour le ie-hack */
}
h2 a{
	text-decoration: none;
}
.meta{
	font: italic 0.8em "LucidaSans", sans-serif;
	color: #6D0101;
	text-align: right;
	padding-top: 5px;
}

.sep{
	width: 100%;
	height: 20px;
	background: url('img/separator.png') center no-repeat;
	padding-bottom: 20px;
	clear: both;
}
.aligncenter{
	 margin-left: auto;
	 margin-right: auto;
}

.alignright{
float: right;
	padding: 0 0 5px 5px;
}
.alignleft{
float: left;
	padding: 5px 5px 0 0;
}

.commentlist{
	list-style: none;
	margin: 10px 0;
	padding-left: 0;
}
.commentlist li{
	margin-left: 55px;
}
.avatar{
	float: left;
}
embed{
clear: both;
margin: 0, auto;
}
/* Bottom */
#footer{
	clear: both;
	width: 960px;
	height: 80px;
	background: url('img/bottom.jpg') no-repeat;
}
#other_links{
	width: 960px;
	height: 60px;
	text-align: center;
}
#copy{
	width: 950px;
	padding: 5px;
	height: 10px;
	text-align: right;
	font-size: 0.7em;
	color: #FFF;
}
#copy a{
	color: #FFF;
}

a.lien_telechargement{
display: block;
padding: 10px 20px 10px 35px;
background: #DDD url(img/download_icon.png) 10px 8px no-repeat;
border: 1px solid #666;
margin-right: auto;
margin-left: auto;
}
a:hover.lien_telechargement{
background-color: #BBB;
}

/*Mesures d'audiences Xiti*/
a#xiti {
position: fixed;
left: 0;
bottom: 0;
display: block;
height: 25px;
width: 39px;
/*pour invisibilite (desactivee)*/
/*text-indent: -999em;*/
text-decoration: none;
border: none;
}


