/*
Theme Name: Ubuhlebezwe
Theme URI: http://wordpress.org/
Description: 
Author: Tradepage
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td */{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
a img {
	border: none;
}


body {margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
div#wrapper {width:100%; text-align:left; margin:0; padding:0;}
div#access {width:100%; background:url(images/greengradient.png) top center repeat-x; text-align:center; color:#fff; padding:10px 0;}
div#header {width:95%; height:121px; clear:both; background:url(images/headerbg.jpg) top center repeat-x; border-left:3px solid #134f39; border-bottom:3px solid #134f39; border-right:3px solid #134f39; margin-left:25px;}
div#botmenu {width:100%; float:right; text-align:right; padding:3px; color:#00a167; font-size:80%; z-index:5;}
div#content-outer {width:94%; margin:6px auto; clear:both; border:3px solid #134f39; padding:15px 6px 6px 6px;}
div#content-inner {width:100%;}
div#sidebar-outer {width:200px; background:#255d47; padding:4px; float:right; margin:6px 0px 8px 8px; clear:both;}
div#sidebar-inner {border:1px solid #fff; padding:5px; color:#fff;}
div#footer {width:100%; background:url(images/greengradient.png) top center repeat-x; clear:both; text-align:left; text-transform:uppercase; font-size:70%; color:#fff; font-weight:bold; padding:10px 0;}
#footer p {padding:0 0 0 10px;}
#logo {position:absolute; left:26px; top:35px; width:562px; height:180px; z-index:1000; background:url(images/logo.png) top left no-repeat;}
#content {line-height:18px; padding:25px 15px 15px 15px;}
#content p {margin:15px 0 0 0;}

#access {
	background:url(images/greengradient.png) top repeat-x;
	display: block;
	float: left;
	margin: 0 auto;
	width: 1000px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 12px;
	width: 988px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	text-align:left;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #134e38;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #b7d0c7;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

a.access:hover {color:#b7d0c7;}





#navigation .second-menu-header,
div.menu2 {

	text-align:right;
}

#navigation {

	margin: 0 auto 4px 0;
	display:block;
	float:right;
	text-align:right;
}
#navigation .second-menu-header,
div.menu2 {
	font-size: 14px;
	text-align:right;
}
#navigation .second-menu-header ul,
div.menu2 ul {
	list-style: none;
	margin: 0;
}
#navigation .second-menu-header li,
div.menu2 li {
	float:left;
	position: relative;
}
#navigation a {
	display:block;
	text-decoration:none;
	color:#255d47;
	padding:0 10px;
	line-height:38px;
	font-size:14px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#navigation a:hover {color:#b7d0c7;}
#navigation ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 190px;
	z-index: 88888;
}
#navigation ul ul li {
	min-width: 180px;	
}
#navigation ul ul ul {
	left:100%;
	top:0;
	
}
#navigation ul ul a {
	height:auto;
	line-height:1em;
	padding:10px 0 10px 30px;
	width: 160px;
	font-size:13px;
}
#navigation ul li a:hover {
	color:#b7d0c7;
}
#navigation ul li:hover /*> a,
#navigation ul ul :hover > a*/ {
	color:#fff;

}
#navigation ul ul :hover > a {
	color:#b7d0c7;
}
#navigation ul ul li a:hover {
	color:#b7d0c7;
	background:none;
}
#navigation ul li:hover > ul {
	display:block;
}
#navigation ul li.current_page_item > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-parent > a {
	color: #255d47;
}

* html #navigation ul li.current_page_item a,
* html #navigation ul li.current-menu-ancestor a,
* html #navigation ul li.current-menu-item a,
* html #navigation ul li.current-menu-parent a,
* html #navigation ul li a:hover {
	color:#255d47;
}


a.rightmenu, a.rightmenu:link, a.rightmenu:visited, a.rightmenu:active {color:#fff; text-decoration:none; font-size:80%; font-weight:bold;}
a.rightmenu:hover {color:#b7d0c7;}

a.botmenu, a.botmenu:link, a.botmenu:visited, a.botmenu:active {text-transform:uppercase; color:#fff; text-decoration:none; font-size:80%; font-weight:bold;}
a.botmenu:hover {color:#b7d0c7;}

h2 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; color:#255d47;}