/*
Company:	Recruit Buzz
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background: url(images/page-bkg.gif) repeat-y 50% 0;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */

/* Body */
body {
	width: 100%;
}
div#bd {
	background: url(images/body-bkg.gif) repeat-y 50% 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
div#bd-inner {
	background: url(images/home-nav-bkg.jpg) no-repeat 8px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
body.inside-page div#bd-inner {
	/*background: url(images/inside-nav-bkg.jpg) no-repeat top right;*/
	background: url(images/inside-nav-bkg.jpg) no-repeat 8px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div#bd-inner2 {
	background: url(images/2bees.gif) no-repeat 580px 470px;
	width: 900px;
	min-height:600px;
	height:auto !important;
	height:600px;
	padding: 1px 0;
}
body.inside-page div#bd-inner2 {
	background: url(images/3bees.gif) no-repeat 580px 220px;
	width: 900px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding: 1px 0;
}
body#p-team div#bd-inner2 {
	background: url(images/2bees.gif) no-repeat 580px 220px!important;
}

div#logo {
	margin-top: 40px;
}
body.inside-page div#logo {
	height: 190px;
	width: 320px;
	margin-top: 0;
}
body.inside-page div#logo img {
	margin-left: 30px;
	margin-top: 40px;
}

/* Footer */
div#ft-wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
div#ft {
	background: url(images/footer-top.gif) no-repeat 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #231f20;
}
div#ft p.ft-nav {
	text-transform: uppercase;
	font-size: 77%;
	color: #231f20;
	margin-bottom: 15px;
}
div#ft p.ft-nav a:link, div#ft p.ft-nav a:visited {
	color: #231f20;
	text-decoration: none;
}
div#ft p.ft-nav a:hover {
	text-decoration: underline;
}

div#ft p.ft-copyright {
	font-size: 77%;
	margin-bottom: 5px;
}
div#ft p.ft-copyright a:link, div#ft p.ft-copyright a:visited {
	color: #a86d0a;
	text-decoration: underline;
}
div#ft p.ft-copyright a:hover {
	text-decoration: none;
}
div#ft p.ft-disclaimer {
	font-size: 77%;
}
div#ft p.ft-disclaimer a:link, div#ft p.ft-disclaimer a:visited {
	color: #231f20;
	text-decoration: none;
}
div#ft p.ft-disclaimer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Modules */
/* Content */
div.entry {
font-size: 100%;
}
div.content {
	width: 800px;
	margin: 0 0 0 34px;
	padding-bottom: 20px;
}
body#p-home div.content {
	padding-top: 18px;
	width: 472px;
}
div.content p {
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 15px;
}
img.content-photo {
	padding: 2px;
	border: 2px solid #e0c266;
	background-color: #fff9ae;
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}
img.content-photo-inline {
	padding: 2px;
	border: 2px solid #e0c266;
	background-color: #fff9ae;
}
img.content-photo-right {
	padding: 2px;
	border: 2px solid #e0c266;
	background-color: #fff9ae;
	margin: 0 0 10px 20px;
	float: right;
	display: inline;
}
div.content-wide {
	width: 832px;
}

/* 3 Cols Picture */
div.cols-pic-3 {
	margin-bottom: 20px;
}
div.cols-pic-3 img {
	margin-right: 74px;
	float: left;
	display: inline;
}
div.cols-pic-3 img.last {
	margin-right: 0;
}

/* Team Tabs */
div#tab1, div#tab2, div#tab3, div#tab4, div#tab5, div#tab6 {
	background: url(images/team-page-box-top.gif) no-repeat top center;
	width: 600px;
	padding-top: 35px;
}
div#tab1 {
	background-position: -933px 0;
}
div#tab2 {
	background-position: -796px 0;
}
div#tab3 {
	background-position: -655px 0;
}
div#tab4 {
	background-position: -515px 0;
}
div#tab5 {
	background-position: -515px 0;
	margin-left: 140px;
}
div#tab6 {
	background-position: -464px 0;
	margin-left: 230px;
}

ul#tab-group {
	margin: 0;
}
ul#tab-group li {
	list-style-type: none;
	margin: 0;
	float: left;
	display: inline;
}
ul#tab-group li img {
	padding: 1px;
	border: 2px solid #e0c266;
	background-color: #fff9ae;
	margin-right: 10px;
}
ul#tab-group li img.last {
	margin-right: 0;
}
ul#tab-group li a {
	text-decoration: none;
}
ul#tab-group li a.active span.team-person-name {
	display: none;
}

div.tab-box-inside {
	border-left: 2px solid #ffdb42;
	border-right: 2px solid #ffdb42;
	border-bottom: 2px solid #ffdb42;
	padding: 20px;
	background-color: #fff9e1;
}
/* @end */

/* @group Nav */
/* Home Nav */
div#nav-home {
	position: absolute;
	width: 522px;
	height: 382px;
	margin: 0 0 0 378px;
}
div#nav-home ul li {
	position: absolute;
	text-align: center;
}
div#nav-home ul li a {
	font-size: 93%;
}
div#nav-home ul li#n-home {
	margin: 41px 0 0 0;
	width: 88px;
}
div#nav-home ul li#n-newsletter {
	margin: 41px 0 0 165px;
	width: 88px;
}
div#nav-home ul li#n-employers {
	margin: 89px 0 0 412px;
	width: 88px;
	/*letter-spacing: -1px;*/
}
div#nav-home ul li#n-about {
	margin: 185px 0 0 82px;
	width: 88px;
}
div#nav-home ul li#n-team {
	margin: 185px 0 0 249px;
	width: 88px;
}
div#nav-home ul li#n-blog {
	margin: 278px 0 0 413px;
	width: 88px;
}
div#nav-home ul li#n-jobs {
	margin: 319px 0 0 165px;
	width: 88px;	
}
div#nav-home ul li#n-jobs a {
	font-size: 161.6%;
}

div#nav-home ul li a:link, div#nav-home ul li a:visited {
	font-weight: bold;
	color: #231f20;
	text-decoration: none;
}
div#nav-home ul li a:hover {
	color: #cc9900;
}
div#nav-home ul li#n-employers a:hover {
	color: #7d5c09;
}

/* Inside Nav */
div#nav-inside {
	position: absolute;
	width: 522px;
	height: 200px;
	margin: 0 0 0 378px;
}
div#nav-inside ul li {
	position: absolute;
	text-align: center;
}
div#nav-inside ul li a {
	font-size: 93%;
}

div#nav-inside ul li#n-home {
	margin: 41px 0 0 0;
	width: 88px;
}
div#nav-inside ul li#n-newsletter {
	margin: 41px 0 0 166px;
	width: 88px;
}
div#nav-inside ul li#n-employers {
	margin: 89px 0 0 412px;
	width: 88px;
	/*letter-spacing: -1px;*/
}
div#nav-inside ul li#n-about {
	margin: 89px 0 0 82px;
	width: 88px;
}
div#nav-inside ul li#n-team {
	margin: 89px 0 0 249px;
	width: 88px;
}
div#nav-inside ul li#n-blog {
	margin: 41px 0 0 331px;
	width: 88px;
}
div#nav-inside ul li#n-jobs {
	margin: 134px 0 0 331px;
	width: 88px;	
}

div#nav-inside ul li a:link, div#nav-inside ul li a:visited {
	font-weight: bold;
	color: #231f20;
	text-decoration: none;
}
div#nav-inside ul li a:hover {
	color: #cc9900;
}
div#nav-inside ul li#n-employers a:hover, div#nav-inside ul li#n-blog a:hover, div#nav-inside ul li#n-jobs a:hover {
	color: #7d5c09;
}
/* @end */

/* @group Default Headings */
h1 { }
h2 {
	font-size: 108%;
	color: #cc9900;
	font-weight: bold;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 100%;
	color: #cc9900;
	font-weight: bold;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 100%;
	color: #cc9900;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h5 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	margin: 0 0 15px 0;
}
h6 { }
/* @end */

/* @group Common Text Styles */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.company-icon {
	padding: 10px 0 10px 35px;
	background: url(images/house-icon.gif) no-repeat 0 50%;
	font-size: 100%!important;
}
.show-openings-box {
	border: 1px solid #000;
	background-color: #fffcdb;
	padding: 2px;
	font-size: 100%!important;
}
.show-openings-box a:link, .show-openings-box a:visited {
	color: #3467ff!important;
	font-weight: bold;
}
.blue-links a:link, .blue-links a:visited {
	color: #3467ff!important;
}
/* @end */

/* @group Default Lists */
div.content ul {
	margin-left: 25px;
	font-size: 85%;
	margin-bottom: 15px;
}
div.content ul li {
	list-style-type: disc;
	line-height: 140%;
}
/* @end */

/* @group Forms */
form#search-form {
	margin-bottom: 20px;
}
form#search-form div.search-top {
	margin-bottom: 10px;
}
form#search-form div.search-top span.search-form-contact {
	margin: 0 380px 0 20px;
}
form#search-form div.search-top a:link, form#search-form div.search-top a:visited {
	color: #3467ff;
}
form#search-form div.search-form-content {
	border: 1px solid #000;
	background-color: #fffcdb;
	padding: 10px;
	width: 490px;
}
form#search-form div.row {
	margin-bottom: 5px;
}
form#search-form label.small {
	width: 100px;
	margin-right: 4px;
	float: left;
	display: inline;
}
form#search-form label.small input.txt {
	width: 94px;
	padding: 2px;
	font-size: 85%;
	border: 1px solid #999;
	margin-top: 1px;
}
form#search-form label.big {
	width: 250px;
	float: left;
	display: inline;
}
form#search-form label.big input.txt {
	width: 94px;
	padding: 2px;
	font-size: 85%;
	border: 1px solid #999;
	margin-top: 1px;
}
form#search-form label select.small {
	font-size: 85%;
	width: 50px;
	margin-top: 1px;
}
form#search-form label select.big {
	font-size: 85%;
	width: 100px;
	margin-top: 1px;
}
/* @end */

/* @group Default Links - link visited hover active */
div.content a:link, div.content a:visited {
	color: #cc9900;
	text-decoration: underline;
}
div.content a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */