/*
Theme Name: صحيفه شعراء العرب
Theme URI: http://al-arabpoets.net/
Description: صحيفه خاصه بالادب والشعر العربي
Version: 1.0
Author: rocsel
Author URI: http://rocsel.com
Tags: poem , arts
*/
@import url(assests/css/font-awesome.min.css);
@import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
 *, body , html{
	font-family: 'Droid Arabic Kufi';
}
li{
	list-style:none;
}
body{
	background:url(assests/img/background.png);
}
html{

	margin-top:0px !important;
}
.container{
width:1024px !important;
}
.navigate{
	width:100%;
	height:30px;
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top,  #313131 42%, #000000 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#313131), color-stop(60%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313131 42%,#000000 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313131 42%,#000000 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313131 42%,#000000 60%); /* IE10+ */
	background: linear-gradient(to bottom,  #313131 42%,#000000 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.switcher{
	float:left;
	width:300px;
}
.switcher p{
	font-size:14px;
	color:#fff;
	line-height:30px;
	text-align:right;
	float:right;
	margin-left:10px;
}
.switcher a{
	display:block;
	float:right;
	margin:7px;
	width:15px;
	height:15px;
	border-radius:50%;
}
.switcher a.red{
	background:#dd3d3d;
	
}
.switcher a.yellow{
	background:#e5e740;
	
}
.switcher a.blue{
	background:#4087e7;
	
}
.switcher a.purple{
	background:#b240e7;
	
}
.date{
	float:right;
	color:#fff;
	font-size:14px;
	line-height:30px;
direction: rtl;
}
.menu ul ul
{
	display:none;
	position: absolute;
top: 98%;
left: -70px;
background: #181818;
padding: 0;
z-index: 99;
}

.menu ul ul li
{
	float: none;
width: 155px;
height: 50px;
line-height: 50px;
float: right;
margin: 0;
text-align: right;
border-bottom: 1px solid #000;
}

.menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}
.menu ul ul li a:hover
{
background:#BC0000 !imprtant;

}

.menu ul ul ul
{
	top:0;
	left:100%
}

.menu ul li:hover > ul
{
	display:block
}
.header{
	height:150px;
}
.header a.logo{
	background:url(assests/img/logo.png) no-repeat;
	height:127px;
	width:233px;
	float:right;
	margin-right:10px;
	margin-top:15px;
}
.content-bk{
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 17px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 17px 0px rgba(0, 0, 0, 0.7);
}
.header .symbol{
	width: 94px;
	height: 140px;
	background: url(assests/img/symbol.png) bottom no-repeat;
	float: right;
	margin-right: 135px;
}
.header .social{
	float:left;
	width:295px;
}
.header .social a{
	float:left;
	margin:10px;
}
.header .social a.facebook{
	background:url(assests/img/facebook.png);
	width:51px;
	height:61px;
}
.header .social a.twitter{
	background:url(assests/img/twitter.png);
	width:51px;
	height:61px;
}
.header .social a.google{
	background:url(assests/img/g+.png);
	width:58px;
	height:61px;
}
.header .social a.rss{
	background:url(assests/img/rss.png);
	width:51px;
	height:61px;
}
.menu{
	height:50px;
	width:100%;
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top,  #313131 42%, #000000 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#313131), color-stop(60%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313131 42%,#000000 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313131 42%,#000000 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313131 42%,#000000 60%); /* IE10+ */
	background: linear-gradient(to bottom,  #313131 42%,#000000 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	margin-bottom:10px;
}

.menu ul li {
	float:right;
	margin:0 7px; 
	
	
}
.menu ul li a{
	font-size:16px;
	color:#fff;
	transition:ease-in-out 0.3s;
	-webkit-transition:ease-in-out 0.3s;
	-moz-transition:ease-in-out 0.3s;
	-ms-transition:ease-in-out 0.3s;
	-o-transition:ease-in-out 0.3s;
	
	
}
.menu ul li a:hover{
	
	color:#fff;
	background:#000;
	
	
}
.menu ul li ul li a{
	
	width: 100%;
display: block;
font-size: 16px;
height: 50px;
	
	
}
.menu ul li ul li a:hover{
	
	color:#fff;
	text-decoration:none;
	background:#0D0D0D;
	
	
}
.search{
	width:350px;
	height:40px;
	background:#fff;
	border:solid 1px #9f9f9f;
	float:left;

	margin:10px;
	margin-left:20px;
}
.search input[type=text]{
	width:303px;
	height:37px;
	background:#fff;
	float:right;
	box-shadow:none;
	border:none;
	text-align:right;
	line-height:40px;
}
.search i{
	font-size:25px;
	float:left;
	display:block;
	line-height:40px;
	margin:0 10px;
}
.slider{
	height:320px;
	margin-bottom:10px;
}
.slider .img img{
	width:179px;
	height:182px;
	
	
}
.slider p {
float: right;
display: block;
color: #Fff;
width: 150px;
text-align: right;
margin:20px;
line-height:25px;
	
}
.slider ul li{
	background:#313131;
}
.contents{
	margin:0 10px;
}
.title{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:40px;
	color:#fff;
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top,  #313131 42%, #000000 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#313131), color-stop(60%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313131 42%,#000000 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313131 42%,#000000 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313131 42%,#000000 60%); /* IE10+ */
	background: linear-gradient(to bottom,  #313131 42%,#000000 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border:solid 1px #391900;
	text-align:right;
	padding:10px;
	
	
}
.owl-theme .owl-controls .owl-buttons div{
padding: 3px 6px !important;
font-size: 24px !important;

}

.title p a{
	font-size:18px;
	color:#fff;
}
.title p i{
	color#fff;
	margin-left:10px;	
}
.content{
	background:#fff;
	height:auto;
	border:solid 3px #391900;
	padding:5px;
}
.shadow{
	background:url(assests/img/shadow2.png) left top no-repeat , url(assests/img/shadow.png) right top no-repeat;
	width:100%;
	height:19px;
}
.content .first-news {
    border: 1px solid #C6C6C6;
    height: 185px;
    padding: 5px;
    margin: 5px;
    display: table;
    width: 100%;
}
.content .first-news img{
	float:right;
	width:182px;
	height:170px;
	margin-left:10px;
}
.content .first-news .title-data{
	margin-right:10px;
	height:135px;
}
.content .first-news .title-data h2 a{
	text-align:right;
	color:#e00e18;
	font-size:16px;
	display:block;
}
.content .first-news .title-data a.more{
	color:#000000;
	text-decoration:underline;
	text-align:right;
	display:block;
}
.content .first-news .title-data p{
	text-align:right;
	color:#000000;
	font-size:14px;
}
.content .first-news .write-time p.writer{
	font-size:13px;
	float:right;
	display:block;
	width:120px;
	text-align:right;
}
.content .first-news .write-time p.comment {
	font-size:13px;
	float:right;
	display:block;
	width:100px;
	text-align:center;
}
.content .first-news .write-time p.comment a{
	color:#000000;
}
.content .first-news .write-time p.writer a{
	color:#000000;
}
.content .first-news .write-time p.time{
	font-size:14px;
	float:left;
	display:block;
	width:105px;
}
.content .first-news .write-time p.time i{
	color:#000000;
	margin-left:5px;
}
.instruc{
	height:170px;
}
.instruc img{
	width:153px;
	height:154px;
	float:right;
	margin:3px 3px 0 0px;
}

.instruc p{
	float:left;
	display:block;
	width:170px;
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
}
.content .second-news{
	border:solid 1px #c6c6c6;
	min-height800px;
	padding:5px;
	margin:5px 5px;
}
.content .second-news img{
	float:right;
	width:80px;
	height:80px;
	margin-left:10px;
}
.content .second-news .title-data{
	margin-right:10px;
	height:78px;
}
.content .second-news .title-data h2{
	text-align:right;
	color:#000000;
	font-size:16px;
}
.content .second-news .title-data a.more{
	color:#000000;
	text-decoration:underline;
	text-align:right;
	display:block;
}
.content .second-news .title-data p a{
	text-align:right;
	color:#e00e18;
	font-size:14px;
	display:block;
}
.content .second-news .title-data p {
	text-align:right;
	color:#000000;
	font-size:14px;
	display:block;
}
.content .last-news{
	border:solid 1px #c6c6c6;
	min-height:60px;
	padding:4px;
	margin:5px 5px;
}
.content .last-news img{
	float:right;
	width:80px;
	height:55px;
	margin-left:10px;
}
.content .last-news .title-data{
	margin-right:10px;
	height:55px;
}
.content .last-news .title-data h2{
	text-align:right;
	color:#000000;
	font-size:16px;
}
.content .last-news .title-data a.more{
	color:#000000;
	text-decoration:underline;
	text-align:right;
	display:block;
}
.content .last-news .title-data p a{
	text-align:right;
	color:#e00e18;
	font-size:14px;
	display:block;
}
.content .last-news .title-data p {
	text-align:right;
	color:#000000;
	font-size:14px;
	display:block;
}
.news-slid .item{
  margin:10px 20px;
}
.news-slid .item .img-slid img{
  display: block;
  width: 85%;
  height:100px !important;
  height: auto;
  margin:10px 0;
}
.news-slid .item p a{
  text-align:right;
  color:#e00e18;
  display:block;
  width:85%;
}
.owl-theme .owl-controls {
	margin: 10px 0;
	text-align: center;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#000000;
}
.owl-theme .owl-controls .owl-page.active span, .news-slid .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.img-galary img{
	display: block;
	width: 291px;
	height: 356px;
	margin: 0 auto;
}
.ss {
width: 32.333333% !important;
}
.photoslid{
margin-left:10px;
}
.img-galary2 img{
	display: block;
	width: 285px;
	height: 268px;
	margin: 0 auto;
}
.rules p{
	text-align:center;
}
.footer{
	margin-top:-10px;
}
.footer .copy-right{
	height:40px;
	text-align:center;
	line-height:40px;
	color:#fff;
	background:#313131;
}
.footer .foot_menu{
	background:#0f0f0f;
	height:40px;
	text-align:center;
	color:#a0a0a0;
}
.footer .foot_menu a{
	text-align:center;
	color:#a0a0a0;
	line-height:40px;
}

.title-result{
	background:#000000;
	border-radius:5px;
	margin:10px 0;
	text-align:right;
	padding:10px;
	color:#fff;
}

#comments,#respond h3{
	font: bold 14pt Arial;
	color: #000;
 	text-align:center;
	background-color:#000000;
	border-radius:5px;
	color:#FFF;
	margin:2px;
	padding:5px;
}

.commentlist {
    text-align: justify;
    direction: rtl;
}

.commentlist li .avatar  { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-left:5px;
}

.commentlist cite, .commentlist cite a {font: bold 12pt arial;}
.commentlist p {
	line-height:20px;
	margin: 0 30px 5px 0;
}
.alt {padding: 10px;}
.commentlist {text-align: justify;}
.commentlist li {
	border: 1px solid #ddd;
	margin: 15px 5px 10px 5px;
	padding:  10px;
	list-style: none;
    border-radius:10px;
	color:#000;
	font:bold 9pt Tahoma, Geneva, sans-serif;
}

.commentlist li ul li { 
}
.children { padding: 0; }
#commentform p {margin: 5px 0;}

#commentform label{
float:Right;
}
#comment {
    width:100%;
    height:125px;
	border:2px solid #000;
    border-radius:7px;
    padding:15px;
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:#000;
    margin-right:20px;
}

#comment:focus {
		background:#FDFDCE;
}


.nocomments {text-align: center;}

.commentmetadata {
	display: block;
	text-align:left;
	font-size:90%;
	margin-bottom:28px;
	
}

#respond #author , #respond #email, #respond #url {
	margin-right:20px;
	border:2px solid #000000;
	border-radius:7px;
	font:bold 12pt Arial, Helvetica, sans-serif;
	padding:7px;
	background:#FFF;
	height:40px;
	width:295px;
}

#respond #email, #respond #url {
	text-align:left;
}

#respond #author:focus , #respond #email:focus , #respond #url:focus {
	background:#FDFDCE;

}

.says{display:none}
.thread-alt , .thread-even .alt{background-color: #DFDFDF;}
.thread-alt .odd, .thread-even{background-color: #DFDFDF;}
.even, .alt {border-right: 1px solid #ddd;}
.bypostauthor , .thread-alt .bypostauthor , .thread-even .bypostauthor  { background-color:#e8ebf7; }
	
.content .single img{
	margin: 10px auto;
	width: 282px;
	height: 252px;
	display: block;
}
.content .single .title-data {
    height: auto;
    margin: 10px auto;
    direction: rtl;
    padding: 0 5px;
}
.content .single .title-data h2 a{
	text-align:right;
	color:#000000;
	font-size:16px;
	display:block;
}
.content .single .title-data a.more{
	color:#000000;
	text-decoration:underline;
	text-align:right;
	display:block;
}
.content .single .title-data p{
	text-align:right;
	color:#000000;
	font-size:14px;
}
.WP-PrintIcon {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}
.content .single .write-time p.writer{
	font-size:14px;
	float:right;
	display:block;
	width:240px;
	text-align:right;
	margin:10px auto;
}
.content .single .write-time{
	height:50px;
	width:100%;
}
.content .single .write-time p.writer a{
	color:#000000;
}
.content .single .write-time p.time{
	font-size:14px;
	float:left;
	display:block;
	width:110px;
}
.content .single .write-time p.time i{
	color:#000000;
	margin-left:5px;
}
.see img{
margin: 5px auto;
display: block;
height: 161px;

}
.owl-next{
display: block;
font-size: 25px;
position: absolute;
bottom: -4px;
right: 400px;
background: #000;
width: 35px;
height: 35px;
line-height: 42px;
text-align: center;
color: #fff;
border-radius: 50%;

}
.owl-prev{
display: block;
font-size: 25px;
position: absolute;
bottom: -4px;
left: 400px;
background: #000;
width: 35px;
height: 35px;
line-height: 42px;
text-align: center;
color: #fff;
border-radius: 50%;
}
.rules ul{
padding:0;
}
.rules p{
font-size:13px;
}
.rules a{
display:none;
}


.banner{
display:block;
width:950px;
margin:10px auto;

border: solid 1px #000000;

}
.take img{

height: 117px;
width: 150px;
display: block;
margin: 0 auto;
}
.rules ul li{
margin:10px 0;
font-size:13px;
}
.rules input[type=radio]{
float:right;
margin-left:5px;
}
.rules{
height:180px;
}

.copy-right a {
color:#000000;
}
.copy-right a:hover {
text-decoration:none;
}
.mtphr-dnt-inline-title{
float:right;
font-size:20px;
line-height:10px;
margin:15px;

}
.mtphr-dnt-wrapper{
background:#fff;
-webkit-box-shadow: inset 1px 0px 11px 0px rgba(0, 0, 0, 0.31);
-moz-box-shadow:    inset 1px 0px 11px 0px rgba(0, 0, 0, 0.31);
box-shadow:         inset 1px 0px 11px 0px rgba(0, 0, 0, 0.31);
border-bottom:1px solid  #A0947D;
border-top:1px solid  #A0947D;
}
.mtphr-dnt-rotate .mtphr-dnt-tick, .mtphr-dnt-scroll .mtphr-dnt-tick{
text-align: right;
padding-right: 30px;
line-height: 50px;
}
.mtphr-dnt-tick-contents a {
color:#bc0000;
}
.mtphr-dnt-tick-contents{
height:50px !important;
border-right: solid 1px  #A0947D;
}
.mtphr-dnt-tick-container{
margin-left: 0px;
}
.sp-thumbnail-image-container img {
	display: block;
float: left;
margin: 6px;
width: 70px;
height: 40px;
}
.sp-slide img{
	width:401px;
	height:320px;
	border: solid 5px #975420;
}
.sp-slide a{
	display: block;
position: absolute;
bottom: 10px;
color: #fff;
padding: 15px;
padding-left: 30px;
background: rgba(0 , 0, 0 , .7);
text-align: right;
width: 62%;
}
.sp-slide {
height: 330px !important;
}
.sp-thumbnail-description {
	margin: 6px;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail a {
color: #fff;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	width: 246px;
	background: #975420;
	height: 54px;
	color: #fff;
	text-align: right;
	border-bottom: 1px solid #901212;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{

border-left: 18px solid #975420;
margin-top: -49px;
border-top: 49px solid transparent;
border-bottom: 49px solid transparent;
}
}


.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{
border-left: 13px solid #fff;
}
.sp-has-pointer .sp-selected-thumbnail:before{
border-left: 13px solid #fff;

}

.sp-mask{
left: -50px;
width: 401px !important;
}
.sp-left-thumbnails {
/*	left: -30px !important;*/
	/*width: 300px !important;*/
	width: 399px !important;
}
.sp-left-thumbnails .sp-thumbnail-container {
	margin-bottom: 0px !important;
	margin-top: 0 !important;
	height:54px !important;
}


.sp-slides-container{
float:right;
width : 350px;
}
.sp-left-thumbnails, .sp-right-thumbnails{
position:none !important;
}
.sp-vertical{
max-width: none !important;
width : 650px !important;
overflow: hidden !important;
padding-left: 0px !important;
}

@media screen and (max-width: 1000px) {

/*
.slider{
margin-right: 270px;

}

.sp-slides-container{
right:-280px !important;
}
*/
}