/*
Theme Name: Byalpel's journal
Theme URI: http://www.qwoq.com/blog
Description: Magazine style theme for Wordpress
Version: 1.0
Author: David Alia aka Byalpel (david.alia@gmail.com)
*/




html, body { height: 100%; }

body {
	background: #DADAD0 url(images/back.jpg) 0 repeat;
	color: #400000;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

img {
	border: 0px;
}

#container {
	background: #FFF url(images/repeat.gif) repeat;
	min-height: 100%;
	_height: 100%;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/* Header */
#header {
	margin: 0;
	height: 150px;
	background: url(images/head.jpg) 0 no-repeat;
}

/* Sidebar Positioning */

#sidebar {
	margin: 0;
	padding-left: 5px;
	width: 190px;
	float: left;
}

#up_sidebar {
	background: url(images/up_sidebar.gif) no-repeat;
	width: 190px;
	height: 38px;
}

#up_content {
	background-color: #000;
	background: url(images/up_content.gif) 0 no-repeat;
	height: 16px;
	margin: 0;
	padding: 0;
}

.text_up_content {
	padding: 2px 5px 0 0 ;
	color: #FFFFFF;
	font-size: xx-small;
	text-align: right;
}

#wrapper {
	width: 770px;
	float: right;
	position: relative;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
	
	/* BORDER: 1px dotted #00FF00; */
}


#content {
	padding: 2px 40px 10px 30px;
	overflow: hidden;
	height: 100%
	
	/* BORDER: 2px dotted #FF0000; */

}

.posttitle {
	background: url(images/under_title.gif) 0 bottom no-repeat;
	padding: 0;
	margin: 0;
	
}
.posttitle_text {
	font-size: x-large;
	margin-top: 24px;
	float:left;
}

.posttitle_icon {
	height: 65px;
	text-align: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.posttitle_date {
	font-size : x-small;
	text-align: right;
	font-weight: bold;
	margin-bottom : 10px;
}

#footer {
	margin-bottom: 0px;
	padding: 10px 0px 10px 20px;
	background: url(images/footer.gif) 0 100% repeat;
}

#footer .text {
	text-align: center;
	margin-top: 20px
}

#footer .flag img {
	vertical-align: middle;
	margin: 5px;
}

#footer .flagtext {
	font-size : x-small;
	font-weight: bold;
}

/* Navigation Links */
#pathway {
	position: absolute;
	left: 300px;
	top: 317px;
	color: #FFFFFF;
	margin: 0;
	padding-left: 20px;
	font-weight:bold;
	font-size: 14px;
	width: 400px;
}

#pathway a {
	color: #CD7829;
	text-decoration: none;
}

#pathway a:visited {
	color: #CD7829;
	text-decoration: none;

}

#pathway a:hover {
	color: #F3DCBA;
	text-decoration: none;

}

hr#clear {
	clear: both;
	height: 35px;
	visibility: hidden;
}

/* Image titles definitions */

li#home {
	margin-top: -10px;
}

li#pages {
	background: url(images/headings/pages.gif) 0 top no-repeat;
	padding-top: 47px;
	padding-left: 5px;
	margin-top: 10px;
}

li#categories {
	background: url(images/headings/categories.gif) 0 top no-repeat;
	padding-top: 44px;
	padding-left: 5px;
	margin-top: 10px;
}

li#links {
	background: url(images/headings/links.gif) 0 top no-repeat;
	padding-top: 36px;
	padding-left: 5px;
	margin-top: 10px;
}

li#lectures {
	background: url(images/headings/livres.gif) 0 top no-repeat;
	padding-top: 29px;
	padding-left: 5px;
	margin-top: 10px;
}

li#geek {
	background: url(images/headings/geek.gif) 0 top no-repeat;
	padding-top: 43px;
	padding-left: 5px;
	margin-top: 10px;
}

li#recentcomms {
	background: url(images/headings/recentcomm.gif) 0 top no-repeat;
	padding-top: 43px;
	padding-left: 5px;
	margin-top: 10px;
}

li#recentposts {
	background: url(images/headings/recentposts.gif) 0 top no-repeat;
	padding-top: 39px;
	padding-left: 5px;
	margin-top: 10px;
}

/*
Spécifique METEO
*/

li#meteo {
	background: url(images/headings/meteo.gif) 0 top no-repeat;
	padding-top: 43px;
	padding-left: 5px;
	margin-top: 10px;
	list-style-type: none;
}

li#meteo ul li .weather_title {
		font-weight: bold;
	}

li#meteo ul li .weather_info {
		color:#C60000;
		font-weight: bold;
	}		
li#meteo ul li { 
	list-style-type: none;
	 }


li#codebarre {
	background: url(images/codebarre.gif) 0 top no-repeat;
	padding-top: 85px;
	padding-left: 5px;
	margin-top: 30px;
	margin-left: 15px;
}

/* Post titles */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #708D9D;
	font-weight: bold;
}
hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

.bigger {
	font-size: 12px;
}


ul#bigger_list {
	margin-left: 5px;
	padding: 0;
	color:	#394A5A;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}



#pre_path {
color: #FFFFFF;
}



p, 
pre, 
form, 
label, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}


fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}



/* Word Press Stuff */



small {

color: #A66E49;
}

.postmetadata {

padding-bottom: 25px;
padding-top: 3px;
border-top: 2px solid #5CB2EE;

}

.postmetadata .boutons {

font-size: x-small;
}

.postmetadata .post_comments {
	text-align: right;
}

.postmetadata .post_comments a:link {

color: #C60000;
font-weight: bold;
}

.postmetadata .post_comments a:visited {
	color: #C60000;
}
.postmetadata .post_comments a:hover, a:active {
	color: #EEB2B2;
}

.button {

margin-top: 7px;
margin-left: 97px;

}

.entry {

font-size: 13px;
text-align: justify;
padding: 0 10px 0 10px;
border: 1px solid;
}

.smaller {

font-size: 10px;
padding-right: 5px;

}

ul, ol {

margin: 5px 0 10px 0px;
list-style-type: none;

}

#sidebar li li {
	list-style-image: url(images/puce2.gif);
	margin-left: 15px;
}

.post li {
	list-style-image: url(images/puce2.gif);
	margin-left: 25px;
	margin-top: 5px;
}

#sidebar li, 
dd {
	list-style-type: none;
	margin-left: 7px;
}

li#categories h2{
	padding: 0;
	color:	#3B322F;
	font-size: 12px;
	font-weight: bold;
}

li#pages h2{
	padding: 0;
	color:	#3B322F;
	font-size: 12px;
	font-weight: bold;
}

li#links{

	background: url(images/headings/links.gif) 0 top no-repeat;
	padding-top: 36px;
	padding-left: 5px;
	margin-top: 10px;

}

li#pagenav h2{
	padding: 0;
	color:	#43566B;
	font-size: 12px;
	font-weight: bold;
}


.post h2 {

		margin: 0 0 2px 0;
		background: url(images/headingborder.gif) 0 100% no-repeat;


}

.entry blockquote {
	display: block;
	padding: 5px 15px;
	border-top: 2px solid #0E5993;
	border-bottom: 2px solid #0E5993;
	background-color: #F8D2D2;
}

.entry code {
	display: block;
	padding: 5px 15px;
	border-top: 2px solid #0E5993;
	border-bottom: 2px solid #0E5993;
	background-color: #CDCDCD;
}

.updated {
	color: #C60000;
	border-left: 1px solid;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 28px;
	display: block;
	background: url(images/updated.gif) 0 top no-repeat;
}

.commentmetadata {

color: #6F4219;

}

#search {
	text-align: right;
	margin: 0 33px 0 0;
}

input {
 color: #0E5993;
 border: 1px solid #0E5993; 
 background-color: #FFFFFF;
 font-family: verdana, sans-serif;
 vertical-align: middle;


}

#searchform .buttons {
 background-color: none;
 border: 1px solid #C60000; 
 font-family: verdana, sans-serif;
 font-weight: bold;
 color: #C60000;
 font-size: 10px;
}

textarea {
 background-color: #FFFFFF;
 color: #330606;
 border: 1px solid #400000; 
 font-family: verdana, sans-serif;
 font-size: 11px;


}

#submit {
 background-color: none;
 border: 1px solid #C60000; 
 font-family: verdana, sans-serif;
 color: #C60000;
 font-size: 10px;
}



#sidebar a {
	color: #6F4219;
	text-decoration: none;
}

#sidebar a:visited {
	color: #6F4219;
	text-decoration: none;

}

#sidebar a:hover {
	color: #C48256;
}


a:link {
color: #4E719D;
text-decoration: none;
}

a:visited {
	color: #4E719D;
	text-decoration: none;

}
a:hover, a:active {
	color: #BB7D55;
	text-decoration: none;
}


.graybox {

background: #B1DCEA;

border-top: #0E5993 1px solid;
border-bottom: #0E5993 1px solid;
}

.commentlist  .comment_author a {
	color: #C60000;
	font-weight: bold;
}

.commentlist  .comment_author {
	margin-top: 3px;
}

.commentlist  .commentnumber {
	float: left;
	font: 2em Arial Black, serif;
	color: #0E5993;
	padding: 0 0 10px 20px;
	position: relative;
	left: -20px;
	overflow: hidden;
	height: 20px;
	line-height: 30px;
}

.commentlist  .commenttext {
	padding: 5px 9px 5px 9px;
}

.dewplayer {
	padding: 30px 0 10px 0;
	margin-top: -10px;
	background: url('images/banniere_dewplayer.gif') 0 no-repeat bottom;
}


.lectureEnCours	{
		color: #888888;
		font-size: small;
		text-align: center;
		padding: 0;
		margin-top: -10px;
		width: 80%;
}

.lectureEnCours	img {
		text-align: center;
		width: 60%;
		height: 60%;
}

.lectureEnCours	h4 {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
} 

.pagination {
		background: #CCCCCC;
		border-top: solid 1px #C60000;
		border-bottom: solid 1px #C60000;
		padding: 10px 0 10px 10px;
}