/*
Theme Name: Sadiki
Theme URI: http://www.sadiki.org/
Description: Theme for the Sadiki site
Version: 1
Author: Nick Canham
*/

/* --------- BASIC ELEMENTS ----------*/

* {
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Arial, Sans-serif;
font-size: 12px;
line-height: 1.7em;
text-align: center;
background: #fff;
}

div#wrapper {
width: 720px;
margin: auto;
text-align: left;
background: #ffffff;
border-left: 2px solid #D5D8C7;
border-right: 2px solid #D5D8C7;
}

p {
margin: 10px 0 0;
}

ul {
margin: 0.5em 0 0.5em 15px;
}

a {
color: #781D2C;
}

a:hover {
color: #336633;
}

/* --------- HEADINGS ----------*/

h1, h2, h3, h4 {
margin: 0.7em 0 0.5em 0;
color: #781D2C;
}

h1 {
font-size: 218%;
}

h2 {
font-size: 165%;
}

h3 {
font-size: 140%;
}


h2 a {
text-decoration: none;
}

/* --------- HEADER ----------*/

div#header {
width: 720px;
height: 135px;
background: #fff url(./images/header.jpg);
}

div#header h1 {
display: none;
}

/* --------- NAVBAR ----------*/

div#navbar ul {
margin-top: 0;
margin-left: 0;
margin-bottom: 25px;
list-style-type: none;
padding: 2px 0 3px 10px;
border-top: 2px solid #D5D8C7;
border-bottom:  2px solid #D5D8C7;
background: #eee;
}

div#navbar li {
display: inline;
margin-right: 30px;
height: 40px;
}

div#navbar li a {
text-decoration: none;
font-weight: 700;
}

div#navbar li a:hover {
text-decoration: underline;
color: #A93145;
font-weight: 700;
}

/* --------- MAINTEXT ----------*/

div#maintext {
width: 450px;
min-height: 370px;
padding: 0 20px 0 10px;
margin-top: 10px;
}

div#maintext img {
float: right;
max-width: 250px;
margin: 10px 10px 10px 10px;
}

div#sadiki_believe {
height: 120px;
background: url(./images/sadiki_believe.jpg) no-repeat;
border-top: 2px solid #D5D8C7;
border-bottom:  2px solid #D5D8C7;
}

div#sadiki_believe h2 {
display: none;
}

ul.links {
border-top: 2px solid #D5D8C7;
border-bottom:  2px solid #D5D8C7;
margin-bottom: 20px;
margin-left: 0;
padding: 0.3em 0 0.3em 0;
}

ul.links li {
font-size: 118%;
font-weight: 700;
list-style-type: none;
line-height: 1.5em;
}

ul.links li a {
text-decoration: none;
}

ul.links li a:hover {
text-decoration: underline;
}

div.post {
padding-bottom: 20px;
border-bottom:  2px solid #D5D8C7;
}

div#maintext img.banner{
float:none;
width: auto;
max-width: none;
border: none;
margin-top: 15px;
}

/* --------- SIDEBAR ----------*/

div#sidebar {
float: right;
width: 200px;
padding: 10px 20px 0 10px;
color: #666;
}

div#sidebar img {
width: 200px;
}

ul.blogside {
margin-left: 0;
list-style-type: none;
}

div#sidebar img.noborder{
width: auto;
border: none;
margin-top: 15px;
margin-left: 4%;
}

a img.noborder{
border: none;
}

a img.banner{
border: none;
}


/* --------- FOOTER ----------*/

div#footer {
width: 700px;
font-size: 80%;
padding: 30px 10px 15px 10px;
clear: both;
}

/* --------- COMMENTS ---------*/

ul#commentlist {
list-style-type: none;
}