/*
Theme Name: klayah
Theme URI:
Description:
Version: 1.0
Author: AbuKhaled
Author URI: http://www.abukhaled.cc
Tags: , fixed width, three columns, valid XHTML, widgets
*/

body {
	font: 75%/150% Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/Page-BgTexture.jpg) repeat;
	margin: 0px;
	padding: 0px 0px 30px;
	direction: rtl;
}
a,a:visited {
	color: #CC6600;
	text-decoration: none;
}


a:hover {
	color: #FF0000;
	text-decoration: underline;

}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-right: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 1px 2px;
	border-bottom: 1px solid #eee;
	letter-spacing: -1px;
	font: bold 20px Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 20px auto;
	width: 890px;


}
/* header area */
#header {
  width: 890px;
}
#headerimg {
	 background: url(images/nav-top.png) no-repeat;
}




.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            padding-top: 5px;
            }

.post {
	padding: 5px 5px 5px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 416px;
    margin: 0px 0px 15px 0px;
}
.post-page {
	padding: 5px 5px 5px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 650px;
    margin: 0px 0px 15px 0px;
}
.post-title {
	float: right;
	margin-right: 0px;
	width: 100%;
	font-family: Arial,Tahoma;
}



.entry {
	clear: both;
    padding:5px 0px 5px 10px;
    margin-top: 0px;
    color: #444;
    font: normal 13px tahoma;
    text-align: justify;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat right;
	padding-right: 20px;
	float:right;
	font-size: 100%;
	color: #999;
	font-family: Tahoma,Arial;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat right;
	padding-right: 20px;
	float: left;
	font-size: 100%;
	font-family: Tahoma,Arial;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat right;
	padding-right: 20px;
	float: left;
	font-size: 100%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat right;
	padding-right: 18px;
	float: left;
    border: 1px solid #999;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
	font-family: Tahoma,Arial;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
	font-family: Tahoma,Arial;


}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 130%;
	font-family: Tahoma,Arial;
   	list-style: none;
}

 .span-number{
   float: left;
   color: #D3D3D3;
   font-size: 30px;
   margin: 3px;
   line-height: 25px;
 }


.commentlist li{
	padding: 5px 10px 0px 10px;

}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 100%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 100%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 420px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
	font-family: Tahoma,Arial;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	text-align: center;
	cursor: pointer;
}

/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat right !important;
	padding-right: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat right !important;
	padding-right: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat right !important;
	padding-right: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat right !important;
	padding-right: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat right !important;
	padding-right: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat right !important;
	padding-right: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 0 0 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 5px 10px 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 130px;
	height: 17px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #8B4513;
	background: #fff;
	margin-right: 2px;
	color: #8B4513;
	font-weight: normal;
    text-align: right;
    font-family: Tahoma;

}
/* search form button - to specify button only use input[type="submit"] */
#searchform #searchsubmit {
	background: url(images/search-btn.jpg) no-repeat ;
	width: 58px;
	height: 18px;
    margin-top: 10px;
    border: none;
    cursor: pointer;

}

/* footer area */
#footer {
	clear: both;
	color: #ACD7EE;
	font-size: 100%;
	padding: 0;
	font-family: Tahoma,Arial;
    width: 890px;
    height: 150px;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer h4 {
	font: normal 146%/100% Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
    width: 270px;
	float: left;
	margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dotted #eee;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat right;
	padding: 0px 20px 10px 0px;
}
.footer-recent-posts {
    width: 270px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat right;
	padding: 0px 20px 10px 0px;
}
.footer-about {
    width: 260px;
/*   	float: left;    */
  	padding-right: 10px;
	padding-left: 10px;
    border-left: 1px dotted #eee;
/*	background: url(images/footer-right-bg.gif) no-repeat;   */
}
/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 100%;
	line-height: 120%;
	font-family: Tahoma,Arial;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	padding-bottom: 2px;
	margin-right: 8px;
}
.loginout {
	padding-bottom: 2px;
	margin-right: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


.head-post{
   margin-top: 0px;


}

#content .postindex .footer-post{
 float: right;
 width: 100%;
 border-top: 0px dotted #888;
    position: relative;
    background: #fff;

}


.head-post .label , .footer-post .label{
 color: #666;
 font-family: Tahoma;
 font-size: 8pt;
 font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
}

.head-post .label a ,  .footer-post .label a{
    color: #D2691E;
}


 .head-post .label a:hover , .footer-post .label a:hover{
  color: #FF0000;
  text-decoration: none;
   }

.head-post-left{
    float: left;
    margin-top: 0px;
    width: 130px;
    font-family: Tahoma;
}


.style-top{
   float: left;
   margin-top: 3px;
   padding-left: 10px;
}
blockquote p
{
  color:#696969;
  font-style: italic;
   }

blockquote
{
  border-right:6px solid #A9A9A9;
  margin:10px 10px 10px 30px;
  padding:10px 10px 10px 55px;

  background-color:#FFFFE0;

  background-image:url('images/quote-l.gif');
  background-position:left bottom;
  background-repeat:no-repeat;
}
pre {
direction: ltr;
text-align: left;
border: solid 1px black;
font-size: 1.3em;
padding-left:5px;
background: #FBFBFB;
}

code {
color: #000000;
  font: 15px "Courier New", Courier, monospace;
}

.cat-main{
  float: right; width: 100%;
}
 .cat-main-div-0{
   background-color: #FFFFCC; float:right;width: 100%;
 }
   .cat-main-div-1{
   background-color: #FFF; float:right;width: 100%;
 }
  .cat-main-div-0:hover , .cat-main-div-1:hover { background-color: #E6E6FA;color:#fff;}

 .cat-main-title{
   float: right; width: 300px; text-align: right;padding: 0 3px;
 }
 .cat-main-date{
   float: right; width: 80px; text-align: center;border-right: 1px dotted #BBB;

}
 .cat-main-edit{
   float: right; width: 30px; text-align: center;border-left: 1px dotted #BBB;
 }
 .cat-main-comment{
   float: right; width: 60px; text-align: center;border-right: 1px dotted #BBB;
  }
 .cat-main-views{
   float: right; width: 60px; text-align: center;border-right: 1px dotted #BBB;

 }
 .cat-main-cat{
   float: right; width: 130px; text-align: center;border-right: 1px dotted #BBB;
   font-size: 11px;

 }


 .cat-main h3{
  font: 13px Tahoma;
 }

#img-klayah{
  background: url(images/Header.jpg) no-repeat top;
  height: 125px;
  width: 890px;
  border-top: 1px solid #B1A573;
  border-bottom: 1px solid #B1A573;

}

 #body-content{
  width: 890px;
  padding: 0px;
  margin: 0px;
  background: #F9F9F9;
 }



#klayah-logo{
       float: right;
       height: 40px;
       width: 295px;
       margin: 40px 145px;
       cursor: pointer;

}


/*index-body-left*/
#index-body-left{
  float: left;
  width: 672px;
  margin: 0px 0px 15px 10px;

}
/*/index-body-left*/


#content
{
	margin: 0px 0px 0 10px;
	padding: 0;
	float: left;
	width: 430px;
	overflow: hidden;

}
#content-page
{
	margin: 15px 0px 0px 10px;
	padding: 0;
	float: left;
	width: 672px;
	overflow: hidden;

}
.line-small{
  background: #ddd; height: 1px; width: 90%; margin: 2px 0px 2px 0px;
}


/* Sidebar1 LEFT Start */
#sidebar1
{
   	margin: 0 0 0 12px;
	padding:0;
    float: left;
	overflow: hidden;
	width: 230px;
}

#sidebar1 .sidebar-ul{
   list-style: none;
   margin: 0;
   padding: 0;
}


#sidebar1 .head-s-l{
 background: url(images/sidebar-left-header.jpg) no-repeat;
 padding: 0;
 margin: 0;
 font: bold 17px arial;
 height:32px ;
 width: 230px;
 color: #6A360F;
 }
 /*new news block start*/
#sidebar1 .head-s-l-new-news{
 background: url(images/sidebar-left-header-new-news.jpg) no-repeat;
 padding: 0;
 margin: 0;
 font: bold 17px arial;
 height:32px ;
 width: 226px;
 color: #6A360F;
 }
 #sidebar1 .body-s-l-new-news{
  background: #F5F5DC;
 margin: 0;
  padding: 1px;
  width: 226px;
  border: 1px solid #F2B35B;
}

 /*new news block end*/

 #sidebar1 .head-s-l-poll{
 background: url(images/sidebar-left-header-poll.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 230px;
 }

#sidebar1 .head-s-l-fatwa{
 background: url(images/sidebar-left-header-fatwa.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 230px;
 }
#sidebar1 .head-s-l-sound{
 background: url(images/sidebar-left-header-sound.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 230px;
 }
 #sidebar1 .head-s-l-video{
 background: url(images/sidebar-left-header-video.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 230px;

 }

#sidebar1 .head-s-l span{
  margin: 0px 14px;
  line-height: 38px;
  white-space: nowrap
}
#sidebar1 .body-s-l{
  background: url(images/sidebar-left-body.jpg) top repeat-y;
 margin: 0;
  padding: 0;
  width: 230px;
}

#sidebar1 .ul-body{
  padding-right: 20px;
  list-style-image: url(images/005_47.gif);
  margin: 0 ;
  width: 195px;
  text-align: right;

}

#sidebar1 .footer-s-l{
  background: url(images/sidebar-left-footer.jpg) no-repeat;
  width: 230px;
  margin: 0px 0px 15px;
  height: 8px;
}
/* Sidebar1 Left END */



/* Sidebar2 right Start */
#sidebar2
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	overflow: hidden;
	width: 183px;

}

#sidebar2 .sidebar-ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

#sidebar2 .head-s-r-search{
 background: url(images/sidebar-right-header-search.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 183px;
 }
#sidebar2 .head-s-r-tags{
 background: url(images/sidebar-right-tags.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 183px;
 }
 #sidebar2 .head-s-r-stats{
 background: url(images/sidebar-right-stats.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 183px;
 }
 #sidebar2 .head-s-r-mail-list{
 background: url(images/sidebar-right-mail-list.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 183px;
 }
#sidebar2 .head-s-r{
 background: url(images/sidebar-right-header.jpg) no-repeat;
 padding: 0;
 margin: 0;
 font:19px tahoma;
 height:32px ;
 width: 183px;
 }
#sidebar2 .head-s-r-small{
 background: #F4F1E8 url(images/sidebar-right-header-small.jpg) no-repeat;
 padding: 0;
 margin: 0 0 -1px 0;
 font:19px tahoma;
 height:9px ;
 width: 183px;
 }

#sidebar2 .head-s-r span{
  margin: 0px 14px;
  line-height: 40px;
  white-space: nowrap
}
#sidebar2 .body-s-r{
  background: url(images/sidebar-right-body.jpg) top repeat-y;
 margin: 0;
  padding: 0;
  width: 183px;
}

#sidebar2 ul.ul-body{
 list-style: url(images/cat-list-icon.gif);
  padding:0;
  margin:0;
  width: 170px;
  text-align: right;
  list-style-position: outside;
}
#sidebar2 ul.ul-guesbook{
 list-style: url(images/guesbook-icon.gif);
  padding:0;
  margin:0;
  width: 170px;
  text-align: right;
  list-style-position: outside;
}
#sidebar2 ul.ul-contact{
 list-style: url(images/contact-icon.gif);
  padding:0;
  margin:0;
  width: 170px;
  text-align: right;
  list-style-position: outside;
}
#sidebar2 ul.ul-body li,ul.ul-contact li,ul.ul-guesbook li{
  margin: 0 16px 0 0;
  border-bottom: 1px solid #ddd;
}
#sidebar2 ul.ul-body li ul{
  list-style: url(images/cat-sub-list-icon.gif);
  padding:0;
  margin:0;
  list-style-position: outside;
}
#sidebar2 ul.ul-body li ul li{border:none;}

#sidebar2 .footer-s-r{
  background: url(images/sidebar-right-footer.jpg) no-repeat;
  width: 183px;
  margin: 0px 0px 15px;
  height: 9px;
}
/* Sidebar2 right END */

/* block momez start */
#show-momez{
  width: 428px;
  border: 1px solid #ddd;
  margin: 4px 0 20px 0;
  }

/* Start d13slideshow */
#d13slideshow-DIV{
  width: 670px;
  height: 125px;
  float: left;
  margin: 15px 0px 15px;
}

 /*File*/
        #d13slideshow{
            background: #eee;
			width:428px;
			height:100px;
			margin:0px;
            padding:0px; }
		#d13nav{
			margin:10px; padding:0px;
		}
		#navleft{
			z-index:200;
			position:absolute;
			width:15px;
			height:210px;
			margin:0px; padding:0px; }
		#navright{
			z-index:201;
			position:absolute;
			width:15px;
			height:210px;
			margin:0px; padding:0px;
			margin-left:525px; }
		#navleft a,
		#navright a{
			width:15px;
			height:210px;
			display:block;
			background-color:#000000;
			background-position:center center;
			background-repeat:no-repeat; }
		#navleft a{
			background-image:url(http://localhost/wp1/wp-content/plugins/d13slideshow/left.gif); }
		#navright a{
			background-image:url(http://localhost/wp1/wp-content/plugins/d13slideshow/right.gif);  }
		#navleft a:hover, #navright a:hover{}
		#navleft a span, #navright a span{ display:none; }
		div.d13slide{
			padding:0px;
			margin:0px; }
		div.d13slide img{
			padding:0px;
			margin:0px; }
		div.d13fader{
			background-color:#000000;
			font-family:tahoma, Helvetica, sans-serif;
			height:40px;
			z-index:1;
			margin:-40px 0px 0px 0px;
			padding:0px; }
		div.d13fader h3{
			font-size:12px;
			font-weight:bold;
			padding:4px;
			margin:0px; }
		div.d13fader h3 a{ color:#FFFF00; }
		div.d13fader h3 a:hover{ color:#FFFFFF; }
		div.d13fader p{
			font-size:10px;
			font-weight:normal;
			padding:2px 4px 4px 4px;
			margin:0px;
			color:#FFFFFF; }
		div.d13fader p a{
			color:#FF3300; }
		div.d13fader p a:hover{
			color:#FFFFFF; }


/*End d13slideshow*/

#footer-image{
  	background: url(images/footer.png) no-repeat;
    height: 53px;
    width: 890px;

}
#akhbar-klayah{
  background: url(images/akhbar-klayah.jpg) no-repeat;
  width: 428px;
  height: 25px;
  border-bottom: 2px solid #006600;
}

#sngle-info{
  border: 1px solid #ddd;
  background: #FFFFCC;
  margin-bottom:10px;
  padding:0;
  width: 226px;
}
#sngle-info .st {
  color: #888;
  /*background: #ff0000;*/
  font: 16pt arial bold;
  border-bottom: 1px dotted #888;
  margin-bottom: 4px;
  padding-right: 5px;
}


#nav-menu{
  background: #F9F9F9 url(images/nav.jpg) repeat-x;
  height: 35px;
  width: 890px;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;

}

#nav {
	list-style: none;
	margin: 0px ;

    }
#nav li {
	float: right;
	margin-right: 5px;

}

#nav .current_page_item a,
#nav .current_page_item a:visited,
#nav .current_page_item a:hover {
    color: #000;
	text-decoration: none;
    background: #F9F9F9;
	padding: 0px 10px;
	font: 13px;
	border:1px solid #AB9D69;
	display: block;
    margin: 0px;
}
#nav .page_item a{
	color: #000;
	text-decoration: none;
	background: #F5F1E8;
	padding: 0px 10px;
	font: 13px;
	border:1px solid #E1D6BB;
	display: block;
    margin: 0px;
height: 22px;
    vertical-align: middle;
}
#nav .page_item a:hover  {
    color: #000;
    background: #FFFAFA;
    border: 1px solid #8D6938;
}

#login-ajax{

}

.login-head{
  border-bottom:2px solid #666;
  background: #efefef;
  font: bold 13pt Arial;
  color:#666;
  padding: 3px 5px 3px 0px;
}
.login-cotent{
  border: 1px solid #ddd;
  background:#fff;
}
 .login-head-lock{
   float: left;
   background: url(images/lock-icon2.gif) no-repeat left;
   width: 30px;
   height: 38px;
   margin:-40px 0px 0 5px;
   border: 0px solid #000;

 }
 .login-button{
   border: 1px solid #888;
   background: #eee;
   font:bold 14px Arial;
   padding: 5px 5px 5px 5px;
   margin: 5px 5px 5px 5px;
 }


/* sub cat */
#sub-cat ul li{
 list-style: none;
 width: 230px;
 margin: 0;
 padding: 0;
}


#sub-cat ul li .head-s-l{
 background: url(images/sidebar-left-header.jpg) no-repeat;
 padding: 0;
 margin: 0;
 height:32px ;
 width: 230px;
 }

#sub-cat ul li .head-s-l div a{
  position:absolute;
  padding: 0 5px;
  margin: 5px 5px 0 0;
  font: bold 16px arial;
  color: #763D12;
}
#sub-cat ul li .head-s-l div a:hover{
  color: #E28138;

}
#sub-cat ul li .body-s-l{
  background: url(images/sidebar-left-body.jpg) top repeat-y;
 margin: 0;
  padding: 0;
  width: 230px;
  text-align: center;
}
#sub-cat ul li .body-s-l p{
  font: normal 20px arial;
  text-align: center;
  height: 10px;
}
#sub-cat ul li .ul-body{
  padding-right: 20px;
  margin: 0 ;
  width: 195px;
  text-align: right;

}

#sub-cat ul li .footer-s-l{
  background: url(images/sidebar-left-footer.jpg) no-repeat;
  width: 230px;
  margin: 0px 0px 15px;
  height: 8px;
}
#footer-div{
  background: #F5F1E8;
  border: 1px solid #DCC5A5;
  width: 860px;
  margin:0;
  padding:5px 0 0 0;;
  clear: both;
}
#footer-div h2{
  border-bottom:1px solid #DCC5A5;
  text-align: center;
}
.footer-views,.footer-comment,.footer-lastpost{float: right;width:280px; margin-right: 5px;}
.footer-views ul, .footer-lastpost ul, .footer-comment ul{
  list-style: url(images/cat-list-icon.gif);
  margin-right: 20px;;
  padding: 0;
  text-align: right;
}
.search-lista,.search-lista h2 {margin-right: 5px;text-align: right;}
.search-lista ul{
  list-style: url(images/cat-list-icon.gif);
  margin-right: 20px;;
  padding: 0;
  text-align: right;
  clear: both;
}