/*
Theme Name: Celadon
Theme URI: http://www.themesboutique.com/
Description: Free theme from the <a href="http://www.themesboutique.com">Themes Boutique</a>. Elegant theme focusing on usability and great looks. Widgetized 2 column layout with tabbed page navigation. Custom settings page included under the Appearance menu.
Version: 1.0.2
Author: Dmitry Fadeyev
Author URI: http://www.themesboutique.com
*/

/*------------------------------------------------
	Reset - by Eric Meyer
--------------------------------------------------*/
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,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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0;}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/*------------------------------------------------
	General
--------------------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #222;
	background: url(images/bg.png) repeat-x top #2f3f4e;
	line-height: 1.45em;
}
p {
	padding-bottom: 1.5em;
}
h1 {
	font-size: 34px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0.7em;
}
h2 {
	font-size: 28px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -1px;
	color: #418873;
	margin-bottom: 0.8em;
	width: 500px;
}
h2 a {
	text-decoration: none;
	color: #418873;
}
h2 a:hover {
	color: #2A5A4C;
}
h3 {
	line-height: 1em;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.85em;
}
h4 {
	line-height: 1.1em;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0.9em;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
a {
	color: #207CE6;
}
a:hover {
	color: #124D91;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code {
	font-family: Monaco, "Courier New", monospace;
}
hr {
	border: 0;
	border-top: dashed 1px #CCC;
}
acronym {
	border-bottom:1px dashed #666666;
	color:#666666;
	cursor:help;
}

/*------------------------------------------------
	Containers
--------------------------------------------------*/
#container {
	width: 978px;
	margin: 0 auto;
	background: url(images/container.png) repeat-y;
}

/*------------------------------------------------
	Header
--------------------------------------------------*/
#header_logo {
	position:absolute;
	z-index:10;
	top:10px;
}
#header {
	height: 130px;
	background: url(images/header.png) no-repeat;
	position: relative;
}
#header_home_link {
	position: absolute;
	width: 600px;
	height: 100px;
	top: 7px;
	left: 0;
}
#logo, #logo_with_tagline {
	text-decoration: none;
	color: #FFF;
	font-family: "Rockwell", Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 48px;
	left: 25px;
	text-shadow: #17222C 1px 1px 1px;
}
#logo_with_tagline {
	top: 38px;
}
#tagline {
	color: #AABBC8;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 70px;
	left: 25px;
	text-shadow: #17222C 1px 1px 1px;
}
#tagline_with_header {
	color: #AABBC8;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 80px;
	left: 168px;
	text-shadow: #17222C 1px 1px 1px;
}

/*------------------------------------------------
	Search
--------------------------------------------------*/
#header_search {
	width: 210px;
	height: 45px;
	position: absolute;
	top: 40px;
	right: 25px;
}
#search_input {
	position: absolute;
	left: 13px;
	top: 13px;
	width: 160px;
	font-size: 14px;
	border: solid 1px #FFF;
}
.overlabel {
  position: absolute;
  top: 16px;
  left: 17px;
  z-index: 1;
  color: #888;
}
.overlabel-apply {
  position: absolute;
  top: 16px;
  left: 17px;
  z-index: 1;
  color: #888;
}

/*------------------------------------------------
	Navigation
--------------------------------------------------*/
#navigation {
	height: 54px;
	background: url(images/navigation.png) no-repeat;
	position: relative;
}
#navigation ul {
	position: absolute;
	left: 150px;
	top: 9px;
}
#navigation ul li {
	float: left;
	margin-right: 2px;
	background: url(images/tab_right.png) top right;
}
#navigation ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #10161C 0 -1px 1px;
	background: url(images/tab_left.png) no-repeat top left transparent;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#navigation ul .active_tab {
	background: url(images/active_tab_right.png) top right;
}
#navigation ul .active_tab a {
	background: url(images/active_tab_left.png) no-repeat top left transparent;
}
#navigation ul .active_tab a:hover {
	text-decoration: none;
}
.navigation a {
	padding: 4px 8px;
	font-weight: bold;
	background-color: #4C8CD6;
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #34639A;
}

/*------------------------------------------------
	RSS and Email subscription
--------------------------------------------------*/
#subscribe {
	color: #FFF;
	position: absolute;
	height: 25px;
	width: 249px;
	top: 17px;
	right: 10px;
	text-align: center;
}
#subscribe a {
	text-decoration: none;
	font-weight: bold;
	background-color: #852F32;
	padding: 2px 4px;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: #3D1618 0 1px 1px;
	border-top: solid 1px #3D1618;
	border-bottom: solid 1px #BB4C46;
	position: relative;
	top: 1px;
}
#subscribe #rss_icon_link {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -12px;
	right: 242px;
	border: none;
	background: none;
}
#subscribe a:hover {
	background-color: #000;
}
.after_post_rss {
	margin-top: 20px;
	padding: 20px 20px 20px 75px;
	background: url(images/after_post_rss.png) no-repeat 17px 17px #FFFCD5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #F2E0AC;
}

/*------------------------------------------------
	Content
--------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content {
	width: 584px;
	padding: 28px 28px 28px 44px;
	float: left;
}
#content ol {
	list-style-type: decimal;
	margin: 0 0 20px 30px;
}
#content ul {
	list-style-type: disc;
	margin: 0 0 20px 30px;
}
#content blockquote {
	padding: 20px 10px 10px 50px;
	background: url(images/blockquote.png) no-repeat left top;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 1.4em;
	color: #494949;
}
#content pre {
	padding: 20px;
	background-color: #E8FBF3;
	border-left: solid 2px #D0E5DB;
	font-family: Monaco, "Courier New", monospace;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.5em;
	color: #233235;
}
#content .post table tr td, #content .entry table tr td, #content table tr th {
	padding: 10px;
	background-color: #EBF5FF;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
#content .post table tr th, #content .entry table tr th {
	padding: 10px;
	border-bottom: solid 1px #ABC6DA;
	background-color: #D4EAFF;
}

/*------------------------------------------------
	Post
--------------------------------------------------*/
.post {
	position: relative;
	padding-bottom: 25px;
}
.post .post_title {
	position: relative;
	left: 82px;
	margin-bottom: 0.4em;
	z-index:5;
}
.date_label {
	position: absolute;
	top: -8px;
	left: -44px;
	width: 117px;
	height:66px;
	background: url(images/date_label.png) no-repeat;
}
.date_day {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: 9px;
	top: 12px;
	width: 40px;
	text-align: center;
	text-shadow: #284D43 0 -1px 1px;
}
.date_month {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: 9px;
	top: 29px;
	width: 40px;
	text-align: center;
	text-shadow: #284D43 0 -1px 1px;
}
.comments_label {
	position: absolute;
	left: 55px;
	top: 10px;
	width: 42px;
	height: 37px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
.comments_label a {
	display: block;
	text-decoration: none;
	height: 37px;
	line-height: 36px;
}
.comments_label a:hover {
	text-decoration: underline;
}
.post_categories {
	position:relative;
	float:right;
	z-index:10;
}
.post_author {
	font-style: italic;
	font-family: Georgia, serif;
	margin-top: -4px;
	font-size: 14px;
	color: #8e8e8e;
	position: relative;
	left: 84px;
	margin-bottom: 1.3em;
}
#comments_heading {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #6eae9d;
	font-size: 17px;
	font-weight: bold;
	padding: 0.3em 0 1em 0;
}
.more-link {
	display: block;
}

/*------------------------------------------------
	Comments
--------------------------------------------------*/
.comment {
	position: relative;
	background: url(images/comment_center.png) repeat-y right;
	margin-bottom: 14px;
}
.commentlist li {
	list-style: none;
}
.comment .avatar {
	position: absolute;
	left: -30px;
	top: 7px;
}
.comment_meta {
	background: url(images/comment_top.png) no-repeat right top;
	padding: 15px 30px 10px 50px;
}
.comment_author {
	font-weight: bold;
	font-size: 13px;
}
.comment_date {
	margin-left: 5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 13px;
	color: #A3A3A3;
}
.comment_content {
	background: url(images/comment_bottom.png) no-repeat right bottom;
	padding: 0 30px 0 50px;
}
.vip_comment {
	background: url(images/comment_center_vip.png) repeat-y right;
}
.vip_comment .comment_meta {
	background: url(images/comment_top_vip.png) no-repeat right top;
}
.vip_comment .comment_content {
	background: url(images/comment_bottom_vip.png) no-repeat right bottom;
}
.member_comment {
	background: url(images/comment_center_member.png) repeat-y right;
}
.member_comment .comment_meta {
	background: url(images/comment_top_member.png) no-repeat right top;
}
.member_comment .comment_content {
	background: url(images/comment_bottom_member.png) no-repeat right bottom;
}
#respond {
	margin-left: 60px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
#comments_table {
	margin-left: 10px;
}
#comments_table td {
	padding: 5px 0;
}
#comment {
	width: 500px;
}
#comments_table tr td input {
	padding: 5px;
	font-size: 13px;
}
#comments_table tr td textarea {
	padding: 5px;
	font-size: 13px;
}

/*------------------------------------------------
	Sidebar
--------------------------------------------------*/
#sidebar {
	float: left;
	width: 303px;
	padding-top: 20px;
}
#sidebar #sidebar_ads {
	padding: 0 0 20px 20px;
}
#sidebar .widget {
	background: url(images/sidebar_heading.png) no-repeat;
	margin-bottom: 20px;
}
#sidebar .widget h3 {
	padding: 10px 5px 15px 4px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	text-shadow: #265146 0 -1px 0;
}
#sidebar .widget h3 a {
	color: #FFF;
	text-decoration: none;
}
#sidebar .widget h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
#sidebar .widget h3 a img {
	position: relative;
	padding: 0;
	top: 2px;
}
#sidebar .widget {
	padding: 0 35px 0 35px;
	line-height: 1.2em;
}
#sidebar .widget a {
	display: block;
	border-bottom: solid 1px #D2D2D2;
	color: #444;
	text-decoration: none;
	padding: 7px;
}
#sidebar .widget a:hover {
	background-color: #EDEDED;
	color: #000;
}
#sidebar .widget ul {
	background: 0;
}
#sidebar .widget ul li {
	padding: 0;
}
#sidebar .widget ul li ul.children li {
	background:url(http://www.parlons2jeux.com/img/bullet.gif) no-repeat 6px 6px;
	padding-left:22px;
}

/*------------------------------------------------
	Widgets
--------------------------------------------------*/
.textwidget {
	padding: 10px 5px 5px 5px;
	line-height: 1.45em;
	color: #333;
}
.widget #wp-calendar {
	border-collapse: collapse;
	margin: 5px 0 0 15px;
}
.widget #wp-calendar caption {
	font-weight: bold;
	font-size: 14px;
	color: #659099;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #CDCDCD;
	margin-bottom: 10px;
}
.widget #wp-calendar tr th {
	text-align: center;
	font-weight: bold;
	color: #809099;
}
.widget #wp-calendar tr td {
	padding: 4px 6px;
	text-align: center;
}
.widget #wp-calendar tr td a {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
	color: #196FBC;
	font-weight: bold;
	border: 0;
}
#sidebar .widget_search {
	background: none;
}
#sidebar .widget_rss a {
	display: inline;
	padding: 0;
	border: 0;
}
#sidebar .widget_rss a:hover {
	background: none;
	text-decoration: underline;
}
#sidebar a.rsswidget {
	display: block;
	padding-top: 12px;
}
#sidebar .widget h3 a.rsswidget {
	display: inline;
}
.rss-date {
	color: #A3A3A3;
	font-style: italic;
	font-family: Georgia, serif;
}
#sidebar .widget cite {
	color: #6F6F6F;
}
.rssSummary {
	font-size: 11px;
	padding: 6px 0;
}
#sidebar #recentcomments {
	padding: 0 5px;
}
#sidebar .recentcomments {
	padding: 5px 0 7px 0;
}
#sidebar .recentcomments a {
	border: 0;
	text-decoration: underline;
}
#sidebar .blogroll a img, #sidebar #member-box a img {
	margin-bottom: -3px;
}

/*------------------------------------------------
	Footer
--------------------------------------------------*/
#footer {
	clear: both;
	height: 80px;
	background: url(images/footer.png) no-repeat;
	position: relative;
}
#copyright {
	color: #AEC0C9;
	position: absolute;
	top: 20px;
	left: 40px;
}
#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-shadow: #2D3D4D 0 1px 1px;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright .copyright_owner {
	color: #DDEEF3;
}
#site_map {
	position: absolute;
	width: 500px;
	height: 25px;
	top: 20px;
	right: 40px;
	text-align: right;
	color: #424F62;
}
#site_map a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-shadow: #2D3D4D 0 1px 1px;
	margin-left: 12px;
}
#site_map a:hover {
	text-decoration: underline;
}

/*------------------------------------------------
	Credits
--------------------------------------------------*/
#credits {
	clear: both;
	text-align: center;
	position: relative;
	top: -5px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #5C6D7C;
}
#credits a {
	text-decoration: none;
	color: #9AABB9;
}
#credits a:hover {
	text-decoration: underline;
	color: #FFF;
}

#content .post p img.size-thumbnail {
	border: 1px solid rgb(199, 221, 222);
	padding: 5px;
	background-color: rgb(228, 241, 242);
	-moz-border-radius: 10px;
}
img.wp-smiley {
	margin-bottom:-3px !important;
}


.category-en-bref h2 { font-size: 1.9em; color: #C45F2F; }
.category-en-bref h2 a { color: #C45F2F; }
.category-en-bref h2 a:hover { color: #894123; }
.category-en-bref .date_label { background: url(images/date_label_orange.png) no-repeat; }
.category-en-bref .date_day { text-shadow: #72361C 0 -1px 1px; }
.category-en-bref .date_month { text-shadow: #72361C 0 -1px 1px; }
.category-en-bref .comments_label img { margin-top:3px; }
.category-en-bref p { margin-bottom:-20px; }
.category-en-bref .date_label { top:-5px; }

.awesome, .awesome:visited, .navigation a, .navigation a:visited {
	background: #222 url(http://www.parlons2jeux.com/img/btn-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-align:center;
}
.awesome:hover, .navigation a:hover { background-color:#111111; color:#FFFFFF; }
.awesome:active, .navigation a:active { top:1px; }
/* Sizes ---------- */
.small.awesome { font-size: 11px; }
.medium.awesome, .navigation a { font-size: 13px; }
.large.awesome { font-size: 14px; padding: 8px 14px 9px; }
/* Colors ---------- */
.green.awesome, .green.awesome:visited { background-color:#91BD09; }
.green.awesome:hover { background-color:#749A02; }
.blue.awesome, .blue.awesome:visited, .navigation a, .navigation a:visited { background-color:#698399; }
.blue.awesome:hover, .navigation a:hover { background-color:#5E748A; }
.red.awesome, .red.awesome:visited { background-color:#E33100; }
.red.awesome:hover { background-color:#872300; }
.magenta.awesome, .magenta.awesome:visited { background-color:#A9014B; }
.magenta.awesome:hover { background-color:#630030; }
.orange.awesome, .orange.awesome:visited { background-color:#FF5C00; }
.orange.awesome:hover { background-color:#D45500; }
.yellow.awesome, .yellow.awesome:visited { background-color:#FFB515; }
.yellow.awesome:hover { background-color:#FC9200; }