/*  
Theme Name: Ndovu-3
Theme URI: http://www.sokoletu.co.ke/content/view/13/39/
Description: Package website from <a href="http://sokoletu.co.ke">Sokoletu</a>.
Version: 1.0
Author: Sokoletu
Author URI: http://www.sokoletu.co.ke

*/


/* GENERAL STYLING */
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#6A3970;
	color: #333333;
	background-image: url(images/body-bgd.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	color: #5B2063;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
    font-size: 21px;	
	line-height:26px;
}
h3 {
	font-size:20px;	
	line-height:26px;
}
p {
	font-size:12px;
	line-height:21px;
	padding:5px;
}
p strong {
	font-size:14px;
	font-weight: normal;
	color: #5B2063;
	font-family:Georgia, "Times New Roman", Times, serif;
}
cite{
	font-size:12px;
	color:#666666;
	line-height:21px;
	padding:5px;
}

a {
	text-decoration:none;	
}
a:link, a:visited {
	color: #000000;	
}
a:hover, a:active {
	color: #643424;
	text-decoration:underline;
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left:15px;
}
blockquote{
	font-style:italic;
	padding-left:24px;
}

/* HEADER */
.header {
	display:block;
	height:265px;
	padding:0px;
	background-color: transparent;
	background-image: url(images/header-bgd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	margin: 0px 0px 100px 50px;
	width: 202px;
	height: 54px;
	padding: 0;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#banner{
	position:absolute;
	top:57px;
	right:6px; 
        height: 90px;
        width: 350px;
	border: 2px solid #F7931E;
	background-image: url(banner/bannerpic2.jpg);
	background-repeat: no-repeat;
}
.description {
	display: none;
    color:#000000;
	font-size:18px;
}
#logo span {
	display: none;
}
#logo span a:hover{
    text-decoration:none;
}

/* NAVIGATION */

#menu {
	padding: 0;
	margin: 0;
	height: 33px;
	background:transparent;
	margin-top:26px; 
	border-top: 2px solid #FFF200;
	border-bottom: 2px solid #FFF200;
	}	
	
ul#menuList{
	padding: 0;
  	margin: 0;
	}

ul#menuList li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	float: left;
	width: 120px;
	list-style: none;
	font-weight: normal;
	}

#menuList a{
	display: block;
	text-decoration: none;
	color:#FFF200;
	padding:9px 3px;
	text-align: center;
	letter-spacing: 0.1em;
	}

#menuList a:link,
#menuList a:visited{
	color: #FFF200;
	}
	
#menuList a:hover{
	color:#FFFFFF;  
	}

#menuList li.current_page_item a:link,
#menuList li.current_page_item a:visited{
	color:#FFFFFF;  
	}

#menuList li.current_page_item a:hover {
	color:#FFFFFF;   
	}

/* CONTENT AREA - 3 COLUMNS */
#content {
	float: left;
	width: 64%;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	font-size:12px;
	line-height:21px;
}
#sidebar {
	float: right;
	width: 281px;
	padding: 10px 10px 150px 10px;
	background-color: #5B2970;
	border-left: 2px solid #FFF200;
	background-image: url(images/sidebar-bgd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* CONTENT */
#welcome{
     text-align:justify;
	 padding:5px;
}
#welcome span{
    font-size:22px;
	color:#FFF200;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#homeintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	padding:0px 0px 10px 0px;
	color:#000000;
}
#homeintro h4 a{
	font-size:17px;
	color:#FFFFFF;
	margin: 0;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}
#homeintro a{
	font-size:14px;
	color:#FFFFFF;
	margin: 0;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}
#homeintro a:hover{
    text-decoration: underline;
	color:#999999;
}
#homeintro p {
	width: 44%;
	float: left;
	padding: 5px 2%;
	margin: 5px;
	background-color: #704275;
}

#content img{
    padding:6px;
	margin:4px;
	border:1px solid #F7931E;
}
.alignleft {
	float: left;
	margin:2px 0;
}

.alignright {
	float: right;
	margin:2px 0;
}
#content .commentlist {
	margin: 0;
	padding: 0;
	border-top:#DDDDDD 1px solid;
}
#content .commentlist li {
	list-style:none;
	margin: 0;
	padding:4px;			
	border-bottom:#DDDDDD 1px solid;
}
#content .commentlist li .cmtinfo {
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em {
	margin:0;
	padding:0 4px;
	font-weight:normal;			
	font-style:normal;
	color:#999999;	
}
#content .commentlist li cite {
	font-style:normal;
	font-weight:bold;
}
#content .commentlist li.alt{
	background:#F8F8F5;	
}
#content .commentlist li.authorcomment{
	border:#ECC 1px solid;	
}
#content .nocomments{
	font-size:2px;
	color:#999999;
	text-align:center;
}
input.textbox{
	border:#CCC 1px solid;
	background:#F9F9F9;
	padding:5px;
	width:150px;
}
input.textbox:focus, textarea:focus{
	background:#FFFFFF;
	border:#999999 1px solid;
}
/* SIDEBAR */
#sidebar h2 {
	color:#FFF200;  
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin:0px;
	font-weight:normal;
}
#sidebar a{
     color:#FFFFFF;
	 text-decoration: none;
}
#sidebar a:hover{
	color:#FFFFFF;  
}
#sidebar ul { 
	padding: 0;
	margin: 0;
}
#sidebar li { 
	color:#FFFFFF;  
	text-decoration: none;
	padding: 4px 6px;
	text-align: left;
	border-bottom: 1px solid #FFF200;
	display: block;
}


#sidebar h2, #sidebar h3 {
	text-transform: none;
}
#content ul {
	list-style-type:disc;
}

#content li {
	font-size:12px;
	line-height:12px;
	padding:5px;
}

/* POST */
#post {
    margin:6px 0;
	padding: 10px;
	background-color:#FFFFFF;
	border: 3px solid #F7931E;
}
.post {
	clear:both;
    margin:6px 0;
	padding: 10px;
	background-color:#FFFFFF;
	border: 3px solid #F7931E;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform:none;
	line-height:1.6em;
}
.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	border:none;
	color: #333333;
}
.post .title a:hover {
	border-bottom:1px solid #000000;
}
.post .title span 
{
	float:right;
	font-size:0.55em;
	color:#999999;
	margin:0 0 0 2px;
	text-transform:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.post .meta {
	font-size:12px;
	padding: 5px 0;
}
.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}
.post .meta .category {
	padding: 0 20px 0 12px;
}
.post .meta .comments 
{
	float:right;
	padding-left: 16px;
}
.post .meta .user {
	padding:0 14px;
}

/*OTHERS*/

/*CONTACT FORM*/

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
dl {
	margin:4px 0px;
}
dd {
	margin:2px 1px;
	padding:0;
}
legend {
	display: none;
}
input, textarea, select {
	color: #333333;
	margin:3px 0;
	padding:3px;
}
form dl, dl.labels {
      margin:1px 0 0 0;
}
form, dl.labels {
      float:left;
	  padding-bottom:1px;
      margin-bottom:2px;
      color:#555555;
      text-align:left;
      font-weight:normal;
      position:relative /*IEWin hack*/;
}
dl.labels {
	  color:#000000;
      margin-bottom:2px;
      font-size:12px;
	  font-weight:normal;
}
form {
      margin-bottom:2px;
	  font-weight:normal;
      padding-left:6px;
}
form dd.submit, dl.labels dd.submit  {
      margin-top:4px;
}
.check{
	  background-color:#9C7B5F;
	  border:1px solid #999999;
	  color:#000000;
	  margin:4px 0 4px 0;
	  
}
#btnSearch{
	  background-color:#6A3970;
	  border:1px solid #FFF200;
	  color:#000000;
	  padding: 4px;
	  margin:4px 0 4px 0;
}
/* Author Template*/
ul.authorposts{
	margin:0;
	padding:0 4px;
}
ul.authorposts li{
	margin:0;
	padding:5px;	
}
ul.authorposts li em {
	float:right;
	font-style:normal;
}
/* COMMENTS */

#commentform {
	margin:0;
	padding:10px;
	background:transparent;
}
/* FOOTER */
#footer {
	display:block;
	height: 20px;
	color:#FFFFFF;
	text-align:center;
	padding: 35px 3px 6px 3px;
	font-size:11px;
	background-color: transparent;
	background-image: url(images/footer-bgd.jpg);
	background-repeat: repeat-x;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF; 
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
}

