﻿
/*
Rainbow Theme
Theme By:Themestudio.ir
Saeid Doroudi
1387/12/8
*/

* {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	list-style-type: none;
	list-style-position: inside;
}
body {
	background-color: #AAC9CA;
	background-image: url('images/bg.gif');
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	background-repeat: repeat;
}
.header {
	height: 142px;
	background-repeat: no-repeat;
	padding-top: 107px;
	padding-right: 570px;
	font-family: "b zar";
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
}
.continer {
	width: 810px;
	margin: auto;
}
.contents {
	background-image: url('images/side_nav_bg.gif');
	background-repeat: no-repeat;
	overflow: auto;
	float: left;
	width: 800px;
}
.postarea {
	float: right;
	width: 530px;
	padding-right: 30px;
	padding-left: 40px;
	background-image: url('images/content_bg.gif');
	background-repeat: no-repeat;
	background-color: #FDF3D9;
	padding-top: 15px;
}
.sidebar {
	float: left;
	width: 200px;
	background-image: url('images/sidebar_bg_rpt.gif');
	background-repeat: repeat-y;
	margin-top: 59px;
}
.postarea .title {
	font-family: "b davat", davat, "2 davat", arial;
	font-size: 18px;
	color: #79673E;
	font-weight: bold;
	padding-right: 7px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #79673E;
	padding-bottom: 4px;
}
a {
	text-decoration: none;
	color: #993300;
}
a:hover {
	color: #663300;
}
.postarea .post {
	padding-top: 7px;
	padding-bottom: 15px;
	margin-bottom: 7px;
}
.postarea .postdetiles {
	padding: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #79673E;
	margin-top: 4px;
	font-size: 10px;
}
.footer {
	float: right;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	height: 180px;
}
.gadget {
	padding: 5px 7px 5px 3px;
}
.gadget .title {
	color: #779030;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #779030;
	padding-bottom: 2px;
}
.gadget .body {
	padding-top: 4px;
}
.header a {
	color: #FFFFFF;
}
