/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: Andy Skelton, Scott Allan Wallick MODIFIED by <a href="http://www.yannlorber.fr">Yann Lorber</a>
AUTHOR URI:
TAGS: yann lorber, yannlorber, sandbox
*/


/* 
 * Reset
 *
 */ 

body, html, div, span, p, h1, h2, h3, h4, h5, h6, img, ul, li, ol{
	margin: 0px; padding:0px;
}
body {
	/*font-family: Didot,Georgia,serif;*/
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	font-weight:300;	
	font-size: 14px;
	color: #777;
	height: 100%;
	background: #fff url(img/bg_body.gif) center -30px repeat-x ;
/*	background: #fff url(img/bg_body.png) repeat-x; */
/*	background: #131518 url(img/background.jpg) center top repeat-y;*/
}
html {
	height: 100%;
}
img {
	border: none;
}
li {
	list-style-type: none;
	list-style: none;	
}
a {
	text-decoration: none;
}

abbr {
	border: none;
}

.nobold{
font-weight: normal !important
}

.black {
color:#000;
}
a.black {
border-color:#000;
}
a.black:hover {
background-color: #000;
color:#fff;
}

.green  a, .green {
color:#99cc00;
}
.green a, a.green {
border-color:#99cc00;
}
.green a:hover, a.green:hover {
background-color: #99cc00;
color:#fff;
}

.gray {
color:#405156;
}
a.gray {
border-color:#405156;
}
a.gray:hover {
background-color: #405156;
color:#fff;
}


.lightgray {
color:#777777;
}
a.lightgray {
border-color:#777777;
}
a.lightgray:hover {
background-color: #777777;
color:#fff;
}

.lightblue {
color:#73CBDF;
}
a.lightblue {
border-color:#73CBDF;
}
a.lightblue:hover {
background-color: #73CBDF;
color:#fff;
}

.blue  a, .blue {
color:#02A7E0;
}
.blue  a, a.blue {
border-color:#02A7E0;
}
.blue  a:hover, a.blue:hover {
background-color: #02A7E0;
color:#fff;
}




.darkorange {
color:#EB4C07;
}
a.darkorange {
border-color:#EB4C07;
}
a.darkorange:hover {
background-color: #EB4C07;
color:#fff;
}

.orange  a, .orange {
color:#ff9900;
}
.orange  a, a.orange {
border-color:#ff9900;
}
.orange  a:hover, a.orange:hover {
background-color: #ff9900;
color:#fff;
}


.pink a, .pink {
color:#FF3399;
}
.pink a, a.pink {
border-color:#FF3399;
}
.pink  a:hover, a.pink:hover {
background-color: #FF3399;
color:#fff;
}




a {
border-bottom-width: 1px;
border-bottom-style: dotted;
padding:3px
}
a.current {
border-bottom-width: 1px;
border-bottom-style: solid;
}


h1, h2, h3, h4,h5 {
font-weight:300;	
}






#wrapper-general {
}
.wrapper-bg {
clear: left;
width: 100%;
}
.wrapper {
	padding: 0px;
	width:980px;
	margin: 0px auto;


}
#container-wrapper {
background: url("img/bg_top.gif") no-repeat bottom center;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Header
 */
#top-wrapper-bg {
/*background: white url("img/bg_top.gif") no-repeat bottom center;	*/
background: url("img/bg_top.png") no-repeat center -30px;
height: 190px;
}
#header {
position: relative;	
width: 100%;
}

#header h1 {
color:#FFFFFF;
font-size:40px;
font-weight:bold;
left:0;
letter-spacing:-1px;
position:absolute;
top:28px;
}

#header ul {
position: absolute;
font-size: 20px;
top:135px;
left:0px;
font-weight:bold;
}

#header ul li {
float: left;
display: inline;
padding-right: 30px
}

#header ul li a {
float: left;
}

#header ul li img {
}





.general p {
	margin:1.5em 0 1.5em 0 !important;
}
 

.space {
	padding: 20px;
}
.separator {
	clear: both;
	display: block;
	height:30px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Footer
 */
#bottom-wrapper-bg {
background: url(img/bg_body.png) repeat-x 0px -132px;
}

#bottom-wrapper-bg .wrapper {
padding: 20px 0 20px 0;
}

.footer-list {
float: left;
margin-right: 33px;
width: 220px;
}
.last {
margin-right: 0px;
}
.footer-list li {
line-height: 22px;
font-size: 13px;
padding-bottom: 8px;
}

.footer-list h5 {
font-size: 20px;
margin-bottom: 10px;
padding-bottom: 4px;
border-bottom: 1px solid #999;
color: black;
}

.footer-list .date {
font-size: 10px;
font-style: italic;
color: #333;
}

.copyright {
	clear: both;
	height: 20px;
	border-top: 1px solid #999;
	padding-top: 10px;
	font-size: 10px;
	color: #555;
}


/* 
 * content
 *
 */ 
 
.content {
clear:both;
float:left;
width: 740px;
margin-bottom: 0px;
background: #FFF;
border:5px solid #F0F0F0;
} 

.content h2{
/*clear: both;*/
float:left;
/*width: 710px;*/
width: 286px;
font-size: 20px;
line-height:25px;
/*height:20px;*/
padding: 10px 10px 10px 15px;
/*background: #1D1E22 url(img/bg_titles.gif) repeat-x left top;*/
/*color:#FFF;*/
color:#405156;
font-weight: bold;
letter-spacing: 0px;
}
.content h2.page{
width: 450px;
padding:0px 0px 15px 0px;
}


.content .box {
/*background: url(img/bg_body.png) repeat-x 0px -131px;*/
float: left;
clear:both;
width: 730px;
/*width: 728px;*/
/*border: 1px solid #f0f0f0;*/
}


.content .boxleft {
float: left;
width: 310px;
}

.content .intro{ 
clear: both;
float:left;
width: 276px;
font-size: 14px;
line-height: 21px;
padding: 15px ;
}

.content .preview {
float:left;
width: 420px;
/*padding-top: 2px;*/
}
.content .preview p{
margin:0px;
padding: 0px;
font-size: 1px;
}
.content .preview a{
margin:0px;
padding: 0px;
}

.content .preview a{
margin:0px;
padding: 0px;
font-size: 1px;
}


.content ul {
width:276px;
float: left;
margin-left: 15px;
}


.content ul li{
margin-bottom: 7px;
font-size: 13px;
line-height: 23px;
}

.content ul li h3{
font-size: 12px;
line-height: 14px;
display: inline;
width:auto
}


#content,
#container {
	float: left;
	width:730px;	
}
.contentdate {
display: block;
float: left;
clear:both;
padding-left: 15px;
}

#content p a {
	padding: 2px;
	color:#24272b;
	border-bottom: 1px dotted #24272b;
}
#content p a:hover {
	color:#fff;
	background: #24272b;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Post Content
 */

.content-wrapper {
	position: relative;
	border:1px solid #dfdfdf;
	width:730px;			
}

.content-wrapper p {
	margin: 0;
}

.article-wrapper {
	float: left;
	padding: 0 20px 20px 20px;
	width: 688px !important;
}

.article-wrapper p {
	margin: 1.5em 0 1.5em 0;
	font-size: 13px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Post Title
 */

.entry-title {
	color: #24272b;
	clear:both;
	background: #c4c4c4 url(img/bg_post_title.gif) repeat-x left bottom;
	width:730px;
					
}
.entry-title .title-wrapper {
	padding: 10px;
	width:710px;			
}
.entry-title .title-wrapper h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	display: inline;
}
.entry-title .title-wrapper .work_date {
	margin-left: 10px;
	font-size: 1em;
	font-style: italic;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Post Meta
 */

.entry-meta {
	margin-left:10px;
	width: 295px;
	float:left;
	color:#999;
	margin-bottom: 24px;
}
* html .entry-meta {	width: 285px;}

.entry-meta a {
	padding: 2px;
}
.entry-meta a:hover{
	color:#fff;
	background-color: #73cbdf;
}
.entry-meta .work_carac {
	margin-top: 24px;
	font-weight: normal;
	font-size: 13px;
}
.entry-meta h5 {
	text-transform: uppercase;
	color:#333;
	padding: 2px;
	font-weight: normal;
	font-size: 13px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Post Sub info
 */

.entry-sub-info {
	clear: both;
	background: #e7e7e7;
	border-top:1px solid #dfdfdf;	
	width: 730px;
}
.entry-sub-info .sub-info-wrapper {
	padding: 10px;
	width:710px;			
}
.entry-sub-info .require {
	font-weight: bold;	
}	

.entry-sub-info .work_info .opera {
	padding-left: 16px;
	margin-right: 6px;
	background: url(img/browser/opera_13x13.png) no-repeat left top;
}
.entry-sub-info .work_info .firefox {
	padding-left: 16px;
	margin-right: 6px;	
	background: url(img/browser/firefox_13x13.png) no-repeat left top;
}
.entry-sub-info .work_info .ie6 {
	padding-left: 16px;
	margin-right: 6px;	
	background: url(img/browser/ie6_13x13.png) no-repeat left top;
}
.entry-sub-info .work_info .ie7 {
	padding-left: 16px;
	margin-right: 6px;	
	background: url(img/browser/ie7_13x13.png) no-repeat left top;
}
.entry-sub-info .work_info .safari {
	padding-left: 16px;
	margin-right: 6px;	
	background: url(img/browser/safari_13x13.png) no-repeat left top;
}
.entry-sub-info .work_info .chrome {
	padding-left: 16px;
	margin-right: 6px;	
	background: url(img/browser/chrome_13x13.png) no-repeat left top;
}




.entry-content {
	float: left;
	background-color: #fff;
}

.entry-content p{
	font-size: 1em;
	margin-bottom: 1.5em;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Sidebar
 */

.sidebar {
width:210px;
float:right;
overflow:hidden;
}

.sidebar h4 {
clear: both;
float:left;
width: 178px;
font-size: 20px;
line-height:20px;
padding: 10px;
/*background: #1D1E22 url(img/bg_titles.gif) repeat-x left top;*/
/*color:#FFF;*/
color:#405156;
height:20px;
font-weight: bold;
letter-spacing: -1px;
}

.sidelist {
float: left;
width:198px;
margin-bottom: 20px;
font-size: 12px;	
border: 5px solid #f0f0f0;
background: #FFF;
}

.sidebarlist {
float: left;
width: 185px;
padding: 10px;
line-height: 24px;
}
.sidebarlist li{
margin-left: 15px;
width: 95%;
list-style-image: url(img/bullet.gif);
}

.no-bullet li{
list-style-image: none;
margin-left: 0px;
width: auto;
}

.sidebarlist .icon {
vertical-align: middle;
}


.bubbleInfo {
    position: relative;
    display: inline-block;
}
*+html .bubbleInfo { float:left; }
* html .bubbleInfo { display:none; }

.popup {
    position: absolute;
	width: 112px;
	height: 78px;	
	background: url(img/lang/lang_bulle.png) no-repeat;
	display: block;
	z-index:300;    
    display: none; /* keeps the popup hidden if no JS available */
	text-align: center;
}
.popup .title {
	line-height: 19px;	
	font-size: 10px;
	color:#000;
	font-weight: bold;
}
.popup p {
	font-size: 10px;
	line-height: 13px;
	padding-left: 3px;
	padding-right: 3px;	
}
.popup-wrapper {
	margin: 6px;
}








.vcard {
	font-weight: bold;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
	border-bottom:1px dotted #CCCCCC;
	margin:0 0 1.5em;
}
.comment-meta,
.unapproved {
	color: #999;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Navigation
 */



div#nav-above {
margin-bottom:1em;
}

div#nav-below {
	clear:both;
	margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

.navigation a {
	padding: 2px;
	font-size: 16px;
	color:#24272B;
	font-weight: bold;
	border-bottom: 1px dotted #24272B;
}
.navigation a:hover{
	color:#fff;
	background-color: #73cbdf;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * About
 */

h6 {
font-size:2em;
	font-weight: normal;
	color: #24272B;
	margin-bottom: 20px;
}

.about-image {
	float:left;
	width:70px;
	margin-right: 20px;
}
.about-info {
	float:left;
	width:585px;
}
.about-info p,
.about-image p  {
	margin:0px;
	font-size: 10px;	
}

.about-info p {
	font-size: 12px;	

}




.about-info .header {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size:16px;
	font-weight: bold;
	color: #999;
}
.about-image img {
	
	border: 1px solid #ccc;
}
.about-image a {
border: none;
font-size: 1px;
display: block;
padding: 0px;
}

.about-image .year {
	width: 69px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background:#ccc;
	border: 1px solid #ccc;
}

.about-info .tasks {
	margin-bottom: 5px;
}

.about-info label {
	color:#999;
}

.about-intro p {
font-size: 14px;
line-height: 22px;
}

#about-preview {
width:215px;
overflow: hidden;
height: 300px;
float:left;
padding-right: 20px;
}



.currentpage {
background-color:#9CDBF1;
color:#FFFFFF;
}
.currentpagegreen {
background-color:#99cc00;
color:#FFFFFF;
padding:3px;
text-transform: lowercase;
float: left;
margin-left: 10px;
}
.currentpagepink {
background-color:#FF3399;
color:#FFFFFF;
padding:3px;
text-transform: lowercase;
float: left;
margin-left: 10px;

}
