/* website General styling*/
html {
	background-color: #6D6D6D;


}
body {
	background-color: #6D6D6D;
	color: black;
	direction: rtl;
        
}
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	margin-bottom: 8px;
	margin-top: 12px;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	margin-bottom: 6px;
	margin-top: 10px;
	font-weight: bold;
}
h4 {
	font-size:22px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: bold;
}
h5 {
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 6px;
	font-weight: bold;
}
h6{
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 6px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
      /*  overflow:hidden;*/

}
/* Header */
#header {
	background-position: right center;
	width: 960px;
	height: 100px;
	background-color: #eaeae8;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #B0B0A8;
	z-index: 2; /* IE7 z-index fix */;
	position: relative;
	background-image: url('/wp-content/themes/aou-ar/images/logo-ar.gif');
	background-repeat: no-repeat;
}
#logo {
	/*float: right;*/
}

#main {
	border-color: #9cbf57;
	width: 960px;
	height: auto;
	background-color: #EAEAE8;
	border-top-style: solid;
	border-top-width: 2px;
}
#sidebar {
	float: right;
	width: 280px;
	padding: 10px;
	height: auto;
}
#contentbar {
	float: right;
	width: 650px;
	padding-top: 10px;
	height: auto;
}
#footer {
	width: 960px;
	height: 35px;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
#ft-copyright {
	float: right;
	text-align: right;
}
#aou-services {
	width: 280px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#aou-services-hd {
	background-color: #eaeae8;
	height: 18px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	background-image: url('../images/hd.gif');
	line-height: 18px;
}
#aou-services-bd {
	padding: 14px 5px 5px 5px;
	font-family: "times New Roman", Times, serif;
	font-size: 14px;
}
#aou-services-bd li {
	height: 25px;
}
#aou-services label {
	width: 60px;
	float: right;
	text-align: right;
	margin-left: 15px;
}
#aou-services select, input {
	width: 140px;
	font-size: 12px;
}
#login-icon {
	width: 16px;
	height: 17px;
	padding: 0px;
	vertical-align: bottom;
	margin-right: 5px;
}
.center {
	text-align: center;
}
#aou-events {
	width: 280px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#aou-events-hd {
	background-color: #eaeae8;
	height: 18px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	background-image: url('../images/hd.gif');
	line-height: 18px;
}
#aou-events-bd {
	padding: 5px;
	font-family: Tahoma;
	font-size: 13px;
}
#aou-events-bd ul {
	padding: 0px;
	margin: 0px;
}
#aou-events-bd li {
	height: 50px;
	line-height: 18px;
}
#aou-events-bd img {
	width: 50px;
	height: 40px;
	margin: 2px 5px 5px 5px;
	float: right;
}
#aou-events-bd a {
	text-decoration: none;
}
#aou-events-bd a:hover {
	text-decoration: underline;
}
/** Tabs **/
#AjaxTabs-container {
	background-color: #eaeae8;
	width: 650px;
	height: 150px;
}
#AjaxTabs-hd {
	background-color: white;
}
#AjaxTabs-container ul {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #9cbf57;
	background-color: #FFFFFF;
}
#AjaxTabs-container ul li {
	float: right;
	width: 140px;
	text-align: center;
	background-color: #eaeae8;
	font-family: tahoma;
	font-weight: bold;
	color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9cbf57;
	border-bottom-color: #9cbf57;
	border-left-color: #9cbf57;
	margin-right: 27px;
}
#AjaxTabs-container a {
	text-decoration: none;
	font-family: tahoma;
	color: #666666;
	font-weight: bold;
}
#AjaxTabs-bd {
	padding: 5px;
	margin: 0px auto 5px auto;
	width: 626px;
	height: 145px;
	background-color: #FFFFFF;
}
#tab-content {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	text-align: right;
	font-family: tahoma;
	font-size: 13px;
}
#tab-content img {
	padding: 1px;
	border: 1px solid #C0C0C0;
	float: left;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#navbar {
	width: 100%;
	height: 20px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	line-height: 28px;
	vertical-align: bottom;
}
#navbar a {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	color: #4D1717;
	text-decoration: underline;
}
#navbar-welcome {
	float: right;
}
#navbar-links {
	float: left;
	margin-left: 0px;
	margin-right: 165px;;
}
#navbar-links ul {
	padding: 0px;
	margin: 0px;
}
#navbar-links li {
	float: right;
	margin-left: 10px;
}
#navbar-links button {
	background-color: #F0F0F0;
	border: 1px solid #C7C7C7;
	color: #6F6F6F;
	cursor: pointer;
	margin-top: 0.45em;
	text-decoration: none;
	width: 40px;
}
#read-more {
	font-weight: bold;
	color: #000000;
}
#aou-services-ft {
	background-color: #eaeae8;
	height: 18px;
	background-image: url('../images/ft.gif');
}
#aou-events-ft {
	background-color: #eaeae8;
	height: 18px;
	background-image: url('../images/ft.gif');
}
#news {
	margin-top: 15px;
}
#news-hd {
	background-image: url('../images/news-hd.gif');
	height: 20px;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#news-ft {
	background-image: url('../images/news-ft.gif');
	height: 20px;
}
#news-bd {
	padding: 8px 5px 0px 5px;
	background-color: #FFFFFF;
}
#rounded-ft {
	background-image: url('../images/wrapper-ft.gif');
	height: 10px;
}
#rounded-hd {
	background-image: url('../images/wrapper-hd.gif');
	height: 10px;
	margin-top: 4px;
	clear: both;
}
#news-bd ul {
	padding: 0px;
	margin: 0px;
}
#news-bd li {
}
#news-bd li img {
	width: 60px;
	height:50px;
	float: right;
	margin: 5px 5px 5px 15px;
}
#news-bd h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
}
#news-bd p {
	color: #666666;
	display: inline;
}
#news-bd a {
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
}
#news-bd span a {
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
}
/*Single post specific styling*/
#page-contents {
	margin: 10px auto 0px auto;
	width: 940px;
}
#page-contents-hd {
	background-image: url('../images/page-contents-hd.gif');
	width: 940px;
	height: 22px;
	background-repeat: no-repeat;
}
#page-contents-bd {
	padding: 10px;
	background-color: #e3e3e2;
	width: 920px;
	height: auto;
	min-height: 300px;
}
#page-contents-bd ul{
	margin-right: 15px;
}
#page-contents-bd ul li,#page-contents-bd ol ul li {
	list-style-type: disc;
	list-style-position: inside;
}
#page-contents-bd ol ul{
	margin-right:25px;
}
#page-contents-bd ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

#page-contents-bd p,#page-contents-bd li {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 24px;
}
#page-contents-bd p{
	margin-bottom:16px;
}
#page-contents-bd img {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 1px;
}
#page-contents-ft {
	background-image: url('../images/page-contents-ft.gif');
	background-repeat: no-repeat;
	width: 940px;
	height: 22px;
	clear: both;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
/*tables styles*/
#box-table-a {
	font-size: 15px;
	text-align: right;
	margin: 10px;
	width: 680px;
	border-collapse: collapse;
}
#box-table-a th {
	font-size: 15px;
	font-weight: bold;
	text-align:right;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td {
	padding: 8px;
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	direction:rtl;
}
#box-table-a tr:hover td {
	background: #d0dafd;
	color: #339;
}
#box-table-a tfoot tr td {
	background: #d0dafd;
	color: #339;

}
/* Archive page */
#archive {
	text-align:right;
}
#archive-element {
	margin-bottom:15px;
}
#archive-element img {
	width: 60px;
	height:50px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}
#archive-link {
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	font-weight:bold;
}
#archive-link a {
	text-decoration:none;
}

/* FAQ page */
.faq-main-section {
	padding:8px;
	background-color:#9cbf57;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}

.faq-question {
	display:block;
	background:#cde59c;
	margin-top:5px;
	padding:4px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}

.faq-answer {
	display:block;
	padding:4px;
	font-family:tahoma;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
}
