@charset "UTF-8";

/**
 *	Basic
 ******************************************************************/

@import url(reset.css);

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

hr { display: none; } 
a * { cursor: pointer; }

html {
	font-size: 62.5%;
}

body {
	background: #1D1D1F;
  color: white;
	font-size: 110%;
	line-height: 1.4;
  font-family:"lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
				 /* Yay for Liberation! */
	padding: 40px 0 10px;
}

#wrap {
	font-size: 110%;
	width: 960px;
	margin: 0 auto;
}

#skip {
	position: absolute;
	left: -999px;
}

a {
	color: #FFCFE2;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #C2004A;
	border-color: #C2004A;
}

acronym, abbr {
	cursor: help;
}

h1 {
  font-family: "American Typewriter";
	font-size: 60px;
	text-align: center;
	padding-top: 0.1em;
	padding-bottom: 0.8em;
	letter-spacing: 0.1em;
}

h1 a, h1 a:hover {
	border: none;
	color: #C2004A;
}

.erreur {
	background: #fff;
	opacity: 0.2;
	padding: 8px 10px;
}

/**
 *	Pied de page
 ******************************************************************/
 
#footer {
	text-align: center;
	padding: 1.3em 0 1.9em;
}

#footer a.pubwich {
	background: url("img/pubwich.png") no-repeat;
	padding: 2px 1px 2px 17px;
	border: none;
}

/**
 *	Colonnes
 ******************************************************************/
 
.col1 {
	width: 337px;
	margin-right: 20px;
	float: left;
}

.col2 {
	width: 358px;
	margin-right: 20px;
	float: left;
}

.col3 {
	width: 225px;
	float: left;
}

/**
 * Boites
 ******************************************************************/
 
.boite {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
	margin: 0 0 18px;	
	border: 1px solid #C2004A;
	background: #4F4F4F;
}

.boite.nodata {
	opacity: 0.5;
}

.boite h2 {
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
	font-size: 130%;
	padding: 8px 10px 9px;
	color: #C2004A;
	background: #EFEFEF;
	line-height: 1;
	border-bottom: 1px solid #AFAFAF;
}

.boite h2 span {
	font-size: 80%;
	font-weight: normal;
}

.boite h2 a {
  color: #2376BB;
	text-decoration: none;
	border: none;
}

.boite ul li {
	margin-bottom: 5px;
}

.boite ul li.nodata {
	opacity: 0.5;
}

.boite .boite-inner {
	padding: 10px;
}

.boite.no-title .boite-inner {
}


/**
 *	RSS & Atom
 ******************************************************************/

.rss li, .atom li {
	padding: 3px 5px;
}

/**
 *	Twitter
 ******************************************************************/

.twitter h2 a {
	color: #33CCFF;
}

.twitter li {
	padding: 5px 10px 7px;
	margin: 0 0 5px;
}

.twitter li span.image, 
.twitter li span.date {
	display: block;
	float: left;
	width: 85px;
	margin-right: 10px;
}

.twitter li span.image {
	width: 48px;
}

.twitter li span.image a, 
.twitter li span.date a {
	text-decoration: none;
	border: none;
}

.twitter li p {
	display: block;
	margin-left: 95px;
}

.twitter li em.from {
	display: none;
}

.twittersearch li p {
	margin-left: 65px;
}

.twittersearch li p.date {
	margin-top: 3px;
	color: rgba(0,0,0,0.4);
}

.twittersearch li p.date a {
	color: rgba(0,0,0,0.4);
	border-bottom: none;
}

/**
 *	Readernaut
 ******************************************************************/

.readernaut h2 a {
}

.readernaut ul {
	padding-top: 5px;
}
 
.readernaut li {
	float: left;
	width: 100%;
}

.readernaut li a {
	text-decoration: none;
	border: none;
	display: block;
	padding: 5px 0 5px 5px;
}

.readernaut li a:hover {
}

.readernaut li img {
	display: block;
	float: left;
}

.readernaut li img {
        
}

.readernaut li a strong {
	display: block;
	margin-left: 55px;
	font-weight: normal;
	padding: 8px 10px 8px 10px;
}

.readernaut li a span {
	display: block;
	font-weight: bold;
	line-height: 1.2;
}


/**
 *	Facebook
 ******************************************************************/

.facebook h2 a {
	color: #3B5998;
}

.facebook ul li {
	padding: 5px;
}

/**
 *	WTF (aussi appelé "intro")
 ******************************************************************/

#intro img.me {
  float: left;
  padding-right: 8px;
}

#intro p, #links div {
  margin: 0 0 1em;
}

#links .last, #links .link a.last {
  margin: 0;
}

#links .link a {
  margin-left: 21px;
}

#links .link.company {
  background: url("img/coderubik-icon.png") 0 2px no-repeat;
}

#links .link.linkedin {
  background: url("img/linkedin-icon.png") 0 2px no-repeat;
}

#links .link.github {
  background: url("img/github-icon.png") 0 2px no-repeat;
}

#links .link.cv {
  background: url("img/cv-icon.png") 0 2px no-repeat;
}

#links .link.travel {
  background: url("img/travel-icon.png") 0 2px no-repeat;
}

/**
 *	Crédits
 ******************************************************************/
 
.credits p {
	padding: 5px;
	margin: 0 0 0.3em;
}

.credits a.pubwich {
}

.credits a.pubwich strong {
}

