/*
Theme Name: WP Max for abkari.net
Theme URI: http://wordpresstop.com
Description: A Fantastic Premium News Theme for WordPress
Version: 1.2
Author: Ahmad Fouad
Author URI: http://wordpresstop.com
*/

/* Imports */
@import url("css/rounded.corners.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/featured.story.css");
@import url("css/more.features.css");
@import url("css/latest.css");
@import url("css/more.latest.css");
@import url("css/searchform.css");
@import url("css/mediaplayer.css");
@import url("css/300x250.css");
@import url("css/subscription.css");
@import url("css/carousel.css");
@import url("css/gallery.css");
@import url("css/sidebar.css");
@import url("css/ajax.tabs.css");
@import url("css/front.categories.css");
@import url("css/footer.css");
@import url("css/single.post.template.css");
@import url("css/archive.css");

/* Reset */
* {
	font-family: Arial, Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 20px 0 0px}
.clear {clear:both}
a {color: #366799}
a:hover {color: #333}

/* Page Layout */
body {
	width: 100%;
	background: #ffffff url(images/body-bg.jpg) top right;
	text-align: center;
	cursor: default;
	direction: rtl;
}

#pagei {
	width: 1000px;
	height: auto;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #555;
}

#page {
	height: auto;
	background: #ffffff url(images/gradient.jpg) top right;
	padding: 10px;
}

#main {
	width: 980px;
}

#main-left {
	float: right;
	width: 320px;
	padding: 0 0px 0 10px;
}

#main-center {
	float: right;
	width: 318px;
	border-left: 1px solid #d9e2e5;
	border-right: 1px solid #d9e2e5;
	padding: 0 10px 0 10px;
}

#main-right {
	float: right;
	width: 300px;
	display: inline;
	margin-right: 10px;
}

#contents {
	width: 980px;
	padding: 10px 0 10px 0;
}
#contents-b {
	width: 980px;
	padding: 0 0 0 0;
}

#content, #content-b {
	float: right;
	width: 659px;
	border-left: 1px solid #d9e2e5;
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar {
	float: right;
	width: 300px;
	display: inline;
}

#footeri {
	width: 1000px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: right;
	font-size: 0.7em;
	color: #000000;
	background: #ffffff url(images/blue-gradient.png) repeat-x top right;
}

#footer {
	padding: 10px;
	font: normal 12px Tahoma;
}

#bottom {
	width: 1000px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: center;
	font: normal 12px Tahoma;
	color: #000;
	line-height: 1.5em;
}

#bottom-left {
	float: right;
}

#bottom-right {
	float: left;
}

/* Global site Headers */
h2.front {
	display: block;
	line-height: 1.4em;
	font: bold 20px Arial;
	color: #fe2fff;
	padding: 4px 30px 3px 5px;
	margin: 0 0 5px 0;
	background: #e5ffd2 url(images/blue-etoile.gif) no-repeat right center;
	border-bottom: 1px solid #e3e8d4;
}

h2.front-gal {
	display: block;
	line-height: 1.4em;
	font: bold 20px Arial;
	color: #444;
	padding: 4px 35px 3px 5px;
	margin: 0 0 5px 0;
	background: #e5ffd2 url(images/photo.gif) no-repeat 950px center;
	border-bottom: 1px solid #e3e8d4;
}

h3.front {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 25px 7px 0px;
	color: #666;
	position: relative;
}

/* Various Links CSS */
a.icomment {
	display: inline;
	padding: 5px;
	background: #f9feeb;
	border: 1px solid #eef3e1;
	margin-right: 10px;
	color: #81964a;
	font: normal 10px Tahoma;
}

a.icomment:hover {color:#333}

/* Comments pagination */
.comment-navigation {
    display: block;
	margin: 5px 0;
	overflow: hidden;
}
.comment-navigation .page-numbers {
	float: right;
	padding: 2px 5px; 
	margin-left: 5px;
	color: #b5b5b5;
	border: 1px solid #fff;
}
.comment-navigation .prev, .comment-navigation .next{
	display: none;
}
.comment-navigation a:hover {	
	color: #b6de2a;
	border: 1px solid #b6de2a;
}
.comment-navigation a:active {
	text-decoration: none;
	color: #b6de2a;
	border: 1px solid #b6de2a;
}
.comment-navigation span.current {
	float: right;
	padding: 2px 5px; 
	margin-left: 5px;
	color: #b6de2a;
	border: 1px solid #b6de2a;
}
