/********************************************
	AUTHOR:  		Hamid Abbaszadeh
	WEBSITE:   		http://www.respinar.com/
	TEMPLATE NAME: 	PixelGreen - rtl
	TEMPLATE CODE: 	S-0010
	VERSION:        1.0
	LAST MODIFIED:  10.02.2010
 *******************************************/
/********************************************
   HTML ELEMENTS
********************************************/
body {
	direction: rtl;
}
/* headers */
h1, h2, h3 {
	text-align: right;
	text-transform: none;
}
blockquote {
	padding: 0 20px 0 0;
	border: 1px solid #f2f2f2;
	border-right: 3px solid #72A545;
}
/* start - table */
th {
	text-align: right;
	border-left: 0;
	border-right: 1px solid #B6D59A;
}
td {
	border-left: 0;
	border-right: 1px solid #FFF;
}
td.first,th.first {
	border-right: 0px;
}
/* end - table */

/***********************
	  LAYOUT
************************/
/* header */
#header {
	text-align: right;
}
/* content */
#content {
	text-align: justify;
}
/* sidebar */
#sidebar h1 {
	padding: 10px 10px 5px 0px;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}
/* sidebar menu */
#sidebar ul.sidemenu a {
	padding:.3em 15px .3em 0px;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 10px .3em 0px;
	border-left: 0;
	border-right: 5px solid  #65944A;
}
/* main */
#main h1 {
	padding: 10px 5px 0px 0px;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 1.3em;
}
.post .post-footer .date,
.post .post-footer .comments,
.post .post-footer .readmore,
.post .post-footer .price,
.post .post-footer .add_to_cart,
.post .post-footer .remove_from_cart {
	padding-left: 0;
	padding-right: 20px;
	margin: 0 5px 0 10px;
	background-position: right center;
}
/* footer */
#footer {
	text-align: right;
}
#footer h1, #footer p {	margin-left: 0; margin-right: 0; }
#footer-content {
	padding-left: 0;
	padding-right: 15px;
}
#footer-content .col {
	width: 32%;
	padding: 0 0 30px 5px;
}
