/*  
Theme Name: 1CallASAP
Theme URI: http://www.genrator.co.za/
Description: Accredited Services and Providers
Version: 0.1
Author: Bruce Harrod
Author URI: http://www.generator.co.za/

This theme was designed and built by Bruce of <a href="http://www.generator.co.za/">Genrator Consulting</a> based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
*/
	@import url("styles/layout.css");
/*	@import url("styles/menu.css");
*/
	@import url("styles/body.css");
	@import url("styles/box.css");
	
	#body {
		width:740px;
		margin:auto;
		background-color:#FFF;

		border-right:1px solid #DDD;
		padding-right:10px;

		border-bottom:1px solid #DDD;
		padding-bottom:10px;

		border-left:1px solid #DDD;
		padding-left:10px;
	}

	#content-wide {
		float:left;
		margin-top:30px;
		width:560px;
		
	}
	#content-skinny {
		float:left;
		margin-top:30px;
		width:370px;
	}	
	
	.lsidebar {
		float:right;
		width:180px;
		margin-top:10px;
		border:0px solid blue;
	}
	.rsidebar {
		float:right;
		width:180px;
		margin-top:10px;
		border:0px solid red;
	}
	
	input, textarea, select {

		border:1px solid #999;
		color:#666;
		font-size:11px;
		background-color:#F6F6F6;
	}
	
	
	
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #FFF;
	border:1px solid #DDD;
	border-top:0;

	display: block;
	margin: 0 auto;

	width: 760px;
	height:38px;
}
div.menu {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	padding-left:140px;

	width: 620px;
	height:38px;
	
}
div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #222;
	display: block;
	line-height: 38px;
	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: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding:0;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color:#FFF;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color:#390;
}
#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 {
	background: #333;
	color: #e8ae02;
}
* 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 {
	background: #333;
	color: #e8ae02;
}

