﻿/*
Theme Name:Pi3idlv3
Theme URL: http://pi3idl.com
Description: New theme for pi3idl.com 
Author: Homan mohammadi
Author URI: http://homandesign.ir
Version: 1.0.0
Tags: pi3idl.com,version3,pi3idl theme,pi3idl version 3
*/
@font-face{font-family:'Yekan';src:url('include/font/BYekan.ttf') format('truetype'), url('include/font/BYekan.eot?#') format('eot'), url('include/font/BYekan.woff') format('woff');font-style:normal;font-weight:normal;}
body{
	background-image:url('include/img/bg.png');
	font-family:'Yekan',tahoma;
	direction:rtl;
	padding:0px;
	margin:0px;
	color: #333333;
}
img{
	border:0px;
}
a{
	text-decoration:none;
	color:#333333;
	font-family:'Yekan';
}
li{
	list-style:none;
}
.clr{clear:both}.f-left{float:left;}.f-right{float:right;}.d-none{display:none}.fs20{font-size:20px;margin:3px;}.fs30{font-size:30px;}.cwhite{color:white}.c01a469{color:#01a469;}.c333333{color:#333333;}h3{margin:0px;padding:0px;font-weight:normal;}
.main_size{
	width:900px;
}
.header{
	width:100%;
	height:118px;
	background-image:url('include/img/header.jpg');
}
.menu{
	width:100%;
	background-color:#333333;
	height:36px;
	margin-bottom:5px;
}
.menu_link{
	padding:5px 10px 5px 10px;
	background-color:#202020;
	border-right:5px solid #971818;
	list-style:none;
	float:right;
	-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-khtml-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;
}
.menu_link a{
	color:white;
	font-size:15px;
	-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-khtml-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;
}
.menu_link:hover{
	background-color:black;
	border-right:5px solid #530505;
}
.menu_link a:hover{
	color:#E5E5E5
}
.menu_search{
	background-image:url('include/img/search.png');
	background-repeat:no-repeat;
	background-position:left 10 0;
	background-color:black;
	float:left;
	height:34px;
	width:0px;
	border:0px;
	background-color:#202020;
	-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-khtml-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;
	color:white;
	padding-left:34px;
	font-family:'yekan';
	cursor:pointer;
}
.menu_search:focus{
	width:200px;
	cursor:text;
}
.main_div{
	width:876px;
	padding:10px 10px 0px 10px;
	background-color:#CACACA;
	background: -webkit-linear-gradient(left, #A7A7A7 , #DBDBDB , #A7A7A7);
	background: -o-linear-gradient(right, #A7A7A7 , #DBDBDB , #A7A7A7);
	background: -moz-linear-gradient(right, #A7A7A7 , #DBDBDB , #A7A7A7);
	background: linear-gradient(to right, #A7A7A7 , #DBDBDB , #A7A7A7);
	border:2px #6d6d6d solid;
}
#side{
	opacity: 0.9;
	filter: alpha(opacity=90);
	transition: all .23s ease-in-out;
	-o-transition: all .23s ease-in-out;
	-moz-transition: all .23s ease-in-out;
	-webkit-transition: all .23s ease-in-out;
}
#side:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.side_title{
	background-image:url('include/img/side_title.png');
	width:240px;
	height:52px;
	text-align:right;
	padding:10px 10px 0px 20px;
	color:white;
	font-size:16px;
}
.side_content{
	text-align:right;
	background-color:#dedddd;
	width:248px;
	border:1px solid #6b6a6a;
	border-top:0px;
	border-radius:0px 0px 5px 5px;
	padding:0px 10px 10px 10px;
	font-size:13px;
	margin-bottom:10px;
}
.side_content h3{
	font-size:13px;
}
.sside_content *{
	margin:0px;
}

.side_content ul {
	margin: 0px;
	padding: 0px 9px;
	float: right;
	width: 230px;
}
.side_content ul li {
	width: 224px;
	margin-bottom: 4px;
	box-shadow: inset -3px 0px #9b59b6;
	padding: 2px 0px;
	padding-right: 8px;
	color: #4b494a;
	transition: all .23s ease-in-out;
	-o-transition: all .23s ease-in-out;
	-moz-transition: all .23s ease-in-out;
	-webkit-transition: all .23s ease-in-out;
}
.side_content ul li:hover {
	box-shadow: inset -230px 0px #700d0d;
	color: white;
}
.side_content ul li:hover a {
	color: white;
}
.side_content ul li:hover ul li a {
	color: #4b494a;
}
.side_content ul li a {
	color: #4b494a;
	transition: all .23s ease-in-out;
	-o-transition: all .23s ease-in-out;
	-moz-transition: all .23s ease-in-out;
	-webkit-transition: all .23s ease-in-out;
}
.side_content ul li ul {
	background: #dedddd;
	margin-top: 6px;
	width: 224px;
	margin-right: -8px;
	float: right;
	padding: 0px;
	padding-right: 7px;
	padding-left: 8px;
}
.side_content ul li ul li:nth-child(odd) {
	box-shadow: inset -3px 0px #fcb200;
}
.side_content ul li ul li:nth-child(even) {
	box-shadow: inset -3px 0px #1E824C;
}
.side_content ul li ul li:nth-child(odd):hover {
	box-shadow: inset -274px 0px #fcb200;
}
.side_content ul li ul li:nth-child(even):hover {
	box-shadow: inset -274px 0px #87D37C;
}
.side_content ul li ul li:hover a {
	color: #333333;
}


.block_title{
	background-image:url('include/img/block_title.png');
	width:570px;
	height:56px;
	text-align:right;
	padding:10px 10px 0px 20px;
	color:white;
	font-size:16px;
}
.block_content{
	text-align:right;
	background-color:#dedddd;
	width:578px;
	border:1px solid #6b6a6a;
	border-top:0px;
	border-radius:0px 0px 5px 5px;
	padding:0px 10px 10px 10px;
	font-size:13px;
	margin-bottom:10px;
	text-align:justify;
}
.post_title{
	background-image:url('include/img/post_title.png');
	width:570px;
	height:56px;
	text-align:right;
	padding:10px 10px 0px 20px;
	color:#E8E8E8;
	font-size:16px;
}
.post_title a{
	color:#E8E8E8;
}
.post_title h1,.post_title h2{
	font-size:16px;
	margin:0px;
	font-weight: normal;
}
.post_content{
	text-align:right;
	background-color:#dedddd;
	width:578px;
	border:1px solid #6b6a6a;
	border-top:0px;
	padding:0px 10px 10px 10px;
	font-size:13px;
	text-align:justify;
}
.post_content a{color: maroon;}
.post_footer{
	border-radius:0px 0px 5px 5px;
	border:1px solid #6b6a6a;
	border-top:0px;
	background-color:#dedddd;
	width:578px;
	font-size:13px;
	margin-bottom:10px;
	text-align:justify;
	padding:10px;
}
.post_footer_icon{
	margin:4px 15px 0px 0px;
}
.post_footer_text{
	margin:4px 5px 0px 0px;
}
.post_more{
	background-color:#333333;
	border-radius:5px;
	color:white;
	width:120px;
	text-align:center;
	font-size:16px;
}
.post_more a{
	color:white;
}
.post_more:hover{
	background-color:#93270d;
	-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-khtml-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;
}
.post_footer_tag{
	border:1px solid #6b6a6a;
	border-top:0px;
	background-color:#dedddd;
	width:578px;
	font-size:13px;
	text-align:justify;
	padding:10px;
}
.post_footer_forum{
	padding:10px;
	border-radius:5px;
	border:1px solid #7c088d;
	background-color:#700d0d;
	width:578px;
	margin-bottom:10px;
}
.post_footer_forum:hover{
	padding:10px;
	border-radius:5px;
	border:1px solid #7c088d;
	background-color:#700d0d;
	background: -webkit-linear-gradient(left, #830808 , #c21111 , #830808);
	background: -o-linear-gradient(right, #830808 , #c21111 , #830808);
	background: -moz-linear-gradient(right, #830808 , #c21111 , #830808);
	background: linear-gradient(to right, #830808 , #c21111 , #830808);
	width:578px;
	margin-bottom:10px;
}
.post_footer_forum a{
	color:white
}
.post_footer_forum:hover a{
	color:#ffdd00
}
#commentsbox{
	padding:10px;
	border-radius:5px;
	border:1px solid #6b6a6a;
	background-color:#dedddd;
	width:578px;
	margin-bottom:10px;
	text-align:right;
}
#commentsbox #comments{
	border:0px;
	margin-top:0px;
}
#commentsbox .says{
	display : none;
}
#commentsbox .fn{
	font-family:'Yekan';
}
#commentsbox #comment{
	font-family:'Yekan';
	font-size:12px;
	width:572px;
}
#commentsbox #commentSubmit{
	font-family:'Yekan';
	font-size:12px;
	width:578px;
}
#commentsbox input[type=text]{
	font-family:'Yekan';
	font-size:12px;
	width:300px;
}
.reply a{background:#E84a3a;text-shadow:1px 1px #cc4032;font:14px Yekan, tahoma;color:#FFF;cursor:pointer;padding:1px 5px;border:none;margin:5px 0px 0px;border:1px solid #cc4032;border-radius:3px;}
.reply a:hover{color:#FFF;background:#cc4032;text-shadow:1px 1px #ac3428;border:none;border:1px solid #ac3428;}
.reply a:focus{color:#FFF;background:#ac3428;text-shadow:1px 1px #902c22;border:none;border:1px solid #902c22;}
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { border:1px solid #006367; padding:1em; border-radius:5px 0px 0px 5px;margin-bottom:5px;}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:12px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:12px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #00bac1; }

.other_page{
	padding:15px 10px 10px 10px;
	border-radius:5px;
	border:1px solid #6b6a6a;
	background-color:#dedddd;
	width:578px;
	margin-bottom:10px;
	font-size:13px;
}
.other_page_before{
	float:left;
	border-right:1px solid #6b6a6a;
}
.other_page_after{
	float:right;
	border-left:1px solid #6b6a6a;
}
.other_page_arrow:hover{
	color:#93270d;
	-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-khtml-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;
}
.other_page_list{
	-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-khtml-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;
	border-radius:5px;
	background-color:#333333;
	width:50px;
	color:white;
	font-size:15px;
	padding:3px 10px 3px 10px;
	margin:1px;
	border:1px solid #333333;
}
.other_page_list:hover{
	background-color:#01a469;
	border:1px solid black;
	padding:3px 10px 3px 10px;
}
.other_page_list_currect{
	background-color:#01a469;
	border:1px solid black;
	padding:3px 10px 3px 10px;
	font-size:15px;
	border-radius:5px;
	color:white;
	width:50px;
	margin:1px;
}
.extra_link{
	padding:10px;
	border-radius:5px;
	border:1px solid #6b6a6a;
	background-color:#dedddd;
	width:578px;
	margin-bottom:10px;
}
.extra_links{
	font-size:13px;
	list-style:none;
	width:190px;
}
.extra_links:nth-child(3n-2) a{
	color:maroon;
}
.extra_links:nth-child(3n-1) a{
	color:#333333;
}
.extra_links:nth-child(3n) a{
	color:red;
}
.footer{
	width:880px;
	background-color:#056b73;
	padding:3px 10px;
	border-radius:5px;
	margin:5px 0px;
	color:white;
	text-align:right;
	font-size:13px;
}
.footer a{
	color:white;
	font-size:13px;
}
.footer div{
	background-color:#12a7b3;
	border:1px solid #333333;
	border-radius:5px;
	padding:3px 10px;
	margin-top:6px;
}
.footer div i{
	font-size:20px;
	margin:1px 1px 1px 5px;
}
.footer div h1,.footer div h2{
	font-size:20px;
	margin:0px;
	font-weight: normal;
}







/*
*
*
*
Added style
*
*
*/
/*DL*/.dldemo{background:url(/wp-includes/images/dldemo.png) right no-repeat;padding:3px 25px 0px 0px;float:right;display:block;width:100%;height:16px}.mirror-link{background:url(/wp-includes/images/dlmirror_link.png) right no-repeat;padding:3px 25px 0px 0px;float:right;display:block;width:100%;height:16px}.pass{background:url(/wp-includes/images/dlpass.png) right no-repeat;padding:0px 25px 0px 0px;float:right;display:block;width:100%;height:16px}.size{background:url(/wp-includes/images/dlsize.png) right no-repeat;padding:0px 25px 0px 0px;float:right;display:block;width:100%;height:16px}.single-items{float:right;width:100%;margin:5px 0px 10px 0px;}.single-items ul li{margin:3px 0px 3px 0px;}

#lz_chat_overlay_main * textarea,#lz_chat_overlay_main *{
	font-family:b yekan;
}