/*
Theme Name: Lowcoders
Description: Inspired by Mac OS X Leopard.
Version: 1.0
Author: teles
Author URI: http://www.telesphore.org/
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }


/* Body
-------------------------------------------------------------------*/
body {
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	background: #000;
}

h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-size: 15pt; line-height: 26px; margin-bottom: 7px; }
h2 { font-size: 14pt; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 13pt; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 12pt; line-height: 20px; margin-bottom: 5px; margin-left: 5px; }
h5 { font-size: 11pt; line-height: 18px; margin-bottom: 5px; margin-left: 10px; }
h6 { font-size: 10pt; line-height: 16px; margin-bottom: 5px; margin-left: 15px; }

h1 span { color: #999; }

a { color: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration: underline; }
a:visited { color: #5371c5; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote {
	font: italic 14px/22px Georgia, Serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7;
}



/* Container
-------------------------------------------------------------------*/
#container {
	width: 940px;
	padding-bottom: 10px;
	margin: 0 auto;
	overflow: hidden;
}
#container #wrapper {
	width: 940px;
	float: left;
	overflow: hidden;
	background: #ffffff;
        background-image:url('images/bg-940.gif');
        background-repeat:repeat-y;
}



/* Header
-------------------------------------------------------------------*/
#header {
	width: 940px;
	float: left;
	position: relative;
	height: 120px;
}
#header #logo {
	font: 24px Verdana;
	padding: 12px 0 0 15px;
	margin-bottom: 0;
	color: #333;
}
#header #logo a {
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
}
#header #logo a span {
	position: absolute;
	top: -99999px;
	left: -99999px;
	padding-left: 10px;
	font-size: 11px;
	color: #777;
}



/* Search
-------------------------------------------------------------------*/
#search
{
	position: absolute;
	top: 20px;
	right: 10px;
}
#search .search-wrapper
{
	width: 144px;
	height: 25px;
	position: relative;
	background: transparent url('images/searchbackground.png') no-repeat top left;
	z-index: 10;
}
#search .search-wrapper .left
{
	background: transparent url('images/searchlogo.png') no-repeat top left;
	display: block;
	height: 12px;
	width: 12px;
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 10;
}
#search .search-wrapper .right
{
	background: transparent url('images/close.gif') no-repeat;
	cursor: pointer;
	display: block;
	height: 11px;
	width: 11px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 10;
}
#search .search-wrapper input.s
{
	width: 100px;
	height: 17px;
	border: 0;
	font-size: 11px;
	position: absolute;
	top: 4px;
	left: 22px;
	background: transparent;
	padding-top: 2px;
}
html[xmlns*=""] #search .search-wrapper input.s
{
	left: 2px;
	width: 120px;
	padding-left: 20px;
}
#search .search-wrapper input.submit
{
	position: absolute;
	top: -99999px;
	width: 0pt;
	height: 0pt;
	display: block;
	overflow: hidden;
}


#desc h1 {
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	color: #555;
	padding-left: 15px;
	font-size: 2em;
	line-height: 50px;
}
#desc {
	width: 940px;
	float: left;
	margin-top: 20px;
	background: #fff;
	position: relative;
	line-height: 50px;
	margin-bottom: 2px;
	height: 30px;
}
#desc #feed {
	position: absolute;
	right: 15px;
	top: 0px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block;
	text-shadow: 1px 1px 1px #fff;
	background: url(images/feed.gif) no-repeat 0 18px;
}

/* Navigation
-------------------------------------------------------------------*/
#nav {
	top: 88px;
	position: absolute;
	right: 0px;
}
#header ul.navpages li
{
	display: inline;
	margin-right: 1.4em;
}
#header ul.navpages li a
{
	color: #999;
	padding-bottom: 16px;
	text-decoration: none;
}
#header ul.navpages li.active a, #header ul.navpages li.active a:hover
{
	color: #fff;
	background: transparent url('images/arrownav.gif') no-repeat 50% 100%;
}
#header ul.navpages li a:hover
{
	color: #51A1C9;
}



/* Content
-------------------------------------------------------------------*/
#content {
	width: 670px;
	float: left;
	padding: 15px;
	background: #fff;
       /* min-height:800px;
        height:auto !important;
        height:800px;*/
}

#content .post {
	margin-bottom: 50px;
}
#content .post h2.post-title {
	color: #333;
	background: url(images/more.png) no-repeat top left;
	padding-left: 35px;
	line-height: 32px;
	font-size: 14pt;
	margin-bottom: 8px;
}
#content .post h2.post-title a {
	text-decoration: none;
	color: #333;
}

#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #777;
	padding: 3px 5px 3px 5px;
	margin-bottom: 20px;
	border-top: 1px solid #bdccdc;
	border-bottom: 1px solid #bdccdc;
	background: #e9eff5;
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 10px; }
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
#content .comments-title {
	margin-top: 30px;
}
#content a.more-link {
	background: url(images/arrow.gif) no-repeat center right;
	padding-right: 17px;
	color: #999;
}
#content a.more-link:hover {
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	background: #fafafa;
	border: 5px solid #E9EFF5;
	padding: 10px;
	color: #555;
}
#commentform p { margin-bottom: 7px; }
#commentform textarea {
	width: 630px;
	border: 1px solid #aaa;
	height: 120px;
}
#commentform input.text {
	width: 150px;
	border: 1px solid #aaa;
	margin-right: 10px;
	padding: 3px 3px;
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment {
	width: 670px;
	background: #E9EFF5;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 5px;
	border-top: 1px solid #BDCCDC;
	border-bottom: 1px solid #BDCCDC;
}
#comments .comment .comment-avatar {
	width: 50px;
	float: left;
	padding: 5px 7px;
}

#comments .comment .comment-content {
	width: 570px;
	float: left;
	padding: 10px 15px;
	margin: 5px 5px 0 0;
	background: #fafafa ;
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info {
	font-size: 11px;
	color: #777;
	margin-bottom: 5px;
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;
	padding-right: 10px;
	margin-bottom: 5px;
}
#comments .comment .comment-info a {
	color: #444;
	text-decoration: none;
}


/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 240px;
	float: left;
	font-size: 11px;
	color: #555;
	background-color: #ddd;
}
#sidebar h3 {
	font: bold 12px Verdana;
	color: #333;
}

#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #777; }

#sidebar .block {
	padding: 15px;
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center;
}
#sidebar .block ul li {
	padding-left: 18px;
	background: url(images/arrow.gif) no-repeat 0px 3px;
}



/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }



/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 940px;
	float: left;
	clear: both;
	background-color: #ddd;
	position: relative;
	margin-top: 2px;
	margin-bottom: 20px;
        height:24px;
}
#footer p {
	line-height: 32px;
	color: #333;
	padding-left: 15px;
	font-size: 11px;
	margin: 0;
}
#footer a {
	color: #555;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}

/* Image magique dans les posts :)
-------------------------------------------------------------------*/
div.img-round {
	position: relative;
	width: 180px;
	height: 130px;
}
div.img-round span.img-round {
	background: url(images/round-corner.png) no-repeat;
	position: absolute;
	left: 6px;
	top: 5px;
	width: 170px;
	height: 120px;
}
div.img-round img.size-thumbnail {
	background: url(images/round-bg.gif) no-repeat;
	padding: 5px 6px 6px;
	margin: 0;
}
.download {
	margin: 20px 0;
	float: left;
	width: 100%
}
.download .download-top {
	color: #fff;
	background: #000;
	float: left;
	width: 100%
}
.download .download-top h2.download-title {
	background: url(images/download.png) no-repeat 10px 10px;
	padding-left: 50px;
	padding-top: 15px;
	text-transform: uppercase;
	float: left;
}
.download .download-top h2.download-title a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.download .download-top .download-category {
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	float: right;
	height: 50px;
	padding-right: 50px;
}
.download .download-bottom {
	background: #ddd;
	float: left;
	width: 100%
}
.download .download-bottom img.download-logo {
	float: left;
}
.download .download-bottom .download-desc {
	padding: 10px 0 0 10px;
	float: left;
}
.download .download-bottom .download-desc a {
	color: #000;
	text-decoration: underline;
}
.download .download-bottom .download-desc ul {
	margin: 10px 20px;
}
.download .download-bottom .download-desc ul li {
	list-style-type: square;
}
.download .download-bottom .download-donate {
	float: right;
	padding: 10px 10px 0 0;
}
.download-logo{
    margin:4px 0 0 4px;
}
.ad-sense{
   height:60px;
   width:100%;
   margin-bottom:8px;
   padding-bottom:4px;
   border-bottom:1px solid #DDDDDD;
}

.ad-sense-vertical{
   margin-left:10px;
}

