/*  
Theme Name: Kdigit theme pour Haras du Pin
Theme URI: http://www.kdigit-studio.com
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Kdigit-studio.com
Author URI: http://www.kdigit-studio.com
*/

body {
	margin: 0;
	padding: 0;
	background: #1073b3 url(images/bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color:#1073b3;
	margin-bottom: 15px;
}

h2 {
	font-size: 24px;
	color:#ff0000;
	margin-bottom: 12px;
}

h3 {
	font-size: 13px;
	color:#000;
	font-weight:bold;
	margin-bottom: 6px;
}
h4 {
	font-size: 12px;
	color:#989898;
	font-weight:bold;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #d01f0c;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width:930px;
}

/* Header */

#header-wrapper {
	height: 240px;
	background: url(images/bg_menu.png);
	background-repeat:repeat-x;
}

#header {

	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Logo */

#logo {
	margin: 0;
	padding: 0;
	position:absolute;
	width:432px;
	height:134px;
	z-index:2;
	left:50%;
	margin-left:-430px;
	margin-top:30px;;
}
#logo img {
	border-style:none;
}

#logo h1, #logo p {
}

#logo h1 {
	margin-left: 30px;
	padding: 20px 0px 0px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
	color: #FF3000;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h1 span {
}

#logo p {
	margin: -5px 0px 0px 0px;
	padding: 0px 0 0 32px;
	text-transform: lowercase;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #45302C;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #45302C;
}

#facebook{
	margin: 0;
	padding: 0;
	position:absolute;
	width:220px;
	height:40px;
	z-index:2;
	left:50%;
	margin-left:300px;
	margin-top:0px;
	border-style:none;
}
#facebook img, #billet img{
	border-style:none;
}


#billet{
	margin: 0;
	padding: 0;
	position:absolute;
	width:220px;
	height:40px;
	z-index:2;
	left:50%;
	margin-left:80px;
	margin-top:0px;
	border-style:none;
}
#diapos{
	position:absolute;
	width:338px;
	height:152px;
	z-index:2;
	left:50%;
	margin-left:145px;
	margin-top:500px;
}
#diapos img{
	border-style:none;
}
#logoverts{
	position:absolute;
	width:338px;
	height:400px;
	z-index:2;
	left:50%;
	margin-left:155px;
	margin-top:670px;
}
#logoverts img{
	border-style:none;
}
/* Search */

#search {
	width: 280px;
	height: 40px;
	padding: 0px 0px 30px 0px;
	background: url(images/img04.jpg) no-repeat 18px 10px;
}

#search form {
	margin: 10px 0px 0px 0px;
	padding: 0px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: none;
}

#search-text {
	width: 170px;
	height: 19px;
	margin-top: 12px;
	margin-right: 10px;
	margin-left: 25px;
	padding: 4px 5px 1px 5px;
	border: none;
	background: none;
	text-transform: lowercase;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #B9ADAA;
}

#search-submit {
	width: 45px;
	height: 26px;
	border: none;
	background: none;
	text-indent: -9999px;
	color: #FFFFFF;
}


/* Menu */
.menu {
	position:relative;
	width:100%;
	height:31px;
	margin-left:-45px;
} 
.menu>ul {
	/*overflow:hidden;*/
	position:absolute;
	top:0;
	left:0;
	padding-left:60px;
	height:100%;
}
.menu ul li {
	list-style:none; 
	float: left;
	position: relative;
}

.menu ul li a{
	position:relative;
	display:block; 
	height:32px;
	line-height:32px;
	font-weight: bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 11px;
}
.menu ul li a:hover{
	background: url(images/white.gif) repeat-x top;
}
/*.menu ul li ul.children {
	margin-top:25px;
}*/
.menu ul ul.children {
	display: none;
	position: absolute;
	text-align: left;
	top: 31px;
	left: 0px;
	margin-left:0px;
	padding-left:5px;
	float: left;
	width: 200px;
	z-index: 99999;
	border:1px solid #76add8;
	border-top:0px;
	background-color: rgba(0,103,170,0.95) !important; 
	background-color: rgb(0,103,170); 
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.menu ul li:hover ul.children {
	display:block;
}

.menu ul li ul.children li {
	display:block;
	float:none;
	width: 200px;
	margin-left:0px;
	padding-left:0px;
	/*background:url(images/sepa-ssmenu.png) no-repeat left 2px;*/
}

.menu ul li ul.children li:first-child {
	/*background:none;*/
}

.menu ul li ul.children li a {
	display:inline;
	font-weight: bold;
	height:26px;
	line-height:26px;
	margin-left:0px;
	padding-left:0px;
}

.menu ul li ul.children li a:hover{
	background:none;
	text-decoration:underline;
}

/* Page */

#page {
	width: 620px;
	margin: 0;
	padding: 0;
}


#page img {
	border:none;
}

#page-bgtop {
}
#content_top{
	width:100%;
	height:10px;
	background:url(images/bg_zonetxt_top.png) no-repeat;
}
#content_fond{
	width:600px;
	padding:30px 10px 0 10px;
	background:url(images/bg_zonetxt.png) repeat-y;
}
#content_btm{
	width:100%;
	height:10px;
	background:url(images/bg_zonetxt_btm.png) no-repeat;
}

/* Content */

#content {
	width: 620px;
}

#content img {
	border:none;
}

.post {
	margin-bottom: 30px;
	padding: 0px 30px;
	position:relative;
}

.post .title {
	height: 41px;
	padding: 0px 0px 0px 0px;
	padding-left:80px; 
}

.post .title a {
	letter-spacing: 1px;
	text-decoration: none;
	color: #1073b3;
	border: none;
}

.post .titlepagefixe {
	height: 41px;
	padding: 0px 0px 0px 0px;
}

.post .entry {
	padding: 30px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b0b0b0;
	text-align: justify;
}

.post .pageentry {
	padding: 10px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .meta {
	overflow: hidden;
	padding-top: 10px;
	position:absolute;
	top:0;
	left:30px;
	width:65px;
	background:url(images/sepa-date.gif) repeat-y right 2px;
	text-align:center;
}

.post .links {
}

.links a {
	padding: 4px 10px;
	text-decoration: none;
	font-size: 11px;
	color: #B9ADAA;
}

.author {
	padding: 4px 10px;
	background: #DF8088;
	text-transform: uppercase;
	font-size: 11px;
	color: #b3b3b3;
}

.author a {
	text-decoration: none;
	color: #b3b3b3;
}

.datejour {
	padding: 4px 10px 0px 10px;
	font-size: 24px;
	color: #b3b3b3;
}

.date {
	padding: 0px 10px 4px 10px;
	font-size: 11px;
	color: #b3b3b3;
	text-align:center;
}
/*
span.date { 
	position:absolute;
	top:0;
	left:30px;
	width:50px;
	text-align:center;
}
*/
span.date { 
	width:50px;
	text-align:center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

#sidebar li ul {
	margin: 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #342725;
	border-left: none;
	text-align: left;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	background: url(images/img03.gif) no-repeat left 5px;
}

#sidebar h2 {
	height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 0px 20px;
	background: url(images/img02.jpg) repeat-x left top;
	text-shadow: #720F12 -1px 1px 1px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -.5px;
	font-size: 1em;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
	color: #B9ADAA;
}

#sidebar a {
	border: none;
	color: #B9ADAA;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #B9ADAA;
}

hr{
	color:#b0b0b0;
	background-color: #b0b0b0;
	height: 1px;
	border: 0;
}


/* commentaire */

#comments{
	border-top:1px solid #B0B0B0;
	padding-top: 20px;

}

#respond{
	border-top:1px solid #B0B0B0;
	padding-top: 20px;

}

form input {
	background-color:#efefef;
	color:#313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:solid;
	border-color:#b0b0b0;
	border-width:1px;
}
form textarea {
	background-color:#efefef;
	color:#313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:solid;
	border-color:#b0b0b0;
	border-width:1px;
}

#commentform{
	padding-top:10px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	padding: 0px 310px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	height:55px;
}

#footer p {
	margin: 0 auto;
	padding: 0;
	line-height: normal;
	font-size: 11px;
	text-align:center;
	color: #d5d5d5;
}

#footer a {
	color: #d5d5d5;
}

#about {
	width: 540px;
	padding: 2px;
	color: #313131;
}

#about h2 {
	padding-bottom: 10px;
}

#about a {
	color: #B9ADAA;
}

.pagetitle {
	padding: 20px 0px 20px 30px;
}

.navigation {
	padding: 0px 30px;
}

.navigation a {
	color: #5A1F4B;
}

.alignright {
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}
.alignright a{
	text-decoration: underline;
	color: #b3b3b3;
}
.alignright a:hover {
	text-decoration: none;
}
.alignleft {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}
.alignleft a{
	text-decoration: underline;
	color: #b3b3b3;
}
.alignleft a:hover {
	text-decoration: none;
}
