/*
Theme Name: WordPress IdealRatings
Theme URI: www.idealratings.com
Description: The IdealRatings WordPress theme.
Version: 1.0
Author: IdealRatings
Author URI: www.idealratings.com
Tags: orange, custom header, fixed width, two and three columns

	This theme was designed and built by IdealRatings

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

*/

/* General HTML Elements */
HTML, BODY {
	width: 100%;
	height: 100%;
}
BODY {
	background: #E1E1E1 url('images/page_bg.png') 0 0 repeat-x;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
H1 {
	color: #FF9F2F;
	font-size: 16pt;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: left;
	margin: 0 0 10px 0;
}
H2 {
	color: #FF9F2F;
	font-size: 14pt;
	margin: 0 0 5px 0;
}
H3 {
	color: #4D4D4D;
	font-size: 10pt;
	letter-spacing: -0.5px;
	margin: 0 0 10px 0;
}
A {
	color: #FF9F2F;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #FF9F2F;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
P {
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	color: #4D4D4D;
	margin: 10px 0 10px 0;
}
UL {
	margin: 0 0 0 40px;
	padding: 0;
}
UL LI {
	color: #4D4D4D;
	font-size: 10pt;
	font-weight: normal;
}
HR {
	height: 1px;
	background-color: #EAEAEA;
	border: none;
	margin: 10px 0 10px 0;
}
IMG.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
IMG.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
IMG.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
IMG {
	border: none;
}
.clear {
	clear: both;
}
/* Page LAYOUT */
#page {
  background: #FFFFFF;
  width: 955px;
  margin: 0 auto;
  padding: 0;
}
#header {
  background: #FFF url('images/header_bg.gif') no-repeat;
  width: 935px;
  height: 83px;
  margin: 0 auto;
  padding: 0;
}
#header IMG#logo {
  float: left;
  width: 220px;
  height: 37px;
  margin: 0px;
  padding: 10px;
  text-decoration: none;
  border: none;
}
#header IMG#lang_english{
  float: right;
  margin: 0px;
  padding: 25px 15px 0 0;
  text-decoration:none;
  border: none;
}
#header IMG#lang_arabic{
  float: right;
  margin: 0px;
  padding: 25px 30px 0 0;
  text-decoration:none;
  border: none;
}
/* MENU */
#header #menu {
	clear: both;
	background: #FF7500 url('images/menu_center_bg.png') repeat-x;
	width: 100%;
	height: 37px;
}
#header #menu .menu_left_bg {
  float: left;
  background: url('images/menu_left_bg.png') no-repeat;
  width: 10px;
  height: 37px;
}
#header #menu .menu_right_bg{
  float: right;
  background: url(images/menu_right_bg.png) no-repeat;
  width: 10px;
  height: 37px;
}
#header #menu UL {
  float: left;
  margin: 0;
  padding: 0;
}
#header #menu UL LI {
  float: left;
  background: url('images/menu_separator.png') 0% 50% no-repeat;
  line-height: 30px;
  list-style: none;
  font-size: 9.5pt;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #FFF;
  margin: 0;
  padding: 0 15px 0 15px;
}
#header #menu UL LI:first-child {
  background: none;
}
#header #menu UL LI A {
  color: #FFF;
  font-size: 9.5pt;
  text-decoration: none;
}
#header #menu UL LI A:hover {
  text-decoration: underline;
}
#header #menu UL LI.current_page_item A {
  text-decoration: underline;
}


/* Content */
#content {
  clear:both;
  width: 935px;
  min-height:470px;
  margin: 10px auto 0 auto;
  padding: 0;
  background: #fff;
}
.banner{
  margin-left: 3px;
}
.two_column{
  background: url('images/two_main_panel_bg.png') repeat-y;
  width: 444px;
  float: left;
  margin: 10px auto 0 auto;
  padding: 0 20px 0 20px;
  _padding: 0 0 0 20px;
}
.three_column{
  background: url('images/three_main_panel_bg.png') repeat-y;
  width: 670px;
  float: right;
  margin: 10px auto 0;
  padding: 0 20px 0 20px;
  _padding: 0 0 0 20px;
}
.left_panel{
  float: left;
  background: #fff;
  width: 185px;
  margin: 10px auto 0 auto;
  padding: 0 20px 0 20px;
  _padding: 0 20px 0 20px;
}
.right_panel{
  float: right;
  background: #FFF;
  width: 185px;
  margin: 10px auto 0;
  padding: 0 20px 0 20px;
}
.two_main_footer_bg{
  background: url('images/two_main_footer_bg.png') no-repeat;
  width: 484px;
  height: 15px;
  margin: 20px 0 0 -20px;
}
.three_main_footer_bg{
  background: url('images/three_main_footer_bg.png') no-repeat;
  width: 710px;
  height: 15px;
  margin: 20px 0 0 -20px;
}

#content A.title {
	color: #FF9F2F;
	font-size: 16pt;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0 0 10px 0;
}
#content A.title:hover {
	text-decoration: none;
}

#content A.more-link {
  background: url('images/link_bg.png') 2px 2px no-repeat;
  letter-spacing: -0.5px;
  padding: 0 10px 0 10px;
  line-height: 20px;
}
#content A.more-link:hover {
  background: url('images/link_bg.png') 2px 2px no-repeat;
  letter-spacing: -0.5px;
  padding: 0 10px 0 10px;
  line-height: 20px;
}
#content .news H3 {
  color: #4D4D4D;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 10px 0;
}
#content .news P {
  color: #4D4D4D;
  font-size: 8pt;
  text-align: left;
  margin: 0;
 }
#content .news P.text {
  color:#4D4D4D;
  font-size:10pt;
  font-weight:normal;
  margin: 0 0 10px 0;
}
#content .news A {
  background: none;
  color: #A0A0A0;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: 0; 
  text-decoration: none;
  margin: 0 0 10px 0;
  display: block;
  padding: 0;
}
#content .news A:hover {
  background: none;
  color: #FF9F2F;
  font-size: 8pt;
  text-decoration: none;
  margin: 0 0 10px 0;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
}
#content A.more-link-news {
  background: url('images/link_bg.png') no-repeat;
  color: #FF9F2F;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  padding: 0 0 0 10px;
}
#content A.more-link-news:hover {
  background: url('images/link_bg.png') no-repeat;
  color: #FF9F2F;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: -0.5px;
  letter-spacing: -0.5px;
  margin: 0;
  text-align: left; 
  padding: 0 0 0 10px;
  text-decoration:underline;
}
#content A.title_categiry{
  color: #FF9F2F;
  font-size: 12pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 10px 0;
}
#content A.title_categiry:hover{
  color: #FF9F2F;
  font-size: 12pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 10px 0;
}

/* Bread Crumbs */
#breadcrumbs {
  color: #4D4D4D;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 0;
}
#breadcrumbs A {
  color: #FF9F2F;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0;  
  font-size: 8pt;
}
#breadcrumbs A:hover {
  color: #FF9F2F;
  letter-spacing: 0;
  text-decoration: underline;
  padding: 0;  
}

/* Right Block */
#content H4.rb_title_s {
  color: #A0A0A0;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 10px 0 0 0;
}
#content H4.rb_title_b {
  color: #4D4D4D;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 -10px 0;
}
#content A.rb_title_o {
  color: #FF9F2F;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0;
}
#content A:hover.rb_title_o {
  text-decoration: none;
}
#content H3.rb_title_o {
  color: #FF9F2F;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 10px 0;
}
/* Blog */
.blog_left_panel{
  background: url('images/three_main_panel_bg.png') repeat-y;
  width: 670px;
  float: left;
  margin: 10px auto 0;
  padding: 0 20px 0 20px;
  _padding: 0 0 0 20px;
}
.blog_right_panel{
  float: right;
  background: #FFF;
  width: 185px;
  margin: 10px auto 0;
  padding: 0 20px 0 20px;
}
.blog_right_panel #rss{
 height: 31px;
 display: block;
 text-align: right;
}
/* End Blog */

/* Footer */
#footer {
  clear: both;
  background: #FFFFFF;
  width: 935px;
  height: 35px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #EAEAEA; 
}
#footer B {
  color: #A0A0A0;
  font-size: 9.5pt;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0 10px 0 10px;
}
#footer P {
  color: #4D4D4D;
  font-size: 9.5pt;
  text-align: left;
  margin: 5px 5px 5px 5px;
  display: block;
  float: left;
 }
UL.footer_menu {
  float: left;
  margin: 6px 0px 0px 275px;
  background: #FFFFFF;
}
UL.footer_menu LI {
  float: left;
  list-style: none;
  color: #A0A0A0;
  font-size: 9.5pt;
  font-weight: normal;
  margin: 0;
  padding: 0 5px 0 5px;
  line-height:10px;
  border-right: 1px solid #A0A0A0;
}
UL.footer_menu LI.last {
  border: none;
}
UL.footer_menu LI A {
  color: #A0A0A0;
  font-size: 10pt;
  font-weight: normal;  
  text-decoration: none;
}
UL.footer_menu LI A:hover {
  color: #A0A0A0;
  font-size: 10pt;
  font-weight: normal;  
  text-decoration: underline;
}

/* Bookmark */
#bookmark {
    float: right;
    margin: 5px;
}

/* Left Column :: Tree menu */
#content .left_panel UL {
  margin: 0;
  padding: 0;
}
#content .left_panel UL LI {
  list-style: none;
  letter-spacing: -0.5px;
  color: #4D4D4D;
  padding: 5px 0 5px 0;
  margin: 0;
}
#content .left_panel UL LI A {
  color: #4D4D4D;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
#content .left_panel UL LI A:hover,
#content .left_panel UL LI.current_page_item A {
	  color: #FF9F2F;
}
#content .left_panel UL LI UL {
	display: none;
}
#content .left_panel UL LI.current_page_item UL,
#content .left_panel UL LI UL.current_parent_item {
	display: block;
}
#content .left_panel UL LI UL LI {
  padding: 0 0 0 20px;
}
#content .left_panel UL LI UL LI A {
  font-weight: normal;
  letter-spacing: -0.2px;
  text-decoration: none;
}
#content .left_panel UL LI.current_page_item UL LI A {
	color: #4D4D4D;
}
/* Left Column :: end Tree menu */

/* Blog Right Panel :: Tree menu */
#content .blog_right_panel UL {
  margin: 0;
  padding: 0;
}
#content .blog_right_panel UL LI {
  list-style: none;
  color: #4D4D4D;
  ont-size: 10pt;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding: 5px 0 5px 0;
  margin: 0;
}
#content .blog_right_panel UL LI A {
  color: #4D4D4D;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
#content .blog_right_panel UL LI A:hover,
#content .blog_right_panel UL LI.current-cat A {
	  color: #FF9F2F;
}
#content .blog_right_panel UL LI UL LI {
  padding: 0 0 0 20px;
}
#content .blog_right_panel UL LI UL LI A {
  font-weight: normal;
  letter-spacing: -0.2px;
  text-decoration: none;
}
#content .blog_right_panel UL LI.current-cat UL LI A {
	color: #4D4D4D;
}
/* Blog Right Panel :: end Tree menu */

/* Single styles */
#content .s_alignleft{
  float: left;
}
#content .s_alignright{
  float: right;
}
#content P.s_post_metadata{
  margin: 0;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #DDDDDD;
}
#content A.s_post_metadata{
  font-size: 10pt;
  letter-spacing: -0.5px;
}.
#content A.s_post_metadata:hover{
  font-size: 10pt;
  letter-spacing: -0.5px;
}
/* End Single styles */

/*Comments style */
#comments {
	font-size: 14pt;
	margin: 10px 0 10px 0;
}
#content H3.c_title {
  color: #4D4D4D;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 30px 0 0 0;
  text-align: left;
  text-decoration: none;
}
.commentlist {
  padding:0;
  text-align:justify;
}
P.commentlist{
  margin: 15px 0 5px 0;
  padding: 0;
  letter-spacing: -0.5px;
}
.commentlist A{
  font-size: 10pt;
  letter-spacing: -0.5px;
}.
.commentlist A:hover{
  font-size: 10pt;
  letter-spacing: -0.5px;
}
.commentlist LI {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 15px 0 10px 0;
  padding: 5px 5px 10px 10px;
}
.commentlist li {
  font-weight:bold;
}
.commentlist #commentform input, #commentform textarea {
  font-size: 10pt;  
}
#respond H3 {
  font-size: 14pt;
  margin: 10px 0 10px 0;
}
#commentform textarea {
  width: 665px;
}
.even, .alt {
  border-left: 1px solid #DDDDDD;
}
.depth-1 {
  border: 1px solid #DDDDDD;
}
.commentlist li .avatar {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #EEEEEE;
  float: right;
  padding: 2px;
}
.says{
  color: #4D4D4D;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
}
.fn{
  color: #A0A0A0;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
}
/* End Comments style */

/* Navigation style */
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
/* End Navigation style */

/* Archive style */
#content H3.a_title {
  margin: 20px 0 0 0;
}
#content H3.a_title A{
  color: #4D4D4D;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-decoration: none;
}
#content H3.a_title A:hover{
  color: #4D4D4D;
  text-decoration: none;
}
#content P.a_post_date {
  color: #4D4D4D;
  font-size: 8pt;
  margin: 0;
  text-align: left;
}
#content P.a_post_metadata{
  color: #4D4D4D;
  font-size: 10pt;
  margin: 0;
  text-align: left;
}
#content P.a_post_metadata A{
  font-size: 10pt;
  letter-spacing: -0.5px;
}.
#content P.a_post_metadata A:hover{
  font-size: 10pt;
  letter-spacing: -0.5px;
}
/* End Archive style */

/* 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 td {
	color:#4D4D4D;
	font-size:10pt;
	font-weight:normal;
	padding: 3px 0;
	text-align: center;
}

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

#wp-calendar caption {
	color:#4D4D4D;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:-0.5px;	
	padding:0 0 0 5px;
	text-align:left;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	color:#FF9F2F;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
	display: block;
}
#wp-calendar th {
	color:#4D4D4D;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-transform: capitalize;
}
/* End Calendar */

/* Tags Cloud */
#tags_cloud h3 {
	color:#4D4D4D;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-decoration:none;
}
#tags_cloud  a {
	color: #4D4D4D;
	text-decoration:none;
}
#tags_cloud  a:hover {
	color: #FF9F2F;
	text-decoration: none;
}
/* End Tags Cloud */

/* overlay */
div.overlay, #overlay {
	padding:40px;
	width:640px;
	display:none;
	background-image:url(images/bg_video.png);
}

div.overlay div.close, #overlay div.close {
	background:url(images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}
.contentWrap {
	margin-top: 10px;
}

#dakwak_lang_switch {
  float:right;
  padding-top:10px;
}