/*
Theme Name: Cleaker
Theme URI: http://pomomusings.com/design/
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 2.1
Author: Adam Walker Cleaveland
Author URI: http://pomomusings.com/design/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFFFFF url(images/majed.gif) ;
	font-size: 13px;
	color: #000;
	font-family: tahoma,"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	direction: rtl;
}

img {
	border: 0;
}

a {
	color: #da790b;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}



/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 775px;
	position: relative;
	background: #fff url(images/contentBg2.gif) repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 775px;
	background: #fff url(images/header.jpg) top center no-repeat;
	height: 172px;
	margin-top: 0;
	color: #fff;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
	display: block;
}

#content {
	width: 530px;
	float:left;
	color: #000;
	padding: 30px;
}

#sidebarRight {
	width: 135px;
	float: right;
	color: #000;
	background: #dcddca;
	padding: 20px;

}

* html #sidebarRight {
	width: 135px;
}

#sidebarLeft {
	width: 0px;
	float: right;
	color: #000;
	padding: 0px;
}

* html #sidebarLeft {
	width: 0px;
}

#footer {
	clear: both;
	width: 746px;
	background: #000;
	color: #fff;
	text-align:right;
	height: 33px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 775px;
	float:left;
	background: #8F8E62 url(images/navOnBlue.gif) repeat-x;

	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	direction: rtl;
	text-align:right;

}

ul#Nav li {
	float: right;
	border-left: 1px solid #fff;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	direction: rtl;
	display: block;
	float:left;
	text-align:right;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #cf7f26 url(images/navOff.gif) repeat-x;
	text-decoration: none;
		text-align:right;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 60px;

}
.post-date {
	width: 45px;
	height: 49px;
	float:right;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 1px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #e8e9dc url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;

}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align:right;
	font-weight: normal;
	margin:  0  0 7px 0 ;

	padding: 30 30px 30 30;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 30px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}
h6 {
	margin: -15px 0 10px 8px;
	padding: 0;
	font-weight: normal;
	font-size: 9px;
	color: #424040;
}
/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: left;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align:right;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;

}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% tahoma,"Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

#sidebarRight a {
	color: ;
	
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
	

}

#sidebarLeft a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}



/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 13px;
	
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 .2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 15px; 
	
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.font-family ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {

	font-size: 11px;
	text-align:right;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #afb65b;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #5c7c9a;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: left;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: left;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	background:#E4E5D4;
	border: 1px solid #B5B58B;
	width: 200px;
	padding: 4px;
	margin: 5px 5px 1px 0;

}

#commentform textarea {
	background:#E4E5D4;
	border: 1px solid #B5B58B;
	width: 500px;
	padding: 5px;
	margin: 2px;

	font-size: 12px;
}

#commentform #submit {
	margin-left: 18px;
	padding: 5px;
	float: left;
	border: 1px solid #B5B58B;

}



.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.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 {

}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;

}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/***** added by majed *****/
.post-title {
	float: right;
	margin-right: 10px;
	width: 430px;

}

.post-cat {
	background: url(images/tag.png) no-repeat right;
	padding-right: 20px;
	float:right;
	font-size: 100%;
	color: #999999;

}

.editing {
	padding: 0px;
	float: left;
}
.viewingcount {
	padding-right: 18px;
	float: left;
}
/**** start MAJED comment *****/

.comment_user {
	float: right;
	width: 500px;
	padding: 5px;
	background-color: #f3f3f3;
	border: 0px #eeeeee;
	position: relative;
	}
	
.comment_user_alt {
	float: right;
	width: 500px;
	padding-right: 5px;
	background-color: #FBFBFB;
	border: 0px #eeeeee;
	position: relative;
	}
.user_avatar {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 52px;
	width: 52px;
	position: relative;
	}
.user_infos {
	float: left;
	width: 443px;
	}
.com_author {
	float: left;
	width: 440px;

	font-size: 11px;
	font-weight: bold;
	}
.com_text {
	float: left;
	width: 440px;
	padding-top: 10px;
	color: #000000;
	line-height: 16px;
	}
.com_break {
	float: left;
	height: 20px;
	width: 500px;
	}
	
/**** end MAJED comment *****/

/**** list cat MAJED *****/
ul.list-cat li, li.widget_categories li{
	background: url(images/tag3.png) no-repeat right !important;
	padding-right: 20px !important;
}


ul.archives li, li.widget_archives li{
	background: url(images/archive.gif) no-repeat right !important;
	padding-right: 20px !important;
}

/**** Contact me ****/
/* 
Coldskin #2 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/08/contact-coldskins/ 
*/

div#coldform * {
    padding: 0;
    margin: 0;
    border: 0;
}
div#coldform {
    font-family: Tahoma;
    background-color: #484848;
    border: 0px #000000;
    font-size: 10px;
    margin: 11px 0;
    width: 500px;
    color: #777;
}
div#coldform fieldset {
    border: 0 none;
    display: block;
    clear: both;
}
div#coldform legend.hide {
    display: none;
}

}
.input:focus, textarea:focus { 
    border: 0px #777; 
    color: #aaa;
}


div#coldform label.label {
    font-size: 1.1em;
    display: block;
    margin: 5px 0;
    padding-top: 5px;
    width: 177px;
    clear: left;
    float: left;
}

div#coldform label.label2 {
color:#888888;
display:block;
font-family:Tahoma;
font-size:12px;
padding-bottom:10px;
width:463px;
float:left;
clear:left;

}

  
div#coldform input.input {
    font-family: Tahoma;
    border: 0px #7B7B7B;
    background: #222;
    padding: 3px 3px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 300px;
    color: #888;
    clear: right;
    float: right;
}

div#coldform textarea#coldform_message
 {
    font-family: tahoma;
    border: 0px #7B7B7B;
    background: #222;
    padding: 1px 3px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 470px;
    color: #888888;
    clear: right;
    float: right;
}


div#coldform input.submit {
   font-family: Tahoma;
    border: 0px #7B7B7B;
    margin: 7px 10px 10px 0;
    background: #222;
    font-size: 12px;
    cursor: pointer;
    display: block;
    padding: 3px;
    width: 308px;
    color: #888;
    clear: right;
    float: right;
}


div#coldform input.check {
display:block;
margin: 0;
padding-bottom: 5px;
width:37px;
float:right;
clear:right;
}
/***** End contact Me ******/