/*
	Theme Name: Portrait-fr Child Theme
	Theme URL: https://voila.tw
	Description: This is a theme for voila.tw, based on Genesis Framework
	Author: Jimmy Roy @ Netixy
	Author URI: http://www.netixy.com
	Version: 1.6
	Template: genesis
*/
 
/* Table of Contents

* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 90px;
	width: 960px;
	line-height: 90px;
	/* padding-bottom: 10px; */ /* V1 */
	/* border-bottom: 1px #008ac9 solid; */
}

#logo-ift {
	float: left;
}

#logo-voila {
	/* background-color: #008ac9; */ /* V1 */
	float: left;
	height: 90px;
	width: 423px;
}

#logo-voila img {
	display: block;
	margin: 0 auto;
}

#logo-blog {
	float: right;
	width: 271px;
}

/* Image Header
------------------------------------------------------------ */

/*
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}
*/

/* Navigation Constants
------------------------------------------------------------ */

/*
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}
*/


/* Header Right Navigation
------------------------------------------------------------ */

/*
#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}
*/


/* Primary Navigation
------------------------------------------------------------ */

/*
#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a { 
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}
*/


/* Primary Navigation Extras
------------------------------------------------------------ */

/*
#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}
*/

/* MAIN NAV */

#menu {
	/* padding: 43px 0 70px 0; */ /* V1 */
	padding: 25px 0 25px 0; /* V2 */
}

.PseudoFrame {
	display: none;
	position: absolute;
	top: 22px;
	width: 960px; 
	height: 22px;  
	padding: 0; 
	margin: 0;
	/* border-bottom: 25px solid #fff; */ /* V2 */
} 

.PseudoFrame_ch {
	display: none;
	position: absolute;
	/* top: -54px; */ /* V1 */
	top: -24px; /* V2 */
	width: 960px; 
	height: 22px;  
	padding: 0; 
	margin: 0;
	/* border-top: 30px solid #fff; */ /* V2 */
}

#menu1Frame p a, #menu2Frame p a, #menu3Frame p a, #menu4Frame p a, #menu5Frame p a,
#menu6Frame p a, #menu7Frame p a, #menu8Frame p a, #menu9Frame p a {
	color: #fff;
	text-transform: none;
	font-stretch: normal;
	font-weight: normal;
}

#menu1Frame p a:hover, #menu2Frame p a:hover, #menu3Frame p a:hover, #menu4Frame p a:hover, 
#menu5Frame p a:hover, #menu6Frame p a:hover, #menu7Frame p a:hover, #menu8Frame p a:hover, 
#menu9Frame p a:hover {
	font-weight: bold;
}

#menu1Frame_ch p a, #menu2Frame_ch p a, #menu3Frame_ch p a, #menu4Frame_ch p a, #menu5Frame_ch p a,
#menu6Frame_ch p a, #menu7Frame_ch p a, #menu8Frame_ch p a, #menu9Frame_ch p a {
	color: #fff;
	text-transform: none;
	font-stretch: normal;
	font-weight: normal;
	font-size: 12px;
}

#menu1Frame_ch p a:hover, #menu2Frame_ch p a:hover, #menu3Frame_ch p a:hover, #menu4Frame_ch p a:hover, 
#menu5Frame_ch p a:hover, #menu6Frame_ch p a:hover, #menu7Frame_ch p a:hover, #menu8Frame_ch p a:hover, 
#menu9Frame_ch p a:hover {
	font-weight: bold;
}

.menu {
	position:relative;
	cursor:pointer;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9 {
	background-color:#666;
	text-align:center;
	border-bottom: 2px solid #fff;
}

#menu1_ch, #menu2_ch, #menu3_ch, #menu4_ch, #menu5_ch, #menu6_ch, #menu7_ch, #menu8_ch, #menu9_ch {
	background-color:#666;
	text-align:center;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a, #menu8 a, #menu9 a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bolder;
	font-stretch: ultra-condensed;
	text-decoration: none;
	color: #fff;
}

#menu1_ch a, #menu2_ch a, #menu3_ch a, #menu4_ch a, #menu5_ch a, #menu6_ch a, #menu7_ch a, #menu8_ch a, #menu9_ch a {
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

#menu1:hover #menu1Frame, #menu2:hover #menu2Frame, #menu3:hover #menu3Frame, 
#menu4:hover #menu4Frame, #menu5:hover #menu5Frame, #menu6:hover #menu6Frame, 
#menu7:hover #menu7Frame, #menu8:hover #menu8Frame, #menu9:hover #menu9Frame,
#menu1_ch:hover #menu1Frame_ch, #menu2_ch:hover #menu2Frame_ch, #menu3_ch:hover #menu3Frame_ch, 
#menu4_ch:hover #menu4Frame_ch, #menu5_ch:hover #menu5Frame_ch, #menu6_ch:hover #menu6Frame_ch, 
#menu7_ch:hover #menu7Frame_ch, #menu8_ch:hover #menu8Frame_ch, #menu9_ch:hover #menu9Frame_ch  { display:block; }

#menu1, #menu1_ch { width: 89px; }
#menu1:hover { background-color: #9CF; border-bottom: 2px solid #9CF; } 
#menu1Frame, #menu1Frame_ch { background-color:#9CF; left:0; } 

#menu1_ch:hover { background-color: #9CF; border-top: 2px solid #9CF; }

#menu2, #menu2_ch { width: 106px; }
#menu2:hover { background-color: #9C0; border-bottom: 2px solid #9C0; } 
#menu2Frame, #menu2Frame_ch { background-color:#9C0;	left:-89px; } 

#menu2_ch:hover { background-color: #9C0; border-top: 2px solid #9C0; } 

#menu3, #menu3_ch { width: 157px; }
#menu3:hover { background-color: #f39; border-bottom: 2px solid #f39; } 
#menu3Frame, #menu3Frame_ch { background-color:#f39; left:-195px; } 

#menu3_ch:hover { background-color: #f39; border-top: 2px solid #f39; } 

#menu4, #menu4_ch { width: 147px; }
#menu4:hover { background-color: #009; border-bottom: 2px solid #009; } 
#menu4Frame, #menu4Frame_ch { background-color:#009; left:-352px; } 

#menu4_ch:hover { background-color: #009; border-top: 2px solid #009; } 

#menu5, #menu5_ch { width: 85px; }
#menu5:hover { background-color: #f90; border-bottom: 2px solid #f90; } 
#menu5Frame, #menu5Frame_ch { background-color:#f90; left:-499px; } 

#menu5_ch:hover { background-color: #f90; border-top: 2px solid #f90; } 

#menu6, #menu6_ch { width: 88px; }
#menu6:hover { background-color: #f00; border-bottom: 2px solid #f00; } 
#menu6Frame, #menu6Frame_ch { background-color:#f00; left:-584px; } 

#menu6_ch:hover { background-color: #f00; border-top: 2px solid #f00; } 

#menu7, #menu7_ch { width: 101px; }
#menu7:hover { background-color: #909; border-bottom: 2px solid #909; } 
#menu7Frame, #menu7Frame_ch { background-color:#909; left:-672px; } 

#menu7_ch:hover { background-color: #909; border-top: 2px solid #909; } 

#menu8, #menu8_ch { width: 88px; }
#menu8:hover { background-color: #96c; border-bottom: 2px solid #96c; } 
#menu8Frame, #menu8Frame_ch { background-color:#96c; left:-773px; } 

#menu8_ch:hover { background-color: #96c; border-top: 2px solid #96c; } 

#menu9, #menu9_ch { width: 99px; }
#menu9:hover { background-color: #0c0; border-bottom: 2px solid #0c0; } 
#menu9Frame, #menu9Frame_ch { background-color:#0c0; left:-861px; } 

#menu9_ch:hover { background-color: #0c0; border-top: 2px solid #0c0; } 

/* social nav and search box */

#social-media {
	margin-bottom: 10px;
}

#social-media a.plurk {
	background: url(images/plurk.png) 0 -32px no-repeat;
	float:left;
	padding-right:5px;
}

#social-media a.plurk:hover {
	background: url(images/plurk.png) 0 0 no-repeat;
}

#social-media a.facebook {
	background: url(images/facebook.png) 0 -32px no-repeat;
	float:left;
	padding-right:5px;
}

#social-media a.facebook:hover {
	background: url(images/facebook.png) 0 0 no-repeat;
}

#social-media a.rss {
	background: url(images/rss.png) 0 -32px no-repeat;
	float:left;
	padding-right:5px;
}

#social-media a.rss:hover {
	background: url(images/rss.png) 0 0 no-repeat;
}

#social-media a.twitter {
	background: url(images/twitter.png) 0 -32px no-repeat;
	float:left;
	padding-right:5px;
}

#social-media a.twitter:hover {
	background: url(images/twitter.png) 0 0 no-repeat;
}

#social-media a.plurk, #social-media a.rss, #social-media a.twitter, #social-media a.facebook {
	display: block;
	float: left;
	height: 32px;
	overflow: hidden;
	width: 32px;
}

#social-media #addthis span {
	float: left;
	padding-right: 10px;
	height: 32px;
	line-height: 16px;
}

#social-media #addthis {
	vertical-align: bottom;
}

#search-box {
	width: 280px;
	height: 27px;
	margin-bottom: 15px;
}

#search-box form {
	height: 27px;
	/* padding-top: 5px; */ /* V1 */ 
	padding-top: 0; /* V2 */
}

#search-box input {
	vertical-align: bottom;
	border: 1px solid #E6E6E6;
}

#search-box input#search {
	width: 230px;
	border: 1px solid #b3b3b3;
	background-color: #fff;
	height: 27px;
	font-size: 12px;
}

/* Inner
------------------------------------------------------------ */

#inner {
	/* margin: 20px 0; */ /* V1 */
	margin: 45px 0; /* V2 */
	overflow: hidden;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 680px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 500px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #600
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}

#content h2.entry-title {
	margin: 10px 0 0 0;
}

#content h1.entry-title, #content h2.entry-title a {
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0;
}

#content h1.entry-title {
	font-size: 30px;
	line-height: 32px;
	margin-top: 0;
}

#content h2.entry-title a {
	font-size: 21px;
	line-height: 23px;
}

#content h2.entry-title a:hover {
	color: #666;
}

#content .post-0 h2 a {
	font-size: 30px;
	line-height: 32px;
}

#content .category-last-article {
	border-bottom: 8px solid #660000;
	color: #660000;
	font-size: 16px;
	height: 20px;
	padding-top: 12px;
}

#content .category-last-article em {
	padding: 4px 10px;
	font-size: 11px;
	/* line-height: 14px; */
	font-weight: bold;
	color: #fff;
	background-color: #660000;
	text-transform: uppercase;
	font-style: normal;
	margin-right: 10px;
}

#content .category {
/* 	height: auto; */
	/* background-color: #660000; */
	/* padding: 4px 10px; */	
}

#content .category em {
	font-size: 11px;
	/* line-height: 14px; */
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	background-color: #660000;
	padding: 4px 10px;
}

#content table.tbl-post-header {
	border-spacing: 0;
	margin-top: 10px;
}

#content table.tbl-post-header h2.entry-title {
	margin-top: 10px;
	margin-bottom: 0;
}

#content table.tbl-post-header .more-infos {
	color: #660000;
	font-size: 14px;
}

#content table.tbl-post-header td {
	vertical-align: top;
}

#content table.tbl-post-header td.td-post-header {
	width: 100%;
}

#content .entry-content h3 {
	font-size: 20px;
	font-weight: bold;
}

#content .entry-content {
	margin-top: 10px;
}

a.more-link {
	font-weight: bold;
}

.single-post {
	margin-top: 10px;
}

#content p a {
	text-decoration: underline;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 20px;
	line-height: 24px;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
}

.sidebar {
	display: inline;
	float: right;
	width: 150px;
}

#sidebar-alt {
	float: left;
	width: 270px;
}

#sidebar-alt a {
	text-decoration: none;
}

#sidebar-alt a:hover {
	text-decoration: underline;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #fff;
	/* border: 1px solid #e6e6e6; */
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.widget-area .textwidget {
	padding: 10px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

h4.widgettitle {
	text-indent: -2000px; 
	display: none; /* V2 */
}

#sidebar-newsletter h4 {
	background: url(images/v_newsletter.png);
	background-color: transparent;
	height: 57px;
	padding: 0;
	margin-bottom: 6px;
	border: none;
}

#sidebar-newsletter p {
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
}

#sidebar-archives h4 {
	background: url(images/v_archives.png);
	background-color: transparent;
	height: 57px;
	padding: 0;
	border: none;
}

#sidebar-menu-permanent {
	/* border: 1px solid #600; */ /* V1 */
	/* border-top: 15px solid #600; */ /* V1 */
}

#sidebar-menu-permanent ul {
	border: 1px solid #600; /* V2 */
	margin: 1px 0 0 0; /* V2 */
	padding: 10px 5px 10px 15px; /* V2 */
	list-style-position: inside; /* V2 */
}

#sidebar-menu-permanent ul.nos-services {
	border: 1px solid #666; /* V2 */
}

#sidebar-menu-permanent ul.nos-services li {
	list-style-image: url(images/v_li-services.png); /* V2 */
}

#sidebar-menu-permanent ul li {
	list-style-image: url(images/v_li.png)
}

#sidebar-menu-permanent ul li ul li {
	list-style-image: url(images/v_li_2.png)
}

#sidebar-menu-permanent ul li a {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

#sidebar-calendar a.sidebar-calendar {
	background: url(images/v_calendrier.png) 0 0 no-repeat;
	display: block;
	width: 270px;
	height: 39px;
}

#sidebar-calendar a.sidebar-calendar:hover {
	background: url(images/v_calendrier.png) 0 -39px no-repeat;
}

#sidebar-twitter {
	margin-bottom: 6px;
}

#sidebar-twitter a.sidebar-twitter {
	background: url(images/v_twitter.png) 0 0 no-repeat;
	display: block;
	width: 270px;
	height: 66px;
}

#sidebar-twitter a.sidebar-twitter:hover {
	background: url(images/v_twitter.png) 0 -66px no-repeat;
}

#sidebar-rss {
	margin-bottom: 6px;
}

#sidebar-rss a.sidebar-rss {
	background: url(images/v_rss.png) 0 0 no-repeat;
	display: block;
	width: 270px;
	height: 66px;
}

#sidebar-rss a.sidebar-rss:hover {
	background: url(images/v_rss.png) 0 -66px no-repeat;
}

#sidebar-facebook2 a.sidebar-facebook2 {
	background: url(images/facebook.png) 0 0 no-repeat;
	display: block;
	width: 270px;
	height: 66px;
}

#sidebar-facebook2 a.sidebar-facebook2:hover {
	background: url(images/facebook.png) 0 -66px no-repeat;
}

#sidebar-facebook h4 {
	background-color: transparent;
	padding: 0;
	border: none;
}

#sidebar-archives, #sidebar-calendar, #sidebar-newsletter, #sidebar-tags {
	border-bottom: 1px solid #999;
}


#sidebar-lireaussi {
	background-color: #ccc;
	padding-bottom: 20px;
}

#sidebar-lireaussi a {
	text-decoration: none;
}

#sidebar-lireaussi a:hover {
	text-decoration: underline;
}

#sidebar-lireaussi .lastpost {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

#sidebar-lireaussi .lastpost img {
	margin-bottom: 0;
}

#sidebar-lireaussi .lastpost h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

#sidebar-lireaussi .lastpost p {
	font-size: 11px;
	line-height: 13px;
	padding-top: 5px;
}
/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
    background-color: #333;
    border-bottom: 1px solid #fff;
    clear: both;
    color: #fff;
    font-size: 12px;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    width: 960px;
}
 
#footer-widgets .wrap {
    margin: 0 auto 0;
    width: 940px;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
 
#footer-widgets h4 {
	background: none;
	border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
	padding: 0;
    text-transform: uppercase;
}
 
#footer-widgets p {
    color: #fff;
    padding: 0 0 10px;
}
 
#footer-widgets a, #footer-widgets a:visited {
    color: #fff;
    text-decoration: underline;
}

#footer-widgets a:hover {
    text-decoration: none;
}
 
#footer-widgets ul {
    color: #fff;
    list-style-type: none;
    margin: 0 0 10px;
}
 
#footer-widgets ul li {
    list-style-type: square;
    margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
    float: left;
    padding: 0 20px 0 0;
    width: 300px;
}
 
.footer-widgets-2 {
    float: left;
    width: 300px;
}
 
.footer-widgets-3 {
    float: right;
    width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #fff;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 0;
	padding-top: 10px;
	width: 960px;
}

#footer p {
	color: #000;
	font-size: 12px;
	line-height: 13px;
}

#footer a,
#footer a:visited {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#footer h3 {
	background-color: #600;
	text-transform: uppercase;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}

#footer .fcol1 {
	float: left;
	padding: 0;
	margin-right: 19px;/* 38px; */
	width: 265px;/* 246px; */
}

#footer .fcol1 p {
	font-size: 11px;
}

#footer .fcol1 img {
	padding-top: 8px;
}

#footer .fcol2 {
	float: left;
	padding: 0;
	margin-right: 19px;/* 38px; */
	width: 387px;/* 368px; */
}

#footer .fcol2 img {
	padding-top: 35px;
}

#footer .fcol3 {
	float: right;
	padding: 0;
	margin-bottom: 15px;
	width: 270px;
}

#footer .fcol3 img {
	padding-top: 7px;
}

#footer .fcreds {
	clear: both;
	border-top: 1px solid #600;
	padding-top: 10px;
}

#footer .fcreds p {
	font-size: 10px;
}

#footer #separator {
	border-top: 1px solid #600;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e6e6e6;
}

/* addthis */
.addthis_toolbox {
	margin-top: 10px;
}

/* BEGIN VOILA 2 */

#voila_menu {
	height: 29px;
	margin-bottom: 20px;
}

#voila_menu ul {
	height: 29px;	
}

#voila_menu ul li {
	float: left;
	list-style: none;
	background-color: #0099CB;
	text-align: center;
	height: 29px;
	width: 166px;
	border-right: 2px solid #fff;
}

#voila_menu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 29px;
}

#voila_menu ul li a:hover {
	text-decoration: underline;
}

#last_post {
	padding-right: 10px;
	padding-bottom: 10px; /* V2 */
}

#last_post h2, #last_post h2 a {
	font-family: "Arial Black";
	font-size: 32px;
	color: #333;
	margin-top: 20px;
}

#last_post h2 a:hover {
	color: #666;
}

#last_post #voila_infos {
	border: 1px solid #600;
	height: 22px;
	line-height: 22px;
	margin: 10px 0;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;	
	color: #600
}

#last_post #voila_infos span {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	padding: 4px 16px;
	color: #fff;
	background-color: #600;
	margin-right: 10px;
}

#last_post p {
	font-family: arial;
	font-size: 16px;
	color: #333;
}

#last_post img {
	margin-left: 22px;
}

#last_post a {
	font-weight: bold;
}

.separator {
	clear: both;
	border-top: 1px solid #600;
	margin-right: 10px;
	margin-bottom: 10px;
}

#plus-dinfo {
	margin-top: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #0099cb;
	height: 200px;
}

#plus-dinfo .site-partenaire {
	float: left;
	width: 152px;
	margin-right: 22px;
}

#plus-dinfo .last {
	margin-right: 0;
}

#plus-dinfo .site-partenaire h3 {
	background-color: #0099cb;
	text-align: center;
	height: 18px;
	margin-bottom: 5px;
}

#plus-dinfo .site-partenaire h3 a {
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

#plus-dinfo .site-partenaire p {
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height: 12px;
	margin-bottom: 18px;
}

/* WIDGET LES PLUS LUS */
.tptn_title {
	float: left;
	width: 157px;
}

.tptn_title em {
	background: #600;
	padding: 3px 5px;
	display: block;
	width: 145px;
	color: #fff;
	font-style: normal;
	margin-bottom: 5px;;
}

.tptn_posts {
	margin-bottom: 40px;
}

.tptn_posts ul {
	padding-bottom: 70px;
	/* border-bottom: 1px solid #600; */
	margin-left: 0;
	margin-top: 1px;
}

.tptn_posts ul li {
	list-style-type: none;
	clear: both;
	border-top: 1px solid #600;
	padding-top: 15px;
}

.tptn_posts ul li a {
	font-weight: bold;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 15px;
}

.tptn_posts ul li a img {
	float: right;
	padding-bottom: 15px;
}

/* END VOILA 2 */