/* 
	Theme Name: Climate
	Theme URI: http://www.ambafrance-us.org/
	Description: WordPress theme for our climate change mini website.
	Version: 1.0
	Author: sylvain de gelder
	Author URI: http://www.ambafrance-us.org/

*/

body  {
	font: 62.5% Verdana,sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
	line-height: 12px;
	background-color: #E9E9E9;
}
#container {
	background: #E9E9E9;
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #FFF url(images/header.jpg) no-repeat bottom left;
	height: 127px;
	width: 960px;
	border: 1px solid #8C8888;
	border-top: none;
	position: relative;
} 
#header h1 {
	font-size: 0px;
	text-indent: -1000px;
}
#header_css_map a {
	position: absolute;
	top: 27px;
	text-decoration: none;
	height: 71px;
 }
#header_css_map a i { visibility: hidden; }
a#logo {
	top: 22px;
	left: 20px;
	width: 245px;
	height: 81px;
}
a#site_title {
	left: 284px;
	width: 98px;
	width: 401px;
}
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 1em 0 10px !important;
  margin: 10px 1em 0 5px;
  width: auto;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 2px;
}
#main {
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFF url(images/mainbkgrnd.png) repeat-y top left;
	font-size: 1.1em;
}
#main h2{
	border-top: 1px solid #CACAC9;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
}
#main h3{
	line-height:1.6em;
	padding: 0;
	margin: 0;
	text-align:left;
	font-size: 1.1em;
	font-weight: bold;
}
#main p{
	margin-bottom:1.33em;
	margin:0.5em 0 1.5em;
	line-height:1.6em;
	text-align:left;
}
#navbar {
	width: 950px;
	height:23px;
	border: 1px solid #8C8888;
	border-top: none;
	margin: 0 0 10px 4px;
	background: url(images/navbarbkgrnd.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navbar li {
	display: inline;
}
#navbar a {
	float:left;
	width:100px;
	text-decoration:none;
	border-right: 1px solid #8C8888;
	font-weight:bold;
	font-size: 14px;
	padding: 6px 0 5px 20px;
}
#navbar a:hover {
	color: #8C8888;
	text-decoration: underline;
}
#navbar-search {
	float:right;
	height:20px;
	margin-right:14px;
	padding-top:2px;
	width: auto;
}
#navbar-search input.text{
	background:#FFF none repeat scroll 0 0;
	border:1px solid #8C8888;
	color:#AAAAAA;
	float:left;
	margin-right:6px;
	width:130px;
	font-size:10px;
	font-style: italic;
	height:14px;
	margin-right:2px;
	padding:1px;
	vertical-align:top;
}
#navbar-search .bouton{
	float:left;
	background:#FFF none repeat scroll 0 0;
	color:#AAA;
	border:1px solid #8C8888;
	cursor:pointer;
	font-size:10px;
	font-style: italic;
	height: 18px;
	padding-bottom: 2px;
	text-decoration:none;
	width: auto;
}
#sidebar a, #mainContent a{
	text-decoration: none;
	color: #555;
}
#sidebar a:hover, #mainContent a:hover{
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 295px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 5px;
	border-left: 1px solid #CACAC9;
}
#mainContent { 
	margin: 0 325px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 17px 10px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #CACAC9;
}
#mainContent .aligncenter{
	margin: 0 auto 0 auto;
	text-align: center !important;
}
#mainContent .aligncenter img{
	border : 1px solid #CACAC9;
	padding: 2px;
}
#mainContent li {
	line-height: 1.6em;
	margin: 5px 0 7px 0;
}
p.wp-caption-text {
	font-style: italic !important;
	color: #888 !important;
	font-size: 1em !important;
	margin : 0 0 10px 0 !important;
	text-align: center !important;
}
#tagclowd {
	margin: -10px 0 0 -10px;
}
.imagebox{
	border-top: 1px solid #CACAC9;
	padding: 8px 0 8px 0;
}
.title_countdown{
	text-align: right;
	font-weight: bold;
}
.compteurbox, .videobox, .numberbox {
	margin-bottom: 15px;
}
#cdcontainer{
	padding-top:6px;
	height:46px;
	text-align:center;
}
.lcdstyle{
	color: #DE113A;
	font-family: Verdana, Georgia, Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:600;
	padding: 1px;
}
.lcdstyle sup{
	font-size: 82%
}
.number{
	margin: 0 10px 10px 0;
	padding: 25px 0 0 0;
	font-size: 50pt;
	float: left;
	color:#767CB0;
	height: 35px;
	width: auto;
}
.compteurday{
	color:#DE113A;
	font-size:2em;
}
.lcdstyle j{
	color:black;
}
.edito{
	margin: 0 auto 0 auto !important;
	text-align: center !important;
}
.edito img {
	border: 1px solid #a9a9a9;
	padding: 2px;
}
.edito a:hover {
	border: none !important;
	text-decoration: none !important;
}
.latest_news, .france_position {
	margin: 20px 0 20px 0;
}
.morestuff{
	text-align: right;
	margin: -25px 0 10px 0;
}
.morestuff a{
	color: #767CB0 !important;
}
.morestuff a:hover{
	color: #767CB0 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #767CB0 !important;
}
.articlesamecat{
	margin-bottom: 15px;
}
.articlesamecat p{
	margin-bottom: 8px !important;
}
.liste2liens p {
	margin-bottom: 8px !important;
	padding-left: 15px;
}
.articlesamecat a, .links a {
	color: #767CB0 !important;
	border-bottom: 1px solid #DFDFDF !important;
}
.articlesamecat a:hover, .links a:hover, {
	text-decoration: none !important;
	border-bottom: 1px solid #767CB0 !important;
}
.filariane {
	margin-top: -15px;
	border-bottom: 1px solid #CACAC9;
	margin-bottom: 15px;
}
.filariane p {
	margin-bottom: 7px !important;
}
.filariane p a {
	color: #21759B !important;
	border-bottom: 1px solid #DFDFDF !important;
}
.filariane p a:hover {
	border-bottom: 1px solid #767CB0 !important;
	text-decoration: none !important;
}
.articletitle {
	margin-bottom: 15px;
}
.articletitle h2{
	border: none !important;
	font-size: 1.6em !important;
	padding-left: 10px !important;
	line-height: 1.2em !important;
}
.articleinfo, .articletags {
	padding: 0 0 0 10px;
	color: #808080;
}
.articlecontent a, .articletags a {
	color: #808080 !important;
	border-bottom: 1px solid #DFDFDF !important;
}
.articletags a:hover, .articlecontent a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid #767CB0 !important;
}
.articlecontent, .articledescript{
	padding: 0 0 0 10px;
}
.articleexcerpt {
	padding: 0 0 10px 20px;
}
.articleexcerptbottomline {
	margin: 0 10px 50px 5px;
	border-bottom: 1px solid #CACAC9;
}
.articledescript p{
	margin: 0.5em 0 1em 0 !important;
}
.articledescript .articletags {
	padding-left: 3px;
}
.news, .position{
	float: left;
	width: 175px;
	margin: 0 0 0 20px !important;
	margin: 0 0 0 5px;
}
.titre_news, .excrept_position{
	clear: both;
	margin: 0 10px 0 5px;
	font-weight: bold;
	line-height: 1.6em;
}
.position{
	width: 275px;
}
.actions p, .excrept_position p, .articleexcerpt p{
	display: inline;
	font-weight: normal;
}
.next_prev_page {
	text-align: center;
}
.next_prev_page a, .prev_article a, .next_article a {
	color:#767CB0 !important;
}
.next_prev_page a:hover {
	color:#555 !important;
	text-decoration: underline !important;
}
.next_prev_article {
	margin: 50px 0 20px 150px;
	width: 340px;
}
.prev_article, .next_article {
	float: left;	
	padding-bottom : 30px ;
	width : 150px !important;
}
.next_article {
	text-align: left;
	padding-left: 15px;
}
.prev_article {
	text-align: right;
	padding-right: 15px;
}
#insidefooter {
	background: url(images/footerbckslice.png) repeat-x top left;
	margin: 0 5px 0 5px;
	padding: 0;
	height: 20px;
}
#footer { 
	background:#E9E9E9;
	border-top: 1px solid #8C8888;
	margin: 0 4px 0 4px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-weight: bold;
}
#footer a{
	color: #555;
}
span.readmore a {
	/*display: inline;*/
	color: #767CB0 !important;
	font-size: smaller !important; 
}
.aligncenter a, .aligncenter a:hover{
	text-decoration: none !important;
	border-bottom: none !important;
}
.boite_grise {
	background-color: #E9E9E9;
	border: 1px solid #666;
	padding: 3px 3px 0 10px !important;
	margin-bottom: 10px;
}
.boite_grise a{
	color: #767CB0 !important;
}
.rouge {color: #DE113A;}
.orange {color: #F3AA56;}
.vert {color: #9DC85A;}
.bleu {color:#23B3BF;}
.mauve {color:#767CB0;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: auto;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleftfloat {
	clear: left;
}
*html #sidebar {
	border-left: none;
}
*html #mainContent {
	zoom: 1;
}