<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
/*
Theme Name: ComFy Magazine
Theme URI: http://deluxethemes.com/comfy/
Description: A feature-rich CMS / Magazine theme for WordPress by <a href="http://deluxethemes.com/">Deluxe Themes</a>.
Version: 1.0
Author: Ahmad Fouad
Author URI: http://deluxethemes.com/
*/

/* Layout */

body {
	width: 100%;
	background: #f1f1f4;
	text-align: center;
}

body a {
	color: #297eb9;
}

body a:hover {
	color: #333;
}

.strong {
	font-weight: bold;
}

.underlined {
  text-decoration: underline;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

input, textarea, select {
	font-family: arial;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: arial;
	font-size: 0.75em;
	color: #555;
}

#bigcolumn {
	float: left;
	width: 662px;
	margin-right: 14px;
	margin: 10px 0 0 0;
}

#cat_bigcolumn {
	float: left;
	width: 662px;
	margin-right: 14px;
	margin: 0 0 0 0;
}

#leftcolumn {
	float: left;
	width: 324px;
	margin-right: 14px;
}

#rightcolumn {
	float: right;
	width: 324px;
}


#sidebar {
	float: right;
	width: 324px;
}

.wp-pagenavi {
	display:block;
	font-weight: bold;
	margin: 15px auto 0;
	text-align: center;
}

/* Layout options */

.layout_options {
	display: none;
	z-index: 99999;
	position: absolute;
	top: 120px;
	left: 295px;
	padding: 10px;
	width: 400px;
	background: #fff;
	border: 15px solid #777;
	font-size: 0.75em;
	font-weight: bold;
	color: #999;
	text-align: left;
}

.layout_options p {
	display: block;
	line-height: 1.5em;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #bbb;
}

.layout_options a {
	display: block;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #bbb;
}

.layout_options a#reset {
	float: left;
}
.layout_options a#reset_cancel {
	float: right;
}

.layout_infos {
	display: none;
	z-index: 99999;
	width: 908px;
	height: 556px;
	background: #fff;
	border: 15px solid #777;
	font-size: 0.75em;
	background: url(img/custom-infos.jpg) left top no-repeat;
}

a#close_btn {
	background: url(img/close_btn.png) left top no-repeat;
	width: 29px;
	height: 29px;
	display: block;
	float:right;
	margin: 4px 4px 0 0;
}
a#close_btn:hover {
	background: url(img/close_btn_hover.png) left top no-repeat;
}

/* image aligning */
.aligncenter {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0 auto;
}

.alignleft {
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignnone {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

/* post styles */
.post h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: georgia;
	margin: 15px 0 0 0;
	text-shadow: 0 1px 0 #FFFFFF;
}

.cat_post h1 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #aaa;
	margin: 15px 0 0 0;
}

.cat_post p {
	line-height: 18px;
}

#child_cats {
  border: 1px solid #F1F1F4;
  padding: 10px;
  background-color: #FAFAFC;
  margin: 10px 0;
  color: #AAAAAA;
}

.post h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #aaa;
	margin: 15px 0 0 0;
}

.post h2 {
	color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h4 {
	color: #666;
	font-size: 1.5em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h5 {
	color: #ff6000;
	margin: 15px 0 0 0;
}

.post h6 {
	font-size: 0.9em;
	color: #222;
	margin: 15px 0 0 0;
}

.post em {
	color: #888;
}

.post p {
	line-height: 1.4em;
	text-align: justify;
	margin: 10px 0 0 0;
}

.post img, .post a img {
	vertical-align: middle;
	padding: 2px;
	border: 5px solid #F1F1F4;
}

.post a:hover img {
	vertical-align: middle;
	padding: 2px;
	border: 5px solid #CCCCCC;
}

.post del {
	text-decoration: line-through;
	color: #aaa;
}

.post ins {
	text-decoration: underline;
	font-weight: bold;
}

.post ul, .post ol {
	margin-left: 15px;
	margin-top: 10px;
}

.post ul ul, .post ol ol {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	color: #888;
}

.post ul li {
	line-height: 1.4em;
	padding: 3px 0 3px 0;
	list-style-type: circle;
}

.post ol li {
	line-height: 1.4em;
	padding: 3px 0 3px 0;
}

.post ul li a:hover, .post ol li a:hover {
	background: #f6feff;
	color: #297eb9;
}

.post code {
	margin: 20px 0 0 0;
	display: block;
	background: #eee;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color: #444;
}

.post blockquote {
	display: block;
	background: url(img/icon-quote.gif) left top no-repeat;
	border-top: 1px solid #cfdee1;
	border-bottom: 1px solid #cfdee1;
	padding: 0 10px 10px 60px;
	margin: 20px 0 0 0;
	font-style: italic;
}

.post blockquote blockquote {
	border: none;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	color: #555;
	font-weight: normal;
}

.post .sim_posts {
  float: left;
  width: 315px;
  margin-top: 0;
}

.post .author_ad { 
	float:left;
	width: 310px;
	margin-top: 50px;
	margin-left: 5px;
}

table 
{
   margin: auto;
   border: 2px solid black;
   border-collapse: collapse; 
}

th 
{
   background-color: #c8c8f2;
   color: #555574;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   padding: 5px;
}

td 
{
   border: 1px solid black;
   text-align: center;
   padding: 5px;
}

.post #infos_sources {
	border: 1px solid #F1F1F4;
	padding: 10px;
	margin-top:10px;
	background-color: #FAFAFC;
}

.post #infos_sources .infos_sources_title {
	margin: 0 0 5px 0;
	color: #FF6000;
	font-weight: bold;
}

.post #infos_sources #writer {
	width: 300px;
	float: left;
	padding-left: 20px;
}

.post #infos_sources #writer p {
	margin: 0;
	padding: 0 0 0 56px;
	color: #999999;
}

.post #infos_sources #post_meta {
	float: left;
	width: 290px;
	font-size: 12px;
}

.post #post_meta ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.post #post_meta ul li {
	list-style-type: none;
	padding-left: 20px;
}

.post #post_meta ul li a:hover {
	color: #FF6000;
}

.post #sources {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 10px 10px 52px;
	background: url("img/google_favicon.png") no-repeat scroll 5px 13px #FFFFFF;
	min-height: 34px;
}

.post #sources p {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.post #sources a {
	color: #999999;
}

.post #sources a:hover {
	color: #297EB9;
}

/* Bloc Doodle Tracker en bas des articles Logos*/

#logos_cat_foot {
}

#logos_cat_foot h2 {
  margin-bottom: 10px;
}

#logos_cat_foot p {
  background: #F1F1F4 url(img/white_warning.png) 5px 5px no-repeat;
  padding: 5px 5px 5px 55px;
  margin-bottom: 20px;
  font-weight: bold;
  border: 1px solid #DDD;
}

#logos_cat_foot h2 a {
  color: #FF6000;
}

#logos_cat_foot .single_doodle {
  width: 20%;
  float: left;
}

#logos_cat_foot .single_doodle img {
  width: 110px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #FFF;
}

#logos_cat_foot .single_doodle a:hover img {
  border: 1px solid #DDD;
}

/* Googlethèque */

#googletheque {
	margin-top: 10px;
	}
	
#googletheque img{
   border: none;
}

#googletheque p{
   text-align:right;
   font-size: 0.8em;
   font-style:italic;
}

#googletheque table {
   border: 1px solid #dddddd;
   border-collapse: collapse; 
   margin-bottom: 20px;
}

#googletheque th 
{
   background-color: #ffffff;
   color: #555574;
   font-weight: bold;
   font-size: 1.3em;
   text-align: left;
   padding: 10px 5px 5px 10px;
}

#googletheque td 
{
	background: url(img/googletheque_big.jpg) no-repeat #ffffff;
   border: none;
   text-align: left;
   padding: 10px 10px 5px 10px;
   width: 316px;
   height: 70px;
}

/* global page styles */
.page-all {
	display: block;
	background: url(img/b_featuredY.png) repeat-y;
	height: auto;
}

.page-top {
	display: block;
	background: url(img/b_featured_white.png) no-repeat top;
	min-height: 230px;
}

.page-top-white {
	display: block;
	background: url(img/b_featured_white.png) no-repeat top;
	min-height: 230px;
}


.page-bottom {
	display: block;
	background: url(img/b_featuredF.png) no-repeat bottom;
	height: 15px;
}

.containerI {
	padding: 15px 15px 1px 15px;
}

#wrapper p.content_title {
  color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}

/* Site navigation */
.sitenav {
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	color: #999;
}

.sitenav a {
  text-shadow: 0 1px 0 #FFFFFF;
}

/* Seperate post styles */
.item {
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 20px;
}

.post_listing .item {
  margin: 0;
  padding-bottom: 20px;
}

.post_listing .item:hover, .post_listing .item_first:hover {
  background-color: #F6FEFF;
}

.item_first {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 20px;
}

.item_first h2 {
  margin-top: 0;
}

.post-thumb img {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
}

.postinfo {
	margin: 7px 0 0 0;
	font-size: 0.9em;
	color: #999;
}

.post_listing .post p {
  color: #888888;
}

.post_listing ul.postinfo {
	margin: 10px 0 0 144px;
	padding: 3px 5px 8px 5px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F1F1F4;
	height: 15px;
	list-style-type: none;
}

.post_listing ul.postinfo li {
  float: left;
  width: 115px;
  padding-left: 24px;
  list-style-type: none;
  font-weight: bold;
  color: #555555;
}

.post_listing ul.postinfo li.ico_categories {
  width:auto;
}

.postinfo a {
	color: #ff6000;
}

.postinfo a:hover {
	color: #333;
}

.post-tags {
	color: #999;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	font-size: 0.9em;
}

.post-tags a {
	font-weight: bold;
}

.tags {
	color: #999;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

.tags a {
	color: #666;
	font-weight: bold;
}

.tags a:hover {
	color: #297eb9;
}

.find {
	margin: 15px 0 0 0;
}

.find input {vertical-align:middle}

.findfield {
	border: 1px solid #ccc;
	padding: 2px;
	width: 260px;
	color: #999999;
	font-style: italic;
}

.findsubmit {
	background: #297eb9;
	border: 1px solid #b6b6b6;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
}
.findsubmit:hover {color: #333; background: #fff;}

/* Category */

.cat-widget {
	display: none;
	margin: 15px 0 0 0;
}

.cat-widget h3 {
	position: relative;
	display: block;
	width: 292px;
	height: 35px;
	padding-left: 32px;
	line-height: 35px;
	background: url(img/widget_header.png) no-repeat;
}

.cat-widget h3 a {color: #333}
.cat-widget h3 a:hover {color: #666}

.cat-widget h4 {
	position: relative;
	display: block;
	height: 30px;
	padding-left: 10px;
	margin-right: 1px;
	line-height: 30px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.cat-widget .container {
	width: 324px;
	background: url(img/widget_body.png) repeat-y;
}

.cat-widget .footer {
	display: block;
	width: 324px;
	height: 12px;
	background: url(img/widget_footer.png) no-repeat;
	overflow: hidden;
}

.minimize, .close, .minus, .plus {
	position: absolute;
	top: 10px;
	width: 15px;
	height: 14px;
}
.minimize:hover, .close:hover, .minus:hover, .plus:hover {background-position: bottom}

.minimize {
	left: 10px;
	background: url(img/min.png) no-repeat top;
}

.close {
	right: 10px;
	background: url(img/close.png) no-repeat top;
}

.minus {
	right: 10px;
	background: url(img/minus.png) no-repeat top;
}

.plus {
	right: 30px;
	background: url(img/plus.png) no-repeat top;
}

/* post styles */
.cat-widget .cpost {
	display: block;
	background: #fff;
	margin: 0 1px 0 0px;
	padding: 15px 10px 15px 10px;
}

.cat-widget .thumb img {
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #c6c6c6;
	padding: 1px;
	margin: 0 10px 0 0;
}

.cat-widget p {
	line-height: 1.4em;
	margin: 5px 0 0 0;
	color: #999;
	text-align: justify;
}

.dark_perm {
	font-weight: bold;
	line-height: 1.4em; 
}

.ex {
	display: block;
	float: right;
	margin: 10px 0 0 0;
}
.cont, .comm, .home_date {
	font-size: 0.9em;
	font-weight: bold;
	color: #555;
	height: 13px;
	line-height: 13px;
}
.cont:hover, .comm:hover {color: #ff6000}
.cont {
	background: url(img/ico_more.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 10px;
}
.comm {
	background: url(img/ico_comment.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.home_date {
	background: url("img/ico_date.gif") no-repeat scroll left center transparent;
	padding-left: 20px;
	margin-right: 10px;
}

/* more stories */
.more_stories {
	background: #fff;
	margin: 0 1px 0 0;
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #d7d7d7;
}

.more_stories a {
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #f1f1f1;
}

.more_stories a:hover {
	background: #f6feff;
	color: #297eb9;
}

/* Comments */

/* begin css for comments box */
.comments-box img {
	vertical-align: middle;
}

.comments-box p.leave_comment {
	color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

#respond textarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
}

.text {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 200px;
}

.submit {
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #c9d8da;
	background: #297eb9;
	color: #fff;
}

.submit:hover {
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
}

/* end */
/* framework for comments */

ol.commentlist { margin: 10px 0 0 0; padding: 0 0 0 0; background: #fff; border-top: 1px solid #e5e5e5; }
ol.commentlist li { list-style-type: none; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; padding: 15px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor p { font-weight: bold; color: #295a7a; }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { }
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style: normal; font-weight: bold; }
ol.commentlist li div.vcard cite.fn a.url { color: #ff6000; }
ol.commentlist li div.vcard img.avatar { float:right; }
ol.commentlist li div.vcard img.avatar-32 { background: #fff; padding: 2px; border: 1px solid #ddd; }
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says { color: #888; }
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size: 0.9em; margin: 3px 0 0 0; }
ol.commentlist li div.comment-meta a { color: #aaa; }
ol.commentlist li p { margin: 15px 0 0 0; line-height: 1.4em; }
ol.commentlist li ul { }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { font-weight: bold; margin: 10px 0; padding: 4px 0 0 30px; height: 24px; display:block; background: url(img/comment-reply.png) left top no-repeat;}
ol.commentlist li ul.children { margin-top: 15px;}
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 {  }
ol.commentlist li ul.children li.depth-3 { }
ol.commentlist li ul.children li.depth-4 {  }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li.thread-odd ul.children li.odd { background: #fff; }
ol.commentlist li.thread-even ul.children li.odd { background: #eee; }
ol.commentlist li.thread-odd ul.children li.even { background: #fff; }
ol.commentlist li.thread-even ul.children li.even { background: #eee; }
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd { background: #eee; }
ol.commentlist code { 
  font-family: Consolas,Monaco,"Courier New",Courier,monospace; 
  white-space: pre-wrap; 
  word-wrap: break-word; 
  background-color: #F1F1F4 ; 
  color: #5E5E5E; 
  border: 1px solid #DADADA; 
  padding: 5px; 
  display: block;
  font-weight: normal;
}

/* Featured */

.featured, .featured .content, .featured .footer {
	display: block;
	width: 662px;
}

.featured {
	background: url(img/b_featuredY.png) repeat-y;
	height: auto;
	position: relative;
	z-index: 0;
}

.post_listing .featured {
  margin-bottom: 10px;
}

.featured .content {
	background: url(img/b_featured_white.png) no-repeat top;
	min-height: 250px;
}

.featured .footer {
	background: url(img/b_featuredF.png) no-repeat bottom;
	height: 15px;
}

.featured h1 {
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 8px 20px;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #dedede;
}

/*.post_listing h1 {
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 8px 0;
	margin: 0 1px 20px 1px;
	border-bottom: 1px solid #dedede;
}*/

/* featured tabs */
.featuredposts {
	position: absolute;
	top: 15px;
	right: 25px;
}

.featuredposts li {
	float: left;
	display: block;
	margin-right: 10px;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	background: url(img/light_off.png) no-repeat;
}

.featuredposts li a:hover {
	background: url(img/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
	background: url(img/light_on.png) no-repeat;
}

.featuredposts li a.selected:hover {
	background: url(img/light_on.png) no-repeat;
}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 0;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

/* Customisation Help Message (homepage) */

#customization_help {
	background: url(img/custom-help-bg.png) left top no-repeat;
	height: 31px;
	width: 662px;
	margin: 6px 0 0 0;
}

#customization_help p {
	padding-top: 9px;
}
#customization_help .custom_msg {
	float: left;
	padding-left: 34px;
	font-weight: bold;
}
#customization_help .custom_links {
	float: right;
	padding-right: 10px;
}

#customization_help .custom_links a {
}

.orange {
	color: #FF6000;
}

.blue {
  color: #297EB9;
}

/* content */
.featuredposts_content .thumb {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 184px;
	height: 134px;
}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	padding: 1px;
}

.featuredposts_content .fpost {
	position: absolute;
	top: 15px;
	left: 220px;
	right: 20px;
}

.featuredposts_content .fpost h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.8em;
}

.featuredposts_content .fpost p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
	text-align: justify;
	color: #888;
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
	display: block;
	height: 13px;
	line-height: 13px;
}

.featuredposts_content .fpost .read {padding: 15px 0 0 22px}
.featuredposts_content .fpost .docomment {padding: 8px 0 0 22px}

.featuredposts_content .fpost .read {background: url(img/ico_more.png) no-repeat}
.featuredposts_content .fpost .docomment {background: url(img/ico_comment.png) no-repeat}
.featuredposts_content .fpost .read {background-position: left 15px}
.featuredposts_content .fpost .docomment {background-position: left 8px}

.featuredposts_content .fpost .read a {color: #555}
.featuredposts_content .fpost .read a:hover {color: #ff6000}
.featuredposts_content .fpost .docomment a {color: #555}
.featuredposts_content .fpost .docomment a:hover {color: #ff6000}

/* Footer */

#footer {
	width: 100%;
	text-align: center;
	background: #eee;
	border-top: 2px solid #d5d5d5;
	font-family: arial;
	font-size: 0.75em;
	color: #999;
}

#footer-inner {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
}

.des {
	float: left;
	display: inline;
	text-align: left;
}

.copy {
	float: right;
	display: inline;
	text-align: right;
}

.des p, .copy p {
	line-height: 1.5em;
}

.des a, .copy a {
	font-weight: bold;
}

.footernavi {
	width: 100%;
	text-align: center;
	background: #666;
	padding: 10px 0;
	margin: 15px 0 0 0;
}

.footernavi ul {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: arial;
	font-size: 0.75em;
	color: #fff;
}
.footernavi ul.children {
	width: auto;
}

/*.footernavi li {
	display: inline;
	margin-right: 10px;
	line-height: 1.4em;
}*/

.footernavi li {
	display: block;
	float: left;
	width: 100px;
	line-height: 1.4em;
	text-align: left;
	width: 120px;
	font-weight: bold;
}

.footernavi li a {
	color: #fff;
}

.footernavi li a:hover {
	color: #ffc000;
}

.footernavi li ul.children li {
	display: block;
	float: none;
	text-align: left;
	font-weight: normal;
}

/* Header */

#header {
	width: 1000px;
	height: 135px;
	background: url(img/b_top.png) no-repeat;
	position: relative;
}

#date {
	position: absolute;
	top: 0;
	left: 30px;
	background: url(img/b_date.png) no-repeat;
	width: 156px;
	height: 20px;
	line-height: 18px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 20px;
	background: url(img/logo.jpg) no-repeat;
	width: 271px;
	height: 74px;
}

#ad468 {
	position: absolute;
	bottom: 20px;
	right: 25px;
	display: block;
	overflow: hidden;
	border: 1px solid #c5d0d3;
}

#ad468 img {
	display: block;
	overflow: hidden;
}

#topnav {
	position: absolute;
	top: 0;
	right: 25px;
	display: block;
}

#topnav ul {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(img/topnav_m.png) repeat-x;
	font-weight: bold;
}

#topnav li {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-right: 10px;
	margin-right: 10px;
	background: url(img/topnav_br.png) no-repeat right center;
}

#topnav li.feed {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#topnav li.left {
	margin-right: 0;
	padding-right: 0;
	background: none;
	width: 20px;
	background: url(img/topnav_l.png) no-repeat left;
}

#topnav li.right {
	margin-right: 0;
	padding-right: 0;
	background: none;
	width: 20px;
	background: url(img/topnav_r.png) no-repeat right;
}

#topnav a {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #7c8d95;
}

#topnav li.feed a {
	color: #297eb9;
}

#topnav a:hover, #topnav li.feed a:hover {
	color: #333;
}

#options {
	position: absolute;
	bottom: 20px;
	left: 325px;
	width: 116px;
	height: 23px;
	background: url(img/options.jpg) no-repeat top;
}
#options:hover {background: url(img/options.jpg) no-repeat bottom}

/* Menu */

#menu {
	display: block;
	width: 1000px;
	height: 30px;
	background: url(img/menu.png) no-repeat;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

#menu ul {
	position: absolute;
	top: 0;
	left: 5px;
	height: 30px;
}

#menu ul li {
	position: relative;
}

#menu ul li, #menu ul li a {
	float: left;
	display: block;
}

#menu ul li a {
	height: 30px;
	line-height: 30px;
	color: #555;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(img/menu_l.png) no-repeat right;
	white-space: nowrap;
	text-shadow: 0 1px 0 #FFFFFF;
}

#menu ul li.current-cat a, #menu ul li.current-cat a:hover {
	color: #297eb9;
}
#menu ul li.current-cat ul li a {
	color: #555;
}
#menu ul li.current-cat ul li a:hover {
	color: #297eb9;
}
#menu ul li a:hover {
	color: #297eb9;
}
#menu u ul li a:hover {
	color: #297eb9;
}

/* sub menu style */
#menu ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	background: #fff;
	padding: 5px 5px 10px 5px;
	border: 1px solid #ccc;
	border-top: 0;
	height: auto;
	width: 250px;
}

#menu ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#menu ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #555;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #eee;
	background: none;
}

/* Search form fo header area */
.searchform {
	position: absolute;
	top: 2px;
	bottom: 5px;
	right: 8px;
	height: 20px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 129px;
	height: 22px;
	background: url(img/search_field.png) no-repeat;
	font-size: 0.9em;
	color: #666;
	padding: 3px 3px 2px 3px;
	border-right: 1px solid #DDDDDD;
}

.searchbutton {
	width: 60px;
	height: 20px;
	background: url(img/search_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.searchbutton:hover {background: url(img/search_go.png) no-repeat bottom}

.searchbtn {
	width: 16px;
	height: 16px;
	background: url(img/search_btn.png) no-repeat left top;
	cursor: pointer;
}
.searchbtn:hover {background: url(img/search_btn.png) no-repeat left bottom}

/* Reset */
* {
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1; background-color: #f1f1f4}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}

html {
	overflow: -moz-scrollbars-vertical;
}

/* Search */

/** Copyright 2007 Google Inc. All rights reserved. */

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */ 

.cse-closeResults { 
  float: right;
}

.cse-closeResults a {
  padding: 3px 5px;
  color:  #000;
  border: 1px solid #666;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.cse-closeResults a:hover {
  background: #ddd;
  border: 1px solid #000; 
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.cse-overlay {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 600px;
  background-color: #FFF;
  border: 1px solid #333;
  font-size: small;
  z-index: 1000;
}

.cse-overlay table{
 border: 0px;
}


/**
 * Custom AJAXSearch styles
 */

.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark
 { display: none; }

.gs-visibleUrl {
  color: #008000;
}

.gs-visibleUrl-long { 
  overflow: hidden;
}

.gs-title { 
  font-size: medium;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
}

.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #676767;
}


/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 300px;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td, table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-style : none;
  border-width : 0px;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 99%;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}

/* Sidebar */

/* general sidebar style */
.Sclose, .Wclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/close.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover {background: url(img/close.png) no-repeat bottom}

.Sminimize, .Wminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/min.png) no-repeat top;
}
.Sminimize:hover, .Wminimize:hover {background: url(img/min.png) no-repeat bottom}

/* box A */
.box_a {
	display: block;
	margin: 10px 0 0 0;
	background: url(img/box_rp.png) repeat-y;
	overflow: hidden;
}

.box_a p.sidebar_title, .box_a h2 {
	display: block;
	width: 314px;
	height: auto;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 6px 10px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	margin: 0;
	font-weight: bold;
	color: #555555;
	line-height: 12px;
}

.box_a div {
	display: block;
	padding: 0 10px 0 10px;
}

.box_a p {
	line-height: 1.3em;
	color: #999;
	margin: 10px 0 0 0;
}

.box_a blockquote {
	color: #404040;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8f2;
}

.box_a em {
	color: #999;
}

span.foot {
	display: block;
	width: 324px;
	height: 14px;
	background: url(img/box_f.png) no-repeat bottom;
}

/* Widgets style */
.widgets h2 {
	display: block;
	width: 294px;
	height: 17px;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.widgets li {
	display: none;
	background: url(img/box_rp.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgets li li {
	background: none;
	margin: 0 0 0 0;
}

.widgets ul li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.widgets ul, .widgets div, .widgets form {
	padding: 0 10px 0 10px;
}

.widgets form div {
	padding: 0 0 0 0;
}

.widgets label {line-height:1.5em}
.widgets input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#555}

/* The ajax tabs */
.tabs {
	display: block;
	height: 22px;
	border-bottom: 1px dotted #ddd;
	margin: 0 1px 0 1px;
}

.tabs li {
	float: left;
	display: inline;
	height: 22px;
}

.tabs li a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 9px;
	border-right: 1px dotted #ddd;
	font-weight: bold;
	background: #fff;
	color: #999;
	font-size: 0.9em;
}

.tabs li a:hover {
	background: #eee;
	color: #333;
}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #ff6000;
}

.tabcontent {
	display: none;
	margin: 0 1px 0 1px;
	color: #999999;
}

.tabcontent li {
	border-bottom: 1px solid #EEEEEE;
	padding: 4px 10px;
	list-style-type: none !important;
}
.tabcontent li:hover {
	background: #f6feff;
}

.tabcontent li a {
	line-height: 1.3em;
	padding: 0;
}

.tabcontent li a:hover {
	color: #297eb9;
}

.tabcontent li a span {
	font-size: 0.9em;
	color: #999;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}

ul.post_list {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
ul.post_list li {
  padding: 10px 10px 0 10px; 
  border: none;
  line-height: 12px;
  margin: 0 1px;
}
.sim_posts ul.post_list li {
  padding: 7px 0; 
}

ul.post_list li .une_logo {
  width: 100px; 
  height: 70px; 
  border: 1px solid #C6C6C6; 
  float: left; 
  margin-right: 7px;
  background-color: #FFFFFF;
}

ul.post_list li .une_logo img {
  border: none;
  padding: 0;
  vertical-align: inherit;
}

ul.post_list li .une_logo a:hover {
  background-color: transparent;
}

ul.post_list li h3 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: normal;
  margin: 0;
}

/* Subscription style */
#social_widget {
	background: url(img/b_social_widget.jpg) bottom left no-repeat;
	padding: 0 5px 9px 5px;
}
#social_widget #___plus_0 { 
  margin: 10px 0 0 7px !important; 
}
#social_widget #feedform {
	background: url(img/social_email.png) no-repeat;
	height: 29px;
}
#social_widget #feedemail {
	margin-left: 39px;
}
#social_widget a {
	padding-left: 39px;
	margin-top: 15px;
	display: block;
}
#social_widget #feedtwitter {
	background: url(img/social_twitter.png) no-repeat;
	line-height: 13px;
	height: 29px;
}
#social_widget #feedfacebook {
	background: url(img/social_facebook.png) no-repeat;
	padding-top:5px;
	height: 24px;
}
#social_widget #feedlink {
	background: url(img/social_rss.png) no-repeat;
	padding-top:5px;
	height: 24px;
}


#feedlink {
	font-weight: bold;
	padding-left: 22px;
	background: url(img/ico_feed.png) no-repeat;
	background-position: left center;
}

#feedtwitter {
	font-weight: bold;
	padding-left: 22px;
	background: url(img/twitter.png) no-repeat;
	background-position: left center;
}

#feedfacebook {
	font-weight: bold;
	padding-left: 22px;
	background: url(img/facebook.png) no-repeat;
	background-position: left center;
}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	width: 324px;
	background: url(img/ico_email.png) no-repeat;
	background-position: left center;
}

#feedform fieldset {
	display: inline;
	overflow: hidden;
}

#feedform input {
	vertical-align: middle;
	display: inline;
}

#feedemail {
	background: url(img/field.png) no-repeat;
	width: 194px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin-left: 22px;
}

#feedbutton {
	background: url(img/signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
}
#feedbutton:hover {background: url(img/signup.png) no-repeat bottom}

/* Additional post/page sidebar styles */
span.side_avatar {
	float: left;
	display:inline;
	margin-right: 10px;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
}

/* additional menu */
.admin_menu {
	display: block;
	padding: 0 10px 0 10px;
}

.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
}

/* Various icons */
li.ico_categories {
	background: url(img/ico_categories.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_categories a {font-weight:bold}
li.ico_categories a:hover {background-color: transparent !important; }

li.ico_date {
	background: url(img/ico_date.gif) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_comments {
	background: url(img/ico_comments.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_views {
	background: url(img/ico_views.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_ratings {
	background: url(img/ico_ratings.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_print {
	background: url(img/ico_print.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
a.contribuer_btn {
	background: url(img/contribuer_btn.png) left top no-repeat;
	width: 105px;
	height: 43px;
	display:block;
}
a.contribuer_btn:hover {
	background: url(img/contribuer_btn.png) left bottom no-repeat;
}

/* Sponsors */

.sponsorSpace {
	padding-top:10px !important;
	padding-bottom:10px !important;
	text-align:left;
	border-bottom: 1px dotted #DDDDDD;
}

.sponsorSpace img {
	float: left;
	display: block;
}

.sponsorSpace a.sponsor_link {
	color: #3d3d3d;
	background: url(img/sponsor_link.png) left bottom no-repeat;
	display: block;
	float:right;
	width: 164px;
	padding-bottom: 20px;
}
.sponsorSpace a.sponsor_link:hover {
	background: url(img/sponsor_link_hover.png) left bottom no-repeat;
}

.sponsorJoin {
	margin-top: 10px;
}

.sponsorJoin a{
	width: 305px;
	height: 27px;
	display: block;
	background: url(img/sponsor_join.png) left top no-repeat;
}
.sponsorJoin a:hover{
	background: url(img/sponsor_join.png) left bottom no-repeat;
}

/* Repertory */

.repertory ul {

}
.repertory ul li {
  border-bottom: 1px dotted #DDDDDD;
  padding: 5px 10px;
}
.repertory ul li a {
  text-transform: uppercase;
  color: #888888;
  display:block;
  height: 12px;
  background: url(img/arrow-blue.png) right top no-repeat;
  padding-top: 2px;
}

.repertory ul li a:hover {
  background: url(img/arrow-blue.png) right bottom no-repeat;
  color: #6a6a6a;
}

.foot.repertory_foot {
  height: 7px;
}

.sidebar_title.repertory_title {
  height: 7px !important;
  border: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* Acquisitions */

.acquisition {
	margin-top: 20px;
}
.acquisition h2 {
	color: #FF6000;
	margin: 0;
	padding-bottom: 4px;
}

.acquisition p {
	margin-top: 5px;
	text-align: left;
}

.acquisition img {
	display:block;
	float: left;
	width: 180px;
	margin-right: 10px;
}

.acquisition .acq_datas {
	float: left;
	width: 145px;
	padding-right: 5px;
}

.acquisition .acq_desc {
	float: left;
	width: 265px;
	padding-left: 10px;
	border-left:1px solid #ccc;
}

.acquisition .acq_desc a {
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 2px;
	background: url(favicon.ico) left top no-repeat;
}

#acquisitions h1 {
	margin-bottom:10px;
}

#acquisitions .find {
	float: right;
	margin-top: 1px;
}

#acquisitions .findfield {
	width: 150px;
	margin-bottom: 3px;
}

#acquisitions #acquisitions_text {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

#acquisitions #acquisitions_filters {
	width: 610px;
	border: 1px solid #c2c2c2;
	padding: 10px;
	background: #FFF;
}

#acquisitions #acquisitions_infos {
	float: left;
	width: 435px;
	height: 45px;
	border-right: 1px solid #DDD;
}

#acquisitions #acquisitions_search {
	background: #FFF;
	float: left;
	width: 173px;
	height: 10px;
	text-align: right;
}

#acquisitions a.acq_del_search {
	padding-top:10px;
	display: block;
}

#acquisitions #acquisitions_infos h2 {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	float: left;
	padding: 0;
	margin: 0;
}

#acquisitions #acquisitions_infos select {
	color: #297EB9;
	border: 1px solid #DDDDDD;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: -1px;
}

#acquisitions #acquisitions_infos option {
	padding-right: 5px;
	color: #999999;
	font-weight: normal;
}

#acquisitions #acquisitions_infos p {
	float: left;
}

#acquisitions #acquisitions_infos p span.acq_sep {
	padding: 10px;
}
.ap_acq a.ap_acq_company img {
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin: 2px;
}
.ap_acq a.ap_acq_company:hover img {
	border: 1px solid #BABABA;
}

#ap_acq_img {
	float: left;
}
#ap_acq_img img {
	width: 130px;
}
.ap_acq p {
	color: #555555;
	padding: 0 10px 0 10px;
}
#ap_acq_infos h3 {
	color: #FF6000;
	padding-bottom: 10px;
	font-size: 14px;
}

#acq_share {
	width: 140px;
	float: right;
	padding-left: 16px;
}

.acq_share_btn {
	width: 70px;
	float: left;
}
.acq_facebook {
	margin-top: 2px;
}

.loading-more {
    background: #d5e3ea;
    border: 1px solid #5f8293;
    border-radius: 3px;
    padding: 10px;
    color: #43697c;
    text-align: center;
    cursor: pointer;
}

/* Autocomplete jQuery */

.ui-autocomplete { position: absolute; cursor: default; }	
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

.ui-autocomplete-loading { background: white url('img/ui-anim_basic_16x16.gif') right center no-repeat; }

/* Timeline */

#timeline {
width: 630px;
height: 600px;
overflow: hidden;
margin: 40px auto;
position: relative;
background: url('img/timeline/dot.gif') 3px top repeat-y;
}
#dates {
width: 200px;
height: 600px;
overflow: hidden;
float: left;
}
#dates li {
list-style: none;
width: 200px;
height: 60px;
line-height: 60px;
font-size: 14px;
padding-left: 10px;
background: url('img/timeline/biggerdot.png') left center no-repeat;
}
#dates a {
line-height: 60px;
padding-bottom: 10px;
}
#dates .selected {
font-size: 18px;
color: #FF6000;
}

#issues {
width: 430px;
height: 600px;
overflow: hidden;
float: left;
}	
#issues li {
width: 430px;
height: 600px;
list-style: none;

}
#issues li.selected img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
#issues li img {
float: left;
margin: 10px 30px 10px 50px;
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
-ms-transition: all 2s ease-in-out; 
transition: all 2s ease-in-out;
-webkit-transform: scale(0.7,0.7);
-moz-transform: scale(0.7,0.7);
-o-transform: scale(0.7,0.7);
-ms-transform: scale(0.7,0.7);
transform: scale(0.7,0.7);
}
#issues li h1 {
color: #ffcc00;
font-size: 48px;
text-align: center;
text-shadow: #000 1px 1px 2px;
}
#issues li p {
font-size: 14px;
margin: 10px 20px;
font-weight: normal;
line-height: 22px;
}

#grad_top,
#grad_bottom {
width: 500px;
height: 80px;
position: absolute;
}
#grad_top {
top: 0;
background: url('img/timeline/grad_top.png') repeat-x;
}
#grad_bottom {
bottom: 0;
background: url('img/timeline/grad_bottom.png') repeat-x;
}

#next,
#prev {
position: absolute;
left: 55%;
font-size: 70px;
width: 38px;
height: 22px;
background-position: 0 -44px;
background-repeat: no-repeat;
text-indent: -9999px;
overflow: hidden;
}
#next:hover,
#prev:hover {
background-position:  0 0;
}
#next {
bottom: 0;
background-image: url('img/timeline/next_v.png');
}
#prev {
top: 0;
background-image: url('img/timeline/prev_v.png');
}
#next.disabled,
#prev.disabled {
opacity: 0.2;
}

#sidebar a.widget_link {
	background-color: #666666;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	padding: 3px 5px;
	text-align: center;
	margin-top: 10px;
}
#sidebar a.widget_link:hover {
	background-color: #3F3F3F;
}


