/* ------------------------------------------------------------------*/


.filmplay {
margin-top:30px;
padding-top:30px;
padding-right:50px;
border-width:thin;
border:#999999;
display:block;
margin:auto;
border-top-style:solid;
border-bottom-style:solid;
}

.filmplaysmall {
margin-top:30px;
padding-top:2px;
padding-right:2px;
border-width:1px;
border:#eeeeee;
display:block;
float:left;

border-style:solid;
	width: 165px;
}

body {
	margin:25px  auto;
	background-color: #f6f7f7;
	background-image: url(images/background/bg_f6f7f7.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	line-height: 20px;
	margin: 0px 0px 15px;
}

ul, ol {
	line-height: 20px;
}

small {
	color: #666; 
	font-size: 10px;
}
	
h1 {
	font-size: 32px;
	text-align:right;
	margin: 0px;
}
	
h2 {
	font-size: 18px;
	margin: 0px;
}

h3 {
	font-size: 13px;
	margin: 0px;
}

a, a:visited {
	color: #06C;
	text-decoration: none;
}

a:hover { 
	color: #C00;
	text-decoration: underline;
}

blockquote {
	margin: 0px 10px 15px;
	padding: 4px 8px 4px 50px;
	background-color: #F8F8F8;
	background-image: url(images/blockquote2.png);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCC;;
	border-right: 1px solid #CCC;;
	border-top: 1px solid #CCC;
	border-left: 5px solid #CCC;
	color: #666;
	font-style: italic;
}

blockquote p {
	margin: 0px;
}


/* ------------------------------------------------------------------*/

.txt_comment {
	width: 406px;
	height: 200px;
	background-color: #FAFBFC;
	border: 1px solid #C0C0C0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txt_search {	
	width: 170px;
	height: 16px;
	padding: 0px 2px;
	margin-right: 5px;
	border: 0px;
	text-align: right;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


/* ------------------------------------------------------------------*/

.page {
	width: 850px;
	margin: 10px auto;
	text-align: center;
}

/* ------------------------------------------------------------------*/

#header {
	direction: rtl;
	width: 850px;
	height: 150px;
	background-image: url(images/header/header_main.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#header h1 {
	color: #000;
	position: absolute;
	top: 52px;
	left: 88px;
}

#header h2 {
	color: #FFF;
	position: absolute;
	font-size: 14px;
	top: 92px;
	left: 88px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	color: #039;
	text-decoration: none;
}

.search {
	height: 16px;
	width: 220px;
	position: absolute;
	top: 81px;
	left: 520px;
}

/* ------------------------------------------------------------------*/

.main {
	padding-top: 10px;
	width: 850px ;
	padding-bottom: 10px;
	background-image: url(images/_main.png);
	background-repeat: repeat;
	overflow: auto;
	min-height:500px;
}

/* ------------------------------------------------------------------*/

.content {
	width: 600px;
	margin-left: .6em;
	border-color: #CCCACA;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	direction: rtl;
	text-align: right;
	float: left;
}

.no-found {
	text-align: center;
	padding: 10px;
}

.post {
	margin-bottom: 0px;
	direction: rtl;
	padding: 0px;
}

.post_title {
	margin-bottom: 4px;
	
	
	direction: rtl;
	overflow: hidden;
	
}

.post_title h2 {
	display:block;
	
	color: #333;
	margin-right: 5px;
	padding: 2px 4px 2px 2px;
	text-align: right;
	border-bottom: 1px solid #CADBEF;
	
	background-color: #EBF2FB;
}

.post_title h2 a {
	color: #333;
	text-decoration: none;
}

.post_title h2 a:hover {
	color: #06C;
	text-decoration: none;
}

/* ------------------------------------------------------------------*/

.date_box {
	width: 40px;
	height: 40px;
	background-image: url(images/datebox/datebox_blue11.png);
	text-align: center;
	float: right;
}

.date_day {
	margin-top: 1px;
	margin-bottom: -1px;
	color: #fff;
	font-size: 19px;
}

.date_month {
	color: #000;
	text-transform: uppercase;
}	

/* ------------------------------------------------------------------*/

.entry {
	text-align: justify;
}

.entry img {
	border: 1px solid #CCC;
	padding: 4px;
	margin: 0px 4px;
}

.postavatar {
	float: left;
	margin: 6px 6px 6px 0px;
	padding: 0px;
	border: 0px;
}

.postavatar img {
	padding: 0px;
	margin: 0px;
}

.post_info {
	margin-top: 10px;
	padding: 8px 25px 8px 10px;
	border: 1px solid #C0C0C0;
	background: url(images/icon_comments.gif);
	background-color: #FAFBFC;
	background-repeat: no-repeat;
	background-position: 99%;
	text-align: right;
	font-size: 10px;
}

.post_info_single {
	margin-top: 10px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #C0C0C0;
	background-color: #FAFBFC;
	text-align: right;
	font-size: 10px;
}

.post_tags {
	margin-top: 10px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #C0C0C0;
	background-color: #FFC;
	text-align: center;
	font-size: 10px;
}

/* ------------------------------------------------------------------*/

.comments, .comment_form {
	direction: rtl;
	text-align: right;
	margin-top: 15px;
}

.comment_list {
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
}

.comment_list li {
	margin-top: 10px;
	padding: 4px 4px 4px 44px;
	border: 1px solid #CCC;
	background-image: url(images/comment.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

.alt {
	background-color: #EEEEEE;
}

.comment_date, .comment_logged {
	text-align: right;
}

.comment_textarea  {
	text-align: center;
}

.comment_data {
	margin-top: 10px;
}

/* ------------------------------------------------------------------*/

.comment_titles {
	margin-bottom: 10px;
	padding: 10px 0px;;
	background-position: 0% 50%;
	border: 1px solid #CCC;
	text-align:center;
}

#comment_close {
	margin-top: 15px;
	background-image:url(images/comment_close.gif);
	background-repeat: no-repeat;
}

#comment_write {
	background-image:url(images/comment_write.gif);
	background-repeat: no-repeat;
}

#comment_count {
	background-image:url(images/comment_go.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------*/

#title_archive, #title_search {
	margin: 10px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #C0C0C0;
	background-color: #FAFBFC;
	text-align: center;
}

/* ------------------------------------------------------------------*/

.navigation {
	margin: 10px 10px 20px 10px;
	text-align: center;
	font-weight: bolder;
	overflow: hidden;
}

.page_navigation {
	text-align: center;
}

#alignright {
	float: right;
}

#alignleft {
	float: left;
}

.toplink {
	float: left;
}

/* ------------------------------------------------------------------*/

.sidebar {
	width: 188px;
	margin-right: 0.7em;
	padding-top:10px;
	padding-right:2px;
	background-color:#FFFFFF;
	display:block;
	direction: rtl;
	text-align: right;
	float: right;
	border:dashed;
	border-width:1px;
	border-color:#CCCCCC;
}
	
.sidebar_item {
	margin-bottom: 15px;
}

.sidebar_title {
	height: 20px;
	margin-bottom: 5px;
	padding: 1px 8px 0 8px;
	background: url(images/sidebar_title/sb_title_green-hodhod.png) no-repeat top;
	color: #333333;
	text-align: center;
}

.sidebar ul {
font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 16px 0px 0px;;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	list-style-image: url(images/kalle-gray.jpg);
	font-size: 16px;
	font-weight:bold;
	line-height: 1.6em ;
}
.sidebar ul:hover {
list-style-image: url(images/kalle-pooya.jpg);
}
.sidebar ul ul {
	margin-right: 6px;
}

#sbar_rss {
	text-align: center;
}

.adds {
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------*/

#footer {
	direction: ltr;
	float:left;
	height: 114px;
	width: 850px;
	padding-top: 15px;
	background-image: url(images/footer/footer_orange2.png);
	background-position: top;
	background-repeat: no-repeat;
}

#footer small {
	color: #333;
}

/* ------------------------------------------------------------------*/

#wp-calendar {
	font-size: 10px;
	empty-cells: show;
	margin: 0px auto;
	width: 150px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* No funciona en IE */
#wp-calendar td.pad:hover { 
	background-color:#F5F5F5; 
	}
	
#wp-calendar #today {
	background-color:#CCC;
}
/* Hiding from Oldies */ 
 html>body div.content { 
	margin-left: 30px ;
} 

html>body div.sidebar { 
	margin-right: 20px ;
} 



@charset "utf-8";



/*eslah ie 6 Document */



.content {

	

	margin-left: 15px;

}

#searcht {

font-size:10px;

clear:both;

}

#searchcad {

float:left;

height:25px;

width:250px;

clear:both;

}

#s {



margin-right:0px;

float:right;

}



#binfo {



	direction: rtl;

	width: 850px;

	height: 30px;

	background-image: url(images/_mainblock.png);

	background-repeat: no-repeat;

	background-position: top;

	position: relative;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-weight:bold;

	line-height: 1.6em ;

	clear:both;

}



#searchform {
white-space:nowrap;
direction:rtl;

margin-left:0px;

padding-left:0px;

width:180px;

display:block;

height:18px;

font-size:12px;

}



.sidebar {

	margin-right: 10px;

}



.search {

	height: auto;

	width: 250px;

	position:relative;

	float:left;

	top: 0px;

	left: 30px;

}

.txt_search {

position:relative;

	width: 195px;

	height: 19px;

	padding: 0px 5px;

	margin-left: 40px;

	margin-top:5px;

	border: 0px;

	text-align: right;

	font-size: 1em;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	clear:both;

}



#header {

height: 134px;

}







.main {



width:850px;



}







 html>body div.content {



margin-left: 20px;



}







 html>body div.sidebar {



margin-right: 18px;



}







 html>body div.post {



		padding: 10px;



	}







 
