/*  

	Theme name: araby4ever
	Theme URI: http://araby4ever.net
	Description: the first Advanced wp Theme by <a href="http://twitter.com/OssamaZ">iDesiGn</a>
	Tags: advanced Design, left sidebar, Blue, clean, simple, nice, jQuery
	Author: OssamaZ
	Author URI: http://twitter.com/OssamaZ
	Version: 1.0

*/

/* -----------------------[ CSS REST ]------------------------ */
@import url('RO-CSS-Boxes.css');
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
    margin: 0;
}
a, a:hover, a:link, a:active, a:visited {
	outline: 0;
	text-decoration: none;
}
/* ---------------------[ END CSS RESET ]------------------------ */


/*  ****************************
		GENERAL PRESENTATION
	**************************** */


body {
	direction: rtl;
	font: 13px Tahoma, Verdana, Arial, Serif;
	background: #f0f0ed url('images/bg-repeat.gif') repeat-x;
}



/* General Wrraper */

#wrraper {
	width: 993px;
	margin: -5px auto 0;
}


/*  ******************
	    MISC STYLES
	****************** */

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.divider {
	margin: 18px auto;
	width:560px;
	height:14px;
	background: url('images/divider.gif') no-repeat;
}
::-moz-selection {
	background: #fc9d50;
	color: #fff;
}
::selection {
	background: #fc9d50;
	color: #fff;
}
.cont-read {
	display: block;
	margin: 10px 0 20px 10px;
	width: 141px;
	height: 26px;
	background: url('images/cont-read.png') no-repeat top;
	}
	.cont-read:hover {
			background: url('images/cont-read.png') no-repeat bottom;
		}
#last-next {
	height: 29px;
	text-indent: -99999px;
}
#last-entries {
	background: url('images/last.png') no-repeat top;
	width: 123px;
	height: 29px;
	}
	#last-entries:hover {
		background-position: bottom;
	}
#next-entries {
	background: url('images/next.png') no-repeat top;
	width: 123px;
	height: 29px;
	}
	#next-entries:hover {
		background-position: bottom;
	}
	

/*  ******************
		TOP HEADER
	****************** */
	
#header {
	background: transparent url('images/header.gif') no-repeat;
	width: 993px;
	height: 296px;
	position: relative;
}	
	
#logo {
	width: 293px;
	height: 90px;
	position: absolute;
	top: 60px;
	right: 50px;
	background:transparent url('images/araby4ever.png') no-repeat;
	text-indent:-99999px;
}	

#sayword {
	width: 230px;
	height: 100px;
	text-align: justify;
	color: #1c5c67;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	overflow: auto;
	top: 64px;
	left: 336px;
	text-indent: 10px;
	}
	#sayword:after {
			content: "..";
		}



ul#navLinks {
	list-style: none;
	position: absolute;
	top: 190px;
	right: 100px;
}

ul#navLinks li {
	float: right;
	margin-left: 8px;
}

ul#navLinks li a {
	display: block;
	padding: 2px 8px 4px;
	color: #FFF;
	font: 13px Tahoma, Verdana, Arial, Serif;
	text-align: center;
	}
	ul#navLinks li a:hover {
		    color: #0c7d94;
			padding: 1px 7px 3px;
			background-color: #a0e5f3;
			border: 1px solid #a0e5f3;
			-moz-border-radius-bottomright:6px;
			-moz-border-radius-topleft:6px;
			-webkit-border-radius-bottomright:6px;
			-webkit-border-radius-topright:6px;
		}

#topinfo {
	font-size: 12px;
	width: 875px;
	margin:0 auto !important;
	padding: 4px 15px 0 10px;
	color: #003663;
}
#topinfo a {color: #767871;}
#topinfo a:hover {color: #157da4;}
	
#rssReader {
	width: 120px;
	height: 138px;
	position: absolute;
	top: 39px;
	left: 55px;
	background: transparent url('images/rssReader.png') no-repeat;
	text-indent: -99999px;
}
	
#rssCont { 			/* Rss Readers Number*/
	width: 65px;
	height: 25px;
	color: #003663;
	font: bold 24px Arial, Georgia, Verdana, Tahoma, Serif;
	position: absolute;
	top: 85px;
	left: 165px;
	line-height: 25px;
}

#follow {
	width: 120px;
	height: 43px;
	background: transparent url('images/follow.png') no-repeat;
	position: absolute;
	top: 230px;
	left: 87px;
	text-indent: -99999px;
}
	
	
/*  ******************
		SEARCH BOX
	****************** */	
			
#searchform {
	height: 24px;
	width:196px;
	position: absolute;
	top: 188px;
	left: 85px;
}
#searchBotton {
	border: none;
	width: 28px;
	height: 27px;
	background: transparent url('images/botton.png') no-repeat;
	cursor: pointer;
	padding-bottom: 2px;
	position: absolute;
	top: 1px;
	left: 6px;
}
#searchText {
	width: 150px;
	color: #146e69;
	background: #e3e5e5;
	padding: 3px 5px 3px 0;
	border: 1px solid #1094ae;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: absolute;
	top: 2px;
}
#searchText:focus{
	background: #F8F8F8;
	border-color: #4AB6D9;
}


/*  ***********************
		CONTENT WRRAPER
	*********************** */
	
#content-wrraper {
	width: 993px;
	background: transparent url('images/content-bg.gif') repeat-y center center;
}
	
#container {
	width: 900px;
	margin: 0 auto !important;
}	


/*  
  ********************
		CONTENT
  ********************
*/

#content {
	width: 559px;
	float: right;
	padding: 0 20px 20px 10px;
}

}

/* content typography */
#content .dwnld,
#content .note,
#content .error {
	display: block;
	width: 585px;
	min-height: 35px;
	float: left;
	margin: 10px 0;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;


}

#content .dwnld {background: #EBFEDA url('images/dwnld.jpg') no-repeat 5px 4px;}

#content .note {background: #FFF9D7 url('images/info.jpg') no-repeat 5px 4px;}

#content .error {
	background: #FF9D9D url('images/error.gif') no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}


/*  
  *************************
		POSTS & ENTRIES
*/

.posts {
	line-height: 22px;
}

.posts h2.post-title {
	margin-bottom: 5px;
	padding: 0 22px 0 0;
	font: bold 25px Arial, Tahoma, Verdana, Serif;
	background: transparent url('images/post.png') no-repeat right;
	}
	.posts h2.post-title:hover {
			background: transparent url('images/post-hover.png') no-repeat right;
		}
		
.posts h2.post-title a{
	color: #585959;
	}
	.posts h2.post-title a:hover {
			color: #3d94bb;
		}
.posts h2.page-title {
    color: #329FDA;
	margin-bottom: 5px;
	padding: 0 22px 0 0;
	font: bold 25px Arial, Tahoma, Verdana, Serif;
	background: transparent url('images/page-hover.png') no-repeat right;
}
		
h2.arch-title {
	color: #FFF;
	background-color: #4484C4;
	text-align: center;
	font:bold 28px Arial, Georgia, Tahoma, Serif;
	margin:10px 0 20px;
}


.metadata {
	margin-bottom: 10px;
	padding: 0 10px;
	color: #585959;
	background: #e1f1f8;
	border: 1px dashed #33c1dd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.metadata a {color: #585959;}
.metadata a:hover {color: #850357;}
.meta-date {
	background: url('images/date.png') no-repeat right;
	padding:0 20px 0 0;
}
.meta-under  {
	background: url('images/label-hover.gif') no-repeat right;
	padding:0 20px 0 0;
	}
.meta-coment  {
	background: url('images/coms-hover.png') no-repeat right;
	padding:0 20px 0 0;
	}

.posts .entry p {
	text-indent: 20px;
	text-align: justify;
	line-height: 24px;
}

.posts .entry p a {
	color: #f216a2;
	}
	.posts .entry p a:hover {
			color: #03cbe9;
			border-bottom: 1px dashed #0777ab;
		}

h1 {font: bold 22px Arial, Verdana, Tahoma, Serif;}
h2 {font: bold 20px Arial, Verdana, Tahoma, Serif;}
h1, h2 {
	margin:5px 0;
}

.posts .entry blockquote {
	margin: 5px 10px 10px 0 ;
	padding: 10px 36px;
	background: #F7F7F7 url('images/quote.png') no-repeat right top;
	color: #858585;
	border-right: 6px solid #6ACDEA;
	border-bottom: 1px dashed #C0C0C0;
}
.posts .entry blockquote a {color: #40ade0;}
.posts .entry blockquote a:hover {
	color: #0ee0ff;
	border-bottom:1px dashed #0e8091;
}


.posts .entry ul li {
	padding: 0 22px 0 0;
	background: url('images/check.png') no-repeat right;
}
.posts .entry ul li:hover {
	background: url('images/check-hover.png') no-repeat right;
}
.posts .entry ul li a {color: #F36;}
.posts .entry ul li a:hover {color: #F60;border-bottom:1px dashed #0e8091;}
.posts .entry q {
	background: #E6EEC1;
	color: #AA6040;
}



/* ********************
	   	  SIDEBAR
   ******************** */


#sidebar {
	width:311px;
	float: left;
}
	
#portfolio a {
	width: 202px;
	height: 34px;
	background: url('images/portfolio.png') no-repeat top;
	text-indent: -99999px;
	display: block;
	margin:0 auto;
	}
	#portfolio a:hover {
			background-position: bottom;
		}

ul#globalul {
	list-style:none;
	margin:0;
	padding:0;
}

/* Special Widgets ON SIDEBAR */	
#side-adsens {
	width: 288px;
	padding: 0 22px 5px 0;
}

h2#ads-h2 {	
	width: 322px;
	height: 37px;
	background: transparent url('images/ads-h2.png') no-repeat;
	text-indent: -99999px;
	margin: 5px 1.5px 0 0;
}
h2#pages-h2 {	
	width: 322px;
	height: 37px;
	background: transparent url('images/pages-h2.png') no-repeat;
	text-indent: -99999px;
	margin: 5px 1px 0 0;
}
h2#register-h2 {	
	width: 333px;
	height: 49px;
	background: transparent url('images/register-h2.png') no-repeat;
	text-indent: -99999px;
	margin: 5px 1px 0 0;
}

#side-adsens ul {
	list-style: none;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}

#side-adsens ul li {
	float: right;
	margin: 0 0 6px 16px;
}

#side-adsens ul li a {
	display: block;
	width: 125px;
	height: 125px;
	color: #CACACA;
	background: #EFEFEF;
	line-height: 125px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	#side-adsens ul li a:hover {
			color: #737373;
			background: #ebebeb;
		}
	
#side-pages {
	width: 310px;
	padding: 0 0 5px 0;
}	
#side-pages ul {
	margin:2px 0 0;
	padding:0;
	list-style: none;
}	
#side-pages li {
	margin:0;
	padding:0 6px 0 0;
	border-bottom: 1px dashed #e2e1e1;
	border-right: 5px solid #e7e7e7;
	}
	#side-pages li:hover {
			background: #dff5fa;
			border-color: #D2176B;
			border-right: 5px solid  #19b3fc;
		}

#side-pages li a {
	color: #585959;
	display: block;
	padding: 10px 22px 10px;
	background: transparent url('images/folder.png') no-repeat right;
	}
	#side-pages li a:hover {
		color: #ea0eb4;
		background: transparent url('images/folder-hover.png') no-repeat right;
	}
#side-register {
	width: 310px;
	padding: 0 0 5px 0	
}
#side-register ul {
	margin:2px 0 0;
	padding:0;
	list-style: none;
}	
#side-register li {
	margin:0;
	padding:0 6px 0 0;
	border-bottom: 1px dashed #e2e1e1;
	border-right: 5px solid #e7e7e7;
	}
	#side-register li:hover {
			background: #f6fdec;
			border-color: #c95109;
			border-right: 5px solid  #90db2c;
		}

#side-register li a {
	color: #585959;
	display: block;
	padding: 10px 22px 10px;
	background: transparent url('images/link.png') no-repeat right;
	}
	#side-register li a:hover {
		color: #c95109;
		background: transparent url('images/link-hover.png') no-repeat right;
	}

/* THE SIDEBAR WIDGETS */
/* ******************* */

.widget {
	width: 310px;
}
.widget h2 {
	width: 314px;
	height: 49px;
	background:transparent url('images/h2-bg.png') no-repeat;
	padding:0 20px 0 0;
	color: #F9F9F9;
	font: bold 26px Arial, Verdana, Tahoma, Serif;
	line-height: 45px;
}
.widget ul {
	list-style: none;
	padding:0;
	margin:0;
	overflow: hidden;
}	
.widget ul li {
	float: right;
	width: 144px;
	padding: 0 6px 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #e2e1e1;
	border-right: 5px solid #e7e7e7;
	}	
	.widget ul li:hover {
			border-color: #D2176B;
			border-right: 5px solid #FBC695;
		}
		
.widget ul li a {
	display: block;
	padding: 10px 22px 10px;
	color: #585959;
	background: transparent url('images/star.png') no-repeat right;
	}	
	.widget ul li a:hover {
			color: #06646a;
			background: transparent url('images/star-hover.png') no-repeat right;		
		}
	
	
	
/*  ***********************
		FOOTER WRRAPER
	*********************** */
	
#footer {
	width: 993px;
	height: 105px;
	background: transparent url('images/footer-bg.gif') no-repeat;
	position: relative;
}
	
#footer p.copy {
	color: #003663;
	font: italic bold 13px 'Trebuchet MS', Tahoma, Verdana, Serif;
	position: absolute;
	bottom: 11px;
	left: 350px;
}	
	
#gotop {
	width: 29px;
	height: 31px;
	background: transparent url('images/up.gif') no-repeat;
	position: absolute;
	bottom: 6px;
	right: 60px;
	text-indent: -99999px;
}	
	
#wplogo {
	width: 45px;
	height: 42px;
	background: transparent url('images/wordpress.gif') no-repeat top;
	text-indent: -99999px;
	position: absolute;
	bottom: 25px;
	right: 102px;
	}
	#wplogo:hover {
			background-position: bottom;	
		}
	
#idesign {
	width: 100px;
	height: 39px;
	background: transparent url('images/idesign.png') no-repeat;
	text-indent: -99999px;
	position: absolute;
	bottom: 0;
	left: 50px;
}
	
#twitter {
	width: 51px;
	height: 42px;
	background: transparent url('images/twitter.png') no-repeat;
	text-indent: -99999px;
	position: absolute;
	bottom: 37px;
	left: 150px;
}
	

/* *********************
		 COMMENTS
   ********************* */

/* Comment Form */

#commentform input {
	width: 170px;
	padding: 3px;
	margin: 5px 5px 1px 0;
	color: #8F8F8F;
	background: #F4F4F4;
	border:1px solid #A5ACB2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#commentform input:focus {
	padding: 3px;
	background: #F9F9F9;
	border:1px solid #3FADE9;
	color: #1D1D1D;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 95%;
	padding: 5px;
	margin-right:4px;
	font: 13px Tahoma, Verdana, Serif;
	background: #F4F4F4;
	border:1px solid #A5ACB2;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#commentform textarea:focus {
	padding: 5px;
	background: #F9F9F9;
	border:1px solid #3FADE9;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 0 14px;
	float: left;
}
#commentform #submit:hover {
	color: #1D1D1D;
	cursor: pointer;
	background: #F9F9F9;
	border:1px solid #3FADE9;
}

/* Comment Form End */

.avatar {
	float: left;
	border: 3px solid #EEE;
	margin:0 0 10px;
}

h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	text-align: center;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.alt .comment-body {
	border-style: dashed;
	border-right: 3px solid #999;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.comment-body {
	padding:10px 20px;
	border:1px dashed #DDD;
	border-right: 3px solid #ddd;
	-moz-border-radius-topleft: 109px;
	-webkit-border-radius-topleft: 109px;
}

.commentlist li {
	margin: 10px 0 0;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 10px 10px 0;
}

.children { padding: 0; }

.fn {
	color: #949494;
	font:bold 13px Tahoma, Verdana, Arial, Serif;	
}
.fn a {
	color: #3B3B3B;
}
.fn a:hover {
	color: #E03A85;
	text-decoration: underline;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}	

.comment-meta a{
	color: #9F9F9F;
}
.comment-meta a:hover {
	color: #C92949;
}

#commentform small {
	font: 11px Tahoma, Verdana, Serif;
}

#respond h3 {
	margin:10px 25px 10px 0;
	font:bold 25px Arial, Verdana, Tahoma, Serif;
}
/* Comment by User */

.bypostauthor .comment-body {
	border:1px dashed #39AFD7;
	border-right: 8px solid #91CFF0;
}
.bypostauthor .avatar {
	border-color: #7EC7E2;
}

/*	*****************
	    404 ERROR
    ***************** */

#not-found {
	direction: ltr;
	font: italic 18px "Trebuchet MS", Arial, Tahoma, Verdana, Serif;
	text-align: center;
	padding-top: 50px;
}
#not-found h1 {
	color: #4D788C;
	font: italic bold 26px Georgia, Arial, Serif;
}
#not-found hr {
	width:160px;
	margin:10px auto 40px;
	border: none;
	border-bottom: 3px dashed #66CFDB;
}
#not-found p {
	margin:20px 20px 40px;
}
#not-found p .red {
	color: #F39;
}
