/* Start of CMSMS style sheet 'OLPC France' */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px "Arial", sans-serif;
	text-align: left;
	color: #222;
	margin: 0;
        background: #fff;
        background: url(css/texture.jpg); 
}
img {
	border:none;
}
hr {
	display: none;
}
a { 
	color:	#0092cf;
	text-decoration: none;
}
#wrap {
        margin: 0 auto;
        text-align: left;
        width: 90%;
        padding: 1.5em 0 1em;
        background: url(css/XO-cover-24.png) center 15px no-repeat;
}
* html #wrap {
        background: url(css/XO-cover.png) center 15px no-repeat;
}
#header {
	text-align: right;
    	color: #fff;
        padding: 0.5em 0;
}
#header h1 {
	font-size: 1em;
        float: left;
}
#header a {
	color: #eee;
}

#content, .breadcrumbs {
    	margin-left: 300px;
}

.sidebar {
	float: left;
  	text-align: left;
	width: 260px;
	overflow: hidden;
	padding: 10px 15px 15px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #eee;
	opacity: 0.9;
        filter: alpha(opacity=85);
}
.sidebar #menu {
    	font-weight: bold;
    	padding: 210px 0.5em 0.5em;
    	opacity: 0.9;
	background: white url(css/sidebar.jpg) center top no-repeat;
}
.sidebar #menu h3 { font-size: 1em !important;}
.sidebar #menu ul {
	list-style: none;
}
.sidebar #menu li {
	padding: 0.3em 0;
}
.sidebar #menu li li {
        margin-left: 1em;
}
#sidebar a.currentpage, #sidebar #menu a:hover {
	color: #111;
}

#rss h3 {
        margin-bottom: 1em;
}
#rss .modulerssentry {
        margin-bottom: 1em;
}

.internal_links {
        overflow: hidden;
        list-style: none;
}

* html .internal_links {
        height: 1%;
}
.internal_links li {
        float: right;
        text-align: center;
        margin: 0 0.2em;
        font-size: 1.2em;
        font-weight: bold;
}
.internal_links li a {
        display: block;
        padding: 0.3em 25px;
        background: #111; 
        color: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.internal_links li a:hover {
        color: darkorange;
}
#news {
        line-height: 1.4em;
    	background: ghostWhite; 
    	clear: left;
    	margin-top: 1em;
        position: relative;
}
#news h2 {
    	font-size: 1.3em;
}
#news .NewsSummary { 
    	text-align: justify;
}

#news .NewsSummaryCategory, #news .NewsSummaryLink, #news .NewsSummaryAuthor { display: none;}

.breadcrumbs {
	font-size: 0.9em;
  	padding: 0.5em 1em;
    	-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
	text-align: right;
	display: none;
}
#search {
     	margin-top: 1.5em;
}
#search input {
	background: #fff;
        border: 1px solid #eee;
	font-size: 0.9em;
        color: #666;
	margin-right: 0.3em;
	padding: 0.1em;
        vertical-align: center;
}
#cntnt01searchinput {
  	width: 110px;
}
#search input:hover {
	border-color: #666;
}
#printme { display: none;}
#printme a { background: none !important; padding: none !important; font-size: 0.9em; margin: none! important; color: #ddd;}
#printme img {
	margin: none !important;
	vertical-align: middle;
}
#content {
	line-height: 1.4em;
	border: 1px solid #eee;
	padding: 1em 1.5em;
	background: #fff;
	-moz-opacity: 0.9;
	opacity: 0.9;
        filter: alpha(opacity=85);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content h2, #content h3, #content h4 {
	margin: 0 0 0.5em;
        line-height: 14px;
}
#content h2 {
    	font-size: 1.9em;
    	color: #243135;
   	text-align: justify;
	letter-spacing: -1px;
	margin-bottom: 1.5em;
        line-height: 28px;
}

#content h3 {
    	font-size: 1.4em;
    	color: #6ebe46;
    	line-height: 20px;
        margin: 1.5em 0 0.8em;
}
#content a {
        background: url(css/link.png) no-repeat right center;
        padding-right: 15px;
}
#content p {
    	font-size: 1.1em;
    	overflow: hidden; /* FIXME */
}
* html #content p {
   	height: 1%;
}
#content p a:hover {
    	text-decoration: underline;
}
#content img {
	margin: 0.2em 1em 0.5em 0;
}
#content .caption {
	display: block;
}
#content p, #content ul, #content ol {
	margin-bottom: 0.5em;
}
#content ul, #content ol {
	margin-left: 1em;
}
#content ul li, #content ol li {
	margin-bottom: 0.5em;
}
#content a {
	font-weight: bold;
}
#content h4 {
	font-weight: normal; 
	font-size: 1.2em;
}
.navigation {
	clear: both;
	overflow: hidden;
	margin-top: 1.5em;
	padding: 0.3em 0;
	color: #666;
        font-size: 0.9em;
}
.navigation a {
    	background: none !important;
    	padding: none;
        font-weight: normal !important;
}
.navigation .prev {
	float: left;
	width: 49%;
}
.navigation .next {
	float: right;
	width: 49%;
	text-align: right;
}
#footer {
	clear: both;
	text-align: center;
   	padding: 1.5em 0 0.1em;
   	margin-top: 0.5em;
    	width: 90%;
}
#footer a {
    	color: #fff;
}

.breadcrumbs {
   	padding: 0.5em;
   	margin-top: 0.5em;
   	margin-bottom: 0.5em;
}
/* End of 'OLPC France' */

