/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: Tahoma,verdana, 'trebuchet ms', sans-serif;
    font-size: 11px;
	background-color : #ebebeb;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:right;
}

div#p-com{
	width: 60%;
	margin-right: 5%;
	direction:rtl;
	text-align:right;
}

div#p-com p{
	font-size: 10px;
	text-align:right;
	direction:rtl;
}

#p-com label{
    font-size:9px;
	}

div#p-com input{
	background-color: #ebebeb;
	border: 1px solid #333333;
}
 
div#p-com textarea{
	background-color: #ebebeb;
	border: 1px solid #333333;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	direction:rtl;
	overflow: scroll;
}

div#sidebar{
    margin-left:10px;
	margin-right:10px;
	direction:rlt;
}

#sidebar ul{
    margin:5px;
	padding:6px;
	}
#sidebar li{
	text-align:right;
	padding-right: 3px;
	padding-left: 3px;
	color:#263648;
	}
	
#sidebar select{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ebebeb;
	background-color: #90a1b6;
}

#sidebar hr{
	width:100px;
	text-align:center;
	border: 1px dotted #ebebeb;
   }

#sidebar fieldset{
	padding: 10px;
	border: 1px solid 90a1b6;
	margin:0px;
}

#sidebar a {
color : #0069a5;
text-decoration : none;
}
#sidebar a:hover {
	text-decoration : none;
	color: #073d5b;
}

#sidebar p{
 text-align:justify;
 }

#post{
	font-family: tahoma,times new roman;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align:right;
	direction:rtl;
}

div#post{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: right;
	direction:rtl;
}

#post h2{
    font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #415a79;
	text-align: right;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#post h3{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #415a79;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#post h4{
	color: #f7941c;
	font-weight:bold;
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}



#post p{
	font-size: 12px;
	color: #333333;
	margin-right:20px;
	margin-left:20px;
	margin-top:1px;
	margin-bottom:1px;
	line-height: 20px;
	text-indent:10px;
	text-align:justify;
}

#post fieldset{
	padding: 20px;
	border: 1px solid ebebeb;
	margin-left:20%;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #ebebeb;
	width: 60%;
}

#post li{
    list-style-type:decimal-leading-zero;
	}


div#header{
	background-color: #90a1b6;
	/*background-image:url(images/bg-side.jpg);*/
	height: 40px;
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	width: 100%;
	z-index:1;
	border:#2a486d thin;
	text-align: right;
	direction:rtl;
	background-position: center;
	padding-top:5px;
}

div#side{
	width: 180px;
	top: 0px;
	right: 100px;
	background-color: #bbd6f9;
	position: absolute;
	z-index: 2;
	direction:rtl;
	text-align:center;
}

div#main{
	background-color: #FFFFFF;
	width: 60%;
	top: 0px;
	position: absolute;
	z-index: 0;
	border:#2a486d thin;
	right: 300px;
}

div#comment{
	background-color:#ebebeb;
	width:80%;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}

div#comment2{
	background-color:#fed8b6;
	width:80%;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}

#comment h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #415a79;
	text-align: right;
	margin: 0px;
}

#comment h5{
    font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	color: #415a79;
}

#comment h6{
    font-family:Tahoma;
	font-size:10px;
	text-align:left;
	margin-left:10px;
	color: #415a79;
}
#comment p{
	font-size: 11px;
	line-height: normal;
	text-indent: 5px;
}


#comment2 h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #415a79;
	text-align: right;
	margin: 0px;
}

#comment2 h5{
    font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	color: #415a79;
}

#comment2 h6{
    font-family:Tahoma;
	font-size:10px;
	text-align:left;
	margin-left:10px;
	color: #415a79;
}
#comment2 p{
	font-size: 11px;
	line-height: normal;
	text-indent: 5px;
}


div#toplink{
	right: -5%;

	top:30px;
	position: relative;
	width: 600px;
}

div#bg-top{
	background-image: url(http://www.ayande.ir/images/bg-top.jpg);
	height: 50px;
	top:0px;
	margin-bottom:50px;
}
div#bg-bottom{
	background-image: url(http://www.ayande.ir/images/bg-bottom.jpg);
	height: 50px;
	bottom:0px;
	text-align:center;
	color:#b7b6b6;
}

div#bg-top-side{
	background-image: url(http://www.ayande.ir/images/bg-top-side.jpg);
	height: 50px;
	top:0px;
}
div#bg-bottom-side{
	background-image: url(http://www.ayande.ir/images/bg-bottom-side.jpg);
	height: 50px;
	bottom:0px;
}

div.search{
    direction:rtl;
	text-align:right;
}

div.hashie{
	text-align: center;
}

p#link{
	margin-right: 32%;
	margin-left: 10%;
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
text-decoration : none;
color : #669900;
}
a:visited {
text-decoration : none;
color : #669900;
}
a:hover {
text-decoration : none;
color : #99cc00;
}

#header a {
color : #293544;
text-decoration : none;
}
#header a:hover {
	text-decoration : none;
	background-color: #d4dce6;
}

#footer a {
color : #293544;
text-decoration : none;
}
#footer a:hover {
color : #d4dce6;
text-decoration : none;
}

form.search{
	font-family: Tahoma, Verdana;
	font-size: 9px;
	padding: 5px;
	text-align:center;
}

input.search{
	font-size: 9px;
	background-color:#90a1b6;
	border:0px;
	color: #ebebeb;
	text-align: right;
}

input.searchbutton{
	font-size: 9px;
	background-color:#90a1b6;
	border:0px;
	color: #ebebeb;
	text-align: center;
}

img.link{
	margin-right: 5px;
}

img.side{
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
