/*
Theme Name: chater's personal blog
Theme URI: http://chater.us/
Description: The default WordPress theme for  <a href="http://chater.us">Mohammed chater Personal Blog/a>.
Version: 1
Author: Fez-Soft
Author URI: http://chater.us
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://chater.us

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;vertical-align:baseline;background:transparent;margin:0;padding:0;}


/* Begin Typography & Colors */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	float: left;
	font: 10px tahoma;
	margin-top: 5px;
	}
    
.postmetadata small {
    padding: 5px ;
    display: block;
}

.thread-alt {
	background-color: #EBFAD8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

small {
	font:10px tahoma;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px tahoma ;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a {
	color: #8A9131;
	text-decoration: none;
    outline: none;
}
a:hover {
	color: #704926;
	
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 20px;
	text-align: justify;
	border-bottom: 3px dotted #D3D980;
	}

.post hr {
	display: block;
	}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/*	Begin Headers */

#main h1, #main h2, #main h3 {
	font: 25px "times new roman";
	}
h1 {
	margin: 0;
}


h2.pagetitle {
	text-align: center;
    display: block;
}

h2.widgettitle {
    margin-top: 30px;
}

h3 {
	padding: 0;

	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0 0;
	padding: 5px 3px;
	text-align: center;
	}

#sidbar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidbar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

input#author, input#url , input#auther , input#email , textarea#comment , input#submit {
	padding: 5px;
	border: 1px solid #ddd;
	}
input#author:hover, input#url:hover , input#auther:hover , input#email:hover , textarea#comment:hover , input#author:focus, input#url:focus , input#auther:focus , input#email:focus , textarea#comment:focus ,input#submit:hover , input#submit:focus {
	border: 1px solid #62E335;
}
input#author, input#url , input#auther , input#email {
	width: 250px;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 10px 0 ;
	background: #EBFAD8;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidbar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* strat my persnal code*/

.clear {
	clear: both;
}
body {
	background:#62E335 url('images/bg-head.gif') repeat-x center top;
	direction: rtl;
}

#all ,#head , #pages ,#content, #footer {
	padding: 0;
	margin: 0;
	font: 12px tahoma ;
	color: #704926;
}

#page {
	width: 1024px;
	margin: 0 auto;
}

	#logo {
		width: 308px;
		height: 167px;
		margin: 0 100px 0 0;
	}
	#logo a {
		background: url('images/logo.gif') no-repeat center bottom ;
		width: 100%;
		height: 100%;
		display: block;
	}
	#logo a:hover {
		background: url('images/logo.gif') no-repeat center top ;
	}
    
    #listes {
        list-style: none;
        float: left;
        margin: 30px 0 0;
    }
    
        #listes li {
            float: left;
            font: 18px arial;
            border-right: 1px dotted #F1E0D1;
        }
        
        #listes li.current_page_item a {
            color: #663300;
        }
        
        #listes li.current_page_item a:hover {
            color: #EBFAD8;
        }
        
        #listes li a {
            color: #663300;
            padding: 10px 20px;
        }
        
        #listes li a:hover {
            color: #EBFAD8;
        }

#head {
	background: url('images/head.gif') no-repeat center center;
	height: 417px;
    
}

#content {
	width: 1024px;
	background: url('images/bg.gif') repeat-y center center;
}

	#main {
		margin: 0 50px 0 0;
		float: right;
		width: 645px;
	}
	
	#main , #sidbar {
		text-align: justify;
		padding-bottom: 20px;
	}
	
	#sidbar {
		float: left;
		width: 250px;
		margin: 0 0 0 50px;
	}
	
		#sidbar ul {
			list-style: none;
		}
		#sidbar ul li h2 {
			padding: 2px 10px 5px;
			border-bottom: 1px dashed #D3D980;
		}
		
		#sidbar ul li ul {
			list-style: circle;
			color: #62E335;
            line-height: 21px;
			margin: 3px 30px 5px;	
		}
		* html #sidbar ul li ul {
			list-style: circle;
		}

#footer {
	height: 50px;
	background: #62E335;
	padding: 10px 50px;
    width:924px ;
    font: 11px tahoma;
}

	#footer p {
		float: right;
		width: 350px;
	}
    
        #footer p a {
            border-bottom: 1px dashed #704926;
            color:#704926 ;
        }
	
		#footer ul {
			list-style: none;
		}
		
		#footer ul li {
			border-right: 1px solid #A6AB65;
			float: left;
		}
		
		#footer ul li.none, #listes li.none {
			border: none;
		}
		
		#footer ul li a {
			padding: 0 10px ;
			display: block;
			color: #704926;
		}
		
		#footer ul li a:hover {
			color: #133300;
		}

/* general */

ul#arch {
    margin: 0 30px ;
}

a.more-link {
    padding: 5px 10px;
    margin: 10px 0;
    float: left;
}

a.more-link:hover {
    background:#704926 ;
    color: #EBFAD8;
    border-radius : 5px ;
    -moz-border-radius : 5px ;
    -webkit-border-radius : 5px ;
}

.pag , #pag {
    border-bottom: none;
}
