/*
Theme Name: X17france-V1
Theme URI: http://lginter.com

Description: X17france.com design based on theRunningStone
Author: tania

Author URI: http://lginter.com/

Tags: red, light, flexible-width, two-columns, right-sidebar, threaded-comments

Version: 1.0
	
The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
   margin: 1.5em 100px;
   font: 14px Helvetica;
   color: #000;
   background: #0355d; /*#a7c8e8*/
   line-height: 30px;  
}
a, a:link, a:visited, a:active {
   font: 13px Helvetica;
   color: #ab0800;
   text-decoration: none; 
   line-heigh: 15px;
}
a:hover {
   text-decoration: underline;
   color: #0941ba;
}

#wrapper,#main {

}
/* Header */

#branding {
   background: url(images/x17fr-newlogo.jpg) no-repeat; 
   height: 155px;
   margin: 0 0 5px 0;
   padding: 0px 10px 5px 10px;
   color: #fff;
   font-size: 28px;
   font-weight: bold;
   text-transform: uppercase;
}
#branding a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
#topBanner {
   background: #dadada;
   width: 728px;
   height: 90px;
   margin: 0 0 5px 280px;
   padding: 5px;
   float: left;
   border: 1px solid #cbc8bf; 
}


#container {
	float: left;
	margin: 0 -330px 0 0;
	width: 100%;
}
#content {
	margin: 0 335px 0 0;
}
.navigation a {
   font-size: 11px;
   font-weight: bold;
   border: 0px;
}
.navigation a:hover {
   border-bottom: 1px dotted #f73a1a;
}
/* Right Side____________________  */

#right {
   
}
.sideTop {
   background: url(images/post_bg2.png) repeat-x #fff;
   width: 250px;
   height: 300px;
   padding: 5px;
}
#wordpress2 {
   float: right;
   right: 0px;
   top: 0px;
   height: 42px;
}
#word_search_input {
   float: left;
   background: url(images/search_input.png);
   height: 30px;
   width: 195px;
   border: 0;
   margin: 0px;
   padding: 5px;
   font-size: 16px;
}
#word_search_btn {
   float: left;
   margin-left: 0px;
   background: url(images/search_btn.png);
   height: 40px;
   width: 20px;
   border: 0px;
   cursor: pointer;
}
#word_search_btn:hover {
   background: url(images/search_btn2.png);
}
.arrow_top {
   float:right;
   background: url(images/arrow.png);
   width: 30px;
   height: 30px;
   cursor: pointer;
}
.arrow_top:hover {
   background: url(images/arrow2.png);
}
#rss {
   float: left;
   margin-left: 1px;
   background: url(images/rss.png);
   height: 38px;
   width: 40px;
   border: 0px;
   cursor: pointer;
}
#rss:hover {
   background: url(images/rss2.png);
}
#search_man {
   float: left;
   margin-right: 1px;
   margin-left: -5px;
   background: url(images/search_man.png);
   height: 40px;
   width: 38px;
}
#blog-title {
	margin-bottom: -10px;
}
#primary, #secondary {
   float: right;	
   overflow: hidden;	
   width: 303px;
   background: url(images/post_bg2.png) repeat #fff;
   padding: 10px;
   border: 1px solid #cbc8bf;
   border-right: 1px solid #cbc8bf;
   border-bottom: 1px solid #cbc8bf;
}
.sitemeter{
   float: left;
   margin: 10px 0 0 8px;
}

.postvideo {
   width: 420px;
   height: 320px;
   margin: 0 auto 20px auto;
   padding-right: 20px;
}
.poll {
   background: #a7c8e8;
   width: 450px;
   height: auto;
   margin: 0 auto 20px auto;
   padding-bottom: 5px;
   border: 2px solid #d12905;
   text-align: center;
}
.poll-header {
   width: 450px;
   position: top;
   background: #d12905;
   font: bold 20px Helvetica,sans-serif;
   color: #fff;
   padding: 0 0 10px 0;
   text-align: center;
}
p {	line-height: 1.5em;	margin: 0; }

.alignleft,
img.alignleft {
   float:left;
   text-align:left; 
   display: inline;
   margin-right: 1.5em;
}
.alignright,
img.alignright {
   text-align:left; 
   display: inline;
   float: right;
   margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#footer {
   background: #f3f3f3;
   margin-top: 10px;
   clear: both;
   width: 100%;
   height: 35px;
   text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}   
input, textarea {
	color: #4a6090;    
	font: 14px Helvetica,sans-serif;
	line-height: 1.5;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


/* Text elements
-------------------------------------------------------------- */

p {
	margin-bottom: 1.5em;
}
ul {
	margin: 0 0 1.5em 2.5em;
}
ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Images
-------------------------------------------------------------- 

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}*/


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
#blog-description {
   height: 40px;
   overflow:hidden;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* =Menu  */

#access {
        margin-top: -10px;
	margin-bottom: 10px;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
	margin-right: 10px;
}
.menu ul ul {
	display: none;
}
.menu li {
   list-style: none;
}
.comment {
   list-style: none;
   background: #fff;
   padding: 10px;
   margin-left: -35px;
   margin-bottom: 5px;
}
.thread-even {
   background: #e9e9e9;
}
li.depth-2{border-left:1px solid #990505;margin-left:10px;padding-left:10px;}
li.depth-3{border-left:1px solid #990505;margin-left:10px;padding-left:10px;}
.avatar {
   float:left;
}
.menu a {
   background: url(images/menu_bg.png) repeat-x;
   padding: 10px;
   margin-right: 10px;
   border: 1px solid #cbc8bf;
   display: block;
   float: left;
   text-decoration: none;
   font: bold 13px Helvetica, Verdana, Arial;
   text-transform: uppercase;
   color:#2e6093;
}
.menu a:hover {
   background: #ffffff;
   color: #d12905;
   border: 1px solid #cbc8bf;
}
.current_page_item a {
   background: #ffffff;
   color: #d12905;
}


/** Widget categories **/



li {
   list-style: circle;
   line-height: 15px;
   font: 13px Helvetica;
}

.categories {
   list-style: none;
}

.xoxo ul, .children ul {
	list-style: none;
	margin: 0;
	margin-right: 10px;
}
.xoxo ul li li {
   border-left: none;
}
.children ul {
	padding-left: 10px;
}
.cat-item li {
   list-style: none;
	margin-left: -30px;
		
}
.cat-item, .cat-item a {
   text-decoration: none;
   color: #000000;
	padding: 2px;
}
.cat-item a {
	border-bottom: 1px dotted #ab0800;
}
.cat-item a:hover {
   font-weight: bold;
}
.current-cat {
   font-weight: bold;
}


/* Content , .navigation  url(images/post_bg.png) no-repeat */

.post {
	margin: 0;	
	background: url(images/post_bg.png) no-repeat #fff;
	padding: 10px 10px 10px 10px;
   border: 1px solid #cbc8bf;
   float: none; 
}
#site-info {
   margin-top: 10px;
   padding-bottom: 20px;
   padding-top: 0px;
   border-top: 1px solid #cbc8bf;
   height: 20px;
   color: #6f6f6f;
}
.entry-content, .entry-summary {
   margin: 1.5em 0 0 0;
   padding: 0 40px 0 50px;     
}


/* Navigation */


.navigation {
	margin: 0 0 10px 0;
	overflow: auto;	margin: 0;	
	background: url(images/post_bg.png) no-repeat #fff;
	padding: 10px 10px 10px 10px;
        border: 1px solid #cbc8bf;
}


/* Widget Areas */


.widget-area ul {
	list-style: none;
	margin-left: 0;		
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;	
}
.widget-container {
   list-style: none;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
a img, a:link img, a:visited img, a:active img {
   border: none;
}
img {
   margin-bottom: 10px;
   margin-right: 10px;
}

.widget-title {
   font: bold 18px Helvetica, Verdana, Arial;
   border-bottom: 1px #ffffff solid;
   text-transform: uppercase;
   text-align: center;
   margin-left: -10px;
   margin-top: -10px;
   margin-right: -10px;
   margin-bottom: 10px;
   padding: 4px;
   padding-left: 10px;
   background: #ab0800;
   color: #fff;
}
.entry-title {
   font: bold 18px Helvetica, Verdana, Arial;
   border-bottom: 1px #ffffff solid;
   text-transform: uppercase;
   margin-left: -10px;
   margin-top: -10px;
   margin-right: -10px;
   margin-bottom: 10px;
   padding: 4px;
   padding-left: 10px;
   background: #ab0800;
   color: #fff;
}
.entry-title a, .widget-title a {
   font-size: 30px;
   color: #fff;
   text-transform: uppercase;
   border: none;
   text-decoration: none;
}
.entry-title a:hover { 
   font-size: 30px;
   color: #0941ba;
   text-transform: uppercase;
   border: none;
   text-decoration: none;
}
.page-title {
   text-align: right;
}
.entry-utility, .entry-utility a, .form-section, .form-section a {
   font-size: 12px;
   color: #ab0800;
}
.entry-meta, .entry-meta a {
   font-size: 12px;
   color: #9d9b94;
}
h3 {
   margin-left: -10px;
   margin-top: -10px;
   margin-right: -10px;
   margin-bottom: 10px;
   padding: 1px;
   padding-left: 10px;
   border-bottom: 1px solid #fff;
   color: #fff;
   font-size: 14px;
   background: #ab0800;
}
pre {
   display: block;
   padding: 10px;
   border: 1px solid #ab0800;
   overflow: auto;
   background: #f7f7f7;
}




.sharebutton {
   width: 100%;
   margin: 0;
}
.endofpost {
   width: 100%;
   height: 66px;
}
.commenter {
   width: 263px;
   border:none;
   float: left;
}
.lire {
   border:none;
   width: 270px;
   float: right;
}
.commenter a {
   background: url(images/x17fr-comment.jpg) repeat-none;
   margin-right: 100px;
   width: 263px;
   height: 65px;
   display: block;
   float: left;
   text-decoration: none;
}
.commenter a:hover {
   background: url(images/x17fr-commentH.jpg) repeat-none;
   text-decoration: none;
   border: none;
}
.lire a {
   background: url(images/x17fr-lire.jpg) repeat-none;
   margin-right: 10px;
   width: 270px;
   height: 55px;
   display: block;
   float: right;
   text-decoration: none;
}
.lire a:hover {
   background: url(images/x17fr-lireH.jpg) repeat-none;
   text-decoration: none;
   border: none;
}


/* Comments*/


#comments {
   margin: 30px auto;	
   background: url(images/post_bg.png) no-repeat #fff;
   padding: 10px 10px 10px 10px;
   border: 1px solid #cbc8bf; 
}
.comment-author {
   margin: 0 15px 3px 0;	
   background: #fff;
   padding: 10px 10px 10px 10px;
   float: left;
}
.comment-meta, .comment-meta a {
   color: #ab0800;
   font-size: 12px;
   text-align: right;
}
#smooth_sldr h2 {
   color: #ab0800;
   font: bold 12px Helvetica;
   line-height: 20px;
}
#smooth_sldr a {
   color: #ab0800;
   font: bold 12px Helvetica;
   line-height: 20px;
}
#smooth_sldr a:hover {
   color: #c70500;
   font: bold 12px Helvetica;
   line-height: 20px;
   text-decoration: underline;
}
   font: bold 12px Helvetica;
   line-height: 20px;
}


