/*
Theme Name: مجلة القراء
Theme URI: http://www.alqorae.com
Description: قالب مجلة القراء
Version: 1.0
Author: Abdelhadi Touil
Author URI: http://www.alamalnet.com
Website: http://www.alamalnet.com
*/

/* Imports */
@import url("css/rounded.corners.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/headline-right.css");
@import url("css/headline-left.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");
@import url("css/portfolio.css");
@import url("css/blogs.css");

/* Reset */
* {
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

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: #200e71}
a:hover {color: #ff4500}

/* Page Layout */
body {
	width: 100%;
	background: #484848;
	text-align: center;
	cursor: default;
	padding: 0px;
}

#alert {
	width: 986px;
	font: bold 16px Arial;
	color: #000;
	padding: 5px;
	margin: 5px auto;
	border: solid 2px #eee;
	background: #f2de86;
}

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

#page {
	height: auto;
}

#main {
	width: 980px;
	*width: 1000px;
}

#main-right {
	float: right;
	width: 650px;
	padding: 10px;
	margin-top: 5px;
	background: #fafcfe;
}

#main-left {
	float: right;
	width: 300px;
	padding: 0 10px 0px 0px;
	margin-top: 5px;
}

#contents {
	width: 1000px;
	padding-top: 10px;
}
#contents-b {
	width: 1000px;
	padding: 5px 0 0px;
}

#content-b {
	float: right;
	width: 650px;
	margin: 0px 0 0 10px;
	padding: 10px;
	background: #fff;
}

#content {
	float: right;
	width: 650px;
	margin-left: 10px;
}
#sidebar {
	float: right;
	width: 320px;
	display: inline;
}

#footeri {
	width: 1000px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: right;
	font-size: 0.7em;
	color: #000000;
	background: #ab4ba6;
}

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

#bottom {
	width: 980px;
	height: auto;
	margin: 10px auto 10px auto;
	padding: 10px;
	text-align: center;
	font: normal 11px Tahoma;
	color: #000;
	background: #ccc url(images/footer-bg.png);
}
#bottom a {
	color: #200e71;
}
#bottom a:hover {
	color: #ff4500;
}
#bottom-left {
	float: right;
}

#bottom-right {
	float: left;
}

/* Global site Headers */
h2.front {
	display: block;
	line-height: 1.4em;
	font: bold 20px Arial;
	color: #000;
	padding: 4px 5px 3px 5px;
	margin: 0;
	background: url(images/front-h2-bg.gif);
}

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

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

a.icomment:hover {color:#333}

/* Post info style */
.postinfo {
	float: right;
	background: url(images/single-postinfo.gif) no-repeat right center;
	}
.postinfo li {
	font: normal 12px tahoma;
	float: right;
	color: #999;
	padding: 5px 0px 5px 30px;
	display: block;
}
.postinfo .ndate {
	display: block;
	padding-right: 25px;
	background: url(images/clock.png) no-repeat right center;
}
.postinfo .ncat {
	display: block;
	padding-right: 25px;
	background: url(images/folder.png) no-repeat right center;
}
.postinfo .nview {
	display: block;
	padding-right: 25px;
	background: url(images/view.png) no-repeat right center;
}
.postinfo .ncomment {
	display: block;
	padding-right: 25px;
	background: url(images/comments.png) no-repeat right center;
}
.postinfo .nauthor {
	display: block;
	padding-right: 25px;
	background: url(images/user.png) no-repeat right center;
}
/* Category archive */
.archived .postinfo, .post .postinfo {
	width: 645px;
	}
/* Front categories */
.cat .postinfo {
	width: 290px;
}