/*
Theme Name: hugopics Theme
Theme URI: http://blog.hugopics.com/
Description: Le theme du site hugopics
Version: 0.1 19,09,07
Author: Hugo ESTOURNET
 
hugopics Theme by Hugo ESTOURNET || http://blog.hugopics.com/
 
*/

/* attributs pour body*/
body {
width: 1010px;
margin: 0;
padding: 0;
background: #f9e8c9;
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
color: #c53c0d;

}

/* attributs pour le bandeau */
#header {
width: 1010px;
margin: 0;
padding: 0;
}


/* *********************** SIDEBAR ********************** */

/* attributs pour la sidebar */

.sidebar {
position: absolute;
top: 128px;
left: 49px;
width: 225px;
margin: 0;
padding-bottom: 50px;
background: transparent url(images/sidebarFond.gif) bottom left repeat-y;
border-bottom:1px solid #c53c0d;
/*border:1px solid #000;*/
}

/* 		titres de la sidebar */
.sidebar h2 {
padding: 4px 0 4px 12px;
margin: 0;
background: transparent url(images/sidebarLine.gif) bottom left no-repeat;
font-size: 16px;
font-variant: small-caps;
line-height: 15px;
color: #900202;
}

/* pour le texte */
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 0 0 12px;
}

.sidebar ul li{
list-style-type: none;
margin: 0;
	font-size: 11px;
}

.linkcat {
list-style-type: none;
margin: 0;
	}

/* pour les liens */
.sidebar a {
color: #c53c0d;
text-decoration: none;
}

.sidebar a:hover {
color: #c53c0d;
background: #f8f7f7;
border-bottom: 1px dotted;
}


/* ******* Rubrique ******* */
#rubrique {
/*background: #000;*/
}


/*		recherche */
#recherche{
  padding: 5px 0 0 12px;
  margin: 0;

}
#recherche form{
  /*background: #FFF;*/
  padding: 1px 0 0 0px; margin: 0;
}

input.champ {
padding: 0 0 0 2px;
border:1px solid #900202;
background-color: #f9e8c9;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
color: #b93529;
}


#replacement-2 {
  width: 18px;
  height: 18px;
  padding: 0 0 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/searchGo.gif) no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#replacement-2 { /* For non-IE browsers*/
  height: 0px;
}


/* ****** calendrier ******** */
#calendrier {
	padding: 4px 0 0 12px;
    margin: 0;
	}
	
table#wp-calendar{
	width: 75%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: none;
	line-height: 10px;
}

table#wp-calendar caption{
	padding: 5px 15px;
	text-transform: uppercase;
}

table#wp-calendar th{
	text-align: center;
	vertical-align: top;
	border-bottom: 1px #900202 dotted;
}

table#wp-calendar td{
	text-align: center;
}

table#wp-calendar tfoot td{
	text-align: center;
}

table#wp-calendar td a{
	display: block;
	background-color: #fff694;
	color: #900202; 
	border: 1px #900202 solid;
	width: 16px; line-height: 14px;
}

table#wp-calendar td a:hover {
	color: #fff;
	background-color: #900202; 
	border: 1px #900202 solid;}
	
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-variant: small-caps;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 5px;
	}
	
#wp-calendar #next a {
	display: inline;
	text-align: right;
	}

#wp-calendar #prev a {
	display: inline;
	text-align: left;
	}	

#wp-calendar #today{background: #f9e8c9 ; color: #900202; border: 1px solid #900202; width: 16px; line-height: 14px;}
#wp-calendar {empty-cells: show; color: #E44E31; padding: 5px; width: 90%;}

/* *********************** ARTICLE ********************** */

/* attributs pour le contenu */
#content {
position: absolute;
top: 164px;
left: 323px;
width: 525px;
margin: 0;
}

/* attributs pour le contenu */
.billet {
float: top left;
margin: 0;
padding:0;
width: 525px;
}

/*********** le billet proprement dit et ses propriétés *********/
.texte a {
		text-decoration: none;
	color: #900202;
	}


.texte a:hover {
	color: #c53c0d;
background: #f8f7f7;
border-bottom: 1px dotted;
	}

.texte strong {
	font-size: 1em;
	background-color: #fff694;
	}

.texte blockquote {
	font-variant: small-caps;	
	font-size: 12px;
	color: #c53c0d;
	font-weight: bold;	
	}

.illustration a {
border-bottom: 1px;
	color: #900202;
	}

.illustration a:hover {
	color: #c53c0d;
border: 1px;
	}


/********************    ***********************/

/*		style des titres*/
#titre {
float: top;
margin: 0px 0px 0 0px;
padding-top: 1px;
width: 525px;
height:24px;
}

#titre h3{	
background: transparent url(images/titreLine.gif) bottom left no-repeat;
background-color: #fff3dc;
font-variant: small-caps;
font-size: 16px;
}

#titre h3 a {
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #c53c0d;
text-decoration: none;
line-height: 19px;
}

/* date */
#date {
margin-top: -1.3em;
margin-right: 2px;
padding: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-style: italic;
font-size: 11px;
color: #90002;
text-align: right;
}

.texte {
float: top left;
padding: 10px 0 0 0;
margin-top: 7px;
margin-bottom: 15px;
margin-left: 12px;
width: 513px;
/*border: 1px #900202 solid;*/
}


/*		style des infos articles*/
.postmetadata {
	clear: left;
	border-top: 1px #900202 dotted;
	font-size: 9px;
	color: #c53c0d
	font-family: "HelveticaNeue-Light", Helvetica Neue Light, Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;

}

.postmetadata a {
text-decoration: none;
color: #900202;
}


/* *********************** COMMENTAIRES ********************** */


#comments {
	background: transparent url(images/titreLine.gif) bottom left no-repeat;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 15px;
	color: #d97424;
}

li{
list-style-type: none;
margin: 0;
}

.commentdata {
background-color: #fcf3e1;
border:1px solid #c53c0d;
width: 450px;
padding: 5px 0 5px 10px;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
}

.commentmetadata{
	background: url(images/arrow.gif) 20px 0px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 10px;
	color: #900202;
}

.commentmetadata a{
	text-decoration: none;
	color: #900202;
}


/* *********************** FORMULAIRE ********************** */

#decalageFormulaire {
	width: 481px;
	padding-left: 32px;
	padding-bottom: 15px;
	}

#fondFormulaire {
	width: 462px;
	padding: 7px;
	border:1px solid #900202;
	background-color: #f8f6f7;
	}



input.formulaire {
border:1px solid #900202;
background-color: #fcf3e1;
padding-left: 3px;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
color: #b93529;
}

textarea.formulaire {
border:1px solid #900202;
background-color: #fcf3e1;
padding-left: 3px;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
color: #b93529;
}

#replacement-3 {
  width: 71px;
  height: 24px;
  padding: 0;
  margin: 0 0 0 250px;
  border: 0;
  background: transparent url(images/envoi.gif) no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#replacement-3 { /* For non-IE browsers*/
  height: 0px;
}



/* *********************** NAVIGATION ********************** */

/* attributs pour le contenu */
#navigation {
margin: 3px 0 15px 0;
padding:0;
width: 525px;
height: 50px;
border-top: 1px dotted;
}

#navigation a { 
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #900202;
	
	}
	
	
#navigation a:hover {
color: #c53c0d;
background: #f8f7f7;
border-bottom: 1px dotted;
}	
	

#avant {
float:left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 15px;	
	text-decoration: none;
	color: #900202;
	}
	
#apres {
float:right;
font-family: Tahoma, Verdana, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 15px;	
	text-decoration: none;
	color: #900202;	
	}	




