/*
Theme Name: rnaud
Theme URI: http://www.a.rnaud.net
Description: rnaud based on White as Milk.
Version: 0.1
Author: Arnaud Frreri
Author URI: http://www.a.rnaud.net
Tags: blue, white, fixed width, two columns, widgets, clean

/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
  body {background-color:#ffffff;}

/*Body text color*/
  body {color:#333;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {
  	color:#630F10;
	}

/*Links hover color*/
  a:hover {color:#333}

/*Headings color*/
  .post h2 a {color:#333;}

/*Headings hover color*/
  .post h2 a:hover {color:#0066CC;}


/*Width of the entire page. You can
  also use a flexible width like so:
  #page {width:64em;}
*/


/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the content area*/
  #content {width: 600px;}

/*Width of the sidebar*/

/*Position of the header from the left edge.*/
  #headerimg {margin-left:28%;}

/*Position of the footer from the left edge.*/
  #footer p {padding-left:28%;}

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
	font-family: Verdana;
	text-shadow:#efefef 1px 1px 0px;
	font-size: 12px;
	color: #222;
	background-color:#f8f8f8;
	background-image:url(images/bg-400-paper2.jpg);
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {}
#headerimg {}

#content {
	font-size: 13px;
	}

#content .entry p {
	font-size: 13px;
	}

#content .entry, #content .entry {
	line-height: 1.4em;
	}

#content {
	line-height: 1.6em;
	}

#content .postmetadata {}


#footer {
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

#me h1 {
	float: left;
	}

.description {
  font-size:1em;
/*  color:#333;*/
	}

h2 {
	font-size: 1.6em;
	color: #222;
	letter-spacing: 2px;
	text-shadow:1px 1px 4px #CCCCCC, -1px 1px 3px #666666
	}

h2.pagetitle {
	padding:4px 0px 4px 0px;
	margin-top:16px;
}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg{
	text-decoration: none;	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */
html {height: 100%;margin-bottom: 1px;}

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	min-width: 960px;
	}

#floater {
	display: block;
	float: left;
	height: 200px;
	width: 20%;
	padding: 0 20px;
	min-width: 180px;
	max-width: 300px;
	margin-right: 30px;
}

#header {
	margin: 0 0 22px 1px;
	padding: 0;
}

#content {
	float: left;
	padding: 0 0 20px 10px;
	margin: 30px 0 0;
/*	width: 550px;*/
overflow:hidden;
	}


.post {
  /*border-bottom:1px solid #999;*/
  margin-bottom:60px;
}

.post h2 {
  padding-top:14px;
  padding-bottom:15px;
}

.post hr {
  display: block;
}

#content .post {
  margin-bottom: 60px;
}

#content .postmetadata {
  font-size:11px;
padding-top:14px;
color:#555;
}

#tags {
font-size:11px !important;
color:#999;
}

#content .postmetadata {
	margin: 10px 0;
	}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding-bottom:24px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
img {
	padding: 0;
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: #444 0px 0px 6px;
	-moz-box-shadow: 	#444 0px 0px 6px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}



ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	width: 158px;
	padding: 1px;
	opacity: 1;
	}

#sidebar #searchsubmit {
	padding: 1px;
	display:none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
margin:0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	  /*width: 300px;*/
	  width: 20%;
	  max-width: 310px;
	  min-width: 180px;
  	height: 100%;
  	position: fixed;
  	left: 0;
  	top: 0;
  	/*background: #630F10;*/
  	background: #3B627E;
  	color: white;
  	padding: 0 20px 0 20px;
  	-webkit-box-shadow: #444 0px 0px 6px;
  	text-shadow: none;
  	overflow: auto;
}

#sidebar form {
	margin: 0;
}

#sidebar a {
	color: white;
}

#sidebar #linkcat-2 > ul, #sidebar #archives-3 > ul {
	display: none;
}

#sidebar ul li.widget_search div {
	display: block;
}


#sidebar ul li.widget {
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

#sidebar ul li.widget ul li {
	margin-left: 15px;
}

#sidebar ul li.widget ul li ul li {
	margin-left: 5px;
}

#sidebar ul li.widget:hover:not(.widget_search) {
	/*-webkit-animation-name: highlight;
  -webkit-animation-duration: 0.7s;*/
}

#sidebar #categories-2 h2 {
display:none;
}

#sidebar #categories-2 ul li {
font-weight: bold;
margin-left: 0;
color: white;
font-size: 18px;
text-shadow: none;
}

#sidebar #categories-2 ul.children li {
font-size: 14px;
font-weight: normal;
margin-left: 20px;
}

#s {
	transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,-moz-box-shadow linear .2s;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;
}

#s:focus {
outline:none;
border-color:rgba(82,168,236,.75)!important;
box-shadow:0 0 8px rgba(82,168,236,.5);
-moz-box-shadow:0 0 8px rgba(82,168,236,.5);
-webkit-box-shadow:0 0 8px rgba(82,168,236,.5);
}

#sidebar h2 {
	color: white;
	font-size: 18px;
	text-shadow: none;
}
	
	
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
  /*height:40px;*/
  padding:2px 0px 20px 0px;
	}

.navigation .alignleft{
  padding-right:4px;}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*
  Ploo, ploo, white and blue. 
  I do love you true.
*/

/*#sidebar ul li {
	text-transform: uppercase;
}

#sidebar ul li:last-child ul {
	display: none;
}

#sidebar ul li {
	cursor:pointer;
}*/

#content div.citations div > p:first-child {
	font-size: 34px;
	letter-spacing: -3px;
	line-height: 0.9;
	margin: 5px 0px;
}

#content div.citations h2 {
	display: none;
}

#content div.citations div > p:first-child:before {
	content:"“";
	font-size: 60px;
	opacity: 0.7;
}

#content div.citations div > p:first-child:after {
	content:" ”";
	font-size: 60px;
	opacity: 0.7;
	position: absolute;
	float: right;
}

#content div.citations div p.author {
	float: right;
	font-style:italic;
}

#content div.photos-media h2{
		display: none;
}

#content div.textes div p {
	font-size: 15px;
	line-height: 22px;
}

#content div.textes div p em {
	color: #630F10;
}

#avatar {
	padding: 0;
	float: left;
	max-width: 100%;
	border: 3px solid #fff; 
	-webkit-box-shadow: #444 0px 0px 6px;
	-moz-box-shadow: 	#444 0px 0px 6px;
	margin: 0px 10px 5px 0px;
}

#me {
	margin: 30px 0;
}

#me span {
color: #ccc;
}

#me span, div.description {
	text-decoration: none;
	text-shadow: none;
	display: block;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
}

#me span:hover {
	text-decoration: underline;
}

#meheader {
	margin-bottom: 25px;
}

#meheader:after, div.post:after, .navigation:after {
	  content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.post p.postmetadata {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
}

div.post:hover p.postmetadata {
	opacity: 1;
}


#me #logo {
	font-family: monospace;
	display: block;
	margin: 1em 0px;
	line-height: 10px;
	height: 60px;
	width: 210px;
	overflow: hidden;
	text-decoration: none;
	white-space: pre;
	font-size: 7px;
	color: white;
	/*-webkit-animation-name: color;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;*/
  text-shadow: #444 1px 1px 0px;
}

#me #logo:hover {
text-shadow: #000 3px 3px 0px;
}

#sidebar #me div.links a:hover {
text-decoration: underline;
}

#me span.name {
	display: none;
}

#sidebar ul li ul li ul li {
	opacity: 0.8;
}


@-webkit-keyframes color {
  0%   { color: #F9574C; }
  20%  { color: #25578C; }
  40% { color: #678ACF; }
  60% { color: #BA481C; }
  800% { color: #4F463B; }
  100% { color: #F9574C; }
}

@-webkit-keyframes highlight {
  0%   { background: none; }
  40% { background: #ccc; }
  100% { background: none; }
}

#portfolio {
	float: left;
}

#portfolio li {
	display: block;
	width: 200px;
	height: 200px;
	float: left;
}

#portfolio a {
	display: block;
	width: 100%;
	float: left;
	padding: 5px;
}

	#twitter {
		margin-left: 20px;
	}

	@-webkit-keyframes tweet {
  	0%   { -webkit-transform:rotate(0deg) scaleX(-1) skew(0) translate(0px, 0); 
  		opacity: 1;
  	}
  	100% { -webkit-transform:rotate(-45deg) scaleX(-1)  skew(0) translate(-30px, -30px); 
  		opacity: 0;
  	}
	}
	
	@-webkit-keyframes mouthbird {
  	0%   { -webkit-transform: rotate(20deg) translate(0px, 0px);	}
  	50% { -webkit-transform: rotate(0deg) translate(-2px, -4px);	}
  	100% { -webkit-transform: rotate(20deg) translate(0px, 0px);	}
	}
	
	div.bird {
		font-size: 12px;
		position: relative;
		font-family: Arial;
		text-decoration: none;
		text-shadow: none;
		padding: 0;
		height: 120px;
		-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
		filter: fliph; /*IE*/
	}

	div.bird span {
		padding: 0;
		margin: 0;
		line-height: 1;
		position: absolute;
		color: white;
	}
	
	div.bird a {
		color: white;
	}

	div.bird span.nine {
		font-size: 10em;
		-webkit-transform: rotate(30deg);
		-moz-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		transform: rotate(30deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=30);
		top: 0px;
		right: 30px;
	}
	
	div.bird span.firstpar {
		font-size: 5em;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-90);
		font-weight: bold;
		top: 72px;
		right: 68px;
	}
	
	div.bird span.secondpar {
		font-size: 2em;
		font-family: "Arial Black";
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-90);
		font-weight: bold;
		top: 30px;
		right: 48px;
	}
	
	div.bird span.firstsup {
		font-size: 2.5em;
		font-family: "Arial Black";
		font-weight: bold;
		top: 25px;
		right: 12px;
	}
	
	div.bird span.secondsup {
		font-size: 2em;
		font-family: "Arial Black";
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		transform: rotate(20deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=20);
		font-weight: bold;
		top: 40px;
		right: 14px;
		-webkit-animation-name: mouthbird;
  	-webkit-animation-duration: 0.7s;
  	-webkit-animation-timing-function: linear;
  	-webkit-animation-iteration-count: infinite;
	}
	
	div.bird span.tweet {
		top: 40px;
		right: -20px;
		-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    
    -webkit-animation-name: tweet;
  	-webkit-animation-duration: 2s;
  	-webkit-animation-iteration-count: infinite;
  }
	
	
		@-webkit-keyframes eyes {
  	0%   { -webkit-transform: translate(0px, 0); }
  	40% { -webkit-transform: translate(20px, 0);}
  	80% { -webkit-transform: translate(-20px, 0);}
  	100% { -webkit-transform: translate(0, 0); }
	}
	
	@-webkit-keyframes eye {
  	0%   { -webkit-transform: translate(0px, 0); }
  	40% { -webkit-transform: translate(5px, 0);}
  	80% { -webkit-transform: translate(-5px, 0);}
  	100% { -webkit-transform: translate(0, 0); }
	}
	
	@-webkit-keyframes mouth {
  	0%   { -webkit-transform:rotate(90deg) scale(1) skew(0); }
  	40% { -webkit-transform:rotate(90deg) scale(1) skew(-10deg);}
  	80% { -webkit-transform:rotate(90deg) scale(1) translate(0, 15px) skew(10deg);}
  	100% { -webkit-transform:rotate(90deg) scale(1) skew(0); }
	}
	
	div.guy {
		font-size: 18px;
		position: relative;
		font-family: Arial;
		text-decoration: none;
		text-shadow: none;
		padding: 0;
		height: 100px;
		-moz-transform: scaleX(-0.5) scaleY(0.5) translate(0px, -90px);
    -webkit-transform: scaleX(-0.5) scaleY(0.5) translate(0px, -90px);
    transform: scaleX(-0.5) scaleY(0.5) translate(0px, -90px);
    filter: flipv;
    -ms-filter: "flipv";
}

div.guy span {
	padding: 0;
	margin: 0;
	line-height: 1;
	position: absolute;
	color:;
}

	
	div.guy span.head {
		font-size: 18em;
		top: -30px;
		right: 0px;
	}
	

	div.guy span.eyes {
		font-size: 9em;
		top: 0px;
		right: 0px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	div.guy div.look {
		position: absolute;
		top: 25px;
		right: 80px;
		-webkit-animation-name: eyes;
  	-webkit-animation-duration: 4s;
  	-webkit-animation-iteration-count: infinite;
	}
	
	div.guy span.mouth {
		font-size: 6em;
		top: 130px;
		right: 90px;
		-webkit-transform: rotate(70deg);
		-moz-transform: rotate(70deg);
		transform: rotate(70deg);
		-webkit-animation-name: mouth;
  	-webkit-animation-duration: 4s;
  	-webkit-animation-iteration-count: infinite;
	}
	
	div.guy span.eyeline {
		font-size: 6em;
		top: 15px;
		right: 20px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	div.guy span.eye {
		font-size: 6em;
		top: 0px;
		color: blue;
		-webkit-animation-name: eye;
  	-webkit-animation-duration: 4s;
  	-webkit-animation-iteration-count: infinite;
	}
	
	div.guy span.eye.first {
		right: 10px;
	}
	
	div.guy span.eye.second {
		right: 60px;
	}
	
	#connect {
		display: none;
		position: fixed;
		top: 10px;
		right: 30px;
	}
	
	#connect a img {
		width: 50px;
		height: 50px;
		-webkit-box-shadow: none;
	}
	
	#binaryclock {
		position: fixed;
		bottom: 0;
		right: 0;
	}
	
	#binaryclock div {
		float: left;
		width: 40px;
		margin: 0px;
	}
	
	#binaryclock:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

	#binaryclock span.header, #binaryclock div.grad {
		display: none;
	}

	#binaryclock div span {
		float:left;
		width: 100%;
		height: 30px;
		display: block;
	}
	
	#binaryclock span.active {
		background: #ccc;
	}
	
	
	