/*  
Theme Name: Preferred Personnel
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*/
/* General Styles 
/*-----------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a:link, a:hover, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

body {
    background: #67100A;
    color: #646464;
	font-family: Varela, Verdana, Arial, sans-serif;
	font-size:12px;
}

h1 {
	color: #67100a;
	font-family: Varela, Helvetica, Verdana, Arial, sans-serif;
	font-size: 40px;

}
h2 {
	font-weight: normal;
	font-size: 35px;
	font-family: Varela , Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	margin-bottom: 10px;
}
img {
	border: none;
}
p{
	font-size:12px;
	line-height:20px;
	margin-bottom: 15px;
}

ul {
	margin: 0 0 15px 40px;
}

ul li {
	margin: 3px 3px;
}

/*-----------------------------------------------------------------------------------*/
/* Header Styles 
/*-----------------------------------------------------------------------------------*/

#headerWrapper {
	background: url('_images/header-bg.png') center top no-repeat;
	width: 100%;
	height: 200px;
	z-index: 51;
	float: left;
	position: relative;
	min-width: 960px;
}
#header {
	width: 960px;
	height: 150px;
	margin: 0 auto;	
}
#headerLeft {
	float: left;
	width: 273px;
	padding: 10px 0 0 0;
}

#headerRight {
	float: left;
	width: 687px;
}

#headerRightTop {
	width: 100%;
	float: left;
}

#socialIcons {
	float: right;
}

#headerRightBot {
	width: 100%;
	float: left;
	padding: 12px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/* Main Menu Styles 
/*-----------------------------------------------------------------------------------*/

#main-menu {
	margin-bottom: 10px;
	height: 35px;
	list-style-position: outside;
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 16px;
	font-family: Varela, Helvetica, Verdana, Arial, sans-serif;
	float: right;
	text-transform: uppercase;
}
#main-menu a {
	color: #fff;
	text-decoration: none;
}
#main-menu a:hover{
	color: #;
}
#main-menu ul {
	list-style:none;
	padding-left:10px;
}
#main-menu li {
	position:relative;
	float:left;
	padding-top:12px;
	overflow:visible;
	padding-left: 0px;
}
#main-menu ul li a {
	padding:0 8px
}
#main-menu ul ul{
	display: none;
	position:absolute;
	z-index:500px;
	width: 160px;
	margin-left:0px;
	list-style:none;
	float:none;
	z-index:500px;
	font-size: 14px;
	line-height: 26px;
	background:url('_images/child-bg.png') left top;
	padding: 35px 14px 2px 2px;
}
#main-menu ul ul li {
	float:none;
	z-index:500px;
	padding-top:0px;
}
#main-menu ul ul a {
	height:auto;
	line-height:1em;
	width: 160px;
	padding:8px;
	color: #999;
}
#main-menu ul ul a:hover {
	color: #f1f1f1;
}

/*-----------------------------------------------------------------------------------*/
/* Slider Styles 
/*-----------------------------------------------------------------------------------*/

#sliderWrapper {
	background: url('_images/sliderBackBlack.jpg') center top repeat-y;

	float: left;
	width: 100%;
	position: relative;
	z-index: 50;
	margin: -91px 0 0 0;
	height: auto;
	
	min-width: 1000px;
}



#slidesWrapper {
	width: 1000px;
	margin: 0 auto;
	height: 533px;
	position: relative;
	z-index: 51;

}

.slideDiv {
	width: 100%;
	height: 100%;
}

#sliderControlsWrapper {
	width: 960px;
	height: 86px;
	margin: 0 auto;
}	

#sliderControls {
	/*background: url(_images/sliderControlsBack.png) no-repeat;*/

	height: 86px;
	float: left;
}

#sliderControls a {
	width: 35px;
	height: 86px;
	float: left;
	margin: 0 6px 0 0;
}

#sliderControl_1 {
	background: url(_images/slideBtnBack_1.png);
}

#sliderControl_1:hover, #sliderControl_2:hover, #sliderControl_3:hover, #sliderControl_4:hover {
	background: url(_images/slideBtnBackHover.png);
}

#sliderControl_2 {
	background: url(_images/slideBtnBack_2.png);
}

#sliderControl_3 {
	background: url(_images/slideBtnBack_3.png);
}

#sliderControl_4 {
	background: url(_images/slideBtnBack_4.png);
}

.activeSlide {
	background: url(_images/slideBtnBackActive.png) !important;
}

/*-----------------------------------------------------------------------------------*/
/* Home Content Styles 
/*-----------------------------------------------------------------------------------*/

#homeContentWrapper {
	background: url('_images/home-content-bg.png') center top no-repeat;
	position: relative;
	z-index: 51;
	float: left;
	width: 100%;
	margin: -250px 0 0 0;
	padding: 115px 0 20px 0px;
	min-width: 960px;
}

#homeContent {
	width: 960px;
	margin: 50px auto 0;
}

#homeContentLeft {
	font-size: 18px;
	width: 500px;
	float: left;
	padding: 0px 0 0 0;
}

#homeContentRight {
	float: left;
	width: 460px;

}

#homeContentBottomWrapper {
	float: left;
	width: 100%;
	min-width: 960px;	
	margin: 0 0 0 0;
}

#homeContentBottomWrapper h2 {
	font-size: 22px;
}

#homeContentBottom {

}


/*-----------------------------------------------------------------------------------*/
/* Sliding Div's Styles
/*-----------------------------------------------------------------------------------*/

#candidatesTitleWrapper{
	width: 100%;
	min-width: 960px;
	float: left;
 	height: 65px;
 	position: relative;
 	z-index: 77;	
 	overflow: hidden;

}

#candidatesTitle {
	width: 960px;
  	margin: 0 auto;
}

#candidatesTitle h1, #candidatesTitle h1 a:link,  #candidatesTitle h1 a:visited,  #candidatesTitle h1 a:hover,  #candidatesTitle h1 a:active, #candidatesTitle h2{
	color: #959595;
}

#candidates {
	background: url('_images/candidate-bg.png') center top no-repeat;
	width: 100%;
	position: relative;
	z-index: 75;
	padding: 0 0 10px 0;
	float: left;
	min-width: 960px;
	margin: -135px 0 0 0;
}


#candidatesTitlePlaceHolder {
	width: 960px;
 	margin: 0 auto 0 ;
 	height: 150px;
}

#candidatesContent {
	width: 960px;
	margin: 0 auto;
	display:none;
	padding: 0 0 55px 0;
}

#candidates p {
	font-size: 16px;
}

#candidates h1, #candidates h1 a:link,  #candidates h1 a:visited,  #candidates h1 a:hover,  #candidates h1 a:active, #candidates h2 {
	color: #959595;
}

#candidates #content {
	padding-left: 100px;
	padding-top: 100px;
}
#clients {
	background: url('_images/clients-bg.png') center top no-repeat;
	width: 100%;
	position: relative;
	z-index: 76;
	height: auto;
	margin-top: -125px;
	padding: 125px 0 45px 0;
	float: left;
	min-width: 960px;
	color: #c9c9c9;	
}

#clients h1, #clients h1 a:link,  #clients h1 a:visited,  #clients h1 a:hover,  #clients h1 a:active, #clients h2 {
	color: #c9c9c9;
}


#clientsTitle {
	width: 960px;
	margin: 0 auto 0;
}

#clientsContent {
	width: 960px;
	margin: 0 auto 0;
	font-size: 16px;
	display: none;
}

#clients h1 {

}
#clients p {
	font-size: 16px;
}
#clients #content {
	padding-left: 100px;
	color: #ccc;
}

#clientsContent a:link, #clientsContent a:visited, #clientsContent a:hover, #clientsContent a:active {
	color: #C9C9C9;
}

/*-----------------------------------------------------------------------------------*/
/* Page Styles
/*-----------------------------------------------------------------------------------*/

#sidebar img {
	margin: 0 10px 0 0;
}
.widget {
	margin: 10px 0 25px 0 !important;
	float: left;
}

#sidebar div {
	width: 260px;
	border-top: 4px solid #933833;
	padding: 3px 0 0 0;
	background: url(_images/sidebarBack.png) left repeat-x;
	float: left;
}

#sidebar div > div {
	border: 0;
}

#sidebar div form div {
	border: 0;
}

#sidebar h4 {
	margin: 6px 0;
}

#pageContentWrapper {
	width: 100%;
	float: left;
	min-width: 960px;	

	margin: -85px 0 0 0;
	background: url('_images/bodyContentBack.jpg') repeat-y center;
}

#pageContent {
	width: 960px;
	margin: 0 auto;
}

#pageContentLeft {
	float: left;
	width: 320px;
	padding: 0 0 40px 0;
}

#pageContentRight {
	margin-bottom: 10px;
	width: 640px;
	min-height: 300px;
	padding: 50px 0 40px 0;
	float: left;
}

#pageContentRight h1 {
	line-height: 45px;
	margin: 0 0 20px 0;
}

#pageContentRight a:link, #pageContentRight a:visited, #pageContentRight a:hover, #pageContentRight a:active {
	color: #646464;
}

.showHideDivs {
	display: none;
	padding: 0 0 0 0;
}

.showHideMore {
	color: #67100a;
}

#pageContentSubWrapper {
	width: 960px; 
	margin: 0 auto;
}

#pageContentSubSubWrapper {
	width: 960px; 
	background: white; 
	float: left; 

}

#pageContentCaption {
	width: 100%;
	border-top: 4px solid #933833;
	border-bottom: 4px solid #933833;
	padding: 8px 0;
	text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*Our Team Styles 
/*-----------------------------------------------------------------------------------*/

#pageContentRightTop {
	width: 100%;
	height: auto;
	float: left;
}

#biosWrapper {
	width: 100%;
	height: auto;
	float: left;
}

.biosSubWrapper {
	width: 100%;
	float: left;
}

.biosSubWrapper h2 {
	margin-top: 60px;
}

.bioSingleWrapper {
	width: 210px;
	height: 300px;
	background: url(_images/bioSingleBack.png) no-repeat;
	float: left;
	margin: 3px 0 0 3px;
	padding: 8px 0 0 0;
	text-align: center;
}

.bioSingleImgWrapper {
	width: 147px;
	margin: 0 auto 0;	
}

.bioSingleImgWrapper img {
	width: 100%;
}

.bioSingleWrapper h2 {
	font-size: 20px;
	margin: 0;
}

.bioSingleTagline {
	font-weight: bold;
	color: #67100a;
}

.bioFeaturedImageWrapper {
	margin: -10px 0 0 -7px;
}


/*-----------------------------------------------------------------------------------*/
/* Blog Styles 
/*-----------------------------------------------------------------------------------*/

.blogAuthorWrap {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.blogAuthorWrap p {
	width: 260px;
	text-align: center;
}

#blogContentRight {
	width: 600px;
	float: left;
	margin: -13px 0 0 0;
}

#blogContentRight h2 {
	
}

#blogContentRight a:link, #blogContentRight a:visited  {
	color: #67100a;
}

.blogFeaturedImage {
	margin: 8px 0 5px 0;
}

.postDateAuthor {
	font-weight: bold;
	font-size: 10px;
	margin: -10px 0 2px 0;
}

.postWrapper {
	width: 640px;
	float: left;
	padding: 0 0 40px 0;
	/*
	border-left: 1px solid #66100a;
	border-right: 1px solid #66100a;
	*/
	background: url(_images/slightFade.png) no-repeat;
}

.postWrapper h2{
	font-size: 28px;
}

.postWrapper h2 a {
	color: #67100a !important;
}

.postWrapper img {
	float: left;
	
}

.postWrapper p {
	padding: 0 20px;
	margin: 0;
}

.postWrapper p a {
	color: #67100a !important;
}

.postTitleWrapper {
	width: 600px;
	float: left;
	padding: 0 20px;
}


.blogFeaturedImage {
	width: 600px;
	float: left;
	padding: 0 20px;	
}

.tagcloud {
	width: 80%;
}


#footer {
	background: url('_images/footer-bg.png') center top no-repeat;
	width: 100%;
	position: relative;
	z-index: 105;
	height: 154px;
	margin: -60px auto 0;
	padding-top: 30px;
	float: left;
	min-width: 960px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ffffff;
}

#footerContent {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
}

#footer-home {
	width: 960px;
	background: url('_images/footer-bg.png') center top no-repeat;
	width: 100%;
	position: absolute;
	z-index: 105;
	height: 184px;
	padding-top: 75px;
	bottom: 0;
	min-width: 960px;	
}

#footerCopyright {
	float: left;
	width: 300px;
	padding: 70px 0 0 0;
}

#footerContactInfo {
	padding: 70px 0 0 0;
	float: right;
}

#page-content-contact {
	margin-bottom: 10px;
	width: 350px;
	min-height: 300px;
	margin: 0 0 0 60px;
	float: left;
}
#address {
	float: left;
	width: 300px;
}
.widget {
	margin: 15px 0 25px 0;
}
.widget h4 {
	font-family: Varela, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}
.widget ul {
	list-style-type: none;
	margin: 0 0 15px 5px;
}
.widget li { 
	margin-bottom: 5px;
}
.widget a {
	color: #67100a;
	text-decoration: none;
	font-size: 14px;
}
/* ---------------- COMMENTS -------------------------- */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Varela, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Varela, Arial, Helvetica, Georgia, Sans-serif;
	width: 500px;
	font-size: 12px;
}
/* ---------------- END COMMENTS ----------------------- */
