/*  
	Theme Name: Hikma
	Theme URI: http://www.digicogmedia.com/
	Description: Hikma.org
	Version: 1.0
	Author: DigiCog Media
	Author URI: http://www.digicogmedia.com/
*/

* {
	outline: none;
}

body {
	background: #484848 url(images/body_bg.gif);
	font: 11px Verdana, Arial, sans-serif;
	margin: 40px 10px 10px 10px;
}

a, a:link, a:visited, a:active {
	color: #336600;
	cursor: pointer;
}

a:hover {
	color: #003300;
}

img {
	border: 0;
}

form {
	margin: 0;
	display: inline;
}

#container {
	width: 741px;
	margin: 0 auto 0 auto;
	background: #ffffff url(images/wrapper_r_bg.gif) repeat-y right;
	height: 100%;
}

#wrapper {
	background: url(images/wrapper_l_bg.gif) repeat-y left;
}

#wrapper-t {
	background: url(images/wrapper_top.gif) repeat-x 0 -12px;
}

#wrapper-tr {
	background: url(images/wrapper_top.gif) no-repeat right -6px;
}

#wrapper-tl {
	background: url(images/wrapper_top.gif) no-repeat 0 0;
	height: 6px;
	font-size: 0;
}

#wrapper-b {
	background: url(images/wrapper_bot.gif) repeat-x 0 -66px;
}

#wrapper-br {
	background: url(images/wrapper_bot.gif) no-repeat right -33px;
}

#wrapper-bl {
	background: url(images/wrapper_bot.gif) no-repeat 0 0;
	height: 18px;
	font-size: 10px;
	line-height: 16px;
	padding: 5px 10px 10px 196px;
	color: #ffffff;
}

#wrapper-b a {
	color: #ffffff;
}

#sidebar {
	float: left;
	width: 176px;
	padding: 0 5px 0 5px;
	/* IE6 3 Pixel Bug Fix */
	margin: 0 -176px 0 0;
}

#sidebar-logo a {
	background: url(images/sidebar_logo.gif) no-repeat;
	display: block;
	width: 176px;
	height: 122px;
}

#sidebar-nav {
	background: url(images/sidebar_nav_sep.gif) no-repeat;
	padding: 0 0 0 1px;
}

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

#sidebar-nav ul li {
	background: url(images/sidebar_nav_sep.gif) no-repeat 0 bottom;
	margin: 0;
	padding: 0 0 1px 0;
}

#sidebar-nav ul li a {
	display: block;
	font: normal 12px/32px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #5b5b5b;
	text-transform: uppercase;
	padding: 0 10px 0 30px;
}

#sidebar-nav ul li.current a, #sidebar-nav ul li.current a:hover {
	color: #336600;
	background: #ffffff url(images/sidebar_nav.gif) no-repeat;
}

#sidebar-nav ul li a:hover {
	color: #336600;
	background: #ffffff;
}

#main {
	margin-left: 186px;
}

* html #main-header {
	margin-left: -3px
}

#main-header {
	background: url(images/main_header_bg.jpg) no-repeat;
	border-bottom: 1px solid #d9d9d9;
	height: 122px;
	color: #ffffff;
}

#content {
	padding: 15px 15px 15px 10px;
}

#content h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 18px "Times New Roman", Times, serif;
	color: #336600;
}

#content p {
	font-size: 11px;
	line-height: 145%;
	padding: 0;
	margin: 5px 0 10px 0;
}

.clear {
	clear: both;
}