/* $Id: blocks.css,v 1.4 2009/11/05 11:05:39 johnalbin Exp $ */

/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1em;
  
}

.block.region-odd /* Zebra striping for each block in the region */ {
}

.block.region-even /* Zebra striping for each block in the region */ {
}

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block h2.title /* Block title */ {
color:#666; font-size:1em; margin:0; font-family: Tahoma, "Times New Roman", sans-serif;
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First administrator-defined block */ {
}

#block-blog-0 /* "Recent blog posts" block */ {
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-0 /* "Recent comments" block */ {
}

#block-forum-0 /* "Active forum topics" block */ {
}

#block-forum-1 /* "New forum topics" block */ {
}

#block-menu-primary-links /* "Primary links" block */ {
}

#block-menu-secondary-links /* "Secondary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

#block-poll-0 /* "Most recent poll" block */ {
}

#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}

#block-search-0 /* "Search form" block */ {
	padding-top:10px;
}

#block-statistics-0 /* "Popular content" block */ {
}

#block-user-0 /* "User login form" block */ {
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}

#block-user-2 /* "Who's new" block for a list of the newest users */ {
}

#block-user-3 /* "Who's online" block for a list of the online users */ {
}


#akhbar-menu ul {
	padding:0;
	margin:0;
	font-family: Tahoma, "Times New Roman", sans-serif;
}

#akhbar-menu li {
	margin:0;
	list-style:none;
	list-style-type:none;
}

#akhbar-menu  li a {
	color: #804000;
	text-decoration:none;
	display:block;
	font-family: Tahoma, Helvetica, "Times New Roman";

}


li.level1 a {
	background-color:#dddddd;
	padding-right:15px;
	font-size:13px;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:0;
	margin-top:1px;
	margin-right:0;
	margin-left:0;


}


li.level1 a:hover {
	background-color:#eeeeee;

}

li.level2 a {
	background-color:#eeeeee;
	padding-right:20px;
	font-size:10px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:0;
	margin-top:0px;
	margin-right:0;
	margin-left:0;

}

li.level2 a:hover {
	background-color:#FFF;

}


#submenu {
	margin-top:3px;
	margin-bottom:3px;
	line-height:1.2em;
}



#issue-number {
margin-top:5px;
text-align: center;
color: #888888;
margin-bottom:5px;

}


#search-block-form input.form-submit, #search-form input.form-submit {
	display:block;
	background-color:#FFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: inherit;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style:solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
	border-left-color:#777777;
	border-right-color:#777777;
	margin-top:2px;

}

#akhbar-weekly {
	margin-top:30px;
}

#akhbar-weekly ul {
	padding:0;
	margin:0;
	font:tahoma;
}

#akhbar-weekly li {
	margin:0;
	list-style:none;
	list-style-type:none;
}

#akhbar-weekly  li a {
	color: #804000;
	text-decoration:none;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0;
	margin-top:1px;
	margin-right:0;
	margin-left:0;
}


#pdf-button a {
	text-decoration:none;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0;
	margin-top:1px;
	margin-right:0;
	margin-left:0;
	background-color:#99b4ca;
	color:#FFF;
	padding-right:5px;
	font-size:12px;
	font-family: Tahoma, Helvetica, "Times New Roman";
}

#pdf-button a:hover {
	background-color:#1788c5;
	color:#FFF;
}

#pdf-button {
	margin-bottom:15px;
}

#sub-guide {
	margin-top:10px;
	display:block;
	font-size:12px;
	font-family: Tahoma, Helvetica, sans-serif;
	border:1px dotted #000;
	padding:3px 3px 3px 3px;
}
	

.block p {margin:5px 0; padding:0;}

/*.wide .block.latest-from  { width:31%; }
.wide  .block.latest-from.region-count-1
,.wide  .block.latest-from.region-count-4
,.wide  .block.latest-from.region-count-7	
,.wide  .block.latest-from.region-count-10
,.wide  .block.latest-from.region-count-13{clear:right!important;}
.wide .block.latest-from.region-odd {clear:none;}*/

.ad_fullbanner {
margin-right:15px;
}