/*-----------------------------------------------------------------------------------
	Theme Name: French Touch Properties
	Theme URL: http://www.frenchtouchproperties.com/
	Description: French Touch Properties
	Version: 1.0
	Author: FTP
	Author URL: http://www.frenchtouchproperties.com/
/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6   Sidebar
	7.	Comments
	8.	Pagination
	9.	Page Templates

------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body{ background:#d2d2d2 }

body,
input,
textarea {
	font: 13px/21px Arial,Helvetica,sans-serif;
	color: #444343;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a {  color:#336699;
text-decoration:underline;
font-weight:normal; 
}

/*.page-id-256 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}

.page-id-270 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}
.page-id-315 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}
.page-id-317 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}

.page-id-249 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}

.page-id-207 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}

.page-id-225 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}

.page-id-236 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}

.page-id-229 a{
color:#336699;
text-decoration:underline;
font-weight:normal;
}*/

a:hover { color:#336699}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio { margin-bottom: 20px; }

.gecko.blog .post-thumb { margin-bottom: 5px; }

/*.hentry,*/
.navigation-links,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	/*color:#336699;*/
	font-weight: normal;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

#container{
	background:#fff;
	margin:0 auto;
	padding:20px 20px;
	width:830px;
	position:relative;
}

#content{ font-size:12px; margin:0 0 10px; padding:0 0 30px; position:relative; width:100% }

#main-content{
/*	border:1px solid #DBDBDB;*/
	float:left;	
	width:530px;
/*	padding:10px 15px;*/
}

#sidebar{
	float:right;
	width:285px;
	padding:0 0 0 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Style
/*-----------------------------------------------------------------------------------*/
#header{
	height:98px;
	width:100%;
	position:relative;
	margin:0 0 10px;
}

#logo{ float:left }

#search-box{ float:right }

#search-box #s{
	font-size:12px;
	height:21px;
	margin:0;
	padding:0;
	width:150px;
}

#search-box #searchsubmit{ padding:0 3px }

#main-nav {
	position:absolute;
	bottom:0;
	right:0;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav ul a {
	display: block;
	position: relative;
	text-transform: none;
}

#main-nav ul li {
	float: left;
	position: relative;
	z-index: 40;
}

#main-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#main-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 180px; /* left offset of submenus need to match (see below) */
}

#main-nav ul ul li { width: 100%; 	border:none;}

/*  Make sub menus appear */
#main-nav ul li:hover ul,
#main-nav ul li.sfHover ul {
	left: -1px;
	top: 36px; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
#main-nav ul li:hover li ul,
#main-nav ul li.sfHover li ul,
#main-nav ul li li:hover li ul,
#main-nav ul li li.sfHover li ul,
#main-nav ul li li li:hover li ul,
#main-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#main-nav ul li li:hover ul,
#main-nav ul li li.sfHover ul,
#main-nav ul li li li:hover ul,
#main-nav ul li li li.sfHover ul,
#main-nav ul li li li li:hover ul,
#main-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#main-nav ul li {
	border-right:1px solid #848484;
	font-size:11px;
	line-height:12px;
	margin:0;
	padding:0 8px 0;
}

#main-nav ul li:last-child {
	border:none;	
}

#main-nav ul a {
	font-weight: bold;
	color: #848484;
}

#main-nav ul a:hover,
#main-nav ul li.sfHover a,
#main-nav ul li.current-cat a,
#main-nav ul li.current_page_item a,
#main-nav ul li.current-menu-item a {
	text-decoration: none;
}

/* 2nd level skin */
#main-nav ul ul {
	width: 150px;
	padding: 5px 15px;
	margin: -22px 0 0 -15px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ie #main-nav ul ul { border: 1px solid #f4f3ef; }

#main-nav ul ul li {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	#border-bottom: 1px solid #ebebeb;
}

#main-nav ul ul li:last-child {
	border: none;
}

#main-nav ul ul li a {
	font-size: 12px;
	padding: 5px 0;
	font-weight: normal;
	color: #888888;
	text-transform: none;
}

#main-nav ul li.sfHover ul a {  }

#main-nav ul li.sfHover ul a:hover { color: #3f3e3c; }

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

#breadcrumbs{ margin:0 0 10px}

.page-title-web{ 
	margin:20px 0 20px;
	font-family: EdwardianScriptITCStd-Regular;
	font-size:46px;
	color:#336699;
	line-height:43px;
}

.page-title-web-home{ 
	margin:20px 0 20px;
	font-family: EdwardianScriptITCStd-Regular;
	font-size:75px;
	color:#336699;
	line-height:70px;
}

.cufon-ready .page-title{
	color:#336699;
	font-size:44px
}

.hentry{
	border:1px solid #DBDBDB;
	padding:10px 15px;
	width:498px;
	margin-bottom:10px;
}
.hentry p{ margin-bottom:10px}

.entry-title,
.entry-title a {
	color:#336699;
	font-weight:bold;
	font-size:18px;
	line-height: 28px;
	margin:0 0 5px;
}

.entry-title a:hover { 
	color:#EC7E34;
}

.no-margin-bottom li{
	margin:0 0 5px !important;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
    background: transparent url(images/quote.png) 0 4px no-repeat;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	#font-weight: bold;
	margin-left: 20px;
	margin-right: 50px;
	padding-left: 30px;
}

blockquote p{
	line-height:20px;
	font-size:14px;
}

blockquote ul li{
	line-height:20px;
	font-size:14px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f7f7f8;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	clear: both;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

ul{ list-style:disc}

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

p{
	line-height:16px;
}

#post-1407 p{
	line-height: 20px;
}
#post-1407 li{
	/*line-height: 40px;*/
}


/* Common Media Stylings --------------------------*/

.disc{ list-style:disc}

.entry-content img { max-width: 100%; }

img.alignleft {
	float: left;
	margin: 10px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 0; 
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { float: left; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}

/* Common Form Elements -------------------------------*/

input[type=text],
textarea {
	background: #fff;
	border: 1px solid #D8D8D8;
	color: #b2b2b6;
    padding: 3px 10px; 
/*    width: 80%;*/
}

input[type=text]:focus,
textarea:focus {
	color: #434141;
	background: #fff;
	border-color: #434141;
}

#searchsubmit{
	background:#BCBCBC;
	border:1px solid #A6A6A6;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding:0;
}

#submit:hover,
button:hover {
    background: #ffd62c;
    border-color: #ffd62c;
    color: #222;
}

/* Contact Form Elements -------------------------------*/


/* Exceptions */

#firstLetter {
	font-weight:bold;
	font-size:25px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Sidbar Styles
/*-----------------------------------------------------------------------------------*/

#sidebar .widget{
	border:1px solid #DBDBDB;
	padding:15px;
	margin:0 0 10px;
}

#sidebar .widget a {  color:#4d4d4d; font-weight:bold; text-decoration: none }

#sidebar .widget-title{
	background:#e9e9e9;
	font-weight:bold;
	font-size:14px;
	margin:0 0 10px;
	padding:5px 10px;	
}

#sidebar .widget ul{
	list-style:disc
}
#sidebar .widget ul ul{ list-style:circle}

#sidebar .widget .social-network a{ float:left }
#sidebar .widget .social-network a img{ margin:0}

/*-----------------------------------------------------------------------------------*/
/*	8.	Page Templates
/*-----------------------------------------------------------------------------------*/

.error404 .page-title,
.home .page-title{ color:#676767; text-align:right}

.cufon-active .error404 .page-title,
.cufon-active .home .page-title{ font-size:40px}

#s3slider {
   width: 830px; 
   height: 200px; 
   position: relative; 
   overflow: hidden;
   margin:0 0 10px;
}

#s3slider ul {
	padding: 0; 
	margin: 0;
}

.s3sliderImage span {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

.s3sliderImage span strong {
    font-size: 14px;
}


#s3sliderContent {
   width: 830px; 
   position: absolute; 
   top: 0; 
   margin-left: 0; 
}

.s3sliderImage {
   float: left; 
   position: relative; 
   display: none; 
}

.s3sliderImage img{
	max-width:830px !important;
}


.s3sliderImage span {
   background-color: #3F3F3F;
   bottom: 0;
   color: #fff;
   font: 10px/15px Arial, Helvetica, sans-serif;
   filter: alpha(opacity=70); 
   left: 0;
   padding: 10px 13px;
   position: absolute; 
   width: 804px;
   -moz-opacity: 0.7; 
   -khtml-opacity: 0.7;
   opacity: 0.7;
   display: none;
}
.s3sliderImage span p{
	margin:0;
}

.fixme{ clear:both; display:block}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#footer{
	background:#EFEFEF;
	bottom:0;
	padding:10px;
	position:absolute;
	width:810px;
}
#footer p{
	font-size:11px;	
	display:inline;
	margin:0;
}

#footer #footer-links{ float:right}

#footer #copyright{ float:left; text-align:right}


/*-----------------------------------------------------------------------------------*/
/*	7.	Image Maps
/*-----------------------------------------------------------------------------------*/
.map_image { display: block; width: 500px; height: 444px; position: relative; background-position: 0 0; background-repeat: no-repeat; }
.map_image .map_link { display: block; position: absolute; text-indent: -999em; overflow: hidden; }
.map_image #map_link_0 { width: 166px; height: 250px; top: 1px; left: 1px; }
.map_image #map_link_1 { width: 244px; height: 182px; top: 261px; left: 1px; }
.map_image #map_link_2 { width: 246px; height: 182px; top: 261px; left: 253px; } 
.map_image #map_link_3 { width: 188px; height: 252px; top: 1px; left: 175px; }
.map_image #map_link_4 { width: 126px; height: 252px; top: 1px; left: 372px; }

/*-----------------------------------------------------------------------------------*/
/*	8.	language switcher 
/*-----------------------------------------------------------------------------------*/
#sidebar .widget li {
	list-style:none;
	margin-top:20px;
	margin-left:-28px;
	margin-bottom:-10px;
}

#sidebar .widget li a:hover{
	text-decoration:underline;
}

#header #searchform{
	width:220px;
	float:left;
}
#header .widget_polylang{
	display:inline-block;
}

#header .widget_polylang ul{
	margin:0;
}

#header .widget_polylang ul li{
	list-style:none
}

#header .widget_polylang ul li a{
	background:url(images/flags.jpg) no-repeat;
	display:block;
	width:32px;
	height:23px;
}

#header .widget_polylang ul li.lang-item-en a{
	background-position:-37px 0;
}

#header .widget_polylang ul li a img{ visibility:hidden}