/*
Theme Name: RayanCMS Classic
Theme URI: http://sitename.com
Description: The classic theme for someone
Author: RayanCMS
Author URI: http://rayancms.com


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Middle 
	6- Forms
	7- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px tahoma, Helvetica, sans-serif;
	vertical-align: top;
	color: #000;
	direction:ltr;
	background: #82d8f2 url(../images/bg.jpg) repeat-x;}
ul li{
direction:ltr;	
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h2.title {
	font: bold 1.2em Tahoma, Arial, "Times New Roman", Times, serif;
	background:#eee;
	padding:5px 4px;
	color:#999;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header_wrapper {
	margin: 0 auto;
	width:958px;

}
#main_logo{
padding:20px 10px;	

}
#t_menu {
	position:absolute;
	top:10px;
	left:10px;
}
#t_menu li {
	display:inline;
	font:11px Tahoma, Geneva, sans-serif;
	color:#9d9e64;
	padding:0 5px;
}
#t_menu li a {
	font:11px Tahoma, Geneva, sans-serif;
	color:#9d9e64;
}
#t_menu li a:hover {
	font:11px Tahoma, Geneva, sans-serif;
	color:#000;
}
#flags {
	position:absolute;
	top:13px;
	right:10px;
}
#flags li {
	display:inline;
	padding-right:10px;
	font:11px Tahoma, Geneva, sans-serif;
	color:#777;
}
#flags li a {
	font:11px Tahoma, Geneva, sans-serif;
	color:#777;
}
#flags li a:hover {
	font:11px Tahoma, Geneva, sans-serif;
	color:#000;
}
#flags .en_flag {
	background:url(../images/en_flag.png) no-repeat;
	width:16px;
	height:11px;
	padding-left:23px;
}
#flags .fa_flag {
	background:url(../images/fa_flag.png) no-repeat;
	width:16px;
	height:11px;
	padding-left:23px;
}
#logo {
width:958px;
overflow:hidden;
position:relative;
z-index:10;
}
#main_menu {
	height:42px;
	width:958px;
	padding-top:1px;
	background:url(../images/main_menu.png) repeat-x;
	position:relative;
	z-index:100;
	clear:both;
}
/* =5 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin: 0 auto;
	width:958px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background: #fff;
}
#main_content {
	width:724px;
	float:left;
}
.main_cbox {
	width:709px;
	margin:10px 7px;
}
.main_cbox .main_cbox_head {
	border-bottom:3px solid #cccccc;
	width:709px;
	height:35px;
	position:relative;

}
.main_cbox .main_cbox_head ul {
	position:absolute;
	top:2px;
	left:15px;
}
.main_cbox .main_cbox_head ul li {
	display:inline;
	font:12px Tahoma, Geneva, sans-serif;
	color:#666;
}
.main_cbox .main_cbox_head ul li a {
	color:#666;
}
.main_cbox .main_cbox_head ul li a:hover {
	color:#999;
}
.main_cbox .entry {
	width:681px;
	font:12px Tahoma, Geneva, sans-serif;
	padding:10px 14px;
	direction:ltr;
	line-height:18px;
}
.main_cbox .entry a {
	color:#007d8b;
}
.main_cbox .entry a:hover {
	color:#00cbe2;
}
.main_cbox .entry p{
padding-bottom:10px;	
}

#sidebar2 ul li{
padding-bottom:5px;
border-bottom:1px solid #eee;
line-height:19px;
}
#sidebar2 ul li a{
color:#666;
}
#sidebar2 ul li a:hover{
color:#000;
}


#sidebar2 {
	width:234px;
	float:left;
}
.small_cbox {
	width:226px;
	margin:10px 0;
}
.small_cbox .small_cbox_head {
	background:url(../images/small_cbox_top.png) no-repeat;
	width:226px;
	height:26px;
	font:12px Tahoma, Geneva, sans-serif;
	color:#666;
	padding:10px 0 0 0;
	text-align:center;
}
.small_cbox .entry {
	width:218px;
	background:#fff;
	border:1px solid #eee;
	border-top:none;
	padding:5px 3px 5px 3px;
	overflow:hidden;
	text-align:right;
	direction:ltr;
}
#navcontainer {
	border-right: 0px;
	font-family: tahoma, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: transparent;
	margin-bottom: 0em;
	font-size:9pt;
	color: #333;
}
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	direction:ltr;
}
#navcontainer li {
	border-bottom: 1px solid #fff;
	margin: 0;
}
#navcontainer li a {
	background: url('../images/bullet.png') no-repeat 205px 10px;
	display: block;
	padding: 7px 20px 7px 0.5em;
	border-left: 0px;
	border-right: 0px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-size:8pt;
}
#navcontainer li a {
	width: auto;
}
#navcontainer li a:hover {
	background: url('../images/bullet.png') no-repeat 205px 10px;
	padding-right:20px;
	border-left:0px solid gray;
	border-right: 0px;
	background-color: #E7E6D5;
	color: #000;
}

.error{
color:red;
text-align:center;
direction:ltr;
padding:5px;
}
/* =6 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =7 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:958px;
	height:70px;
	font:11px Tahoma, Helvetica, sans-serif;
	color:#949494;
	background:url(../images/footer_bg.png) repeat-x;
}
#footer p {
	font:12px Tahoma, Geneva, sans-serif;
	direction:ltr;
	text-align:center;
	color:#9D9E64;
	padding:10px 0;
}
#footer .powered {
	font:11px Tahoma, Geneva, sans-serif;
	direction:ltr;
	text-align:center;
	color:#9D9E64;
	padding:10px 0 0 0;
	display:block;
}
#footer a {
	color:#007d8b;
}
#footer a:hover {
	color:#009bac;
}
.item-details {
	overflow:hidden;
}
.item-details .right-img {
	width:120px;
	height:150px;
	padding:0 0 10px 5px;
	float:right;
}
.item-details .left-box {
	font:12px/26px Tahoma, Geneva, sans-serif;
}
.marquee {
	direction:ltr;
	padding:5px 0;
	margin:0 10px;
}
.news_list {
	padding-left:15px;
	background:url(../images/arrow_2.png) no-repeat left 7px;
}
.link_list{
padding-right:15px;
	background:url(../images/arrow_2.png) no-repeat left 7px;	
}
.lastitem{
	padding-right:15px;
	background:url(../images/arrow_2.png) no-repeat left 7px;	
	border-bottom:none !important;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 3px 0;
	font:11px Tahoma, Geneva, sans-serif;
	float:left;
	}
	#commentform label{
	display:block;
	width:200px;
	float:left;
	}

#commentform textarea {
	width: 300px;
	padding: 2px;
	margin-top:6px;
	}
	
	#commentform #submit, #commentform #reset{
	width:80px;	
	margin:10px;
	
	}

#commentform #submit, #commentform #reset {
	margin: 0;
	float: left;
	}
#commentform p {
	margin: 6px 0;
	clear:both;
	}

