/*  

Theme Name: sunset
Theme URI: http://www.plannetworld.com/
Description: business theme
Version: 2.0
Author: feeldesigns
Author URI: http://www.plannetworld.com

*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/*fonts.css*/

body {
	font: 13px arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

body * {
	line-height: 1.22em;
}

/*standard theme stuff*/

.post ol, .commentlist ol {
	list-style: decimal;
	padding: 5px 0px 5px 0px;
	list-style-position: inside;
}

.post img {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	border: 1px solid #fff;
}

.post ul, .commentlist ul {
	list-style: disc;
	list-style-position: inside;
	padding: 5px 0px 5px 0px;
}

.post li, .commentlist li {
	padding-bottom: 5px;
}

.post strong, .post b {
	font-weight: bold;
}

.post em, .post i {
	font-style: italic;
}

.page_item .page_item, #sidebar ul.children {
	margin-left: 20px;
}

#calendar_wrap td, #calendar_wrap thead tr th {
	padding: 3px;
}

#calendar_wrap thead {
	background-color: #fff;
	color: white;
}

#calendar_wrap caption {
	text-align: center;
}

/**********************/

div.clear {
	clear: both;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/* LAGEROMOISE MODIF de la couleur de fond de page */

body {
	background-color: #63000E;
	/*margin:10px;*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content.jpg);
	background-repeat: repeat;
}

#header {
	width: 900px;
	height: 205px;
	background: url(images/header.jpg) #63000E;
}

#search {
	padding: 10px;
	display: table;
	margin-top: 100;
}

/* LAGEROMOISE MODIF du titre du site header */

#header h1 a {
	color: #63000E;
	position: relative;
	top: 120px;
	left: 180px;
	font-size: 189%;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* LAGEROMOISE MODIF du titre du site header */

#header h1 a:hover {
	color: #333333;
	position: relative;
	top: 120px;
	left: 180px;
	font-size: 189%;
	font-weight: bold;
	text-decoration: none;
}

/* LAGEROMOISE MODIF du sous titre du site header */

#header div.description {
	color: #63000E;
	position: relative;
	top: 130px;
	left: 180px;
	width: 550px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	float: right;
	margin-right: 35px;
	width: 620px;
}

#content .post {
	margin-bottom: 40px;
}

/* LAGEROMOISE MODIF  le titre du menu */

#content .post h2, h3#comments, h3#respond, h2.pagetitle {
	display: block;
	color: #FFFFFF;
	font-size: 136%;
	font-weight: bold;
	background: #63000E;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 5px;
}

#sidebar h2 {
	display: block;
	color: #FFFFFF;
	font-size: 136%;
	font-weight: bold;
	background: #63000E;
	margin-top: 1px;
	margin-bottom: 10px;
}

#content .post h2 a, #content .post h3 a, .navigation a {
	color: #FFFFFF;
}

/* LAGEROMOISE MODIF  du contenu du post pour le lien */

#content .post h3 a {
	color: #333333;
}

#content .post p, .commentlist p {
	line-height: 170%
}

#content .post p a {
	color: #333333;
}

/* LAGEROMOISE MODIF  du contenu du post */

#content .post p {
	color: #63000E;
	margin-bottom: 15px;
}

#content .post blockquote {
	padding: 10px;
	background-color: #63000E;
	font-style: italic;
	margin: 10px;
}

#content .post blockquote blockquote {
	background-color: #63000E;
	color: #F4F4F4;
}

/* LAGEROMOISE MODIF titre et date d'un post */

#content .post small {
	color: #000000;
	display: block;
	margin: 5px 0px 7px 0px;
}

/* LAGEROMOISE MODIF block de reference en bas du poste*/

#content .post p.postmetadata {
	display: block;
	color: #333333;
	clear: both;
	margin: 10px 0px 25px 0px;
	border: 2px dashed #C0BEBE;
	padding: 10px;
}

/* LAGEROMOISE MODIF liens vers la categorie en bas du poste*/

#content .post p.postmetadata a {
	color: #333333;
}

/*The comments*/

.commentlist li {
	display: block;
	padding: 5px;
	border-left: 4px solid #fff;
	margin-bottom: 15px;
}

.commentlist li li {
	border-left: none;
}

.commentlist li small.commentmetadata {
	display: block;
	margin: 10px 0px 10px 0px;
}

.commentlist li a {
	color: #333333;
}

#commentform a {
	color: #333333;
}

#commentform input, #commentform textarea {
	margin-top: 5px;
}

h3#comments, h3#respond {
	margin-top: 50px;
}

#sidebar {
	float: left;
	width: 150px;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}

* html #sidebar {
	margin-left: 10px; /*pour IE6*/
}

/* LAGEROMOISE MODIF liens menu gauche */

#sidebar a {
	color: #FFFF99;
	text-decoration: none;
	padding-left: 0px;
}

#sidebar li {
	margin-top: 5px;
}

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

#footer {
	height: 25px;
	width: 900px;
	padding-top: 110px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/bgfooter.jpg) #FFFFFF;
	float: left;
}

/* LAGEROMOISE AJOUT div en bas pour copyright */

#copyright {
	height: 20px;
	width: 900px;
	clear: left;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #000066;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #fff;
}

#body_content {
	position: absolute;
	left: -10000px;
};