/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
	font-family: Georgia;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}
a{
	text-decoration: none;
}
a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	font-family:arial;
	font-weight:700;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img06.jpg) no-repeat;	
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	/*background: url(images/img02.jpg) no-repeat;*/
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	/*background: url(images/img03.jpg) no-repeat;*/
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
	direction:rtl;
}

#content #center,.post {
	font-family:tahoma;
	margin-bottom: 20px;
	padding: 0 20px 0 10px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
	direction:rtl;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	font-size: 18px;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
	text-decoration:none;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}



/*---------------------pagination-----------------------------*/

div.pagination {
	padding:5px;
	margin:5px;
	text-align:center;
	float:right;
	font-size:10px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ddd;
	color: #fff;
	background-color: #d8325d;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #d8325d;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}
#pager {padding:10px;direction:ltr;}
#pager A{padding:5px;border:1px solid #dcdcdc;color:#333366;display:inline;position:static;margin:5px;}
#pager A:hover {border:1px solid #a9a9a9;background-color:#f5f5f5;}

.blog_title{font-size:11px;}
.blog_tab{background:#FFFFFF;font-size:11px;border:solid #F5E0B7;border-width:1px 1px 0px 1px;cursor:Hand}

a.down:hover { 
	background-position: 0 -54px;
	color: #049;
}

/* icon set */
.user{
	line-height:19px;
	background:url('../images/icon-set/user.png')  center right no-repeat;
	padding-right:22px;
}
.notebook{
	line-height:19px;
	background:url('../images/icon-set/notebook.png')  center right no-repeat;
	padding-right:22px;
}
.blog{
	line-height:19px;
	background:url('../images/icon-set/content.png')  center right no-repeat;
	padding-right:22px;
}
.forum{
	line-height:19px;
	background:url('../images/icon-set/forum.png')  center right no-repeat;
	padding-right:22px;
}
.poem{
	line-height:19px;
	background:url('../images/icon-set/poem.png')  center right no-repeat;
	padding-right:22px;
}
.poll{
	line-height:19px;
	background:url('../images/icon-set/poll.png')  center right no-repeat;
	padding-right:22px;
}
.calc{
	line-height:19px;
	background:url('../images/icon-set/calendar.gif')  top right no-repeat;
	padding-right:22px;
}
.pass{
	line-height:19px;
	background:url('../images/icon-set/password.gif')  top right no-repeat;
	padding-right:22px;
}
.search{
	line-height:19px;
	background:url('../images/icon-set/search.gif')  top right no-repeat;
	padding-right:22px;
}

.img_border{
	border:6px solid #e1e1e1;
	padding:1px;
	margin:5px;
	background-color:#FFF;
	background-image:url(../images/progress.gif);
	background-repeat:no-repeat;
	background-position: center center;
}


/* corner */
.bl {background: url(../images/bl.gif) 0 100% no-repeat #e68200;margin:2px;}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 
.bl h3{color:#FFFFFF;margin:3px;}

/* List style  & table*/

.head_t{background-color: #CF3822; height: 30px;}
.head_t th{background:#CF3822;font-family:arial;font-size:15px;font-weight:bold;COLOR: #FFFFFF;text-align:center; padding:5px;}
.row0{background-color: #F9F4CB}
.row1{background-color: #F8F4DC}
.row2{background-color: #F5E0B7}

.warn{
	background:url('./icon/messagebox_warning.png') no-repeat right center #FFF5EA;
	margin:1px;
	padding:5px;
	padding-right:24px !important;
	border:1px solid #FF8A00;
	display:block;
}
.msg{
	background:url('./icon/messagebox_info.png') no-repeat right center #F2F5FD;
	margin:2px;
	padding:5px;
	padding-right:25px !important;
	border:1px solid #446DFD;
	display:block;
}


