/*
Theme Name: Les Sources
Theme URI: http://www.silex.net/
Description: The WordPress theme for "Villa les Sources".
Version: 1.0
Author: Christophe Guegan
Author URI: http://www.silex.net/
Tags: blue, custom header, fixed width, two columns, widgets

*/

* 								{
	margin: 0; 
	padding: 0;
}
html 							{
	background: #e3c9a7 url(images/background.jpg) top left repeat-x;
}
body 							{
	font: 62.5% Georgia,"Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	color: #444;
}
a 								{
	color 						: #773333;
	text-decoration 			: none;
}
a:hover 						{
	color: #AA0001;
	text-decoration: underline;
}
p 								{
	margin: 0; padding: 10px 0;
}
h1 								{
	margin: 20px 0 0;
}
img 							{
	border: 0;
}
input 							{
	vertical-align 				: middle
}
h2 								{
}
blockquote 						{
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote 				{
	height: 1%;
}
blockquote p 					{
	font-size: 1em !important;
	margin: 0;
}
.aligncenter,		
div.aligncenter 				{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter 				{
	margin: 7px margin;
}
.alignleft 						{
	float: left;
}
img.alignleft 					{
	margin: 5px 10px 3px 0
}
.alignright 					{
	float: right
}
img.alignright 					{
	margin: 5px 0 3px 10px;
}
.wp-caption 					{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img 				{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text 	{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wrapper						{
	width: 810px;
	margin: 0 auto;
	padding: 0;
}


/* Header -----------------------------------------------------------------------------*/
#header							{
	height						: 300px;
	background 					: #e3c9a7 url(images/header.jpg) no-repeat;
}
#top							{
	background 					: url(images/top.jpg) no-repeat 0px 60px;
	width						: 303px;
	height 						: 200px;
	margin-left 				: 464px;
	/*border 						: 1px solid #999;*/
}
#top h1							{
	margin 						: 0;
	text-align 					: center;
	display 					: none;
}
#top h1 a						{
	color 						: #808080;
	font-size 					: 1em;
}

#searchform 					{
	margin 						: 20px 0 0;
	border 						: 0px solid #999;
	display 					: block;
	width 						: 250px;
	height 						: 50px;
}
#searchform input				{
	font 						: 1.1em Georgia, "Trebuchet MS", Arial, Sans-Serif;
	float 						: left;
}
#s 								{
	width 						: 120px;
	padding 					: 2px 6px;
	border 						: 2px solid #ccc;
	margin-right 				: 5px;
}
#searchsubmit 					{
	background 					: #333;
	border 						: 0;
	padding 					: 2px 7px 4px 7px;
	color 						: #fff;
	font-weight 				: bold !important;
	overflow 					: visible;
	height 						: 24px;
	cursor 						: pointer;
}

#menu 							{
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative;
}
#menu li 						{
	font-size: 1.1em;
	display: inline;
	text-transform: uppercase;
}
#menu li a 						{
	margin: 0 25px 0 10px;
	color: #808080;
	font-size: 1.2em;
}
#menu li a:hover 				{
	color: #444;
}
#menu li.current_page_item 		{
	background: url(i/arrow.gif) no-repeat center left;
}


/* Content -----------------------------------------------------------------------------*/
#container 						{
	width: 100%;
	background: url(images/container.jpg) repeat-y;
	margin-bottom: 0;
	padding: 20px;
}
* html #container 				{
	height: 1%;
}
#container:after 				{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content 						{
	width: 500px;
	float: left;
	padding: 0 10px 0px 0;
	overflow: hidden;
	border-right: 1px dotted #999;
}

#content h2 					{
	font-size 					: 2.2em;
	padding 					: 20px 0 3px;
	margin-bottom				: 0.2em;
	font-weight 				: normal;
	text-transform				: uppercase;
	letter-spacing				: 1px;
	line-height 				: 1.5em;
	border-bottom				: 1px solid #333;
}
#content h2.pagetitle 			{
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 					{
	font 						: normal 1.7em Georgia, "Trebuchet MS", Arial, Sans-Serif;
	padding 					: 1px 0 4px;
	margin-bottom 				: 0.2em;
	border-bottom 				: 1px solid #EEE;
}

#content p,
#content li 					{
	font-size: 1.3em;
	line-height: 1.4em;
}
#content li li 					{
  font-size: 1em;
}
#content a 						{
	text-decoration 			: underline;
}

#content .post 					{
	margin: 0 0 2.2em;
}
#content .post h2,
#content .post h3 				{
	font-size: 2em;
	margin: 0 0 2px;
}
.post ul,
.post ol 						{
	margin: 7px 0 7px 35px;
}
.post li 						{
	padding: 2px 0;
}
.post .postmetadata 			{
	font-size: 1.1em;
	padding: 0 0 7px;
	color: #AAA;
}
.postmetadata a 				{
	color: #AAA;
	text-decoration: underline;
}
.postmetadata a:hover 			{
	text-decoration: none;
}

.entry 							{
  text-align: justify;
}

.entry h1 						{
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 						{
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 						{
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 						{
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line 							{
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.nav 							{
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation 					{
	font-size: 1.3em;
	margin: 0px 0;
	height: 1.3em;
	border-bottom 				: 1px dotted #553333;
}
.alignleft 						{
	float: left;
}
.alignright 					{
	float: right;
}

h3#comments,
h3#respond 						{
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}

.commentlist 					{
	margin: 20px 0 30px 25px;
}
.commentlist li 				{
	padding: 8px 0 2px;
}
.cdata 							{
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong 					{
  display: block;
}
#content img.avatar 			{
  float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext 							{
  padding: 0 7px;
}

.commentlist li p 				{
	font-size: 1em !important;
}
.commentmetadata 				{
	font-size: 0.85em;
}
.commentmetadata a 				{
  color: #A5A5A5;
}

#author, #email, #url, 
#comment, #submit 				{
	font: 1em Georgia, "Trebuchet MS", Arial, Sans-Serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment 						{
	width: 470px;
	height: 170px;
}
#submit 						{
	width: 115px;
	height: 22px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}


table.tcalendar					{
	font-size 					: 1.2em;
}
table.tcalendar tr td,
table.tcalendar tr th			{
	border-bottom 				: 1px #669999 dotted;
	padding 					: 10px 0px;
}
table.tcalendar tr th			{
	border-right 				: 1px #669999 solid;
	padding-right 				: 10px;
}

/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars 						{
	float 						: left;
	width 						: 250px;
	font-size 					: 1.5em;
	line-height 				: 1.4em;
	padding-left 				: 20px;
}
* html #sidebars 				{
	height: 1%;
}
#sidebars:after 				{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#sidebars ul 					{
	margin 						: 0 0 15px;
}
#sidebars li 					{
	list-style 					: none;
	border-bottom 				: 1px solid #EEE;
	padding 					: 3px 4px;
	margin 						: 0;
}
#sidebars li ul 				{
  margin 						: 0 0 3px 12px;
}
#sidebars li li 				{
	padding 					: 3px 0 0;
	border 						: none;
}
#sidebars li a 					{
	background 					: url(images/arrow.gif) no-repeat center left;
	padding 					: 0 0 0 12px;
	color 						: #808080;
}
#sidebars h2 					{
	font 						: normal 1.0em Georgia, "Trebuchet MS", Arial, Sans-Serif;
	padding 					: 10px 0 3px 3px;
	border-bottom 				: 1px solid #EEE;
}
#sidebars h3 					{
	font 						: normal 1.0em/1.1em Georgia, "Trebuchet MS", Arial, Sans-Serif;
	padding 					: 0 0 3px;
}

.tags, #tag_cloud				{
	margin: 0 0 15px;
}
.tags 							{
  text-align: center;
}
.tags a, #tag_cloud a 			{
	color: #808080;
	margin: 0 2px;
}

#wp-calendar 					{
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td 				{
  text-align: center;
}

.textwidget 					{
	font-style					: italic;
	font-size					: 14px;
}

/* Topbtn
-----------------------------------------------------------------------------*/
#topbtn 						{
	position 					: relative;
	top 						: 46px;
	left 						: 550px;
	border 						: 0px solid #999;
}
#topbtn ul 						{
	list-style 					: none;
	padding 					: 0;
	margin 						: 0;
}
#topbtn ul li 					{
	float 						: left;
	margin 						: 0;
} 
#topbtn li a					{
	background 					: url(images/btn_top.jpg) #fff bottom left repeat-x;
	line-height 				: 2em;
	float 						: left;
	width 						: 104px;
	height 						: 34px;
	display 					: block;
	color 						: #0d2474;
	text-decoration				: none;
	text-align					: center;
	font-size					: 14px;
}
#topbtn li a:hover				{
	background 					: url(images/btn_top_over.jpg) #fff bottom left repeat-x;
	color 						: #FFF;
} 

/* Footer
-----------------------------------------------------------------------------*/
#footer 						{
	background: #e3c9a7 url(images/footer.jpg) top center no-repeat;
	clear: both;
	padding: 15px;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
	text-align: center;
}
