/*
Theme Name: Human1.0
Theme URI: http://wordpress.org/
Description: Custom WordPress Theme made specifically for Human1.0.
Version: 3
Author: Francois Gossieaux
*/

/* Main Page Containers */
*{
	margin: 0;
	padding: 0;
	border:0;
}
input, textarea{
	border:1px solid #545454;
}
label{
	vertical-align:top;
}

html, body {height: 100%;}
body {
	background: #efece5 ;
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin:0 auto 0 auto;
}
#top-container {
	background: transparent url('images/bg.jpg') no-repeat center top;
	margin:0 auto 0 auto;
	width: 1200px;
	/* Footer Fix
	min-height: 100%;
	*/
}
#container {
	background: transparent url('images/bg-content-sides.jpg') repeat-y center top;
	margin:0 auto 0 auto;
	width: 1200px;
}

#page {
	background: transparent url('images/bg-content-borders.jpg') repeat-y;
	margin:0 auto 0 auto;
	width: 983px;
	text-align: left;
}
.clear{
	clear:both;
}
/* Font Settings */
p, h1, h2, h3, h4, h5, blockquote, ul, ol{
	margin:0 0 10px 0;
}
a:link, a:visited,  a:active {
	font-weight:bold;
	color:#7bae25;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.green-button{
	padding:6px 0 0 15px;
	height:23px;
	width:74px;
	background:transparent url('images/button_green.png') no-repeat;
	display: block;
	color:#fff;
}
a.green-button:link, a.green-button:visited, a.green-button:active, a.green-button:hover {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.gray-button{
	padding:6px 0 0 15px;
	height:23px;
	width:74px;
	background:transparent url('images/button_gray.png') no-repeat;
	display: block;
	color:#fff;
}
.gray-button:link, .gray-button:visited, .gray-button:active, .gray-button:hover {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

/* Header CSS */
#header {
	background: transparent url('images/bg-header.jpg') no-repeat center top;
	height:201px;
}
#headerimg {
	float:left;
	margin: 48px 31px 0;
	height: 72px;
	width: 292px;
}
#nav-container {
	float:right;
	margin:48px 32px 0 0;
	height: 106px;
	width: 508px;
}
#headerslogan{
	width: 937px;
	height: 42px;
	float: left;
	margin:0 0 0 24px;
}
h1#logo {
	position:relative;
	margin:0;
}
h1#logo a {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:292px;
	height:72px;
	background:transparent url('images/human1.jpg') no-repeat;
}
#navigation {
	position:relative;
   	width:508px;
	height:72px;
	background:transparent url('images/what-we-do.jpg') no-repeat;
}


/* Main Content Area CSS */
#content {
	background: transparent url('images/bg-content.jpg') no-repeat center top;
	/* Footer Fix
	overflow:auto;
	padding-bottom: 87px;
	*/
}
#loop{
	width:720px;
	margin-left:32px;
	float: left;
	line-height:16px;
}
#loop .entry{
	width:705px;
	margin-bottom:15px;
}
#loop .entry .alignleft,
#loop .entry img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#loop .entry .alignright,
#loop .entry img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
#loop .entry .aligncenter,
#loop .entry img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#loop .entry img.alignleft, 
#loop .entry img.alignright, 
#loop .entry img.aligncenter {
	margin-bottom: 5px;
}
#loop .entry form,
#loop .entry table{
	margin:0 0 10px 0;
}
#loop .entry table td, #loop .entry table th{
	padding:3px;
	border:1px solid #8fbf3f;
}
#loop .entry dl{
	margin:0 0 10px 0;
}
#loop .entry li{
	margin:0 0 0 20px;
}
#loop .entry pre{
	margin:0 0 10px 5px;
}
#loop .entry blockquote{
	margin:5px 0 10px 40px;
	font:20px "Times New Roman", Times, serif;
}
#featureimg{
	margin-left:-32px;
	background: transparent url('images/bg-feature-img.jpg') no-repeat center top;
}
.side-blurb{
	display:block;
	float:right;
	width:217px;
	background:#e4e4e4;
	margin: 0 10px 0 10px;
	padding: 15px;
}
#featureimg img{
	margin-left:40px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#content-footer{
	background: transparent url('images/divider.jpg') no-repeat center top;
	margin: 20px 0 0 -17px;
	padding: 22px 0 0 17px;
}
.content-footer-box{
	float:left;
	width:33%;
}
.content-footer-box p{
	margin-bottom:5px;
}
.content-footer-box img{
	float:left;
	margin-right:10px;
	margin-bottom: 20px;
}
.content-footer-box h3{
	font-size:18px;
	color:#8fbf3f;
	margin-top:5px;
	margin-bottom:5px;
}
.content-footer-box sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: top;
	position: relative;
	bottom: 4px;
	font-size:14px;
	font-weight:bold;
}
.content-footer-box a:link, .content-footer-box a:visited, .content-footer-box a:active {
	font-size:14px;
	color:#8fbf3f;
	font-weight:bold;
	text-decoration:none;
}
.content-footer-box a:hover{
	text-decoration:underline;
}

/* Sidebar CSS */
#sidebar{
	width:185px;
	margin-right:31px;
	float: right;
}
.widget{
	margin: 0 0 20px 0;
}
#text-6 h3,
#text-3 h3{
	font-size:20px;
	margin-top: 10px;

}
#text-6 a,
#text-3 a{
	float:left;
	margin-bottom:20px;
}
#text-6 .green-button,
#text-3 .green-button{
	float:left;
	margin-right:7px;
}
.widget p{
	font-size:11px;
	color:#545454;
}
.widget strong{
	font-size:12px;
}
.widget em{
	font-weight:bold;
	color:#9d9c9c;
}
#sidebar .widget ul{
	margin:0;
}
#sidebar .widget li{
	margin:0 0 0 20px;
}

/* Footer CSS */
#bottom-container{
	background: #8fbf3f url('images/bg-footer-repeat.jpg') repeat-x top;
	width:100%;
	background-color: #8fbf3f;
	min-height: 87px;
}
#footer{
	text-align:center;
	margin:0 auto 0 auto;
	width: 1000px;
	background: #8fbf3f url('images/bg-footer.jpg') no-repeat center top;
	padding: 35px 100px 0 100px;
	
}
#footer p{
	text-align:center;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .textwidget{
	display:block;
	margin:0 0 5px 0;
	padding:0;
	text-align: center;
}

/* Comments */
li.comment{
list-style:none;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Footer Menu */
#footer-menu{
	margin: 0 auto 1em;
	overflow: hidden;
	height: 20px;
	width:800px;
}

#menu-footer-menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-footer-menu li{
	background:transparent url('images/bul.png') no-repeat left;
	display:inline;
	line-height: 12px;
	margin: 0 10px 0 -20px;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:72px;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:12px;
	display:block;
	height: 72px;
	line-height:72px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
}
li#tab1 a {
	background:#fff url("images/nav-what.jpg") no-repeat;
	width:141px;
}
li#tab1 a:hover, li#tab1 a:active, li#tab1 a.current {
	background:#fff url("images/nav-what-over.jpg") no-repeat;
}
li#tab1 a span {
	top:0;
	left:0;
	width:141px;
	height:72px;
	display:none;
}
li#tab2 a {
	background:#fff url("images/nav-we.jpg") no-repeat;
	width:85px;
}
li#tab2 a:hover, li#tab2 a:active, li#tab2 a.current {
	background:#fff url("images/nav-we-over.jpg") no-repeat;
}
li#tab2 a span {
	top:0;
	left:0;
	width:85px;
	height:72px;
	display:none;
}
li#tab3 a {
	background:#fff url("images/nav-do.jpg") no-repeat;
	width:79px;
}
li#tab3 a:hover, li#tab3 a:active, li#tab3 a.current {
	background:#fff url("images/nav-do-over.jpg") no-repeat;
}
li#tab3 a span {
	top:0;
	left:0;
	width:79px;
	height:72px;
	display:none;
}
li#tab4 a {
	background:#fff url("images/nav-for-you.jpg") no-repeat;
	width:203px;
}
li#tab4 a:hover, li#tab4 a:active, li#tab4 a.current {
	background:#fff url("images/nav-for-you-over.jpg") no-repeat;
}
li#tab4 a span {
	top:0;
	left:0;
	width:203px;
	height:72px;
	display:none;
}
ul.tabs a:active {
	outline:none;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important;
	color:#000 !important;
}
/*Fat Erik's Pipelist*/
#navigation .panes {
	margin-left:-85px;
}
#navigation .panes div {
	/*display:none;*/
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	height:40;
	font-size:12px;
	width:593px;
	text-align:center;
}
#navigation .panes a:link, #navigation .panes a:visited, #navigation .panes a:active {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
#navigation .panes a:hover{
	text-decoration:underline;
}
#navigation .menu-container{
	display: inline;
	margin:0 auto 0 auto;
	padding: 0;
	margin: 0;
}
#navigation .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation .menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation .menu li:before {
	content: "| ";
}
#navigation .menu li:first-child:before {
	content: "";
}
/*IE workaround*/
/*All IE browsers*/
* html #navigation .menu li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #navigation .menu {
	height: 1%;
}
* html #navigation .menu li {
	display: block;
	float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #navigation .menu li:first-child {
	border-left: 0;
}
#navigation .panes .pane {
	display:none;
}
/*Consultant list table*/

#consultant-list{
	width:100%;
	margin:0;
	padding:0;
	border:0;
	border-spacing: 0;
}
#consultant-list .head-row{
	background:#ddebc5;
	font-weight:bold;
}
#consultant-list tr.alt-row{
	background:#f8f7f4;
}
#consultant-list td{
	padding:10px !important;
	border:0 !important;
}
#consultant-list .company{
	font-size:16px;
	font-weight:bold;
}

