/*
# -- BEGIN LICENSE BLOCK ---------------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2010 Olivier Meunier & Association Dotclear
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK -----------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
	font: 62.5% "lucida grande",tahoma,verdana,arial,sans-serif;
}

a {	color: #3B5998;	text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

a img {	border: none; }

pre {
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

sup { font-size: 80%; line-height: 50%; }

.left {	float: left; }
.right { float: right; }

/* Layout
-------------------------------------------------------- */
#page {	font-size: 1.2em; }

#top {
	background-color: #3B5998;
	height: 41px;
	line-height: 45px;
	width: 100%;
}
#top span { height: 31px; }
#top h1 {
	height: 41px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
#top h1 a { padding: 5px 8px 9px; }
#top a { color: #ffffff; text-decoration: none; }
#top a:active, #top a:hover { background-color: #4B67A1; text-decoration: none; }

#top #searchNav {
	background-color: #627AAD;
	border-color: #1D4088 #1D4088 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	margin-left: 220px;
	padding-left: 10px;
	padding-right: 6px;
	position: relative;
	top: 10px;
}
#top #search { height: 30px; line-height: 30px; }
#top #search p {
	background-color: #ffffff;
	width: 270px;
	position: absolute;
	top: 5px;
	border: 1px solid #cccccc;
	border-color: #6484B4 #899BC1 #6484B4 #899BC1;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}
#top #search fieldset { border: none; margin: 0; padding: 0; }
#top #search #q { width: 238px; margin: 0; padding: 2px; border: 1px solid #E5E5E5; border-width: 0 1px 0 0; }
#top #search .submit {
	background: transparent url(img/bg_search-submit.png) no-repeat 0 0;
	width: 19px;
	padding: 0;
	margin: 0;
	border: 0 none;
	font-weight: bold;
	text-indent: -9999px;
	text-transform: uppercase;
}
#top #search .submit:hover { cursor: pointer; }
#top #search-suggest { width: 270px; z-index: 100; }
#top #search-suggest ul { list-style: none outside none; margin: 0; padding: 0; border-color: #333333 #333333 #293E6A; border-width: 1px 1px 2px; border-style: solid; }
#top #search-suggest li { padding: 0; margin: 0; }
#top #search-suggest li a {
	display: block;
	padding: 6px 10px;
	color: #3B5998;
	background-color: #ffffff;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	text-decoration: none;
}
#top #search-suggest ul li:last-child a { border-bottom: 0 none; }
#top #search-suggest li.suggest-select a { color: #000; background-color: #627aad; color: #ffffff; }
#top #prelude {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#top #prelude a { padding: 9px 8px 7px; font-weight: bold; height: 30px; line-height: 30px; }
#top #prelude a:active, #prelude a:hover { background-color: #6D86B7; }
#top #prelude a.topFeed {
	background-image: url(img/ico_feed.png);
	background-repeat: no-repeat;
	background-position: 50% 60%;
	height: 16px;
	padding: 9px 16px 7px;
}

.insidePage { width: 981px; margin: 0 auto; padding: 0; }
#wrapper {
	width: 980px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
	border-right: 1px solid #B3B3B3;
}

#main {
	display: inline;
	float: left;
	margin: 0 0 0 220px;
	padding: 24px 0;
	width: 560px;
	border-left: 1px solid #B3B3B3;
}

#content { padding: 0 12px; }

#sidebar { padding: 0; margin: 0; display: inline; }
#blognav, #blogextra { padding: 24px 0; }
#blognav { float: left; margin-left: -776px; overflow: hidden; width: 215px; }
#blogextra { float: right; overflow: hidden; width: 188px; }

.navCenter { width: 981px; margin: 0 auto; }
#top .navCenter { position: relative; }

/* Sidebar styles
-------------------------------------------------------- */
#sidebar h2 { margin: 0; color: #333333; font-size: 12px; font-weight: bold; border-bottom: 1px solid #E9E9E9; padding: 6px 0; }
#sidebar h3 { margin: 1em 0 0.5em; color: #444444; font-size: 0.9em; }

#sidebar div div { margin-bottom: 2em; }
#sidebar div div div { margin-bottom: 0; }

#sidebar ul { list-style: none;	margin: 0; padding: 0; }
#sidebar li {
	display: block;
	border-bottom: 1px solid #D6D9DE;
	margin: 0;
	padding: 4px;
}
#sidebar li:hover { background-color: #ECEEF4; }
#sidebar li a { text-decoration: none; }
#sidebar li a:hover, #sidebar li a:focus, #sidebar li a:active { }
#sidebar ul ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}
#sidebar li li {
	display: list-item;
	margin: 0.5em 0 0 0;
	padding: 0 0;
	border: none;
}

#topnav ul { padding: 4px 0; }
#topnav li { display: inline; border-bottom: none; padding: 0; }
#topnav li:hover { background-color: #ffffff; }
#topnav li a { padding: 4px 8px; }
#topnav li a:hover, #topnav li a:active { background-color: #eceef4; }
#topnav li span { padding: 0; margin: 0; }

#sidebar #search { display: none; }

#sidebar .syndicate ul { border-top: none; }
#sidebar .syndicate li { border-bottom: none; }

#sidebar .categories li.category-current { font-weight: bold; }
#sidebar .categories li.category-current li { font-weight: normal; }

#sidebar .tags ul {
	border-top: none;
	font-size: 1.1em;
	text-align: justify;
}
#sidebar .tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 1px 2px;
	border: none;
	line-height: 1.8em;
}
#sidebar .tags ul li a { padding: 1px 2px; }
#sidebar .tags ul li a:hover, #sidebar .tags ul li a:active { background-color: #3B5998; color: #ffffff; }

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 85%; }
.tag30 { font-size: 90%; }
.tag40 { font-size: 95%; }
.tag50 { font-size: 100%; }
.tag60 { font-size: 110%; }
.tag70 { font-size: 120%; }
.tag80 { font-size: 130%; }
.tag90 { font-size: 140%; }
.tag100 { font-size: 150%; }

ul.tags { list-style: none; margin: 1em 0; padding: 0; font-size: 1.3em; text-align: justify; }
ul.tags li { display: inline; margin: 0; padding: 0; line-height: 1.8em; }

/* Footer styles
-------------------------------------------------------- */
#footer { border-top: 1px solid #B3B3B3; clear: both; padding: 8px 12px; width: 737px; float: right; }
#footer p {
	margin: 0 auto;
	padding: 2px 0;
	color: #737373;
	text-align: left;
	font-size: 0.9em;
}

/* Main content styles
-------------------------------------------------------- */
h2, h3, h4 { margin: 1em 0 0 0; padding: 0; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
#content-info h2 { background: transparent url(img/ico_content-info-h2.png) no-repeat 0 50%; margin: 0; padding: 0 0 0 24px; }
.dc-archive #content-info h2, .dc-archive-month #content-info h2 { background-image: url(img/ico_archives.png); }
.dc-category #content-info h2 { background-image: url(img/ico_folder.png); background-position: 0 30%; }
.dc-contactme #content-info h2 { background-image: url(img/ico_email.png); }
.dc-newsletter #content-info h2 { background-image: url(img/ico_newsletter.png); }
.dc-search #content-info h2 { background-image: url(img/ico_search.png); }
.dc-tag #content-info h2, .dc-tags #content-info h2 { background-image: url(img/ico_tag.png); }
.dc-page .post-title { background: transparent url(img/ico_page.png) no-repeat 0 50%; margin: 0; padding: 0 0 0 24px; }

.blogDescription { background: #edeff4 url(img/ico_blog.png) no-repeat 12px 50%; padding: 12px 12px 12px 40px; margin: 0; border: 1px solid #d4dae8; text-align: justify; }
.page-info, #navlinks, .pagination { background-color: #edeff4; border: 1px solid #d4dae8; padding: 12px; }
#navlinks, .pagination { text-align: center; clear: both; }

#subcategories {
	background-color: #edeff4;
	border-color: #d4dae8;
	border-style: solid;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 0.5em;
	clear: both;
}
#subcategories h3 { background: transparent url(img/ico_suborganization.png) no-repeat 0 50%; margin: 0; padding: 0 0 0 21px; }
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	line-height: 1.4;
}

.day-date { display: none; font-size: 1em; margin: 0 0 0.5em; text-align: right; color: #279ac4; }

.post {	margin: 0 0 2em 0; }
.dc-home .post, .dc-category .post,
.dc-archive .post { border-bottom: 1px solid #E9E9E9; padding: 0 0 1em; margin: 0; }
.dc-home .last, .dc-category .last,
.dc-archive .last { border-bottom: 0 none; }
.dc-category .first { border-top: 1px solid #e9e9e9; }

.post-title { font-size: 1.2em; }
.dc-post .post-title { margin-top: 0; }
.dc-home .post-title img, .dc-category .post-title img,
.dc-archive .post-title img, .dc-search .post-title img { margin: 2px 9px 0 0; }

.post-info { padding: 5px 0 2px; margin: 6px 0 0; background: #ffffff url(img/bg_arrowup.png) no-repeat 18px 0; clear: both; }
.post-info span { padding: 6px; background-color: #EDEFF4; display: block; }
.post-tags {
	list-style: none;
	margin: 1em 0 1em;
	padding: 3px 0;
}
.post-tags li {
	display: inline;
	margin-right: 8px;
	padding: 5px 0 5px 22px;
	background: transparent url(img/ico_tag.png) no-repeat 0 50%;
}

.post-info-co, .dc-post .post-tags {
	clear: left;
	padding: 3px 0 3px 0.5em;
	margin: 0;
	background: #EDEFF4;
}
.post-info-co a { padding: 2px 10px 2px 21px; }
.comment_count { background: transparent url(img/ico_comments.png) no-repeat 0 50%; }
.ping_count { background: transparent url(img/ico_trackback.png) no-repeat 0 50%; }
.attach_count { background: transparent url(img/ico_attach.png) no-repeat 0 50%; }
.read-it { font-weight: bold; clear: left; }

.dc-post .post-tags { padding: 4px 0 4px 0.5em; }

a.feed { background: transparent url(img/ico_feed.png) no-repeat 0 0.25em; padding: 5px 0 5px 22px; }

/* Post content
-------------------------------------------------------- */
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview { line-height: 1.4em; }
.dc-home .post-content p, .dc-home .post-excerpt p { margin: 2px 0 0; }
.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dotted #666; }
.post-content img, .post-excerpt { max-width: 530px; clear: both; }

.post-content pre, .post-excerpt pre { padding: 10px ; font: 1.1em 'courier new', courier, monospace; }

.post-content ul, .post-excerpt ul, .post-content ol, .post-excerpt ol { margin: 0 0 0.5em 0; padding: 0 0 0 15px; }
.post-content li, .post-excerpt li { margin: 0; padding: 0; }

.post-content blockquote, .post-excerpt blockquote {
	margin: 8px 0;
	padding: 0 5px;
	border: 1px solid #D4DAE8;
	border-width: 1px 1px 1px 6px;
	background-color: #EDEFF4;
	text-align: justify;
}
.post-content blockquote p, .post-excerpt blockquote p { padding: 6px; margin: 0; }
.post-content code, .post-excerpt code { font-family: "Courier New", Courier, monospace; font-size: 11px; line-height: 0.9em; }

#attachments { border: 1px solid #D4DAE8; margin: 12px 0; }
#attachments h3 { background-color: #edeff4; padding: 6px 9px; margin: 0; border-bottom: 2px solid #ffffff; font-size: 1.1em; text-align: center; }
#attachments ul { list-style: none; background-color: #edeff4; margin: 0; padding: 6px 9px; }
#attachments li {
	margin: 0;
	padding: 2px 10px 2px 21px;
	background: transparent url(img/ico_attach.png) no-repeat 0 50%;
}
#attachments li object { display: inline; margin: 0; padding: 0; vertical-align: bottom; }

/* Comments and trackbacks
-------------------------------------------------------- */
#comments {
	clear: both;
	background: #ffffff url(img/bg_arrowup.png) no-repeat 18px 0;
	padding: 5px 0 2px;
	margin: 12px 0 0; 
}
#comments h3 { background: #EDEFF4 url(img/ico_comments.png) no-repeat 9px 70%; padding: 6px 6px 6px 28px; margin: 0; color: #3B5998; font-size: 11px; }
#comment-form { background-color: #edeff4; padding: 6px; margin: 1px 0 0; }
#comment-form h3 { background-color: #ffffff; padding: 4px 6px; margin: 0; color: #777777; font-weight: normal; font-size: 11px; border: 1px solid #BDC7D8; }
#comment-form h3 a, #comment-form h3 a:hover, #comment-form h3 a:active { display: block; font-weight: normal; color: #777777; }
#pr h3 {
	background: #EDEFF4 url(img/ico_comments.png) no-repeat 9px 60%;
	padding: 6px 6px 6px 28px;
	margin: 0; color: #3B5998;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #BDC7D8;
	border-width: 0 0 2px;
}
#pings { margin-top: 12px; border: 1px solid #D4DAE8; }
#pings h3 { background-color: #edeff4; padding: 6px 9px; margin: 0; border-bottom: 2px solid #ffffff; font-size: 1.1em; text-align: center; }
#pings dl { padding: 6px 9px; }

#pr dl { margin: 12px 0; }
#pr .comment-preview { background-color: #ffffff; border: 1px solid #BDC7D8; padding: 6px; margin: 0; }
#pr .comment-preview p { margin: 2px; }
#pr .buttons { margin: 0 0 12px; text-align: center; }
#comments dl, #pings dl { margin: 0; }
#comments dt { background-color: #edeff4; margin: 2px 0 0 0; padding: 5px 9px; font-size: 1.2em; color: #3B5998; }
#comments dt.first { background-color: #edeff4; margin: 2px 0 0; }
#comments dt.me { }
#comments a.comment-number { display: block; float: left; width: 20px; }
#comments dd { background-color: #edeff4; margin: 0; padding: 1px 1em 0.5em 1em; color: #333333; }
#comments dd.me { color: #000000; }
#comments dd p { margin: 0.5em 0; line-height: 1.5em; }

.error { margin: 12px 0; padding: 10px 8px; background: #ffcccc; border: 2px solid red; font-weight: bold; }

/* Forms
-------------------------------------------------------- */
#comment-form { }
#comment-form fieldset { border: none; margin: 12px 0 0; padding: 0 1px; }
#comment-form fieldset p { padding: 5px 0; clear: both; }
#comment-form fieldset p.field { background-color: #5772a7; padding: 0; width: 99.5%; margin: 0 0 6px; border: 1px solid #BDC7D8; overflow: hidden; }
#comment-form p.form-help { width: 98%; margin: 0; padding: 0 9px; font-style: italic; }
#comment-form p label { width: auto; }
#comment-form p.field label {
	font-weight: normal;
	float: left;
	color: #ffffff;
	padding: 2px 6px;
	width: 30%;
	text-align: center;
}
#comment-form p label[for=c_content],
#comment-form p label[for=c_message] { display: block; text-align: center; width: 98%; margin: 0; padding: 3px 0; font-weight: bold; }
#comment-form input {
	background-color: #ffffff;
	font: 1em "Lucida Grande",Arial,sans-serif;
	border: 0 none;
	height: 16px;
	line-height: 16px;
	padding: 2px 4px;	
	width: 66%;
}
#comment-form textarea {
	font: 1em "Lucida Grande",Arial,sans-serif;
	float: left;
	border: 0 none;
	margin: 0;
	padding: 6px;	
	width: 100%;
}

#comment-form p.remember { margin: 0 auto; }
#comment-form input#c_remember { width: auto; border: 0; margin: 0 5px 0 30%; }
#comment-form .buttons { text-align: center; }
#comment-form input.preview { }
#comment-form input.preview, #comment-form input.submit {
	width: auto;
	height: auto;
	color: #ffffff;
	padding: 2px;
	background: #5772a7;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #29447E #29447E #1A356E;
}
#comment-form input.preview:hover, #comment-form input.submit:hover { cursor: pointer; }