@import "reset.css";

/*
Theme Name: La maison du bien etre
Theme URI: http://www.bien-etre.lu/
Description: The default La maison du bien etre theme by accentaigu.lu.
Version: 1.1
Author: AccentAigu
Author URI: http://www.accentaigu.lu/
Tags: 

*/


/*HTML*/

body{
	font-size:13px;
	font-family:Trebuchet MS;
	background-color:#FFFFFF;
	color:#520007;
	line-height:20px;
	
}

a{
	color:#621a4b;
	text-decoration:underline;
}

a:hover{
	color:#621a4b;
	text-decoration:underline;
}

strong{
	font-weight:bold;
}
#content h1{
	font-size:24px;
	width:400px;
	margin-bottom:15px;
	color:#621a4b;
	line-height:30px;
}

#content h2{
	display:inline-block ;
	font-size:16px;
	margin-top:15px;
	margin-top:5px;
	color:#621a4b;
	background-color:#eddfd4;
	padding:8px;
	
}



#sidebar h1{
	font-size:24px;
	width:500px;
	margin-bottom:15px;
	color:#621a4b;
	line-height:30px;
	margin-left:15px;
}

#sidebar h2{
	display:inline-block ;
	font-size:16px;
	margin-bottom:15px;
	color:#621a4b;
	background-color:#eddfd4;
	padding:8px;
	padding-left:15px;
}

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

#sidebar li{
	margin-bottom:30px;
}

#sidebar .widget{
	margin-bottom:35px;
}

small{
	font-size:10px;
}

p{
	margin-bottom:15px;
}

ul
{
	list-style-type: square;
}


/*ID*/

#header{
	width:950px;
	height:235px;
	background-color:#520007;
	margin:auto;
	border-left:solid 1px #f79b8c;
	border-right:solid 1px #f79b8c;
	border-bottom:solid 1px #f79b8c;
padding:0px
}

#menu{
	width:950px;
	height:27px;
	background-color:#520007;
	margin:auto;
	color:#FFF;
	
}

#menu .item{
	padding: 4px 17px 5px 17px;
	background-color:#621a4b;
	float:left;
	margin-right:2px;
	line-height:auto;
	height:18px;
	font-weight:bold;
	cursor: pointer;
}

#menu .selected{
	background-color:#ffffff;
	color:#621a4b;
}

#menu a{
	color:#FFF;
}



#page{
	width:890px;
	background-color:#FFFFFF;
	margin:auto;
	padding:30px;
	margin-top:15px;
	margin-bottom:15px;	
	border:solid 1px #f79b8c;
	background-image:url(images/background-sidebar.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#content{
	float:left;
	width:535px;
	padding-right:30px;
}

#content img{
	margin-right:20px;
	margin-left:10px;
}

#sidebar{
	float:right;
	width:293px;
}



#footer{
	clear:both;
	width:890px;
	background-color:#FFFFFF;
	margin:auto;
	padding:30px;
	margin-top:15px;
	margin-bottom:15px;	
	border:solid 1px #f79b8c;
	height:150px;
}

#footer a{
	
}

/*CLASS*/

#sidebar .content{
	color:#621a4b;
	margin-left:15px;
}

.hentry  {
margin-bottom:30px;
}

.postmetadata{
	border-top:solid 1px #FFCC00;
	border-bottom:solid 1px #FFCC00;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
}

.date{
	margin-left:15px;
	color:#FFFFFF;
	margin-bottom:5px;
}

.commentlist{
	list-style:none;
	margin-bottom:20px;
}

.comment{
	margin-bottom:20px;
}

.comment-text{
	background-color:#ddd8d8;
	padding:10px;
}

.comment-meta{
	margin-top:5px;
	font-size:10px;
}

/*NAVIGATION*/

.navigation{
	margin-bottom:30px;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

