/*
kubrick RTL (Persian) by Ali Irani
Author URL: http://p30design.net
*/

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	direction:rtl;
}

#page {
	text-align:right;
}

#header {
	margin: 0 1px 0 1px;
}


.widecolumn {
	margin:5px 150px 0 0;
}

.commentlist { 
	width:100%;
	margin:0;
}

.commentlist li, #commentform input, #commentform textarea, #commentform p {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}

blockquote {
	border-right:5px solid #DDDDDD;
	border-left:0;
	margin:15px 10px 0pt 30px;
	padding:0 20px 0 0;
}

small{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}/*  
Theme Name: WordPress Default (Persian)
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/












/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/

/* 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;
}

form, input { margin: 0; padding: 0; font-family:tahoma}
a { text-decoration: none; }
a:hover { text-decoration: none; }
a img { border: 0; }


{
   margin-top: 5px;
   margin-bottom: 5px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0px 0px -1px -1px;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative; BACKGROUND:#2D3036;
   margin: 0 auto; /* center on everything else */
   text-align: right;
   direction:rtl;
}

#banner { position: relative; }
#banner-inner { position: relative; }

#main { position: relative; margin-top:10px;}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
    min-height: 1.5px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */


.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}
/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: tahoma,'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 11px;
}

a { color: #ADADAD; text-decoration: none;
 }
a:hover { color: #00ADEB; }
#alpha  a {color: #00ADEB; text-decoration: none;}
#alpha  a:hover {color: #ADADAD; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix 
   p\osition: relative; */
   width: 100%;
   w\idth: auto;

   margin: 5px;
   padding: 5px;
   color: #000000;
   background: #F8F4F1;
   font-size: 12px;
   line-height: 1;
   text-transform: uppercase;
}


/* page layout */

body
{
		BACKGROUND:#676767;
		DIRECTION: rtl;
		background-attachment:fixed  color: #ffffff;
}

#container
{
		BACKGROUND:#2D3036; border: 1px solid #000000;
		FONT-SIZE: 10pt; 
		WIDTH: 820px;
		FONT-FAMILY: Tahoma ; color: #ffffff;
}
#footer
{
		FONT-SIZE: 9pt;  margin:5px 0px 30px 0px;
		WIDTH: 820px;
		FONT-FAMILY: Tahoma ; color: #ffffff;
}
#banner
{
	BACKGROUND:#3B3D41; 
	WIDTH:100%; HEIGHT:156px;	
}

#banner-inner
{
HEIGHT:90px;	
}

#heder
{
HEIGHT:90px; WIDTH: 150px;	float:left;
   	
}
#user{
    
    BACKGROUND: url('image/alamat.jpg') no-repeat;
    WIDTH: 100px;		
    HEIGHT:20px; 
	margin-TOP:8px;margin-right:5px; padding-right:5px;
	TEXT-ALIGN: left;
	float:left;
}
#banner1
{
	BACKGROUND: url('image/baner2.jpg'); 
	WIDTH:100%; HEIGHT:55px;	
}
.banner-description{
	BACKGROUND: #414349; 
	WIDTH:100%; HEIGHT:11px;	
}
#page{
   WIDTH: 100%;
}

	
#main{
      WIDTH: 65%; 
      float:right; 
      line-height: 1.5;	
}
.entry-header
{
   BACKGROUND: url('image/titel.jpg') repeat-y;
   float:right; WIDTH:70%;
   FONT-WEIGHT: bold; text-align:right;
   FONT-FAMILY:ARIAL; 	HEIGHT:25px;    
   font-size: 15px;
}

#alpha {
	margin:0px 20px 5px 0px;  
	FONT-SIZE: 10pt; 
    text-align:justify;
	FONT-FAMILY: Tahoma ;
	WIDTH:95%;

 }
 .post {
	text-align: justify; 
	}

.postfooter
{
   float:right; 
   text-align:right;
   FONT-FAMILY:tahoma; 	HEIGHT:20px;      
   font-size: 9px; margin:5px 5px 10px 0px;
}
.postfooter1
{
   float:right; 
   text-align:right;
   FONT-FAMILY:tahoma; 	HEIGHT:20px;      
   font-size: 9px; margin:5px 5px -10px 0px;
}
#beta {
		  border-right: 2px dotted #45484C;
		FONT-FAMILY: Tahoma ;
		width: 31%;	float:left;

}
#photo
{
		width:250px;
         HEIGHT:250px;
}
#delta
 { 
   border-right: 2px dotted #45484C;
  width: 49%;
  float:left; 
  }
.delta-header{
    width: 90%;
    background: #36383E;
	HEIGHT:20px;
    color:#ffffff; padding-right:5px;
    border-right: 5px solid #EE6A26;
      FONT-FAMILY:times New Roman; font-size: 16px;
}
#gama
 { 
  width: 50%;
  float:left; 
  }
.gama-header{
    width: 90%;
    background: #36383E;
	HEIGHT:20px;
    color:#ffffff;
    border-left: 5px solid #EE6A26;
padding-right:5px;
      FONT-FAMILY:times New Roman; font-size: 16px;
   }
.delta-content
{
   padding: 5px 5px 0 0;
   text-align:justify;
   font-size: 9pt;
   line-height: 1.5; 
}
/*	Begin Headers */
h1 {
	padding-top: 5px;
	margin: 0; font-size:10pt;
	}

h2 {
	margin: 0px 0 0; font-size:10pt;
	}


h3 {
	padding: 0;FONT-FAMILY:times New Roman; font-size: 12pt;
	margin: 50px 0 0;
	}

h3.comments {
	padding: 0; font-size: 10pt;
	margin: 50px auto 50px ;
	}
/* End Headers */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

