/*** Feuille de Style de CSSVision.com - Romain HUET ***/

/*** Mise en page XHTML ***/

@import "layout.css";
/* @import "layout-gauche.css"; */
 
 
/***Styles ***/

/* Les Eléments XHTML en Général
**************************************************/
html {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	text-align: justify;
	background: #eee url(http://127.0.0.1/medias/design/background.png) left top repeat;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 5px solid #ddd;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Trebuchet MS", Geneva, Arial, sans-serif;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

/* Liens */
#main a, #main a:visited {
  color: #369;
  text-decoration: none;
  border-bottom: 1px dotted #369;
}

#main a:hover {
  color: red;
  border-color: red;
  border-bottom-style: solid;
}

a img, a.img:visited, a.img:hover {
  border-width: 0;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color: #999;
	background: transparent;
}

/* Images */
img {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCC;
}

a img {
	border: none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}


/* Formulaires */

input[type=text], textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #DDD;
	background: #F2F2F2;
	color: #333;
}

input[type=text]:focus, textarea:focus {
	border: 1px solid #999;
}

input[type=text]:hover, textarea:hover {
	background-color: #FFF;
}

input[type=submit], input[type=reset] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #DDD;
	background: #F2F2F2;
	color: #333;
}

input[type=submit]:hover {
	cursor: pointer;
	cursor: hand; /* IE */
	border: 1px solid #999;
}

fieldset {
	border: none;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* La Page
**************************************************/
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
**************************************************/
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le menu horizontal
-------------------------------------------------------- */

#menu, #menu ul  {
	background-color: #FFFFFF;
	background-image: url(http://127.0.0.1/medias/design/menu.png);
	background-repeat: repeat-x;
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	height: 21px;
}
#menu ul {
	margin: 0 0 10px 0;
}
#menu ul li { 
	display: inline; 
}
#menu ul li a {
	float: left;
	color: #336699;
	line-height: 21px;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}
#menu ul li a:hover, #menu  ul li a.active {
	background-color: #336699;
	background-image: url(http://www.mariomania.net/design/menu_on.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #69C;
	background: transparent;
	margin-bottom: 0;
	margin-left: -17px;
	padding-left: 17px;
	background: transparent url(http://127.0.0.1/blog/themes/svay/img/h2.png) no-repeat left center;
}

.post-title a{
	color: #69C;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #999;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info span {
	display: none;
}

.post-info a{
	color: #777;
	background: transparent;
	text-decoration: none;
	border-left: 1px solid #CCC;
	padding-left: 0.7ex;
}

.post-content, .post-chapo {
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	background: #F2F2F2;
	color: inherit;
	border: 1px dotted #CCC;
	margin: 0;
	padding: 1ex;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #69C;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #69F;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}