@import url("reset.css");

/* =Global
----------------------------------------------- */
body {
	background: #ffffff;
	font: 12px/18px 'Droid Arabic Kufi', serif;
direction:rtl;
text-align:justify;
	color: #333;
}

/* Links */
a,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a,
a:visited,
a:active,
a:hover,
.topnav li a,
.topnav li ul li a, 
.topnav li ul li a:visited,
#tabber .inside a:hover,
#tabber .inside li span.meta a:hover,
cite.fn a, cite.fn a:hover,
.pagination a,
.wp-pagenavi .on, 
.wp-pagenavi .current, 
.wp-pagenavi a:hover,
.wp-pagenavi a:link, 
.wp-pagenavi a:visited {
	color: #26b;
}

.topnav li a:hover, 
.topnav li a:active,
.topnav li.first a,
.topnav li ul li a:hover {
	background: #26b;
}

.topnav .first {
	background-color: #26b;
}


}

.wp-pagenavi {
	border-bottom: 2px solid #26b;
}

.wp-pagenavi .on, 
.wp-pagenavi .current, 
.wp-pagenavi a:hover {
	border-bottom: 3px solid #26b !important;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
font-family:'Droid Arabic Kufi', serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}


/* Input Form & TextArea */
input, textarea {
	border-color: #ccc #ccc #efefef #efefef;
	border-width: 1px;
	border-style: solid;
	color: #777;
	padding: 6px;
}

input:focus {
	background: #ffffff;
}


/* =Structure
----------------------------------------------- */

#wrapper {
	background: #fff;
	margin: 0 auto 15px auto;
	padding: 0px 0px 0 0px;
	max-width: 1300px;
	z-index: 0;	
}

#top {
        height: 37px;
        position: fixed; 
        border-bottom: 2px solid #e6e6e6 ;
	z-index: 9999;
        background: #fff;
        width:100%;
}
#sidebar1 {
	background: #fff;
	float: right;
	margin: 40px 0 0 0;
	width: 300px;
        position: fixed;


}
#content {
	background: #fff;
	float: right;
	padding: 0 0px 20px 0px;
        margin: 40px 305px 0 10px;	
	width: 52%;
}

#sidebar {
	background: #fff;
	float: left;
	width: 160px;
        position: fixed;
        top: 31px;
        left: 5px;

}

#footer {
	border-top: 1px solid #e6e6e6;
	padding: 10px 0 0 0;
}


/* Logo */
#logo {
	float: right;
	width: 150px;
}

#logo {
	line-height: 1;
	float: right;
	margin: 0 0 0 0;
        width: 210px;
	overflow: hidden;
       
}



/* =Navigation
----------------------------------------------- */

.topnav {
	width:100%;
        list-style: none;
	height: 31px;
	margin-right: 150px;
	padding: 3px 0;
        position: fixed; 
	z-index: 9999;
        white-space: nowrap;
        background: #fff;
        border-bottom: 2px solid #e6e6e6 ;

}

.topnav a {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 100;	
}

.topnav li {
	float: right;
	width: auto;
}

.topnav li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 7px 5px 6px 5px;	
	text-decoration: none;
	text-transform: uppercase;	
}

.topnav li a:hover, .topnav li a:active {
	color: #fff;
	text-decoration: none;
}

.topnav li.first a {
	color: #fff;
}

.topnav .first {
	color: #fff;
}

.topnav li ul {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: none;	
	right: -999em;
	position: absolute;	
	width: 166px;
	z-index: 999;

}

.topnav li ul li {
	border-bottom: 1px solid #e6e6e6;
}

.topnav li ul li a, .topnav li ul li a:visited {
	background: #fff;
	border-bottom: none;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 5px 6px 5px;
	text-transform: uppercase;
	width: 140px;	
}

.topnav li ul li a.sf-with-ul {
	padding: 7px 13px 6px 13px;
}

.topnav li ul li a:hover {
	color: #fff !important;
	border-bottom: none;
}

.topnav li ul ul {
	margin: -32px 166px 0 0;
}

.topnav li:hover, .topnav li.hover {
	position: static;
}

.topnav li:hover ul ul, .topnav li.sfhover ul ul,
.topnav li:hover ul ul ul, .topnav li.sfhover ul ul ul,
.topnav li:hover ul ul ul ul, .topnav li.sfhover ul ul ul ul {
	right: -999em;
}

.topnav li:hover ul, .topnav li.sfhover ul,
.topnav li li:hover ul, .topnav li li.sfhover ul,
.topnav li li li:hover ul, .topnav li li li.sfhover ul,
.topnav li li li li:hover ul, .topnav li li li li.sfhover ul {
	right: auto;
}

.topnav .sf-sub-indicator {
	display: none;
}

.topnav li ul .sf-sub-indicator {
	background: url(images/bullet.png) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;	
	width: 10px;
	height: 10px;
	text-indent: -999em;
	top: 1.1em;
	left: 0.4em;	
}


/* =Content
----------------------------------------------- */



/* Entry Box */
.entry-box {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 10px 0 5px 0;

}

.entry-box .entry-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px 0;
}

.entry-cat {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-cat a {
	color: #999 !important;
}

.entry-meta {
	color: #999;
	float: right;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding-bottom: 4px;
}

.entry-comment a {
	background: url(images/icon-comment.png) no-repeat right 1px;
	color: #999 !important;
	padding: 0 20px 4px 0;
}

.entry-social {
	float: left;
	padding: 5px 10px 0 0;
}

.twitter-share-button {
	float: right;
	padding: 0 0 0 10px;
}

.fb-button {
	float: right;
	margin-left: 10px;
}

.gpone {
	margin-right: 10px;
}

.entry-thumb {
	float: right;
	margin: 0 0 15px 15px;
        width: 150px;
        height: 150px;
        
}

/* =Content
----------------------------------------------- */

/* Breadcrumbs */
#breadcrumbs {
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
        white-space: nowrap;
}

#breadcrumbs a {
	background: url(images/bullet.png) no-repeat left center;
	margin-left: 1px;
	padding-left: 10px;
	color: #999;
}


#fullcontent {
	background: #fff;
	width: 950px;	
}

.page-title {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;	
}

.single .entry-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 5px 0;	
}

/* Entry */
.entry {
	display: table;
	padding: 10px 0 10px 0;
	line-height: 19px;
}

.single .entry {
	width: 100%;
}

.entry p {
	margin: 0 0 10px 0;
}

.entry strong {
	font-weight: bold;
}

.entry em {
	font-style: italic;
	font-weight: normal;
}

.entry strong em, .entry em strong {
	font-style: italic;
	font-weight: bold;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin:5px 0 10px 0;
}

.entry a img {
	border: none;
}

.entry ul {
	margin: 0 7px 0 0;
	padding-bottom: 10px;
	list-style: none;
}

.entry ol {
	margin: 0 25px 10px 0;
	list-style-type: decimal;
}

.entry ol ol {
	list-style: upper-alpha;
}

.entry ol ol ol {
	list-style: lower-roman;
}

.entry ol ol ol ol {
	list-style: lower-alpha;
}

.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-bottom: 0;
}

.entry ul li {
	background: url(images/icon-bullet.png) no-repeat right 5px;
	padding: 3px 19px 3px 0;
	font-size: 12px;
	line-height: 19px;
}

.entry ol li {
	padding: 3px 0 3px 0;
	font-size: 12px;
	line-height: 19px;
}

.entry li ul {
	margin: 0;
	padding: 0;
}

.entry del {
	text-decoration: line-through;
	color: #aaa;
}

.entry ins {
	text-decoration: underline;
	font-weight: bold;
}

.entry blockquote {
	margin: 20px 0;
	padding: 15px 15px 1px 15px;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-width: 1px 0;
	font-family: 'Droid Arabic Kufi', serif;
}

.entry blockquote p, blockquote a, blockquote {
	color: #666;
	font-style: italic;
	font-size: 1em;
}

.entry dfn {
	font-weight: bold;
}

.entry pre, .entry code, .entry tt {
	margin: 1.5em 0;
	white-space: pre;
	display: block;
}

.entry pre, .entry code, .entry tt {
	font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 20px;
	background: #f5f5f5;
	overflow: auto;
	padding: 1em;
	color: #666;
}

.entry hr {
	background: #e6e6e6;
	color: #e6e6e6;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 15px 0;
	border: none;
}

.entry input, .entry textarea {
	font-size: 1em;
	padding: 3px;
}

/* Entry Images */
img.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0;
}

img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}

img.alignright {
	padding: 0;
	margin: 0 0px 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 10px 10px 0;
}

.alignleft {
	float: left;
	margin: 0 0 10px 10px;
}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.entry-tags {
	background: url(images/icon-tag.png) no-repeat right 1px;
	float: right;
	margin: 10px 0;
	padding: 0 21px 0 0;
	color: #222;
}

.entry-edit {
	float: left;
	margin: 10px 0;
}


/* Entry Bottom Utilities */
.entry-bottom {
	background: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0 15px 0;
}

.entry-bottom h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.entry-bottom li {
	margin: 5px 0;
	border-top: 1px dotted #ddd;
}




/* =Sidebar
----------------------------------------------- */

#sidebar .fullwidth {
	width: 300px;
}

#sidebar .sidebar-left {
	float: right;
	width: 140px;
}

#sidebar .sidebar-right {
	float: left;
	width: 140px;
}

/* =Widgets
----------------------------------------------- */

.widget {
	background: #fff;
	margin: 0 0 15px 0;
}

.widget-title {
	border-bottom: 1px solid #e9e9e9;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

.widget-title a, .widget-title a:hover {
	color: #333;
	text-decoration: none;
}

.widget ul li {
	background: url(images/dot.png) no-repeat right 18px;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 10px 10px 0;
}

.widget > div {
	padding: 10px 0;
}

.widget_tag_cloud div,
.textwidget {
	padding: 10px 0;
}




/* =Nagivation
-------------------------------------------------------------- */

.pagination {
	font-size: 12px;
	margin: 0;
}

.pagination a {
	background: #fff;
	border: 1px solid #dfdfdf;
	display: block;
	margin: 0;
	padding: 5px 10px;
}

.pagination a:hover {
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
}

.pagination .left a {
	background-image: url(images/icon-arrow-left.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.pagination .right a {
	background-image: url(images/icon-arrow-right.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* wp-pagenavi */
.wp-pagenavi {
	font-weight: bold;
	letter-spacing: 1px;
	margin: -10px 0 0 0;
	padding: 5px 0 4px 0;
	text-transform: uppercase;
}

.wp-pagenavi a:link, 
.wp-pagenavi a:visited {
	background: #fff;
	border: 0;
	display: inline;
	margin: 0 2px 0 0;
	padding: 7px 10px 4px 10px;
	text-decoration: none;
}

.wp-pagenavi .on, 
.wp-pagenavi .current, 
.wp-pagenavi a:hover {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin: 0 2px 0 0;
	padding: 7px 10px 4px 10px;
}

.wp-pagenavi .on, 
.wp-pagenavi .current {
	background: #efefef;
}

.wp-pagenavi .extend, 
.wp-pagenavi span.pages {
	background: #fff;
	border: 0;
	color: #777;
	padding: 0 10px;
}

/* comments navigation */
.navigation {
	font-style: italic;
	padding: 20px 0 0 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer-widget-1,  
#footer-widget-2 {
	display: inline;
	float: right;
	margin: 15px 0 0 22px;
	width: 302px;
}

#footer-widget-3 {
	float: left;
	margin: 15px 0 0 0;
	width: 302px;
}

/* Bottom */
#bottom {
	border-top: 1px solid #e6e6e6;
	color: #999;
	font-size: 11px;
	padding: 15px 0;
        text-align:center;
        white-space: nowrap;
}

#bottom a, 
#bottom a:visited {
	border-bottom: 1px dotted #ccc;
	color: #999;
}

#bottom a:hover {
	border-bottom: 1px dotted #999;
	text-decoration: none;
}

#bottom .footer-rss {
	background: url(images/ico-footer-rss.png) no-repeat right 4px;
	padding: 3px 16px 3px 0;
}

/* Responsive ----------- */
@media only screen and (max-width: 800px) {


#content {
        width: 75%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;

}
}
@media only screen and (max-width: 768px) {
#sidebar1 {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;

}

#content {
        width: 75%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;

}
}

@media only screen and (max-width: 600px) {

#sidebar1 {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;

}

#content {
        width: 70%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;

}
}

@media only screen and (max-width: 360px) {

#sidebar {
        display: none;

}
#sidebar1 {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;

}

#content {
        width: 95%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;

}
}