/*
Theme Name: zindi
Theme URI: http://www.fadonet.net/2008/11/08/wordpress-theme-zindi/
Description:  A simple and fresh wordpress theme from <a href="http://www.fadonet.net" target="_blank">Fadonet.Net</a>
Version: 1.7
Author: Fado
Author URI: http://www.fadonet.net/
Tags: blue, grey, orange, 2 column, fresh, simple, widget ready, valid CSS, valid XHTML, right sidebar, ie6, ie7, firefox 2.0, opera 9.0
*/

*{
    border: 0;
    margin: 0;
    padding: 0;
}
:focus {outline: 0;}

body { font-size: 12px; 
    font-family: Verdana, Arial, 'Lucida Grande',  Sans-Serif;
    background: #60788b;
    color: #000033;	
    background-image: url('/images/fade.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.subheading, .excerpt {
    font-size: 10pt;
    color: #0281d1;        /* off wite towards yellow */
    text-decoration: none;
    margin-bottom: 10px ;
}

.quote {
	font-size: 9pt;
        line-height: 12pt;
        font-style: italic;
        color: #dfd8a8;  /* pale grey yellow */
        padding: 20px;
}
.quote-author {
        font-size: 9pt;
        line-height: 12pt;
        color: #dfd8a8;  /* pale grey yellow */
        margin-top: 4px;
        font-style: normal;
}

.quote_a {
        font-style: normal;
}

a {
    color:#fde37a;
    text-decoration:none;}
a:hover {
    background: #fde37a;
    color:#5396cc;
    text-decoration:none;}

.b-img {
    border: solid 1px #f5f1db;        /* off wite towards yellow */
    padding: 6px;
    margin-top: 0px;
    background: #85a6bf;
}

#wrapper {
    background-color:#233766;
    width:950px;
    margin:0px auto;
    padding:10px;
    line-height: 18px; }
#header {
    background:#5c82a0;
    height:210px;
    margin:0px auto;
    width:980px;
    padding:0px;
    background: url('/images/Flammarion-banner.jpg') no-repeat;
    color: #ffea9c
	}
#nav-menu {
    background:#9cc2e0;
    height:35px;
    margin:0px auto;
    width:950px;
    padding:6px 10px 0px 10px; }
#side-left{
    float:left;
    width:620px;
    background-color: #5c82a0;
    }
#side-right {
    float:right;
    width:320px;
    }
#footer {
    background:#5c82a0;
    padding:0px 10px 0px 10px;
    width:950px;
    margin:0 auto;
    height:50px;
    }
h1, h2, h3, h4, h5, h6 .heading {
    margin:5px 0 5px 0;
    padding: 0;
    font-family:Georgia, Tahoma, Verdana, Arial, Serif;
    font-weight:normal;
    color: #333;
    }
input{
    padding:2px;
    margin: 5px 5px 1px 0;
    border:1px solid #f1f1f1;
    background: #5c82a0;
    padding: 4px;
    }
textarea {
    width: 95%;
    padding: 5px;
    border:1px solid #f1f1f1;
    background:#5c82a0;
    }
input:hover, textarea:hover {
    border:1px solid #f1f1f1;
    background: #f1f1f1;}
input#submit {
    background:#5c82a0;
    margin: 0;
    padding:5px;
    border:1px solid #f1f1f1;

    font-weight:bold;
    color:#29b0c4;
    font-size:11px;
    cursor:pointer
    ;}
input#submit:hover {
    background:#f1f1f1
    ;}
code { font: 1.1em 'Courier New', Courier, Fixed;	}
acronym, abbr{ font-size: 0.9em;	letter-spacing: .07em;	}
hr {
    display: block; color:#f1f1f1; border-bottom:1px solid #f1f1f1; margin:5px 0 5px 0;}
pre {
    line-height: 1.5;	margin-bottom: 1.5em; 	overflow: auto; }
fieldset {
    border:1px solid #f1f1f1; padding:10px;}
blockquote {
    background: #5c82a0 url(images/blockquote.png) no-repeat left top;	color:#666; font-style: italic;	padding-left: 30px; padding-bottom: 10px;	margin:20px 0px 20px 0px;	width:90%;}
table {
    border:1px solid #f1f1f1;}
td,th {
    line-height: 1.0em;	padding:7px; margin:1px;}
th {
    background-color: #5c82a0;	}
td {
    border: 1px solid #f1f1f1;}
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt; 	}
#wp-calendar a {
    text-decoration: none;	}
#wp-calendar caption {
    font: bold 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;}
#wp-calendar th {
    font-style: normal;	text-transform: capitalize;}

/* Float */

.alignleft {float:left;} .alignright {float:right;}
.clearfloat:after {	display:block;	visibility:hidden;	clear:both;	height:0;	
content:".";	}	
.clearfloat {	display:inline-block;	}
.clearfloat {	display:block;	}
.clear {	clear: both;}

/******** Wordpress Styles ********/

.aligncenter, div.aligncenter { display: block;margin-left: auto;margin-right: auto;}
.alignleft {  float: left; }
.alignright {  float: right }
.wp-caption {  border: 1px solid #f1f1f1;  text-align: center;  background-color: #5c82a0;  padding: 5px; margin: 10px; }
.entry .wp-caption img, .entry .wp-caption a img  {   margin: 0;   padding: 0;  border: 0 none;}
.wp-caption p.wp-caption-text {  font-size: 10px; font-weight:bold; line-height: 17px;  padding: 0 4px 5px;   margin: 0; }
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;	}
.smallattachment {text-align: center;float: left;width:128px; margin:5px 5px 5px 0px;}
#side-left p.attachment {	text-align: center;	margin: 5px 0px;}
.attachment-thumbnail {width:125px; height:125px;}
.attachment-medium {width:450px; text-align:center; height:300px;}
.caption {padding-left:10px;}

/* Corner 

.kutu {width:100%; background-color: #5c82a0; margin-bottom:10px;}
.ust { background: url(images/ust-sag.gif) no-repeat top right;}
.ust span{ background: url(images/ust-sol.gif) no-repeat top right;}
.alt { background: url(images/alt-sag.gif) no-repeat bottom right; }
.alt span {background: url(images/alt-sol.gif) no-repeat bottom right;}
.ust span, .alt span, .ust2 span, .alt2 span{width: 10px;height: 10px;border: none;display: block !important;}
.kutu2 {width:100%; background-color: #29b0c4;margin-bottom:10px; color: #5c82a0;}
.ust2 { background: url(images/ust2-sag.gif) no-repeat top right;}
.ust2 span{ background: url(images/ust2-sol.gif) no-repeat top right;}
.alt2 { background: url(images/alt2-sag.gif) no-repeat bottom right; }
.alt2 span {background: url(images/alt2-sol.gif) no-repeat bottom right;}
.kutu .spacer, .kutu2 .spacer{margin: 0px; padding:0px 10px 0px 10px;}
*/
/* no corner, sonja */

.kutu {width:100%; background-color: #618bad; border: solid 1px #fdea9b;}
.ust span, .alt span, .ust2 span, .alt2 span{width: 10px;height: 10px;border: none;display: block !important;}
.kutu2 {width:100%; background-color: #e8deb2;color: #29b0c4;border: 1px solid #0281d1;}
.kutu .spacer, .kutu2 .spacer{margin: 0px;padding: 10px;}


/* .kutu .spacer, .kutu2 .spacer{margin: 0px;border: 1px solid #0281d1; padding: 10px; color: #ffea9c;} */


/* Top */

#header h1 {font-size:40px; line-height:45px; padding:45px 0px 0px 90px; margin:0px; text-align: left; color: #7c9db7;}
#header a {color:#7c9db7; }
#header p {padding-left: 90px; font-size: 14px;}
#header .logo { width:980px; margin:0px; text-align: center;} 
#header .logo span {color:#aaa; padding-left:7px;   font-size:11px;}
#nav-menu a {color:#254a68;}
#nav-menu .tools {float:right; font-weight:bold;font-size:11px; margin-top:8px;}
#nav-menu .tools span {font-size:10px; color:#aaa; font-weight:normal;}
#nav-menu .tools ul {background:url(images/tools-bg.gif) right no-repeat; width:170px; margin-right:5px; padding-right:20px; height:10px; color:#aaa; line-height:9px;}
#nav-menu .tools li {display:inline;}
#nav-menu .tools a, #nav-menu .tools a:visited {color:#40cbff; font-weight:bold;}
#nav-menu .tools a:hover {text-decoration:underline;}

/* Content Left */

#side-left a {font-weight:bold;}
#side-left p {margin:10px ; padding:0;}
#side-left h2 {font: 22px Times New Roman, Verdana, Arial; color:#fde37a;}
#side-left h2 a, #side-left h2 a:visited, #side-left h3 a, #side-left h3 a:visited {color:#fde37a; font-weight:normal;}
#side-left h2 a:hover, #side-left h3 a:hover {color:#40cbff; text-decoration:none;}
#side-left h3 {font-size:18px; margin:0px 0px 10px 0px; color:#fde37a;}
#side-left h2.pagetitle {color:#fde37a ;}
#side-left h2.result {color:#2c4c86;}
#side-left img {max-width:460px; margin:5px;}
#content .tags {font-size:11px; color:#ccc; margin-bottom:5px;font-weight:bold;}
#content .tags a{font-size:11px; color:#ccc; font-weight:normal;}
#content .tags a:hover{color:#254a68; text-decoration:none;}
#content .postmetadata {text-align:right;margin-top:15px; color:#ccc; font-size:10px;}
#content .postmetadata a {color:#ccc; font-weight:bold; font-size:10px;}
#content .postmetadata a:hover {color:#254a68; text-decoration:none;}
#side-left .img-nav { padding:10px; width:95%;}
/*
#navigation span { color:#aaa;}
#navigation a{background:#29b0c4 url(images/pagination-left.gif) left center no-repeat; color: #5c82a0; padding: 5px 0 5px 6px; line-height:22px; text-decoration:none;}
#navigation  a strong{background:url(images/pagination-right.gif) right center no-repeat; padding: 5px 7px 5px 0px;text-decoration:none;}
#navigation a:hover{background: #ff6f40  url(images/pagination-hover-left.gif) left center no-repeat; text-decoration:none;}
#navigation a:hover strong{background: url(images/pagination-hover-right.gif) right center no-repeat;text-decoration:none;}
*/

#navigation {
    font-size:11px; 
    line-height:20px; 
    height:35px;
    border: solid 1px #fdea9b;
    width: 100%;
    }
#navigation span { color:white;}
#navigation a{
    display: block;
    background:#e7d583;
    color: #5c82a0;
    padding: 5px;
    margin: 2px;
    line-height:20px;
    text-decoration:none;
    border: solid 1px #033e6c;
    }
#navigation a:hover {
    background: #ffffff;
    color: #29b0c4;
}

#content ul, #content ul ol {line-height:22px;	color:#888;margin:10px 0 0 0;	}
#content ul li{	list-style-type: square; color: #555; margin-bottom: 5px; margin:0px 5px 0 35px;  }
#content ul p, #content ul select {	margin: 5px 0 8px;	}
#content ul ul, #content ul ol {margin: 3px 0 0 15px;border:none;	}
#content ul ul li, #content ul ol li{	list-style-type: circle; border:none;}
#content ol li {list-style-type:decimal; margin:0 0 5px 45px;} 
#content ol li ul li {list-style-type:lower-roman;}
#content ul ul ul, #content ul ol {	margin: 0 0 0 10px;	}
#content ul ol li {	list-style: decimal outside;	}
#content ul ul li, #content ul ol li {	margin: 3px 0 0;	padding: 0;}
.entry img {border: 1px solid #f1f1f1;  text-align: center; padding: 5px; margin:5px;}
a.more {padding-right:10px; line-height:8px; background:url(images/more.gif) center right no-repeat; padding-bottom:1px;}
#side-left p.warning {	background:transparent url(images/warning.gif) left no-repeat;	color:#aaa; padding:0 0 0 20px;}
.post {padding:0px 10px 0px 10px;}
/* Sidebar Right */

#sidebar a {font-size:12px;}
#sidebar a:hover {color: #ffffff;}
#sidebar .kutu2 h2 {background:#29b0c4;color:#0c5762; padding-bottom:8px; font-size:18px;}
#sidebar .kutu2 a {color:#5c82a0; text-decoration: underline;}
#sidebar h2 {color:#444; padding-bottom:8px; font-size:18px;}
#sidebar ul, #sidebar ul ol{line-height:22px;	color:#aaa;margin:10px 0 0 0;	}
#sidebar ul li {	list-style-type: square;	list-style-image: none;	margin-bottom: 5px; margin:0px 5px 0 15px; border-bottom:1px dashed #f1f1f1; padding-bottom:3px;}
#sidebar ul p, #sidebar ul select {	margin: 5px 0 8px;	}
#sidebar ul ul, #sidebar ul ol {margin: 3px 0 0 15px;border:none;	}
 #sidebar ul ul li, #sidebar ul ol li{	list-style-type: circle; border:none;}
#sidebar ol li {list-style-type:lower-roman; margin:0 0 0 20px;} 
#sidebar ol li ul li {list-style-type:lower-roman;}
#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;}
#sidebar ul li a {background:none; margin:0; padding:0;}
#tag_cloud  a {font-weight:normal;}
#sidebar li.latestcomment{list-style-type:none; padding:3px; margin:0 0 2px 0; border:none; line-height:20px; background:#5c82a0;}
#sidebar li.latestcomment:hover{ background:#f1f1f1;}
span.commmentavatar { float:left; padding-right:5px; padding-top:7px; height:20px; width:20px;}
#sidebar li.latestpost{padding: 0px; margin-left:15px; line-height:14px; padding:3px 0 3px 0;}
#sidebar .search {position: relative; background: url(images/search-bgr.gif) no-repeat;width:203px; height: 27px;   margin-top: 20px;}
#sidebar .search input{	background: transparent;	border: 0;	color: #a3a192;	float: left;	font-size: 12px; padding-left:10px;	margin:0; width: 160px;}
#sidebar .search .btn{	margin: 3px 0 0 0;	padding: 0;	width: auto;}
span.commententrytitle { font-size: 0.85em; line-height:8px;	color: #AAAAAA;}
span.latestpostmeta, span.latestpostmeta a { font-size: 0.85em; font-weight:normal; color: #AAAAAA;}

/* Comments Form */
#comments h3 {border-top:2px solid #f1f1f1; border-bottom:5px solid #f1f1f1;color:#fde37a; padding:5px 0 5px 0; font-size:18px;}
#commentform p, form p {	font-family: 'Lucida Grande', Verdana, Arial,Sans-Serif;	}
#commentform input{	width: 50%;	padding:2px; margin: 5px 5px 1px 0;	border:1px solid #f1f1f1;	background: #5c82a0;	}
#commentform textarea{	width: 99%;	padding: 1px;		border:1px solid #f1f1f1;	background: #5c82a0;}
#commentform input:hover,  #commentform textarea:hover {	border:1px solid #f1f1f1;	background: #f1f1f1;}
#commentform #submit{ background:url(images/button.gif) center bottom no-repeat ;	margin: 0;	line-height:26px;  border:none;  height:28px;
width:106px; font-weight:bold; color:#5c82a0; font-size:11px; cursor:pointer; }
#commentform #submit:hover {
 background:url(images/button-hover.gif) center bottom no-repeat ;}
#commentform p {margin-bottom: 5px;}

/* Comments List */

#comments ul{  padding: 5px;}
#comments li { text-transform: lowercase;	margin: 10px 0 10px 0;	padding: 5px 10px 3px;	list-style: none;	}	
#comments li .avatar { 	float: right;	border: 1px solid #eee;	padding: 2px; margin-left: 5px; margin-bottom: 5px;	background: #5c82a0;	}
#comments cite{font-weight: bold;	font-style: normal;
font-size: 1.1em	}
#comments cite a {	font-weight: bold;	font-style: normal;	font-size: 1.1em;	}
#comments p {	font-weight: normal;	line-height: 1.5em;	text-transform: lowercase;	margin: 10px 5px 10px 0;	}
#comments small.commentmetadata {  background:none;	font-weight: normal;	}
#commentform p {  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	margin: 5px 0;	}
#comments .nocomments {	text-align: center;	margin: 0;	padding: 0;	}
#comments .commentmetadata {	margin: 0;	display: block;	}
#comments .darkcolor {	background-color: #5c82a0; }
#comments .count {background:none; line-height:30px; float:left; font-size:36px; color:#ccc; height:37px;  margin-right:5px;}
#comments blockquote { background:none; border-left:#29b0c4 5px solid; padding-left: 15px; color:#aaa; margin:20px 0px 20px 0px;	}

/* Footer */

#footer {font-size:10px; color:#AAAAAA;}
#footer a {font-weight:bold;}
#footer .footer-left{float:left; padding-top:10px;}
#footer .footer-right{float: right; padding:0px; margin:15px 5px 0 0;}
#footer .footer-right ul { list-style-type: none; padding:0px 5px 0px 0px; margin:0px 0px 3px 0px;}
#footer .footer-right ul li {  display: inline; padding:0px; margin:0px; }
