.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bolder;
	color: #FFAC30;
	text-decoration: none;
}

#marqueecontainer{
	position: relative;
	width: 180px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: transparent;
	background-repeat:no-repeat;
	overflow: hidden;
	padding: 2px;
	padding-left:5px;
}

/*Archives List
---------------------------------------*/
img.archive-comment {
  float: right;
  margin: 0 .5em .5em 0;
}

.entries { 
  /*font-size: 1.3em;*/
  clear: both; 
}
.entries ul {
  list-style-type:none;
  margin: 0;
  padding: 0 0 1px 0;
  background: transparent url(../images/archives-dotted-line.gif) repeat-x bottom left;
}
.entries ul li {
  padding-top: 1px;
  background: transparent url(../images/archives-dotted-line.gif) repeat-x top left;
}
.entries ul li a {
	color: #0066FF;
	display: block;
	margin: 0;
	padding: 7px 0;
	text-decoration: none;
}
.entries ul li a:hover {
	background-color: #F8F8F7;
	text-decoration:none;
}
.entries span {
  display: block;
  text-align: right;
}
.entries span.archdate, .entries a:hover span.archdate  {
  float: left;
  margin-right: 3em;
  padding-left: .5em;
  width: 3em;
  color: #666;
}
.entries span.comments_number{
  float: right;
  margin-right: .5em;
  width: 3em;
  color: #666;
} 

.articlemeta {
    font-size: 80%;
    font-weight: bold;
    color: #999999;
    margin: 15px 0 10px 0;
}

/* News Comments */
.bigcommentbar {
	height: 30px;
	color: #FFFFFF;
	padding-left: 32px;
	padding-top:8px;
	background: url(http://www.ryden.co.ke/images/bg_bigcomment.png) no-repeat top left;
}

#comments_list {
	/*border-left: 1px solid #DADADA;*/
}

#comments_list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments_list ol li {
	padding: 8px 0;
	border-bottom: 1px solid #DADADA;
}

.commentmeta {
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px 0;
}

.commentbody {
	/*
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	*/
	color: #333333;
	margin: 0;
	line-height: 1.4em;
}

#commentall {
	margin: 5px 0;
	text-align: right;
}

#commentall a {
	color: #333333;
}

.commenttitle {margin-bottom: 10px;padding-bottom: 5px;border-bottom: 1px dotted #D1D1D1; text-align:left;}

/* ----------------------------- contact us form styles */
#myform{
	margin:0;
	padding:3px 0;
	border: none 0px #ffffff;
}
#myform p {
	margin:0;
	padding:0;
}
#myform input,#myform textarea,#myform select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ddd;
}

.myformbutton {
	background-color:#594D7F;	
	border: 1px solid #ddd;
	color:#fff;
}

.mystyle {
	color:#008000;
	font-size:120%;
	font-weight:bold;
}

/* News Archive */
ul.news-archive {
	list-style-type:none;
    list-style: square;
}

ul.news-archive li {

}

ul.news-archive li ul {
    list-style: square;
}

ul.news-archive li ul li {
    font-size: 86%;
}

/* News Post */
#post h3.blog-title a{color:#0066FF;text-decoration:none;}
#post h3.blog-title a:hover{color:#FF9900;;text-decoration:underline;}

.blog-title {
	margin-top:24px;
}

p.blog-text {
	text-align:left;
}

p.blog-text a {
	text-decoration:none;
}

hr.blog-sep {
    border: 0px;
    border-bottom: 2px solid silver;
}

p.blog-tags {
    border-top: 1px solid silver;
}

p.blog-tags a {
	text-decoration:none;
}

p.blog-posted {
	color:#333;
    font-size: 86%;
    font-weight: bold;
    margin-bottom: 6px;
}

