﻿/*
	Theme Name: HEPSI
	Filename: style.css
	Version: 1.0
	Website: http://asanb.com/
	Author: Payman Asgari
	Description: All by <a href="http://www.asanb.com">Payman Asgari | 0914-943-4872</a>
----------------------------------------------------------------- */


/*
	Layout
----------------------------------------------------------------- */
body {
	margin: 0 0 0px 0;
	padding: 0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	font: 12px tahoma;
	color: #2D3137;
	direction:rtl;
	
}
img {
	border: none;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* TEXT
----------------------------------------------- */
.small {
	font-size: 9px;
}
.big {
	font-size: 16px;
}
.expanded {
	letter-spacing: 2px;
}
.justified {
	text-align: justify;
}
h1 {
	font: normal 20px tahoma;
	color: #18638C;
}
h2 {
	font: normal 18px tahoma;
	color: #64625A;
}
h3 {
	font: normal 16px tahoma;
	color: #18638C;
}
h4 {
	font-size: 13px;
}
/* LINKS
----------------------------------------------- */

a:link, a:visited {
	text-decoration:none; color:#403535;
}
a:hover, a:active {
	text-decoration: none;
}
/* FORMS
----------------------------------------------- */
select, textarea, input {
	border: #000 1px solid;
	color: #2D3137;
	font: 12px tahoma;
}
/* PAGE LAYOUT
----------------------------------------------- */
#container {
	width: 999px;
	margin: 0 auto;
	text-align:justify;
}
#logo {
	float: left;
	width: 360px;
	height: 85px;
	margin: 0;
	color: #ffffff;
}
#logo .title {
	padding: 10px 0 0 0;
}
#logo .title a, #logo .title a:visited {
	font-family: tahoma;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#logo .title a:hover {
	color: #BE0C0C;
	text-decoration: none;
}
#top-ad {
	float: right;
	width: 500px;
	margin: 10px 0 0 0;
}
/* NAV
----------------------------------------------- */
#navbar {
	clear: both;
	height: 34px;
	line-height: 30px;
	margin-bottom: 10px;
}
.menu {
	margin: 0;
	padding: 2px 0 0 0;
}
.menu li {
	display: inline;
}
.menu li a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-size: 12px;
	float: left;
	font-weight: bold;
	padding: 0px 16px 0px 16px;
	border-right: 1px solid #ffffff;
}
.menu li a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}
/* LEFT COLUMN
----------------------------------------------- */
#left-column {
	float: left;
	width: 190px;
	padding-top: 6px;
	background: url(images/border-dots-dark.gif) repeat-x left top;
}
#left-nav {
	padding-left: 18px;
	background: #F9F9F9;
	margin-bottom: 20px;
}
#left-nav h2 {
	margin: 0 0 5px 0;
	padding: 3px 0;
	font: bold 15px tahoma;
	color: #2D3137;
}
#left-nav ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
#left-nav li {
	background: url(images/li-left-nav.png) no-repeat 0 8px;
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 22px;
	border-bottom: 1px #C0C0C0 dashed;
}
#left-nav li a:link, #left-nav li a:visited {
	color: #003399;
	text-decoration: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma
}
#left-nav li a:hover, #left-nav li a:active {
	text-decoration: underline;
}
#rss-atom {
	text-align: center;
	margin-bottom: 30px;
}
/* MIDDLE COLUMN
----------------------------------------------- */
#main {
	width: 619px;
	margin: 0 15px 0 15px;
	background-repeat:no-repeat;
}
.main_p{
background-image:url(images/main_bg.gif);
height:21px;

}
.main_p2{
background-image:url(images/main_bar.gif);
margin-top:-10px;
}
.main_p3{
height:21px;
background-image:url(images/main_bar_bot.gif);
}
#main h1 {
	margin: 9px 0 3px 0;
	padding: 0;
}
#main h2 {
	margin: 2px 0 0 0;
	padding: 0;
}
#main h3 {
	color: #990000;
	padding: 0 0 4px 0;
	text-transform: uppercase;
}
#main h4 {
	color: #336699;
	padding: 0 0 4px 0;
}
#main #mydiv{ padding:10px; background-color:#FFFFCC;}
span.source-time {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	color: #636363;
}
p {
	margin: 0 0 3px 0;
}
.postimg {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 8px;
	padding: 2px;
	border: 1px #c0c0c0 solid;
}
.fullimg {
	width: 190px;
	float: left;
	margin-right: 8px;
	padding: 2px;
	border: 1px #c0c0c0 solid;
}
.postinfo {
	text-align: right;
	background: #F8F8F8;
	font-size: 11px;
	color: #003399;
	margin: 12px 0px 20px 0px;
	padding: 5px 10px 6px 0;

	line-height: 10px;
}
.more-link {
	margin-top: 15px;
	text-align: right;
}
blockquote {
	background: #FFFFFF url('images/quote.png') no-repeat;
	margin: 20px 0px 20px 0px;
	padding: 0 60px 0 40px;
}
#main a{
text-decoration:none;
}
/* RIGHT COLUMN
----------------------------------------------- */
#right-column {
	float: left;
	width: 190px;
	background: url(images/border-dots-dark.gif) repeat-x left top;
	direction:rtl;
}
#ad-space {
	float: right;
	width: 190px;
}
#right form {
	margin: 0;
	padding: 0;
}
#right form label {
	margin-right: 2px;
	vertical-align: middle;
	color: #10161B;
	font-weight: bold;
	font-size: 11px;
}
#right form input.field {
	background-color: #FFF;
	border-top: 1px solid #838484;
	border-left: 1px solid #838484;
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}
#right form input.button {
	margin-left: 2px;
	border: none;
	vertical-align: top;
}
#right {
	margin: 5px;
	padding: 8px 10px 110px 10px;
	border: 1px solid #FFF;
	background: url(images/bg-diagonal-lines.gif) repeat left top;
	font-size: 11px;
}
#right h2 {
	margin: 0;
	padding: 0 0 3px 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #2D3137;
	border-bottom: 1px solid #EDEAE8;
}
#right a:link, #right a:visited {
	color: #003399;
	text-decoration: none
}
#right a:hover, #right a:active {
	text-decoration: none;color:#003399
}
#right ul {
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #FFF;
}
#right li {
	margin: 0;
	padding: 6px 0 6px 9px;
	background: url(images/li-medium-square.gif) no-repeat 0 12px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EDEAE8;
}
#footer {
	clear: both;
	height: 31px;
	background-color: #F2F2F2;
	color: #999999;
	margin: 20px auto 0px;
	padding: 10px 0px 10px 0px;
	line-height: 17px;
	text-align: center;
	width:999px;
}
#footer p {
	color: #999999;
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #BBBBBB;
	text-decoration: none;
}
#footer a:hover {
	color: #003399;
	text-decoration: none;
}
/*------------  add by p----------------------*/
#f1 li{
list-style-type:none;
background-image:url(images/bg_meno.gif);
padding-bottom:4px;
padding-left:4px;
padding-right:8px;
padding-top:4px;

}
#f1 a{
text-decoration:none;
}
#f1 a:hover{
text-decoration:none;
color:#FF6600;
}
.f2{
background-image:url(images/x-bar.gif);
padding:4px;
word-spacing:-10px;
background-repeat:repeat-y;
padding-right:19px;

}
.f3{
background-image:url(images/x-end.gif);
background-repeat:no-repeat;
height:3px;
}
#x100 img{
width:140px;
height:200px;
border-bottom-width:0px;
}
#x100 li{
list-style-type:none;
}
#x160 img{
width:160px;
height:200px;
}
#x160 li{
list-style-type:none;
}
.head01{
font-size:9px;
font-family:Tahoma;
}
.head01 a{
color:#302B2D;
text-decoration:none;
}
.head01 a:hover{
color:#FFAE00;
text-decoration:none;
}
.head02{
font-size:9px;
font-family:Tahoma;
font-weight:500;
}
.head02 a{
color:#413938;

text-decoration:none;
}
.head02 a:hover{
color:#FF6600;
text-decoration:none;
}
.widgetrast{

background-image:url(images/box_01.jpg);
background-repeat:no-repeat;
height:27px;
width:190px;
font-weight:600;
font-size:10px;
}
.widgetrasttxt{
padding:8px;

}
.widgetcontent{
padding:8px;
background-image:url(images/box_02.jpg);
background-repeat:repeat-y;
font-size:12px;
}
.widgetdown{
background-image:url(images/box_04.jpg);
background-repeat:no-repeat;
width:190px;
height:25px;
}
.footerpad{
background-image:url(images/footer.jpg);
width:1002px;
height:185px;
}

/** -------------------------------------------- **/
#navigation {width:188px; font-size:12px;}

/*Main Menu*/
#navigation ul {margin:0px; padding:0px; background-color:#F8F7F2; }

#navigation ul li {
height:25px;
line-height:25px; 
list-style:none; 
padding-right:10px;

color:#000000; 
border-top:#ccc solid; 
border-bottom:#fff solid; 
border-width:1px;

font-family:Tahoma;
font-size:12px;
font-weight:300;
background-image:url(images/bg_menu_item.jpg);
background-repeat:no-repeat;
background-position:left;
}
#navigation ul li:hover {
background-color:#fff; position:relative;
border-bottom-color:#000000;
border-left-color:#000000;
border-right-color:#000000;
border-top-color:#000000;
border-width:1px;
color:#0033FF;
background-image:url(images/bg_menu_item_hover.jpg);
background-repeat:no-repeat;
background-position:left;

}
/*Sub Menu*/
#navigation ul ul {display:none; position:absolute; right:188px; top:-1px;   background-color:#fff;
border-bottom-color:#000000;
border-left-color:#000000;
border-right-color:#000000;
border-top-color:#000000;
border-width:0px;
border-style:double;
border-bottom-style:double;
}
#navigation ul li:hover ul {display:block;}

#navigation ul ul li { width:150px; float:left; display:inline; border:none;   }
#navigation ul ul li:hover {text-decoration:underline; border:none;}

#navigation li:hover ul li ul {display:none;}

#navigation ul ul li ul {left:110px; background-color:#0099CC; }
#navigation ul ul li:hover ul {display:block;}
#navigation a {
color:#063999;
text-decoration:none;
font-size:12pt;
 }
 #navigation a {
color:#3B3B3A;
text-decoration:none;
font-size:12px;
 }
#navigation a:hover{
color:#FFA800;
text-decoration:none;
font-weight:700;
 }
.subcatmenu{
padding-right:10px;
padding-top:20px;
line-height:normal;
font-family:Tahoma;
font-size:12px;
font-weight:500;
}
.flesh{
width:9px;
height:10px;
float:right;
padding-top:6px;
}
.bgtdmenu{
background-image:url(images/bg_td.jpg);
background-repeat:no-repeat;

}
.page-navi li{
display:inline;
padding:16px;
float:right;
background-image:url(images/bg_flesh_footer_page.jpg);
background-repeat:no-repeat;
background-position:right;
}
.page-navi li a{
color:#333333;
text-decoration:none;
}
.page-navi li a:hover{
color:#FF6600;
text-decoration:none;
}
.tab1td{
border-bottom-color:#CCCCCC ;
border-bottom-style:dotted;
border-bottom-width:1px;
}
.tab1tdxxx{
border-left-color:#CCCCCC ;
border-left-style:dotted;
border-left-width:1px;
border-right-color:#CCCCCC ;
border-right-style:dotted;
border-right-width:1px;
border-bottom-color:#CCCCCC ;
border-bottom-style:dotted;
border-bottom-width:1px;
}
.tab1td a{
color:#003399;
text-decoration:none;
font-size:12px;
font-weight:600;
}
.tab1tdxxx a{
color:#003399;
text-decoration:none;
font-size:12px;
font-weight:600;
}
.tab1td a:hover{
color:#FFCC00;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.tab1tdxxx a:hover{
color:#FFCC00;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.chekide{
width:100;
text-align:justify;
word-spacing:-2px;
font-size:10px;"
}
.alinktab a{
font-family:Tahoma;
text-decoration:none;
color:#999999;
font-size:12px;

}
.alinktab a:hover{

text-decoration:none;
color:#FF9900;

}
.gimat{
color:#FF9900;
font-weight:bold;
}
.page_body{
text-align:justify;
padding:20px;
}
.groupdiv{
padding:10px; text-align:right; float:right; width:100px; height:50px;
color:#003399; font-weight:700;
}
.groupdiv a{ color:#003399; text-decoration:none; font-size:10px; font-weight:400; padding:5px;}
.groupdiv a:hover{ color:#FF6600; text-decoration:none; font-size:10px; font-weight:400;}
