/*  
Theme Name: Eiffel Red2 (+photolog)
Theme URI: http://zengun.org/
Description: zengun.org's theme.
Version: 0.queudalle
Author: Michel Valdrighi
Author URI: http://zengun.org/weblog/

*/

* {
 padding: 0;
 margin: 0;
 text-decoration: none;
}



/* :base */

body {
 font-size: 62.5%;
}

html>body {
 font-size: 10px;
}

body {
 background-color: #ffffff;
 /*background-image: url('fond_pattern.png');*/
 font-family: Verdana, Geneva, Helvetica, Sans-Serif;
 color: #111;
 padding: 0;
}

a {
 color: #f53;
}

a.visited {
 color: #808040;
}

a:hover {
 text-decoration: underline;
}

del {
 text-decoration: line-through;
}

hr {
 color: #d7d7d7;
 background-color: #d7d7d7;
 height: 1px;
 border: 0;
 width: 50%; 
 margin: auto; 
} 

/* :layout */

#wrapper {
 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -385px;
 width: 770px;
 border-top: 0;
 border-bottom: 5px solid #c7c7c7;
 z-index: 30;
 padding-top: 340px;
}

h1#header {
 position: absolute; top: 348px; left: 50%;
 margin-left: -384px;
 z-index: 10000;
 width: 188px;
 padding: 32px 0 0 0;
 overflow: hidden;
 background-image: url("title.png");
 background-repeat: no-repeat;
 height: 0px !important;
 height /**/:32px;
}

h1#header:hover {
 cursor: pointer;
}

#a11y {
 position: absolute;
 top: 0;
 left: 0;
 border: 5px solid #555;
 border-width: 5px 0;
 height: 370px;
 width: 100%;
 z-index: 0;
}

#menu {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -384px;
 z-index: 10;
 width: 768px;
 height: 370px;
 border: 5px solid #c7c7c7;
 border-width: 5px 0 5px 0;
}

#content {
 width: 540px;
 z-index: 50;
 float: right;
}

#sidebar {
 width: 200px;
 padding-top: 40px;
 z-index: 400;
 border-bottom: 5px solid #fff;
}

#stuff {
 position: absolute;
 top: 5px;
 left: 50%;
 margin-left: 50px;
 width: 331px;
 height: 360px;
 z-index: 50000;
 border-style: solid;
 border-width: 5px 0;

 display: none;
}

.singlepost #stuff {
 border-color: #c7c7c7;
}

#footer {
 clear: both;
}

#searchform {
 position: absolute;
 top: 10px;
 right: 10px;
 z-index: 70;
}



/* :colors, backgrounds & typography */

#wrapper {
 border-bottom-color: #c7c7c7;
 background: #fefefe url("fond.png") no-repeat top center;
}

#a11y {
 border-color: #555;
 /*background: url('fond_pattern_degrade.png');*/
 text-align: center;
}

#menu {
 border-color: #c7c7c7;
	font-size: 1.2em;
}

#content {
 font-size: 1.2em;
 line-height: 1.6em;

}

#sidebar {
 background-color: transparent;
}

#stuff {
 border-color: #9f9f9f;
 background-color: #415669;
 color: white;
}

.singlepost #stuff {
 border-color: #c7c7c7;
}

#footer {
 clear: both;
}

#searchform input {
 border: 1px solid #c7c7c7;
 border-width: 0 0 1px 0;
 background-color: white;
 color: #111;
 padding: 2px;
}

#searchform input#s {
 width: 100px;
}

#searchform:hover input#s {
 background-color: #f7f7f7;
}

#searchform input#s:focus {
 border-color: #f96;
 background-color: #f7f7f7;
}

#searchform input#submitsearch {
 background-color: #f7f7f7;
 border: 1px solid #f96;
 padding: 2px 4px 1px 4px;
}


/* :navigation between posts */
.navigation div {
 border-bottom: 1px solid #ccc;
}
.navigation div.previouspost {
 float: left;
 margin: 0 5px 15px 20px;
}
.navigation div.nextpost {
 float: right;
 margin: 0 20px 15px 5px;
}



/* :content */

h2 {
 color: #cc0000;
 font-size: 1.7em;
 letter-spacing: -1px;
}

h2.structure {
 display: none;
}

#content h2 {
 font-family: Arial, "Helvetica", "Georgia", "Times New Roman", Arial, sans-serif;
 margin: 12px 10px 3px 50px;
 padding: 0 0 4px 20px;
 text-align: right; 
}

#content h2.date {
 border-top: 1px dotted #c7c7c7;
 margin: 0 10px;
 font-size: 1.1em;
 color: #666; 
} 

.post, .minipost {
 margin: 0px 25px 4em 20px;
}

.post {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.post .entry {
 color: #333;
}

.post h3, h3 {
 font-size: 1.7em;
 font-family: "Helvetica", "Georgia", "Times New Roman", Arial, sans-serif;
 color: #000;
 font-weight: 600;
 letter-spacing: -1px;
 line-height: 1em;
 text-align: left;
 font-variant: small-caps; 
 margin-bottom: 10px;
}
.post h3 a {
 color: inherit;
 text-decoration: none;
}

.post p {
 margin: 0.5em 0 1em 0;
 line-height: 1.8em;
}

.post p, .post div, .post li, .post blockquote {
/* text-align: justify;*/
}

.post .entry li {
	margin-left: 0.7em;
	margin-bottom: 0.7em;
	list-style-type: circle;
}


.post ul {
 margin-left: 20px;
}


/* citations, comments */
#content blockquote, li.comment {
 background-color: #eee;
 font-size: 0.92em;
 padding: 1px 10px 0px 10px;
 margin: 10px; 
}
#content blockquote cite, li.comment cite {
 display: block;
 border-top: 1px dotted #c7c7c7;
 font-weight: 600;
}
#content blockquote cite i, li.comment cite i {
 font-weight: 100;
}
#content .minipost blockquote {
/* float: right;*/
}




ul.postmetadata {
 margin: 1em 0 5px 10px;
 font-family: Verdana, Geneva, Helvetica, sans-serif;
 font-size: 0.9em;
 color: #666;
 text-align: left;
}

.postmetadata li {
 list-style-type: none;
}

.postmetadata a {
 color: #999; 
}


/* :miniposts */

.minipost ul {
 margin-left: 10px;
}
.minipost li {
 list-style-type: none;
 display: block;
}

/*
a.minipost_permalink {
	float: right;
}
a.minipost_commentlink {
	float: right;
}
*/

.minipost blockquote {
 display: block;
}


/* comments */

#comments {
 margin-left: 20px;
}
#comments ol.comments_list {
}
#comments li.comment {
 list-style-type: none; 
 clear: both; 
}
#comments li.alt {
 background-color: #f4f4f4;
}
#comments li.comment p {
 margin-bottom: 1em;
}
#comments li.comment p cite {
}

#comments form {
 margin: 10px;
 background-color: #eee;
}
#comments form p {
 margin: 2px 10px 0 10px;
 clear: both;
}
#comments form p label {
 margin-top: 10px;
 display: block;
 float: left;
 width: 100px;
 font-size: 0.8em; 
 margin-right: 1em; 
}
#comments form p input {
 margin-top: 10px;
 border: 1px solid #c7c7c7;
 background-color: white;
 color: #111;
 padding: 2px;
 width: auto; 
}
#comments abbr.required{
 border: 0;
 color: #c00; 
}


#comments form:hover input:hover, #comments form:hover textarea:hover {
 background-color: #eee;
}

#comments input:focus, #comments textarea:focus {
 border-color: #f96;
 background-color: #eee;
}

#comments input#submit {
 background-color: #f7f7f7;
 border: 1px solid #f96;
 padding: 2px 4px 1px 4px;
}

#comments form textarea {
 width: 460px;
 border: 1px solid #c7c7c7; 
 padding: 10px; 
 font-family: Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 0.9em;
}

#comments li.comment a.comment_permalink {
 color: #999;
 float: right;
}

#comments dl.notes {
 border-top: 1px dotted #c7c7c7;
 font-size: 0.8em;
 line-height: 1.4em;
 margin: 10px; 
 padding-bottom: 5px; 
}
#comments dl.notes dt {
 padding: 10px 0 0 0;
 font-weight: 600;
}
#comments dl.notes dd {
 padding-bottom: 5px;
} 

/* archives */

.archives h3, #comments h3 {
	color: #444;
	margin-top: 1.5em;
}
.archives hr {
	clear: both;
	visibility: hidden;
}
#content ul.archives {
	width: 490px;
}
#content ul.archives li {
	float: right;
	margin: 0 2px;
	padding-left: 0.7em;
	list-style-type: none;
}
p.archives {
	color: #999;
}


/* :sidebar */

#sidebar {
 color: #999;
}

#sidebar p, #sidebar ul {
 margin: 0.5em 0 0.5em 10px;
 color: #666;
}

#sidebar ul {
 margin-left: 13px;
}

#sidebar h2 {
	letter-spacing: -1px;
	font-size: 1.2em;
	border-bottom: 1px solid #c7c7c7;
	margin-top: 1em;
	padding-left: 10px;
	color: #555;
}

#sidebar li {
 margin-right: 0.5em;
 list-style-type: square;
 color: #eee; 
}

#sidebar a:hover {
 text-decoration: none;
 color: #444; 
}

#sidebar ul:hover li {
 color: #d7d7d7;
}

#sidebar ul:hover li:hover {
 color: #444;
} 

#sidebar p.more {
	border-top: 1px dotted #ccc;
	padding-top: 3px;
	margin-left: 13px;
}


/* tag clouds */
.cloud {
	text-align: center;
	width: 490px;
}
ul.cloud li {
	display: inline;
	margin: 2px 1.8em 0 0.1em;
}
ul.cloud li a.cloudlevel1 {
	font-size: 0.9em;
}
ul.cloud li a.cloudlevel2 {
	font-size: 1.2em;
}
ul.cloud li a.cloudlevel3 {
	font-size: 1.5em;
}
ul.cloud li a.cloudlevel4 {
	font-size: 1.8em;
}
ul.cloud li a.cloudlevel5 {
	font-size: 2.1em;
}
ul.cloud li a.cloudlevel6 {
	font-size: 2.4em;
}



/* footer */

#footer {
	text-align: center;
	color: #666;
	clear: both;
	padding-top: 4em;
}
#footer p {
	margin-bottom: 1em;
}
#footer a {
	color: #999;
}


/* menu */
#menu li {
 padding: 4px 10px;
 border-bottom: 5px solid white;
 float: left;
 list-style-type: none; 
}
#menu li.active {
 border-bottom-color: #444;
}
#menu li:hover {
 border-bottom-color: #666;
}
#menu li:hover a {
 text-decoration: none;
}




/* content specific styles */
.post img.photolog {
	border: 2px solid black;
}

