@charset "utf-8";
/*
Theme Name: Chiliblog
Theme URI: http://www.chiliblog.com/
Description: The default WordPress theme for chiliblog.
Version: 1.0
Author: Sylvain Zabé
Author URI: http://www.zabe.fr/
Tags: chiligamming style, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000 url('images/background_body.gif');
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

a, h2 a:hover, h3 a:hover {
	color: #783780;
	text-decoration: none;
	}

a:hover {
	color: #783780;
	text-decoration: underline;
	}

form {
	margin: 0;
	padding :0;
}

#page {
	background: #fff url(images/background_page.gif) right;
	text-align: left;
	width: 1038px;
	border: 1px solid #000;
	margin: auto;
	padding: 0;
	}

#header {
	background: url(images/background_header.gif);
	margin: 0;
	padding: 30px 0 0 29px;
	height: 92px;
	position: relative;
}

#search {
	position: absolute;
	right: 40px;
	top: 40px;
	background: url(images/background_search.gif) no-repeat;
	padding: 4px 0 3px 10px;
	height: 16px;
	width: 220px;
}
#download {
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 60;
}

#search input { border: none; background: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #b4b4b4; }

#search #s { width: 150px; }
#search #searchsubmit { display: none; }
#search .submit_img { position: absolute; top: 4px; right: 23px; }

#headerline {
	height: 6px;
	background-color: #e3e3e3;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #c2c2c2;
}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #2c2e2f url('images/background_footer.gif');
	color: #f1f1ef;
	border: none;
	height: 70px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 22px;
	}

#header h1 {
	font-size: 40px;
	}

#header .description {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.6em;
	line-height: 30px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited, #header .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform , #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#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 */

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0;
	width: 685px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	position: relative;
	margin: 15px 0 25px 0;
	text-align: justify;
	background: #fff;
	}

.post hr {
	display: block;
	}

.post .date {
/*	background: url(images/clock.gif) no-repeat;*/
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	height: 18px;
	line-height: 18px;
}
.post .date img { vertical-align: middle; }

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	margin: 4px 0 4px 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px;
	margin-left: 723px;
	width: 295px;
	background-color: #f1f1ef;
	}

#sidebar form {
	margin: 0;
	}
/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* 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 */




.narrowcolumn .separator {
	height: 1px;
	font-size: 1px;
	background-color: #c6c6c6;
	margin: 0 70px 0 70px;
}

.comments {
	background: url(images/bubble.gif) no-repeat center center;
	font-size: 11px;
	padding: 3px 13px 7px 13px;
	color: #fff;
	position: relative;
	top: -4px;
	margin-left: 4px;
}
.comments a, .comments a:hover, .comments a:visited { color: #fff; }

.narrowcolumn .categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background: url(images/categories.gif) no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}
.narrowcolumn .categories a, .narrowcolumn .categories a:hover {
	color: #a373a9;
}
.narrowcolumn div.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 20px 10px;
}



/* Pages list - START */
ul.paga-numbers, ul.page-numbers li, ul.page-numbers li a, ul.page-numbers li a:hover ul.page-numbers li span, .page-numbers span.current { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
ul.page-numbers li a, .page-numbers span.current { padding: 2px 5px 2px 5px; }
ul.current-page-white span.current { background: #fff; }
.page-numbers { color: #6f6f6f; }
.page-numbers .current { background: #fff; border: 1px solid #848484; }
.page-numbers .page-numbers { background: #d6d6d6; margin-top: 10px; margin-bottom: 10px; }
/* Pages list - END */


#bandeau { background: #000; height: 29px; border-bottom: 1px solid #45494b; position: relative; padding-left: 8px; }

#sidebar .updates { line-height: 20px; }
#sidebar .updates img { vertical-align: middle; margin: 0 0 4px 6px; }

#sidebar h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
#sidebar .contentbloc { border: 1px solid #bdbdbc; background: #fff; padding: 10px; }
#sidebar .separator { height: 1px; width: 118px; font-size: 1px; background-color: #e6e6e6; margin: 5px 0 10px 0; }

#loginformdiv { position: absolute; left: 300px; top: 2px; }
#loginformdiv #loginform {
	color: #858585;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#loginformdiv #loginform input {
	border: 1px solid #bdbdbc;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#loginformdiv #loginform input.button, #respond #submit, a.button {
	background: url(images/background_button.gif);
	border: none;
	height: 20px;
	font-weight: bold;
	color: #e6e6e6;
	line-height: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 5px 3px 5px;
	cursor: pointer;
}
a.button {
	padding: 3px 5px 5px 5px;
}
a.button:hover {
	text-decoration: none;
}
#loginformdiv #loginform .createblog {
	margin-left: 10px;
}

.addthis_container {
	position: absolute;
	right: 0;
	bottom: 0;
}

.post .thumbnail {
	border: 1px solid #333;
	padding: 4px;
}

.post td {
	vertical-align: top;
}

#sidebar .contentbloc ul li {
	background: url(images/bubble_list.gif) left 3px no-repeat;
	padding-left: 18px;
}


/* Respond */
#respond { line-height: 20px; }
#respond h3 { background: url(images/background_comments_title.gif) no-repeat 50px 0; height: 45px; line-height: 45px; }
#respond table { width: 685px; }
#respond td { vertical-align: top; }

#commentform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	margin: 0;
	padding: 10px;
	border: 1px solid #d4d4d4;
	background: #f0f0ef;
	}
#commentform #submit {
	margin: auto;
	}

/*#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}*/
#respond input, #respond textarea {
	border: 1px solid #989898;
	width: 242px;
	padding: 2px;
	margin: 2px 5px 1px 0;
}
#respond textarea {
	font-size: 11px;
	width: 330px;
	height: 132px;
	overflow: auto;
}
#respond .logged textarea {
	width: 645px;
}
#respond #submit {
	width: 150px;
	margin: 5px 0 0 45px;
}
#respond .logged #submit {
	margin: 5px 0 0 245px;
}

h1.author { margin-top: 20px; border-bottom: 1px solid #783780; }

.tags { margin-right: 150px; }



div.author { padding-top: 20px; }















/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	border: 1px solid #000;
	height: 39px;
}
#access .main-menu,
div.menu {
	font-size: 13px;
}

#access .main-menu ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0; /*SZ*/
}
#access .main-menu li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


#sidebar-widget-area ul {
	list-style: none;
}
#sidebar-widget-area ul li {
	padding-bottom: 10px;
}

#footer2 { background: #000; }
#footer2 .tagcloud a { color: #666; }
