/* LayOut 
===================================*/


#header
{	
	background:url(http://www.qadhy.com/images/header_c.jpg) repeat-x;
	height:247px;
	direction:ltr; /* TODO : why "rtl" not working ? */ 
	width:100%;
}


#header #header_r
{
	background:url(http://www.qadhy.com/images/header_r_bg.jpg) repeat-x;
	height:188px;
	width:400px;
	float:right;
	position:relative;
	z-index:1;
	min-width:350px;
}

#header #logo_r
{
	background:url(http://www.qadhy.com/images/header_r_logo.jpg) no-repeat right top;
	height:188px;
	width:240px;
	float:right;
	
}

#header #logo_l
{
	background:url(http://www.qadhy.com/images/header_r_l.jpg) no-repeat left top;
	height:188px;
	width:124px;
	float:left;
	position:relative;
	z-index:1;
}


#title
{
	background:url(http://www.qadhy.com/images/header_r_title.jpg) right;
	width:278px;
	height:44px;
	float:right;
	clear:both;
}

#menu {

	position:absolute;
	top:204px;
	left:0;
	width:550px;
}
#menu ul {
	margin:0;
	padding:0 ;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:right;
	background:url("http://www.qadhy.com/images/menutab_l.gif") no-repeat left top;
	margin:0 2px;
	height:28px;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#ffe0ba;
	width:100px;
}
#menu a span {
	cursor:pointer;
	float:right;
	display:block;
	height:19px;
	background:url("http://www.qadhy.com/images/menutab_r.gif") no-repeat right top;
	padding:5px 30px 4px 6px;
	text-align:center;

}
/* Commented Backslash Hack hides rule from IE5-Mac */
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
	background-position:0% -28px;
}
#menu a:hover span {
	background-position:100% -28px;
}

#menu .fav a 
{
	background:url(http://www.qadhy.com/images/qadhyfav.jpg) no-repeat;
}

#menu .home a 
{
	background:url(http://www.qadhy.com/images/qadhyhome.jpg) no-repeat;
	
}
#menu .home a  , #menu .fav a
{
	width:17px;
	padding:0;
	margin:0 5px;
}
#menu .home a:hover  , #menu .fav a:hover{
	background-position:0% 0%;
}


#header #header_l
{
	background:url(http://www.qadhy.com/images/header_l_bg.jpg) repeat-x ;
	height:188px;
	width:100%;
	position:absolute;
}
#header  #header_l #img
{
	background:url(http://www.qadhy.com/images/header_l.jpg) no-repeat center bottom;
	height:188px;
	width:515px;
}

#footer
{
	background:#67320a url(http://www.qadhy.com/images/footer.jpg) repeat-x;
	height:115px;
	clear:both;
}
#footer .body
{
	text-align:center;
	padding-top:35px;
	
	
}

#footer #footer_r
{
	background:url(http://www.qadhy.com/images/footer_r.jpg)  no-repeat center;
	float:right;
	width:200px;
	height:115px;
}
#footer #footer_l
{
	background:url(http://www.qadhy.com/images/footer_l.jpg)  no-repeat left;
	float:left;
	width:100px;
	height:80px;
	padding-top:35px;
	font-size:10px;
}
#footer #footer_l a
{
	color:#65280B;
}

#marquee
{
	background-color:#D08F4B;
	height:44px;
	color:#FDE0B8;
}

#marquee marquee
{
	padding-top:1em;
}

#content
{
	padding:1em;
	display: inline-block;
	margin:auto;
}

#center
{
	margin:0 12em;
}

#rightside
{
	width:11em;
	float:right;
}

#leftside
{
	width:11em;
	float:left;
}

#error , #correct
{
	margin:0 0 2em 0;
	border-right:#E7BD8B 4px solid;
	border-left:#E7BD8B 4px solid;
	padding:2em 10em;
	background:url(http://www.qadhy.com/images/error.jpg) no-repeat 90% center #F9D3A6;
}

#correct
{
	background:url(http://www.qadhy.com/images/correct.jpg) no-repeat 90% center #F9D3A6;
}


#stats span
{
	display:block;
	width:5em;
	float:right;
}


/* Global classes 
===================================*/


/* menu 
+++++++++++++++++++++++*/
.menu
{
	background-color:#F9D3A6;
	margin-bottom:2em;
	
}

.menu .body
{
	padding:0 1em;
}

.menu div.title
{
	background:url(http://www.qadhy.com/images/menu_bg.jpg) repeat-x ;
	font-weight:bold;
}
.menu div.title span
{
	display:block;
	background:url(http://www.qadhy.com/images/menu_r.jpg) top right no-repeat;
	height:25px;
	padding:10px 30px 0 0;
}


.menu div.footer
{
	background:url(http://www.qadhy.com/images/rounded_l.jpg) bottom left no-repeat;
	height:26px;
}
.menu div.footer span
{
	display:block;
	background:url(http://www.qadhy.com/images/rounded_r.jpg) bottom right no-repeat;
	width:35px;
	height:26px;
}

.menu a
{
	display:block;
	height:26px;
	border-bottom:1px #EEC492 solid;
}


.menu a span
{
	display:block;
	background:url(http://www.qadhy.com/images/menu_liststyle.gif) no-repeat  right 60%;
	padding:.3em 1.5em .3em 0;
}
.menu a:hover
{
	background:url(http://www.qadhy.com/images/menu_hover.jpg) repeat-x;
}



/* box 
+++++++++++++++++++++++*/

.box
{
	background:url(http://www.qadhy.com/images/rounded_r.jpg) bottom right no-repeat #F9D3A6;
	margin-bottom:2em;
	display: inline-block;
}

.box .body
{
	padding:1em 2em 2em 2em;
}



.box div.title
{
	background:url(http://www.qadhy.com/images/box_bg.jpg) repeat-x ;
}
.box div.title span
{
	display:block;
	background:url(http://www.qadhy.com/images/box_r.jpg) top right no-repeat;
	height:45px;
	padding:10px 80px 0 0;
}

.subbox div.title
{
	background:none ;
}

.subbox div.title span
{
	background:url(http://www.qadhy.com/images/box_r2.jpg) top right no-repeat;
	padding:10px 60px 0 0;
}


/* top adv 
+++++++++++++++++++++++*/

.top_adv_box
{
	margin-left:230px;
	height:235px;
}
.top_adv_box div.footer
{
	
}
.top_adv
{
	float:left;
	margin-right:1em;
}
.top_adv_container
{
	display:inline-block;
}

/* lastinsert 
+++++++++++++++++++++++*/

.lastinsert 
{
	overflow:hidden;
}

.lastinsert .items
{
	float:right;
	width:40%;
	clear:right;
}

.lastinsert img
{
	padding-right:30px;
	margin:5px 0;
}

.lastinsert .left
{
	width:48%;
	padding-right:20px;
	margin-right:20px;
	border-right:#FFE0BA 1px solid;
	clear:left;
}

.lastinsert strong
{
	display:block;
}

/* authors
+++++++++++++++++++++++*/
.authors 
{
	overflow:hidden;
	/*text-align:center;	*/
}
.authors .col
{
	float:right;
	width:40%;
	font-weight:bold;
	height:3em;
}
.authors .col span
{
	color:#CF904B;
}

.authors .col a
{
	color:#713C10;
}

.authors .left
{
	width:48%;
	padding-right:20px;
	margin-right:20px;
	/*border-right:#FFE0BA 1px solid;*/
}

hr.authors-hr
{
clear:both;
}

/* livedata 
+++++++++++++++++++++++*/

.livedata .row
{
	height:30px;
}


.livedata .border
{
	border-left:#FFE0BA 1px solid;
	padding:0 6px ;
	float:right;
	height:30px;
	width:50px;
	text-align:center;
}

.livedata .big
{
	width:120px;
}

.livedata .noborder
{
	padding:0 10px ;
	float:right;
	height:30px;
}
.livedata .live_1,.livedata .live_2
{
	height:21px;
}
.livedata .live_1
{
	background:url(http://www.qadhy.com/images/live_1.jpg) center no-repeat;
}
.livedata .live_2
{
	background:url(http://www.qadhy.com/images/live_2.jpg) center no-repeat;
}



/* news 
+++++++++++++++++++++++*/

.news ul
{
	margin:0 1em;
	padding:0;
}
.news ul li
{
	margin:0 0 1em 0;
}
.news ul li strong
{
	display:block;
}

.news h3
{
	background:url(http://www.qadhy.com/images/title_liststyle.jpg) no-repeat right;
	padding-right:15px;
}


/* comments 
+++++++++++++++++++++++*/


.comments ol 
{
	list-style-type:decimal;
	color:#CF904B;
}

.comments li
{
	padding-bottom:2em;
	margin-bottom:1em;
	border-bottom:1px solid #FFE0BA; 
}

.comments h4
{
	border-left:#FFE0BA 1px solid;
	padding:0 6px ;
	color:#713C10;
	float:right;
	font-size:1em;
	margin:0 .5em;
}
.comments span.border
{
	border-left:#FFE0BA 1px solid;
	padding:0 0 0 .5em ;
	float:right;
	margin:0 0 0 .5em;
}
.comments .admin
{
	background:#f2c999;
	padding:2em
}

/* list 
+++++++++++++++++++++++*/
.list 
{

}

/* stats 
+++++++++++++++++++++++*/

.stats
{
	border-bottom:1px #FFE0BA solid;
	padding:.3em 0;
	margin:0 .5em;
}
.stats span , .stats2  span
{
	color:#CF904B;
}


.stats2 div
{
	float:left;
	padding:0 1em;
	border-left:#FFE0B3 1px solid;
	/*border-right:#FFE0B3 1px solid;*/
	width:8em;
}

.stats3
{
	margin:0 10% 2% 0;	
	overflow:hidden;
}


.stats3 h3
{
	margin-top:3em;
}
.stats3 .row
{
	clear:both;
	margin:0 15%;
	width:20em;
}

.stats3 .row div
{
	float:right;
	width:10em;
}
.stats3 .row span
{
	color:#D08F4F;
}


/* tracks 
+++++++++++++++++++++++*/

.tracks
{
	
}
.tracks .row
{
	height:40px;
	padding-top:.5em;
	
}


.tracks .row div
{
	float:right;
	width:8.5em;
}
.titles div
{
	font-weight:bold;
	color:#CF904B;
}


.embed
{
	position:relative;
	top:-12em;
	margin-bottom:-12em;
}

/* Feed 
+++++++++++++++++++++++*/
.feed
{
	float:left;
	position:relative;
	left:15px;
}

/* Forms 
===================================*/
form
{
	margin:0;
}


/* Links 
===================================*/

a:link,a:visited,a:active
{
	text-decoration:none;
	color:#CF904D;
	outline:none;
}
a:hover , a:hover h3 ,  a:hover h4
{
	color:#BA7D3C;
}

a img
{
	border:none;
}

.square
{
	display:block;
	float:left;
	background:url(http://www.qadhy.com/images/square.jpg) no-repeat right;
	padding:0 15px;
	font-weight:bold;
}

a.play
{
	color:#C88F4C;
	font-weight:bold;
	background:url(http://www.qadhy.com/images/play.jpg) left no-repeat;
	padding-left:25px;
	display:block;
	float:right;
	height:25px;
}

a.download , a.download:visited , a.download:hover
{
	color:#EDEBEE;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.75em;
	width:28px;
	background:url(http://www.qadhy.com/images/download.jpg) right no-repeat;
	padding-right:18px;
	padding-top:10px;
	display:block;
	float:right;
	margin-left:5px;
}

a.rss
{
	display:block;
	padding-right:24px;
	background:url(http://www.qadhy.com/images/feed-icon-16x16.png) right no-repeat;
	font-size:.8em;
}


#nav
{
	margin:0 12em 1em 12em;
	overflow:hidden;
	display:inline-block;
}
#nav a
{
	color:#532605
}
#nav a:hover
{
	color:#7D380C
}
#nav strong
{
	display:block;
	background:url(http://www.qadhy.com/images/nav_1st_level.jpg) no-repeat right;
	padding-right:20px;
}
#nav .sub
{
	float:right;
	display:block;
	background:url(http://www.qadhy.com/images/nav_2nd_level.jpg) no-repeat right;
	padding-right:20px;
	margin-right:10px;
}


/* Forms 
===================================*/

input , textarea , select 
{
	font-family:tahoma;
	font-size:.8em;
	background-color:#FFE0BA;
	color:#67330B;
	border:none;
}

form.addcomment span
{
	width:10em;
	display:block;
	float:right;
}
form.addcomment .fld 
{
	width:20em;
}


/* Formating 
===================================*/

body
{
	font-family:tahoma;
	background-color:#FFE0BA;
	margin:0;
	direction:rtl;
	font-size:.75em;
	color:#713C10;
	min-width:750px;
	/*line-height:130%;*/
}

#rightside p, #leftside p
{
	margin:.5em 0;
	
}

 p {
	color:#713C10;
}

hr
{
	border-style:solid;
	background:none;
	color:#FEDCB7;
}

h1,h2,h3,h4, h3 a:link , h4 a:link , h3 a:visited , h4 a:visited
{
	color:#713C10;
}


h3
{	
	font-size:1em;
	margin:0 0 .5em 0;
}
small
{
	font-size:.75em;
}

.justify
{
	text-align:justify;
}

.alignright
{
	text-align:right;
}

.alignleft
{
	text-align:left;
}
.aligncenter
{
	text-align:center;
}

.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.floatnone
{
	float:none;
}

.inlineblock
{
	display:inline-block;
	
}



.orange
{
	color:#CF904B;
}

.red
{
	color:#8f140d;
}
blockquote
{
	margin:0 2em;
}


/* Clearfix 
===================================*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* PAGES
===================================*/
.pages
{
	overflow:hidden;
	padding-bottom:1em;
}
.pages br
{
	overflow:hidden;
	clear:both;
}
.pages a:link, .pages a:visited,  .pages span 
{ 
	float: right;
	display:inline-block;
	padding: 0.2em 0.5em;
	margin-right: 0.2em;
	background:#F8D4A4;
	color:#542507;
	height:1.5em;
	overflow:hidden;
}
.pages span.current 
{
	font-weight: bold;
	background: #D1924D;
	color: #fff;
}

.pages a:hover 
{
	border-bottom:#EDBF89 .3em solid;
	height:1.2em;
}
