/*
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2008 Olivier Meunier and contributors
# 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 {
	background: #42afdc url(img/html-bg.gif) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

pre {
	overflow: auto;
	width: 95%;
	height: auto;
}
*>pre {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}

fieldset{
	border: 0px;
}

#gen {
	background: url(img/main-bg.jpg) no-repeat center top;
}

/* Layout
-------------------------------------------------------- */
#page{
	width: 780px;
	margin: 4em auto;
	margin-top: 0px;
	text-align: left;
	overflow: hidden;
}

#top{
	height: 120px;
}

#top h1{
	position: absolute;
	margin-top: 40px;
	margin-left: 25px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}

#top h1 a,#top  h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top h1 a:hover {
	color: #000000;
	text-decoration: none;
}

#desc{
	position: absolute;
	color: #000000;
	margin-top: 75px;
	margin-left: 25px;
	padding: 0px;
}

#blognav div#search{
	display: none;
}

#topnav{
	display: none;
}

#search{
	background: url(img/searchform-bg.png) no-repeat right bottom;
	position: relative;
	float: right;
	padding: 0px;
	height: 37px;
	width: 210px;
}

#search input{
	background: #ffffff url(img/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 143px;
	margin: 6px 0px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}

#search .submit{
	background: url(img/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
	vertical-align: top;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#nav {
	background: url(img/content-top-bg.png) no-repeat left top;
	height: 26px;
}

#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover{
	text-decoration: none;
	background: #2e91c6 url(img/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}

#main{
	float: left;
	width: 545px;
	margin-top: 11px;
}

#content{
	padding: 25px 25px 15px 25px;
	width: 495px;
	clear: both;
	overflow: hidden;
	background: #fff;
}

.post{
	padding: 0px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
}


/* Sidebar styles
-------------------------------------------------------- */
#sidebar{
	float:right;
	width: 210px;
	color: #666666;
	line-height: 160%;
}

#sidebar h2 {
	position:absolute;
	width: 210px;
	margin:0;
	padding: 16px 24px 7px 10px;
	background:url(img/sidep-handle.png) no-repeat 0 0;
	margin-top: -35px;
}

#blognav div , #blogextra div {
	margin-top: 35px;
	background: url(img/sidep-bottom.png) no-repeat 0 100%;
	overflow: hidden;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #666666;
}
#sidebar h2 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
	padding-bottom: 12px;
}
#sidebar ul li{
	margin-left: 10px ;
	margin-top: 2px;
	margin-bottom: 2px;
}

#blognav div ul li a{
	margin-left: 20px;
}

#blogextra div ul li{
	padding-left: 20px;
} 

.links ul li {
	background: url(img/mini-blogroll.gif) no-repeat;
	padding-left: 20px;
}

.syndicate ul li {
	background: url(img/mini-rss.gif) no-repeat;
}

.syndicate ul li a{
	padding: 0px;
}

.lastposts ul li{
	background: url(img/mini-page.gif) no-repeat;
}

.selected ul li{
	background: url(img/bullet-orange.gif) no-repeat;
}

.categories ul li{
	background: url(img/mini-folder.gif) no-repeat;
}

.lastcomments ul li{
	background: url(img/mini-comment.gif) no-repeat;
}

#sidebar .tags ul {
	border-top: none;
	font-size: 1.1em;
	text-align: justify;
}
#sidebar .tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.8em;
}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }

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;
}


/* Main content styles
-------------------------------------------------------- */
#content{
	background: #ffffff;
}

.day-date{
	display: none;
}

.post-date {
	height: 50px;
	width: 45px;
	background: url(img/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post-date span {
	height: 16px;
	display: block;
	font: normal 8px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

.post-title{
	font-size: 1.4em;
	color: #333333;
	background: transparent;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 50px;
	padding-bottom: 4px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	border-bottom: dotted 1px #CCCCCC;
}

.post-title a, .post-title a:visited {
	color: #333333;
	text-decoration: none;
}
.post-title a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

.post-info{
	font-size: 0.8em;
	margin-top: 4px;
	background: transparent url(img/mini-category.gif) no-repeat left top;
	padding-bottom: 1ex;
	margin-left: 50px;
	padding-left: 18px;
}

.post-info a{
	color: #aaaaaa;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-info-comment{
	text-align: right;
	float: right;
	font-size: 0.8em;
	margin-top: 4px;
	color: #aaaaaa;
	background: transparent url(img/mini-comment.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 18px;
}

.post-info-comment a{
	color: #aaaaaa;
	background: transparent;
	text-decoration: none;
}

.post-info-comment a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-info-addcomment{
	text-align: right;
	float: right;
	font-size: 0.8em;
	margin-top: 4px;
	color: #aaaaaa;
	background: transparent url(img/mini-down-arrow.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 18px;
}

.post-info-addcomment a{
	color: #aaaaaa;
	background: transparent;
	text-decoration: none;
}

.post-info-addcomment a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-tags {
	list-style: none;
	margin: 1em 0 1em;
	padding: 3px 0;
	font-size: 0.8em;
}
.post-tags li {
	display: inline;
	margin-right: 8px;
	padding: 5px 0 5px 22px;
	background: transparent url(img/tag.png) no-repeat 0 70%;
}
.post-tags li a {
	color: #6b6b6b;
}

.comment_count {
	background: transparent url(img/comment.png) no-repeat 0 50%;
}
.ping_count {
	background: transparent url(img/trackback.png) no-repeat 0 50%;
}
.attach_count {
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

a.feed {
	background: transparent url(img/feed.png) no-repeat 0 0.25em;
	padding: 5px 0 5px 22px;
}

/* Post content
-------------------------------------------------------- */
.post-content acronym, .post-excerpt acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

.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: 4px 0 4px 0;
	padding: 0 5px;
	border-left: 4px solid #bfbfbf;
}


#attachments h3 {
	font-size: 1.2em;
}

#attachments ul {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

#attachments li {
	margin: 0 0 0.6em;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* Comments and trackbacks
-------------------------------------------------------- */
#comments h3, #pings h3, #attachments h3 {
	background: url(img/comments.gif) no-repeat;
	padding-left: 22px;
	margin-top: 32px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}

#attachments ul{
	margin-left: 24px;
}

#attachments li{
	background: url(img/bullet-grey.gif) no-repeat;
	padding-left: 12px;
}

#comment-form h3{
	background: url(img/respond.gif) no-repeat;
	padding-left: 22px;
	margin-top: 32px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}

#comments dt {
	margin: 1.5em 0 0 0;
	padding: 5px 0 16px 0;
}

#comments dt.me {
	background: #efefef;
	margin: 1em 0;
	padding: 1ex 1em;
}
#comme
nts a.comment-number {
}

#comments dd {
	background: #efefef;
	margin: 1em 0;
	padding: 1ex 1em;
}
#comments dd.me {
	background-color:#f5f9d9;
	color:#6b6b6b;
}
#comments dd p {
	margin: 0.5em 0;
	line-height: 1.5em;
}

#comments-feed{
	background: url(img/mini-rss.gif) no-repeat;
	padding-left: 4px;
	margin-left: 24px;
}

.error {
	margin: 20px 0 0;
	padding: 10px 5px;
	background: #ffcccc;
	border: 2px solid red;
	font-weight: bold;
}

/* Forms
-------------------------------------------------------- */
#comment-form {
	padding-top: 10px;
}

#comment-form fieldset {
	border: none;
}
#comment-form fieldset p {
	padding: 5px 0;
}

.field input{
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(img/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}

.field textarea{
	font: 110% Arial, Helvetica, sans-serif;
	width: 460px;
	height: 140px;
	background:url(img/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

#comment-form input.preview, #comment-form input.submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(img/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
	margin-bottom: 4px;
}

#comment-form input.preview:hover, #comment-form input.submit:hover {
	background: url(img/submit-btn.gif) no-repeat bottom left;
}

#comment-form textarea:focus, #comment-form input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* Footer
-------------------------------------------------------- */
#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
	font-size: 0.8em;
	color: #000;
}

#footer a{
	color: #000;
}
