/*
Theme Name: Ceci n'est pas une blog
Theme URI: http://motvind.net
Version: 42.0
Description: 
Author: Motvind
Author URI: http://motvind.net
*/


html {min-height: 100%;}

*
{
margin: 0;
padding: 0;
}

a {color: #048; text-decoration: none;}
a:hover {color: #3DAE00; text-decoration: none;}
a img {border: none;}

body
	{
	background: #fff
	color: #444;
	font: normal 62.5% helvetica, arial, sans-serif;
	padding-top: 64px;
	}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em helvetica, arial, sans-serif;}
h2 {font: normal 1.6em helvetica, arial, sans-serif;}
h3 {font: bold 1em helvetica, arial, sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

code
	{
	background: #FFF;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em "helvetica", sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	}

blockquote
	{
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: normal;
	padding-left: 28px;
	}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container
	{
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	/*width: 820px;*/
width: 530px;
background-color: #fff;
	}

.outer-container 
	{
	padding-bottom: 64px;
	}

/* headere & title */
.header
	{
	height: 15px;
	text-align: left;
	margin-bottom: 22px;
	}

.header .title
	{
	color: #000;
	padding-top: 0px;
	}

.header .title .sitename a
	{
	color: #444;
	font: normal 2.8em sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
	}

.header .title a:hover {color: #000;}
.header .title .slogan 
	{
	font: normal 1.1em helvetica, sans-serif;
	padding-top: 6px;
	}

.path 
	{
	background: #fff;
	border-top: #999 1px solid;
	color: #444;
	font: bold 1.1em helvetica,sans-serif;
	padding: 8px 12px;
	text-align: right;
	}

.path li,.path ul {display: inline;}
.path a
	{
	color: #444;
	text-decoration: none;
	margin-right: 16px;
	}

.path a:hover
	{
	color: #888;
	text-decoration: underline;
	}

.main 
	{
	padding: 8px 12px 0 0;
	}

/**********************/
/******CONTENT*********/
/**********************/

.content
	{
	float: left;
	width: 520px;
background-color: #fff;	
	}

.content .descr 
	{
	color: #666;
	font-size: 0.9em;
	line-height: 150%;
	margin-bottom: 6px;
	}

.content .date
	{
	color: #F60;
	font-weight: bold;
	margin-bottom: 5px;
	}

.content li 
	{
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
	}

.content p {font-family: helvetica, arial, sans-serif; line-height: 150%;}


/**********************/
/******NAVIGATION******/
/**********************/

.navigation 
	{
/*width: 245px;
float: right;*/	
display: none;
}

.navigation h2 
	{
	color: #5A5A43;
	font: bold 1.1em "helvetica", arial, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	}

.navigation ul 
	{
	padding: 0;
	border-top: 1px solid #EAEADA;
	}

.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a 
	{
	font-size: 0.9em;
	color: #554;
	display: block;
	padding: 3px 0 3px 5%;
	text-decoration: none;
	width: 95%;
	}

.navigation li a:hover 
	{
	background: #F0F0EB;
	color: #654;	
	}


/**********************/
/*******FOOTER*********/
/**********************/
/*
.footer 
	{
	background: #fff;
	color: #999;
	font: bold 0.8em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	}

.footer a 
	{
	color: #666;
	text-decoration: none;
	}
	
.footer a:hover {color: #444;}
*/


/**********************/
/*******POSTS**********/
/**********************/

.post h1
	{
	margin-bottom: 15px;
	}

.post h1 a 
	{
	border-bottom: 1px dashed #AAA;
	color: #444;
	text-decoration: none;
	}

.post h1 a:hover 
	{
	border-color: #666;
	color: #F60;
	}

.post {margin: 6px 0 30px; text-align: justify;}
.post .info
	{
	background: #F5F5F5;
	border-bottom: 1px solid #E3E4E4;
	border-top: 1px solid #E3E4E4;
	margin: 10px 0 4px;
	padding: 5px 10px;
	color: #666;
	font-size: 0.9em;
	}

.post img 
	{
	/*border: 0px solid #DDD;*/
	margin: 0px 0;
	}

.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: none;}

/* comments */
.content ol li {
	/*background: none;*/
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}



/**********************/
/*******MISC***********/
/**********************/

.flickr
	{
	padding: 3px;
	}

.flickr img
	{
	border: 1px solid #000;
	margin: 5px;
	}

.highlighted
	{
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 3px;
	}

input
	{
	background-color: #fff;
	border: 1px solid #aaa;
	}

.postavatar
	{
	float: left; 
	padding-right: 10px;
	/*margin-top: -130px;*/
	}

.postavatar img 
	{
	border: 1px solid #ccc;
	}

#twitter-box
	{
	font-size: 0.8em;
	padding: 5px;
	margin: 3px;
	}



/* FOOTER */

.footer {
    font-size: 12px;
line-height: 140%;
    padding: 22px 0 10px 5px;
    margin-top: 18px;
    border-top: 1px solid #666;
    text-align:left;
    color: #666;

}

.footer div {
    width:150px;
    margin: 0 40px 0 0;
    float:left;
    color: #666;

}

.footer img {
    border:0;
}

.footer div.last {
    width:320px;
    margin: 0 0 0 0;
}

.copyright {
    font-size: 11px;
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align:right;
    color: #666;
}

ul.nav li { margin: 0 10px 0 0; padding-right: 10px; display: inline; border-right: 1px solid #666 }
