r/*
Theme Name: client (Immense Networks)
Theme URI: http://url.com
Description: blank
Author: Jason Cross -- Immense Networks
Author URI: http://jasonmichaelcross.com -- http://immense.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #C7C7C7;
	background:#e8e8e8 url(images/bkg-bkg.jpg) repeat-x top;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 62.5%;
	}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {font-size: 30px; color: #cf4120; line-height: 32px; font-weight: normal;}
h2, h2 a {font-size: 1.2em; margin-top:10px;}
h3, h3 a {font-size: 13px; margin-top:10px; color: #333333;}
h4 {font-size: 0.8em;}
/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px dotted #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

.entry {
	font-size: 12px;
	line-height: 18px;
}
/* links */

a{
	color:#cf4120;
	text-decoration:underline;
	border: none;
	}

a:hover{color:#831b03;text-decoration: underline; border: none;}
#main ul {
	margin-top: 10px;
}
ol li {
	list-style-type: upper-roman;
	list-style-position: inside;
}
ul li {
	list-style-type: none;
}
p, a, li, address {
	font-size: 12px;
	font-style: normal;
}
p {
	line-height: 18px;
}

/* container */


#container {
	width: 960px;
	margin: 0 auto;
	background:#fff;
	color:#333;
	padding: 1px 14px 14px;
	position: relative;
	}
	
/* header */

#header {
	color: #000; 
	height: 118px;
	width: 960px;
	position: relative;
	background: #fff url(images/bkg-mainnav.png) no-repeat;
	}

#header h1, #header h1 a, #header h2 {
	text-indent: -9999px;
}
	
#header h1 a{
	text-decoration: none;
	color: #404040;
	height: 55px;
	width: 146px;
	position: absolute;
	top: 25px;
	left: 7px;
	display: block;
	overflow: hidden;
}

/* main menu */

#nav {
	width: 546px;
	position: absolute;
	top: 15px;
	left: 192px;
	z-index: 8888 !important;
}
#nav a {
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
}
	#nav ul {
		width: 260px;
		/*left: 0 !important;*/
		background: #fffbf0;
		border-bottom: 1px dotted #cfcfcf;
		border-left: 1px dotted #CFCFCF;
		border-right: 1px dotted #CFCFCF;
		z-index: 7777 !important;
	}
	#nav ul ul {
		z-index: 9999 !important;
		left: 60% !important;
	}

#nav li a {
	display: block;
	height: 54px;
	border: none;
	overflow: hidden;
	text-indent: -9999em;
}
	#nav li ul li a {
		display: list-item;
		min-height: 16px;
		height: auto;
		font-weight: bold !important;
		text-indent: 0;
	}
	#nav li#nav-safety a {
		width: 177px;
		margin-right: 4px;
	}
		#nav li#nav-safety a:hover, #nav li#nav-safety a.hover  {
			background: url(images/mainnav-hover-safety.png) no-repeat;
		}
		#nav li#nav-safety ul, #nav li#nav-safety ul a {
			width: 205px;
		}
	#nav li#nav-consulting a {
		width: 150px;
	}
		#nav li#nav-consulting a:hover, #nav li#nav-consulting a.hover  {
			background: url(images/mainnav-hover-consulting.png) no-repeat;
		}
		#nav li#nav-consulting ul, #nav li#nav-consulting li a {
			width: 224px;
		}
		
	#nav li#nav-hr a {
		width: 202px;
	}
		#nav li#nav-hr a, #nav li#nav-hr a > ul {margin-left: 11px;}
		#nav li#nav-hr a:hover, #nav li#nav-hr a.hover {
			background: url(images/mainnav-hover-hr.png) no-repeat;
			
		}
		#nav li#nav-hr ul, #nav li#nav-hr ul a {
			width: 188px;
		}
#nav li ul a {
	display: list-item;
}
#nav li {
	float: left;
	position: relative;
	/*width: 10em;  width needed or else Opera goes nuts */
}
#nav li:first-child {
	border-left: none;
}
#nav li:last-child {
	border-right: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 6px;
}
	#nav li ul li {
		border: none;
		float: none;
		line-height: 14px;
		border-top: 1px dotted #cfcfcf;
	}
	#nav li ul li a {
		text-align: left;
		font-weight: normal;
		font-size: 11px;
		padding: 4px 0 4px 4px;
	}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* mainnav sub */

#nav li ul li a, #nav li ul li a:hover {
	background: #FFFBF0 !important;
	color: #333;
}
#nav li ul li a:hover {
		background: #EFE9D9 !important;
	}
/* link bars */

#quickbar, #sublinks, #footlinks {
	width: 100%;
	overflow: hidden;
}
	#quickbar {
		width: 640px;
		padding: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
		#quickbar a {
			font-size: 0.9em;
		}
	#quickbar li, #sublinks li {
		float: right;
		margin-left: 1em;
	}
	#footlinks li {
		text-align: center;
	}
	#quickbar a, #sublinks a {
		text-transform: capitalize;
	}
	#sublinks {
		position: absolute;
		top: 0px;
		right: 0;
	}
	#sublinks li {
		background: none;
		border-left: 1px dotted #e1e1e1;
		padding: 0 10px;
		margin: 0;
	}
		#sublinks a {
			color: #333;
			text-decoration: none;
			font-size: 9px;
		}
			#sublinks a:hover {
				
			}

/* banners */

.index #banner {
	width: 960px;
	height: 425px;
	/*background: url(images/banner-index.png) no-repeat;*/
}
	#banner {
		width: 100%;
		overflow: hidden;
	}
	.banner-left, .banner-right {
		
	}
	.banner-left {
		float: left;
		width: 688px;
		padding: 14px;
		height: 350px;
	}
	.banner-right {
		float: right;
		width: 199px;
		padding: 0 14px;
		height: 425px;
		overflow: auto;
	}
.banner {
	background-repeat: no-repeat;
	width: 931px;
	height: 89px;
	overflow: hidden;
	padding: 14px;
	background-image: url(images/banner-safety.jpg);
}
	.banner p {
		font-size: 14px;
		font-weight: bold;
	}
	.banner h1 {
		font-weight: bold;
	}
/*
#banner-safety {
	background-image: url(images/banner-safety.jpg);
}
#banner-consulting {
	background-image: url(images/banner-consulting.jpg);
}
#banner-hr {
	background-image: url(images/banner-hr.jpg);
}
*/
/* infobar */

#infobar {
	background: #cf4120 url(images/bkg-infobar.png) repeat-x top;
	padding: 7px;
	width: 100%;
	overflow: hidden;
	margin-top: 1px;
}
	.infobar-box {
		float: left;
		background: url(images/border.png) repeat-y right;
		padding: 0 38px;
		width: 243px;
	}
	#select-right {
		background: none;
	}
	#infobar h3 {
		color: #fff;
		margin-bottom: 3px;
		margin-top: 0;
		font-size: 12px;
	}
	#infobar select {
		width: 191px;
		font-size: 1.3em;
		
	}
/* main */

#main {
	float: left;
	width: 690px;
}
.main-left, .main-right {
	float: left;
	width: 100%;
}
	.main-left div, .main-right div {
		height: 220px;
		width: 467px;
		float: left;
	}
	.main-left div:first-child, .main-right div:first-child {
		margin-right: 10px;
	}
	.main-left {
		position: relative;
	}
	#home #main {
		width: 944px;
	}
	.main-left img, .main-right img {
		padding: 0;
		margin-top: 1em;
	}
#main ul {
	/*background: #f4f4f4;
	border: 1px dotted #DBDBDB;*/
}
	#main ul li {
		list-style-type: disc;
		list-style-position: inside;
		line-height: 20px;
	}
	#main ul li.dot, #main ul li.best {
		background-repeat: no-repeat;
		list-style-type: none;
		padding-left: 20px;
	}
	#main ul li.dot {
		background-image: url(images/li-dot.png);
	}
	#main ul li.best {
		background-image: url(images/li-best.png);
	}
	#main h2 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
/* content */


#content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
	}	

.entry p{
	margin-bottom: 12px;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; }

/* sidebar */

#sidebar {
	float:right;
	width: 250px;
	padding: 0;
	}
	#sidebar h2, #sideshoppingcart h3 {
		background: #444444;
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0.4em 1em;
		margin-top: 0;
		border: 1px solid #fff;
	}
	#sidebar img {
		margin: 0;
		padding: 0;
		border: none;
		border: 0;
	}
	.sidebar-box, #sideshoppingcart {
		margin-bottom: 1em;
	}
	.sidebar-box p, ul {
		padding: 0 7px;
	}
	.sidebar-box ul, #shoppingcartcontents {
		padding: 0;
		background: url("images/bkg-pages-box.png") no-repeat scroll 0 0 #eee;
	}
	.sidebar-box p {
		font-size: 11px;
		line-height: 16px;
	}
	.sidebar-box li {
		line-height: 16px;
		list-style-position: inside;
		padding: 5px 0 5px 6px;
	}
		.sidebar-box li a {
			text-decoration: none;
			font-size: 1.1em;
			color: #333;
		}
	.sidebar-box li ul li {
		border: none;
		padding: 0 0 0 12px;
		line-height: 14px;
	}
		.sidebar-box li ul li a {
			font-size: 10px;
			color: #333;
			font-weight: normal;
		}
	.address-box p, .address-box address {
		margin: 0.5em;
		padding: 0;
	}
	#pages-box, .address-box, #sideshoppingcart {
		border: 1px solid #cfcfcf;
		border-bottom: 2px solid #B7B7B7;
	}
		#pages-box li {
			padding: 0 12px 0 16px;
		}
		#pages-box a {
			display: block;
			line-height: 1.4em;
			padding: 4px 10px 4px 0;
			border-bottom: 1px solid #cfcfcf;
		}
		#pages-box a:hover, #pages-box .current_page_item a {
			color: #cf4120;
		}
			#pages-box .current_page_item {
				background: url("images/li-arrow.png") no-repeat scroll 15px center transparent;
			}
			#pages-box .current_page_item a {
				padding-left: 17px;
			}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px dotted #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	position: absolute;
	right: 41px;
	top: 45px;
	}
	#searchform, #searchform div, #searchform input {
		width: 130px;
	}
	#searchform input {
		border: none;
		border: 0;
		height: 16px;
		color: #929292;
		font-size: 10px;
		background: none; 
	}
	#searchsubmit {
		visibility: hidden;
	}

/* footer */

#footer {
	background: url(images/bkg-footer.png) repeat-x top;
	padding: 14px;
	border-bottom: 1px dotted #DFDFDF;
	text-align: center;
}
	#footer, #footer p, #footer li, #footer a {
		font-size: 11px;
	}
	#footer ul li {
		display: inline;
		margin: 0 7px;
	}

/* contact form 7 */
#contact-form {
	width: 100%;
	overflow: hidden;
	border: 5px solid #DBDBDB;
	background: #f0f0f0;
}
	#contact-form p {
		background: #dcdcdc;
		padding: 1em;
		margin: 0;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1em;
		border-bottom: 1px solid #b2b2b2;
	}
#contact-form li {
	background: none;
	padding: 0;
	color: #000;
	font-style: normal;
	list-style-type: none !important;
}
	.con-title {
		font-weight: normal;
		font-size: 1.1em !important;
		font-style: italic !important;
	}
.column {
	width: 343px;
	float: left;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	padding: 6px;
	border: none;
	border: 2px solid #DBDBDB;
	width: 305px;
	color: #333;
}
	.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 textarea:hover, .wpcf7 textarea:focus {
		border-color: #cf4120;
	}
	.wpcf7 input:focus, .wpcf7 textarea:focus {
		background: #f0f0f0;
	}
	.wpcf7 li {
		margin-bottom: 0.8em;
		color: #399AD4;
		font-size: 12px;
		font-weight: bold;
	}
	.wpcf7 .required {
		color: #F85151;
		font-weight: bold;
		font-size: 1.7em;
	}
	.wpcf7 img {
		padding: 0;
	}
	#captcha input {
		width: 199px;
		margin-left: 19px;
	}
	li.submit {
		float: right;
	}
	li.submit input, li.submit input:focus, li.submit input:active, a.submit {
		height: 29px;
		width: 98px;
		border: none;
		text-indent: -9999em;
		color: transparent;
		display: block;
		text-transform: capitalize;
		background: url(images/btn-submit.png) no-repeat;
	}
		li.submit input:hover {
			cursor: pointer;
			border: none;
		}
		a#learnmore {
			background-image: url(images/btn-learnmore.png);
		}
	img.ajax-loader {
		float: right !important;
	}
	.wpcf7-response-output {
		border: none !important;
		color: #F85151 !important;
		font-weight: bold !important;
	}
	span.wpcf7-not-valid-tip {
		border: none !important;
		background: #cf4120 !important;
		color: #fff !important;
		padding-left: 0.4em !important;
	}
/* other */

#banner-box-index {
	background: #f4f4f4;
	padding: 7px 137px 7px 7px;
	margin-bottom: 7px;
	margin-top: 36px;
	position: relative;
	height: 136px;
}
.btn, .btn:hover, .btn:focus {
	background: #c54223 url(images/bkg-btn.png) repeat-x bottom;
	padding: 4px;
	border: 1px dotted #e2a091;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 8em;
	text-align: center;
	margin: 7px 0;
}
#warrior {
	position: absolute;
	right: 4px;
	bottom: -41px;
	text-indent: -9999em;
	width: 127px;
	height: 210px;
	background: url(images/img-warrior.png) no-repeat;
}
.banner-right h2 {
	color: #cf4120;
}
	.banner-right p {
		background: url(images/border-dots.png) repeat-x bottom;
		padding-bottom: 14px;
		margin-bottom: 7px;
	}
.breadcrumb {
	width: 100%;
	padding: 7px 0;
	margin-bottom: 1.3em;
	border-bottom: 1px solid #bcbcbc;
}
	.breadcrumb, .breadcrumb a { font-size: 10px;}
.clear {
	clear: both;
}
.searchresult {
	border-top: 1px dotted #dbdbdb;
	padding-top: 1em;
	margin-top: 1em;
}
#onlinetrain {
	display: block;
	position: absolute;
	top: 53px;
	right: -5px;
	width: 144px;
	height: 94px;
	text-indent: -9999em;
}
.trip-demo {
	background: #66B95F;
	padding: 0.3em 0;
	text-align: center;
	display: block;
	width: 470px;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.legend li {
	font-weight: bold;
}
.jump {
	text-indent: -9999em;
	visibility: hidden;
}
#contop {
	position: absolute;
	text-align: right;
	top: -20px;
	right: 0;
	font-size: 10px;
}
#articles-on-risk-management-topics .entry li ul {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #dbdbdb;
}
#articles-on-risk-management-topics .entry li ul li {
	background: none;
	margin: 0;
	font-style: italic;
}
ul.col {
	width: 42%;
	margin-right: 3%;
	float: left;
}
.hilite { background:#D3E18A; }
/*.entry .wrap {
	position: relative;
}
.entry .wrap a {
	padding: 11px;
	background: #f0f0f0;
	border: 1px solid #cfcfcf;
	margin: 20px;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}*/
.legend {
	background: #FFF8CB;
	padding: 0.4em;
}
.wpsc_buy_button_container {
	float: right;
}
.wpsc_product_price {
	font-weight: bold;
}
.productdisplay {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #cecece;
}
.item_no_image {
	background: url(images/noimg.png) no-repeat !important;
	border: none !important;
	text-indent: -9999em;
}
a.additional_description_link {
	border: 1px solid #cecece;
	padding: 0.6em;
	background: #f7f7f7;
}
div.additional_description {
	margin-top: 1.4em;
}
h2.prodtitles, h2.prodtitles a {text-decoration: none;}
.wpsc_categories li {list-style-type: circle !important;}
.wpsc_categories > li {list-style-type:none !important;}
.wpsc_categories li a {text-decoration: none;}
.wpsc_categories > li > a {font-weight: bold; color: #333; font-size: 1em;}
.wpsc_categories > li > ul {margin-top: 0 !important;}
.wpsc_checkout_table tr td {padding: 0.5em 0;}
input.wpsc_buy_button {float: right !important;}
div.product_footer {margin-top: 40px !important;}
div#sideshoppingcart div {width: inherit !important; height: !important;}
#sideshoppingcart h3 {margin-bottom: 0;}
