
/**
 *  Text :		#
 *	Titles :	#
 *  Links :		#
 *
 */


body {
	background: url(../images/body_bg.gif) 0 0 repeat-x;
	background-color:#f7f6f0;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
	font-family: tahoma;
}
p {
	font-family: Tahoma;
	color:#484646;
	color:#62605c;	
}
h2 {
	color:#7a766c;
}
h3 {
	color:#7a766c;
	color:#62605c;	
}
a {
	color:#bf004c;
	color:#83a500;
}
a:visited {
	color:#9d677d;
	color:#96a658;
}
a:hover {
	background-color:#bf004c;
/*	background-color:#83a500;*/
	color:#fff;
	text-decoration:none;
}
a.nohover {
	background:none !important;
	text-decoration:none !important;
}


/* Structure
/* ------------------------------------------- */

#container {
	clear:both;
	margin: 0 auto 0 auto;
	width: 875px;
	text-align:left;
}
#header{
	background:url(../images/header_bg.gif) no-repeat top left;
	height: 132px;
}
#content{
	background:url(../images/content_bg.png) 0 0 repeat-y;
	padding:1px 1px 1px 2px;
	margin-left:187px;
	width:686px;
}


/* container's footer */
#container-footer {
	clear:both;
	background: url(../images/footer_bg.png);
	height: 96px;
}



/* Global footer */
#footer {
	clear:both;
	background-color:#c2b8a2;
	min-height:100px;
	padding-bottom:50px;
}

#footer-content {
	text-align:left;
	width:930px;
	margin:0 auto 0 auto;
	font-family: Tahoma;
	font-size: 0.70em;
}

.footer-column {
	float:left;
}
.footer-column.one {
	width:600px;
}
.footer-column.two {
	width:200px;
}

/*
#logo{
	background: url(../images/logo_transparent.png) 0 0;
	height:282px;
	margin-top:20px;
	width:256px;
}
*/
#logo {
}
#logo img{
	border: none;
	margin: 10px 0 0 32px;
	padding:0;
}

/* Content structure
/* -------------------------------------------- */
.content-column {
	float:left;
	width:410px;
	margin: 20px 0 30px 30px;
}

.content-sidebar {
	float:right;
	width:185px;
	margin:20px 30px 0 0;
	padding-top:10px;
}

/* Three columns */

.three-column {
	margin-left:14px;
	width:660px;
}

.three-column-box{
	float:left;
	margin:14px;
	width:190px;
}

.article {
	margin-bottom:20px;
}

/* Text style
/* -------------------------------------------- */
.content-column h2 {
	border-bottom: solid 1px #d4d4d4;
	font-size:1em;
	font-weight:normal;
	margin: 5px 0 10px 0;
}
.content-column h2 {
	font-size:1.2em;
}
.content-column h3 {
	font-size:0.9em;
	font-weight: normal;
	color: #7d725a;
	/*color:#59523E;*/
	margin:15px 0 10px 0;
}
.content-column h4, .article h4 {
	font-size:0.75em;
	font-weight: bold;
	color: #7d725a;
	margin:15px 0 5px 0;
}
.content-column p {
	font-size: 0.8em;
	line-height:1.5em;
	margin:5px 0 5px 0;
}
.content-column ul, .content-sidebar ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0px 0 0 10px;
	font-size: 0.8em;
	color:#484646;
	color:#62605c;
}
.content-column ul li, .content-sidebar ul li {
	padding:0 0 0 12px;
	margin:0;
	line-height:1.5em;
	background: url(../images/li.gif) no-repeat 0 55%;
}
.content-column img.ref {
	margin-bottom: 10px;
}
/* H2 with H3 as subtitle */
.content-column h2.subtitle {
	margin-bottom: 0;
}
.content-column h3.subtitle {
	font-size:0.7em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:normal;
	border: none;
}

/* Article */
.article h3 {
	font-size: 1em;
}

/* Sidebar */
/** Margin-left ˆ 15 ˆ l'origine !!! */
.content-sidebar h2 {
	clear:both;
	border-bottom: solid 1px #d4d4d4;
	font-size:0.9em;
	font-weight:normal;
	margin:0 20px 10px 0px;
	padding:0px 0 3px 0;
}
.content-sidebar p {
	font-size: 0.75em;
	line-height:1.5em;
	margin:0 20px 0 0px;
}
.content-sidebar img {
/*	border:none;*/
}

/* Home Three column */
.three-column-box h2 {
	border-bottom: solid 1px #d4d4d4;
	font-size:1em;
	font-weight:normal;
	margin: 0 0 10px 0;
}
.three-column-box h3 {
	font-weight: normal;
	padding-top:5px;;
	font-size:0.8em;
	margin:10px 0 0 0;
}
.three-column-box p {
	font-size: 0.75em;
	line-height:1.5em;
	margin:0 0 5px 0;
}


#footer a {
	color:#708d00;
	text-decoration:none;
}
#footer a:link, #footer a:visited {
	color:#708d00;
}
#footer a:hover {
	color:#fff;
	background-color:#c03062;
}


/* Blocks
 ----------------------------------- */

/* References */
.sidebar-ref {
	margin: 0 0 0 0;
	cursor: pointer;
}
	.sidebar-ref a {
		text-decoration: none;
		margin: 0 0 10px 0;
		padding: 4px 4px 10px 4px;
		display:block;
		border-bottom: solid 2px #f2f1ea;
		border-right: solid 2px #f2f1ea;

	}
	.sidebar-ref a:hover {
		background-color: #f2f1ea !important;
		background-color: #fbfbf8 !important;
		
		border-bottom: solid 2px #c2b8a2;
		border-right: solid 2px #c2b8a2;		
	}
	.sidebar-ref a h3 {
		font-size:0.8em;
		color:#bf004c;
		color:#96a658;
		text-decoration: none;
		margin: 0;
	}
	.sidebar-ref a:hover h3 {
	color:#bf004c;
	}
	.sidebar-ref h3 {
		font-weight:normal;
	}
	.sidebar-ref h3 img {
		float:right;
		border: none;
	}
	.sidebar-ref p {
		font-size: 0.7em !important;
		margin:0 0 2px 0;
		padding:0;
		line-height:1em !important;
	}



/** Deprecated 
.breadcrumb {
	padding: 15px 50px 0 20px;
	color:#6d6d6d;
	font-size:11px;
}
.breadcrumb a, .breadcrumb a:visited {
	color:#3185be;
	text-decoration:none;
}
.breadcrumb a:hover {
	background-color:#fff;
	text-decoration:underline;
}
*/

/* Small gallery, in sidebar 
 ----------------------------------- */
.gallery-links {
	list-style:none;
	margin:0;
	padding:0 !important;
	background-color:#df2;
}
	.gallery-links li {
		background:none !important;
		padding:0  !important;
		float:left;
		margin: 0 7px 7px 0 !important;
	}
	.gallery-links img {
		border:solid 1px #fff;
		margin:0;
	}
	.gallery-links li a {
		padding:0;
		display:block;
		border: solid 2px #c2b8a2;
		
		/*
		border-bottom: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-top: solid 1px #fff;
		border-left: solid 1px #fff;
		*/	

	}
	.gallery-links li a:hover {
		border: solid 2px #83a500;		
		/*
		border-bottom: solid 1px #c2b8a2;
		border-top: solid 1px #ddd;
		border-left: solid 1px #ddd;
		*/
	}

/* Posts, News
 -------------------------------------------- */

.post{
	margin:10px 0 20px 0;
}
.post .first-image {
	margin:3px 0px 0 15px !important;
	background-color:#fff;
	float:right;
}
.post a img {
	border:none;
}
.post h2.title, .post h3.subtitle {
	margin-left:50px !important;
}
.post h2 {
	color:#540816;
	font-weight:normal !important;
	margin:0;
	border-bottom: solid #d4d4d4 1px;
}
.post h2 a {
	text-decoration:none !important;
}


.post-info{
	font-size:12px;
	color:#888;
	font-weight:normal;
	margin:0 0 12px 0 !important;
}


/* Post date */
.post .date {
	float:left;
	background:url(../images/post_date_bg.jpg) no-repeat top left;
	width:44px;
	height:50px;
	margin:0;
	padding-left: 2px;
	margin-left: -10px;
	margin-bottom:0px;
	text-align:center;
}
.post .date .day {
	display:block;
	font-size:17px;
	line-height: 15px;
	color:#fff;
	padding-top:9px;
}
.post .date .month{
	display:block;
	font-size:9px;
	line-height: 9px;
	color:#fff;
}
.post .date .year{
	display:block;
	font-size:9px;
	line-height: 9px;
	color:#fff;	
	padding:0;
}


.post-content img {
	margin:15px 0 15px 0;
}
.post-list-content p {
	margin-left: 50px;
}

/* Newsletter Suscription Form
/* -------------------------------------------- */

.newsletter-form {
	font-family: tahoma;
}
.newsletter-form legend {
	background-color:#555;
	color:#fff;
	padding:4px 10px;
	font-size: 0.8em;
}
.newsletter-form fieldset {
	border: solid 1px #d4d4d4;
}
.newsletter-form label {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.newsletter-form .required {
	color:#c00;
}
.newsletter-form .group {
	display:block;
	margin-left:120px;
}
.newsletter-form input {
	background-color:#fdfdfd;
	border: solid 1px #ccc;
	margin: 1px;
	padding:3px;
}
.newsletter-form input.error {
	background-color:#fff2f2;
	border: solid 2px #ffaaaa;
	margin: 0px;
}
.newsletter-form input:focus {
	background-color:#f8fff2;
	border: solid 2px #df2;
	margin: 0px;
}
.newsletter-form input.submit {
	background:url(../images/submitBackground.gif) 50% 50% no-repeat;
	border: solid 1px #888;
	color:#fff;
	margin:10px 0 0 0;
	padding:3px 5px;
}

/* Footer list
/* -------------------------------------------- */

#footer dl {
	color:#f3efe5;
	padding:0 0 5px 0;
}
#footer dl dt {
	position: relative;
	left: 0;
	top: 1.4em;
	background:url(../images/footer_point.gif) repeat-x 0 80%;
	font-weight:bold;
}
#footer dl dt span{
	padding:1px;
	background-color:#c2b8a2;
	padding-right:5px;
}
#footer dl dd img {
	float:left;
	border:none;
}
#footer dl dd {
	padding:0px;
}
#footer dl ul {
	padding:0;
	list-style: none;
}
#footer dl ul li {
	padding:1px;
}
#footer dl ul li:before {
	content: "\00BB \0020";
}



/* footer list .one */
#footer .one dl{
	margin:0 0 0 120px;
}
#footer .one dt{
	width: 15em;
}
#footer .one dd{
	width: 25em;
	margin:0 0 0 16em;
}
/* footer list .two */
#footer .two dl {
	margin:0 0 0 20px;
}
#footer .two dt {
	width: 8em;
}
#footer .two dd{
	width: 15em;
	margin:0 0 0 9em;
}




/*   Menu										
/* -------------------------------------------- */

#menu {
	margin-top:15px;
	overflow: hidden;
	height: 32px;
}
ul#tabs {
	display:inline;
	font-family: Tahoma;
	font-size: 12px;
	list-style-type: none;	
	margin: 0 15px 0 30px;
	padding: 0;
	float:right;
}

ul#tabs li {float: left; margin: 0 0 0 2px; background:none;}
ul#tabs li.active { margin-top: 0; }

/* Padding-bottom problem:
	Firefox 2 : 18px;
	Safari : 18px
	IE6 :18px;
	IE7 : 16px;
	Firefox 3 : 16px;
*/
ul#tabs a {
	display: block; 
	color: #f3efe5;
	color: #e5e0d6;
	/*color: #e1f1a2; */
	background: none; text-decoration:none; padding: 0px 18px 18px 18px;}
ul#tabs a span { display: block;  background:none; padding-bottom: 0;}

ul#tabs a:hover {text-decoration: none; color: #fff;  background: url("../images/menu_tab.gif") no-repeat 50% 100%;}
ul#tabs a:hover span {padding:0;  }

ul#tabs li.active a { 
	background: url("../images/menu_tab.gif") no-repeat 50% 100%; 
	color:#1c0c15; 
	color:#fff; 
	text-decoration:none;}
ul#tabs li.active a span {  }






/* Clearfix
   http://www.positioniseverything.net/easyclearing.html
 ----------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

