/*
Theme Name:         Patus
Theme URI:          http://www.uxde.net/2012/08/07/patus-wordpresss-theme-free-clean-responsive-wordpress-theme/
Description:        Patus is a free responsive Wordpress theme by UXDE dot Net.
Version:            1.0.4
Author:             Toan Nguyen Minh
Author URI:         http://www.uxde.net
Tags: white, two-columns, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template, translation-ready, custom-colors
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------

:: 01. Global 
:: 02. Header
:: 03. WordPress Outputs
:: 04. Widgets
:: 05. Comments
:: 06. Footer
:: 07. Portfolio
:: 08. Home
:: 09. Skin

/* ---------------------------------------------------

   01. Global
   
--------------------------------------------------- */

@import url('extras.css');
@import url('css/animate.css');

body {
	background: url('http://www.yoga-pays-nay.fr/wp-content/themes/patus/background-test.jpg') fixed no-repeat top center;
	color: #474747;
	width: 100%;
	max-width: 100%;
	line-height: 2em; 
}

hr { margin: 55px 0; }

.post-content .tabs-content .columns,
.post-content .tabs-content .columns.last { 
	margin-bottom: 0; 
	margin-top: 20px;
	padding-right: 25px;
}

.post-content .tabs-content br { display: none; }
 
p { font-size: 16px; line-height: 24px; }

blockquote {
	margin: 50px 0 50px 25px;
	padding: 0 0 0 25px;
}

input,
textarea,
select {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 2%;
	outline: none;
}

.ie input { text-indent: 10px !important; }

textarea {
	resize: vertical;
	width: 90%;
}

#patus {
	display: none;
}

#main { 
min-height: 420px;
background: rgba(240,229,211,0.7) repeat scroll;
margin-bottom: 90px;
padding: 0px;
border-style: solid;
border-width: 8px;
border-color: rgb(114, 100, 86);
border-color: rgba(114, 100, 86, 0.5);

}

#container { padding: 0; }

.row { max-width: 960px; }

#content { 
width: 640px; 
padding: 20px 0px 10px 20px;
}

#sidebar { 
width: 240px;
background-color: #ffffff;
border-radius: 20px;
margin: 20px; 
padding: 10px 0px 10px 20px;

}

.page-template-page-full-php #content,
.single-pt-portfolio #content,
.page-template-page-portfolio-php #content { 
	width: 100%; 
	border: none !important;
}

.page-template-page-portfolio-php .post-box,
.single-pt-portfolio .post-box,
.page-template-page-full-php .post-box { padding: 0; }

.ie #sidebar { border: none !important; }

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* ---------------------------------------------------

   02. Header
   
--------------------------------------------------- */

#header {
	margin: 10px 0;
	position: relative;
}

#header-wrap {
	margin: 0;
	background: #ffffff url(images/header-bg.png) bottom left repeat-x;
}

.header-banner {
	width: 728px;
	height: 90px;
	float: right;
	margin-bottom: 5px;
}

.logo {
	float: left;
}

.logo img { margin-top: 0px; }

.logo h1,
.logo div,
.logo a {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

#menu-wrap form { 
	float: right; 
	position: absolute;
	top: 10px;
	right: 0;
}

#menu-wrap {
	background: #FFFFFF;
	border-bottom: 1px solid #E2E2E2;
	height: 55px;
	margin: 0 0 40px 0;
}

#menu-buttons {
	position: relative;
}

#secondary-nav { 
	margin: 3px 0 0 0;
	height: 30px;
	line-height: 30px;
}

#secondary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#secondary-nav ul a {
	font-family: 'Dosis', Helvetica, Arial,sans-serif;
	font-size: 16px;
	line-height: 24px;	
	text-transform: uppercase;
    display: block;
    position: relative;
	color: #7E7E75;
	text-decoration: none;
}

#secondary-nav ul a:hover {
	text-decoration: none;
}

#secondary-nav ul li.current-menu-item a {
	text-decoration: none;
} 

#secondary-nav ul li {
    float: left;
    position: relative;
    z-index: 40;
    margin: 0 30px 0 0;
	padding: 10px 0 0 0;
}

#secondary-nav ul li:hover { visibility: inherit; }

#secondary-nav ul ul {
    position: absolute;
    top: -9999em;
    width: 200px;
}

#secondary-nav ul ul li { float: none; }

#secondary-nav ul li:hover ul,
#secondary-nav ul li.sfHover ul {
    left: -1px;
    top: auto;
    z-index: 99;
}

#secondary-nav ul li:hover li ul,
#secondary-nav ul li.sfHover li ul,
#secondary-nav ul li li:hover li ul,
#secondary-nav ul li li.sfHover li ul,
#secondary-nav ul li li li:hover li ul,
#secondary-nav ul li li li.sfHover li ul { top: -9999em; }

#secondary-nav ul li li:hover ul,
#secondary-nav ul li li.sfHover ul,
#secondary-nav ul li li li:hover ul,
#secondary-nav ul li li li.sfHover ul,
#secondary-nav ul li li li li:hover ul,
#secondary-nav ul li li li li.sfHover ul {
    left: 155px;
    top: -48px !important;
}

/* top level skin */
#secondary-nav ul a {
	font-size: 16px;
}

/* 2nd level skin */
#secondary-nav .sub-menu {
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	border-top: none;
	margin: 0px 0 0 0;
}

#secondary-nav .sub-menu li ul {
	margin: 47px 0 0 45px;
	border-top: 1px solid #E2E2E2;
}

#secondary-nav .sub-menu li { 
	margin: 0; 
	padding: 0; 
}

#secondary-nav .sub-menu li a { 
	display: block;
	font-weight: normal;
	padding: 10px 15px;
	font-size: 16px;
	border-bottom: 1px dashed #DDDDDD;
}

#secondary-nav .sub-menu li:last-child a {
	border-bottom: none;
}

#secondary-nav .sub-menu a,
#secondary-nav .sub-menu .sfHover li a { 
	color: #7E7E75;
}

#secondary-nav .sub-menu a:hover,
#secondary-nav .sub-menu .sfHover a,
#secondary-nav .sub-menu .sfHover li a:hover { 
}

#secondary-nav .sub-menu .sfHover li:last-child a {
	border: none;
}

#social-buttons {
	width: 180px;
	position: absolute;
    right: 0;
    top: 13px;
}

#social-buttons ul {
	float: right;
	width: 180px;
}

#social-buttons ul li {
    background: url(images/item-button.png) no-repeat;
    display: block;
    float: left;
    height: 30px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 31px;
}

#social-buttons ul li:hover {
	background-position: 0 -32px;
}

#social-buttons li.item-rss a {
    background: url(images/item-rss.png) no-repeat;
    display: block;
    float: left;
    height: 29px;
    width: 28px;
}

#social-buttons li.item-email a {
    background: url(images/item-email.png) no-repeat;
    display: block;
    float: left;
    height: 29px;
    width: 28px;
}

#social-buttons li.item-twitter a {
    background: url(images/item-twitter.png) no-repeat;
    display: block;
    float: left;
    height: 29px;
    width: 28px;
}

#social-buttons li.item-facebook a {
    background: url(images/item-facebook.png) no-repeat;
    display: block;
    float: left;
    height: 29px;
    width: 28px;
}

#social-buttons li.item-google a {
    background: url(images/item-google.png) no-repeat;
    display: block;
    float: left;
    height: 29px;
    width: 28px;
}


/* ---------------------------------------------------

   03. WordPress Outputs
   
--------------------------------------------------- */

#home-ad {
	width: 100%;
	display: block;
	margin: -10px 0 25px 0;
}

.post-box .page-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
}

.hentry {
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #EAEAEA;
}

.hentry footer p { 
	font-size: 11px;
}

.post-box .hentry:last-child { border: none !important; }

.post-header {
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

.post-box .post-content p { 
	font-size: 16px; 
	line-height: 24px; 
	color: #474747;
    font-family: "Dosis","Helvetica",sans-serif;
}


.post-box .post-content .tabs-content p { line-height: 1.7em; }

.page .post-box .post-title {
	margin-bottom: 25px;
}

.post-box .post-title {
	padding: 0 0 10px 0;
	color: #303030;
	font-size: 44px; 
	line-height: 50px; 
	letter-spacing: -0.04em;
}

.post-box .post-title a {
	color: #303030;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.post-box .post-title a:hover {
	color: #000000;
}

.meta-info {	
	color: #ffffff;
	font-size: 13px;
	line-height: 21px;
	padding: 7px 12px;
	margin: 0;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.meta-info a {
	color: #ffffff;
	text-decoration: underline;
}

.meta-info a:hover {
	color: #ffffff;
	text-decoration: none;
}

.share-buttons {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
}

.share-buttons ul li {
	float: left;
	margin-bottom: 15px;
	height: 22px;
}

.share-buttons ul li.twitter-button {
	width: 100px;
}

.share-buttons ul li.facebook-button {
	width: 92px;
}

.share-buttons ul li.google-button {
	width: 80px;
}

.share-buttons ul li.pinterest-button {
	width: 80px;
}

a.more-link {
	text-decoration: none;
	font-weight: bold;
}

a:hover.more-link {
	text-decoration: underline;
}

.post-box h1 { 
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal; 
	font-size: 40px;  
	line-height: 44px;
	margin-bottom: 15px; 
}

.post-box h2 { 
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal; 
	font-size: 34px; 
	line-height: 38px; 
	margin-bottom: 15px; 
}

.post-box h3 { 
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 12px; 
}

.post-box h4 { 
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;	
	margin-bottom: 10px;	
}

.post-content h1 {
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 15px;
}

.post-content h2 {
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 34px;
	margin-bottom: 15px;
}

.post-content h3 {
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 15px;
}

.post-content h4 {
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
}

.post-content h5 {
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

.post-content h6 {
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

.post-content ol {
	margin: 0;
	list-style-position: inside;
}

.post-content .columns.last {
	margin: 0 0 30px 0;
	float: right;
}

.post-content .columns {
	margin: 0 4.4% 30px 0;
}

.post-content ul ul,
.post-content ol ol { 
	margin-left: 15px; 
	margin-bottom: 0; 
	margin-top: 0;
}

.post-content ul,
.post-content ol { 
	margin-top: 25px;
	margin-bottom: 25px;
}

.post-content ul.tabs-content,
.post-content ol { 
	margin-top: 0;
	margin-bottom: 0;
}

.post-content ul.tabs-content { margin-bottom: 55px; }

.post-content ul {
	list-style: disc;
	list-style-position: inside;
}

.post-content li {
	border: none;
	font-size: 16px;
	line-height: 24px;
	color: #474646;
	font-family: Dosis,Helvetica,Arial;
}

pre {
	font-size: 13px;
	line-height: 22px;
	color: #474646;
}

pre {
    margin: 50px 0 50px 25px;
    padding: 0 0 0 25px;
}

#post-nav {  
	float: left;
	width: 100%;
	border-top: 1px solid #E2E2E2;
	margin-top: -10px;
	padding: 35px 0 0 0;
}

.pagination a,
.pagination span {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 12px;
	float: left;
	margin: 0 8px 0 0;
	border-radius: 3px;
}


.post-box .featured-image { 
	margin: 0 0 30px 0; 
}

/* Add Align Class for Images */
img.alignright { float: right; margin: 0 0 10px 20px; }
img.alignleft { float: left; margin: 0 20px 10px 0; }
img.aligncenter { display: block; margin: 5px auto; }

.post-content img {
    max-width: 100%;
	height: auto;
}


.toggle-pane { 
	font-size: 14px; 
}

.author-wrap {
	background: #FFFFFF;
    border: 1px solid #EEEEEE;
	color: #7E7E75;
	font-size: 14px;
	line-height: 22px;
	padding: 20px;
	margin: 40px 0 20px 0;
	display: block;
	position: relative;
	overflow: hidden;
}

.author-gravatar {
	width: 99px;
	float: left;
	display: block;
	line-height: 1;
}

.author-gravatar .avatar {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
	margin: 0;
    padding: 5px;
}

.author-info {
	width: 498px;
	margin-left: 17px;
	float: right;
}

.author-title {
	display: block;
	margin: 4px 0 12px 0;
}

.author-title a {
	color: #7E7E75;
	text-decoration: none;
}

.author-title span {
	color: #E5E5E5;
    padding: 0 5px;
}

.author-description p {	
	color: #7E7E75;
	font-size: 13px;
	line-height: 21px;
	margin: 0;
}

.related-posts {
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.related-posts h4 {
    color: #303030;
    font-size: 34px;
	font-weight: bold;
    margin-bottom: 30px;
    padding: 20px 0 0;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.related-posts ul li {
	float: left;
	width: 22%;
	margin: 0 4% 4% 0;
	overflow: hidden;
}

.related-posts ul li:last-child {
	margin-right: 0 ! important;
}

h5.related-article {
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}

h5.related-article a {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}

h5.related-article a:hover {}

/* ---------------------------------------------------

   04. Widgets
   
--------------------------------------------------- */

.widget-title {
	font-family: 'Dosis',Helvetica,Arial,sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
	color: #444444;
	padding-right: 40px;
}

.widget {
	width: 260px;
	padding: 0;
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 25px 0;
}

.widget p {
	font-size: 12px;
	line-height: 21px;
}

.widget a {
	color: #4F4F48;
	text-decoration: none;
}

.uxde_ad_widget {
	background: none ! important;
	border: none ! important;	
	padding: 0 ! important;
	width: 260px;
}

.pu_facebook_widget {
	background: none ! important;
	border: none ! important;	
	padding: 0 ! important;
	width: 260px;
	overflow: hidden;
}

.fb-like-box {
	background: #FFFFFF;
}

.uxde_ad_widget a {
	display: block;
	line-height: 1;
}

#searchform { margin: 0; }

#searchform input {
	border: none;
	width: 87%;
	font-size: 11px;
	font-size: 1.1rem;
	outline: none;
	padding: 10px 12% 10px 0;
	text-indent:  6%;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.ie8 #searchform input { 
	padding-left: 10px; 
	width: 83%;
}

.optin input.name[type="name"] {
    background: url(images/name-icon.png) no-repeat;
	background-position: 7px 8px;
    padding: 8px 10px 8px 13px;
	margin-bottom: 10px;
	width: 230px;
}

.optin input.email[type="email"] {
    background: url(images/email-icon.png) no-repeat left center;
    background-position: 7px 10px;
    padding: 8px 10px 8px 14px;
	margin-bottom: 10px;
	width: 230px;
}

.optin input.name[type="text"] {
    background: url(images/name-icon.png) no-repeat;
	background-position: 7px 8px;
    padding: 8px 10px 8px 13px;
	margin-bottom: 10px;
	width: 230px;
}

.optin input.email[type="text"] {
    background: url(images/email-icon.png) no-repeat left center;
    background-position: 7px 10px;
    padding: 8px 10px 8px 14px;
	margin-bottom: 10px;
	width: 230px;
}

.optin input[type="submit"] {
    background: #30A146;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 7px 12px;
	margin: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	text-indent: 0;
}

.optin input[type="submit"]:hover {
	background: #505050;
}

.optin p {
	margin-bottom: 10px;
}

.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li {
	font-size: 12px;
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.sidebar-section { overflow: hidden; }

.twitter li {
	padding: 0 0 10px 0;
	margin-bottom: 10px; 
	border-bottom: 1px solid #333333;
}

#home-widgets  .twitter li a { display: block; }

#home-widgets .twitter a { display: inline; }

.twitter { margin: 0; }

.visit-wrap { text-align: right; }

.UXDE_Flickr { width: 108%; }

.flickr_badge_image {
	background: #2D2E2E;
	float: left;
	width: 53px;
	height: 53px;
	padding: 5px;
	margin: 0 10px 10px 0;
}

.flickr_badge_image:hover {
	background: #FFFFFF;
}

.flickr_badge_image img {
	width: 53px;
	height: 53px;
}

#sidebar .UXDE_Popularposts .post-title { margin: 0; }

#sidebar .UXDE_Recentposts .post-title,
#sidebar .UXDE_Popularposts .post-title {
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
}

#sidebar .UXDE_Recentposts .byline,
#sidebar .UXDE_Popularposts .byline {
	display: none;
}

#sidebar .UXDE_Recentposts .post,
#sidebar .UXDE_Popularposts .post {
	border-bottom: 1px dashed #EEEEEE;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#sidebar .UXDE_Recentposts .post:last-child {
	margin: 0;
}

#sidebar .UXDE_Recentposts .post { }

#footer-widgets .UXDE_Popularposts .post-title { margin: 0; }

#footer-widgets .UXDE_Recentposts .post-title,
#footer-widgets .UXDE_Popularposts .post-title {
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
}

#footer-widgets .UXDE_Recentposts .byline,
#footer-widgets .UXDE_Popularposts .byline {
	display: none;
}

#footer-widgets .UXDE_Recentposts .post,
#footer-widgets .UXDE_Popularposts .post {
	border-bottom: 1px solid #333333;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#footer-widgets .UXDE_Recentposts .post:last-child {
	margin: 0;
}

#footer-widgets .UXDE_Recentposts .post { }

.uxde_ad125_widget {
	padding-bottom: 10px;
}

.ads-125 ul {
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}

.ads-125 li {
	float: left;
	margin-bottom: 0;
}

.ads-125 li a img { 
	margin: 0 10px 10px 0;
	width: 125px;
	height: 125px;
	display: block;
	line-height: 1;
}

.ads-125 li:nth-child(2n) a img {
    margin-left: 0;
    margin-right: 0;
}

table#wp-calendar {
	width: 100%;
}

#wp-calendar tbody > tr > td {
	width: 14.2857%;
}

.contact input {
	margin-right: 1.0%;
	width: 29.9%;
	padding-left: 0;
	font-size: 14px;
	line-height: 22px;
}

.gecko .contact input {
	width: 29.6%;
}

.ie .contact input {
	width: 27.5%;
	text-indent: 0 !important;
	padding-left: 2%
}

.contact input.website {
	margin-right: 0;
}

.contact textarea {
	height: 260px;
	width: 99.8%;
	padding: 2% !important;
	text-indent: 0;
	font-size: 14px;
	line-height: 22px;
}

.gecko .contact textarea {
	width: 99.5%;
	padding: 10px !important;
}

.contact #submit {
	width: 100%;
	padding: 0;
	height: 60px;
	line-height: 22px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	text-indent: 0;
	padding: 18 0;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}

.gecko .contact #submit { width: 99.5%; }

.contact #submit:active {
	margin: 0;
}

.contact #submit:hover {}

.contact .alert-box { display: none; }


/* ---------------------------------------------------

   05. Comments
   
--------------------------------------------------- */

#comments {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
}

.comment-header {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.comment-header h3 {
	float: left;
	color: #303030;
    font-size: 34px;
	font-weight: bold;
	line-height: 30px;
	margin: 11px 0 20px 0;
	text-shadow: 1px 1px 0 #FFFFFF;
}	

.comment-header h3 a {
	color: #9C9C92;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.comment-header h3 a:hover {
	color: #9C9C92;
}


.comment-header ul {
    color: #7E7E75;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 32px;
}

.comment-header ul li a {
    float: left;
	padding: 6px 16px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.comment-header ul li a:hover {
	text-decoration: underline;
}

.commentlist {
	margin: 0;
	list-style: none;
}

.comment-body {
	background: #FFFFFF;
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
    min-height: 80px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.comment-body .avatar {
	background: #FFFFFF;
	padding: 5px;
	margin: 0 20px 0 0;
	border: 1px solid #EEEEEE;
	position: absolute;
	right: 0;
}

.comment .vcard {
	margin-bottom: 18px;
}

.comment {
	margin: 0 0 25px 0;
	font-size: 16;
	line-height: 24px;
}

.comment-body .fn {
	float: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 5px;
}

.comment-body .fn a {
	text-decoration: underline;
}

.comment-body .fn a:hover {
	text-decoration: none;
}

.comment-body time {
	color: #989898;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}	

.comment-body time a {
	color: #989898;
	text-decoration: none;
}

.comment-body time a:hover {
	color: #989898;
	text-decoration: underline;
}

.comment-edit-link {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}

.comment-reply-link {
    background: #F9F9F9;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
	font-size: 8px;
    bottom: 0;
    left: 0;
    padding: 0 8px 1px;
    position: absolute;
    text-decoration: none !important;
    text-transform: uppercase;
}

#allowed_tags,
.comment p {
	font-size: 13px;
	line-height: 22px;
	color: #474747;
}

section.comment {
	padding: 0 90px 0 0;
	margin: 0;
}

.comment .children {
	margin: 0 0 10px 0;
}

.comment .children li {
    background: url(images/li-comment.png) no-repeat 0 20px;
    border-left: 1px solid #CACACA;
    list-style: none outside none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 30px;
}

.comments-previous {
	float: left;
}

.comments-next {
	float: right;
}

#respond {
	margin: 50px 0 0 0;
}

#respond h3 {
	color: #303030;
    font-size: 34px;
	line-height: 38px;
    font-weight: bold;
    margin-bottom: 25px;
}

#respond p {
	font-size: 14px;
}

#respond input {
	background: #FFFFFF;
	margin-right: 1.33%;
	width: 29.7%;
	padding-left: 0;
	font-size: 14px;
	line-height: 22px;
}

.gecko #respond input {
	width: 29.6%;
}

.ie #respond input {
	width: 27.5%;
	text-indent: 0 !important;
	padding-left: 2%
}

#respond p.respond_desc {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}

#respond input#url {
	margin-right: 0;
}

#respond textarea {
	background: #FFFFFF;
	height: 260px;
	width: 100%;
	padding: 2% !important;
	text-indent: 0;
	font-size: 14px;
	line-height: 22px;
}

.gecko #respond textarea {
	width: 99.5%;
	padding: 10px !important;
}

#respond #submit {
	width: 100%;
	padding: 18px 0;
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-indent: 0;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	display: block;
}

.gecko #respond #submit { width: 99.5%; }

#respond #submit:hover {
	margin: 0;
}

#respond #submit:active {
	margin: 0;
}

.commentlist #respond { 
	margin: 50px 0 50px 45px; 
}


/* ---------------------------------------------------

   06. Footer
   
--------------------------------------------------- */

#footer-wrap {
	background: #ffffff url(images/header-bg.png) top left repeat-x;
}

#content-info {
	padding: 25px 0 15px 0;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

#content-info li {
 margin-left:2px;
 padding-left: 10px;
padding-right: 20px;
 float:left; /*pour IE*/
 }

#content-info ul a {
	font-family: 'Dosis', Helvetica, Arial,sans-serif;
	font-size: 16px;
	line-height: 24px;	
	text-transform: uppercase;
    display: block;
    position: relative;
	color: #7E7E75;
	text-decoration: none;
}

#content-info ul a:hover {
	text-decoration: none;
        color: #82ab6d;
}

#content-info ul li.current-menu-item a {
	text-decoration: none;
} 

#social-links { 
	margin: 10px 0 0 0;
	text-align: right; 
}

#social-links p {
	font-size: 11px;
}

#social-links a {
	color: #666666;
	text-decoration: underline;
}

#social-links a:hover {
	text-decoration: none;
}

.footer-logo {
	display: block;
	line-height: 1;
}


/* ---------------------------------------------------

   09. Skin
   
--------------------------------------------------- */

.button { color: #FFFFFF !important; }
.button.white { color: #787878 !important; }

input,
textarea,
input:focus,
textarea:focus,
select {
	border: 1px solid #e8e8e8;
	color: #96999d;
	background: #FFFFFF;
}

#header nav .sub-menu li.menu-item-ancestor a {
	background-image: url(images/header-nav-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 24px;
}

#header nav .sub-menu li.menu-item-ancestor li a {
	background-image: none;
	padding-right: 15px;
}

h1,h2,h3,h4,h5,h6 {
	color: #303030;
}

a { 
	text-decoration: underline;

}

a:hover, a:focus { 
	text-decoration: none;
}

.page-title { border-bottom: 1px solid #E2E2E2; }

#related,
#comments { border-top: 1px solid #E2E2E2; }

#searchform input {
	background: #ffffff url(images/search-icon.png) center right no-repeat;
	border: 1px solid #d8d8d8;
	color: #919599;
}

.pagination a,
.pagination span {
	color: #FFFFFF;
	text-decoration: none;
}

#respond #submit,
.contact #submit,
.pagination a:hover,
.pagination .current {
	color: #FFFFFF;
	background: #303030;
}

blockquote {}

blockquote p { color: #626262; }

.archive-lists span {
    display: block;
    text-align: right;
}

.archive-lists ul {
    border-bottom: 1px solid #DEDEDE;
    clear: both;
    margin: 0 0 40px 0;
	list-style: none outside none;
}

.archive-lists ul li {
	display: block;
    border-top: 1px solid #DEDEDE;
	margin-bottom: 0;
}

.archive-lists ul li a {
    display: block;
    margin: 0;
    padding: 10px 0;
	text-decoration: none;
}

.archive-lists ul li a:hover {
	text-decoration: underline;
}

.archive-lists span.comments_number {
    color: #777777;
    float: right;
    margin-right: 20px;
    width: 3em;
}

.archive-lists span.archdate {
    color: #8B9091;
    float: left;
    letter-spacing: 1px;
    margin-right: 2em;
    padding: 0 0 1em 0.5em;
    width: 3em;
}