/*
Theme Name: Beechey.org
Author: Trundlemedia
Author URI: http://trundlemedia.com
Description: Custom Wordpress theme for Beechey Management Resources
Version: 1
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ----- DEFAULTS ----- */
body {
	background:#342b1a url(images/background.gif);
	color:#2c3132;
	font: 10px/110% "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
	font-weight:bold;
	color:#483e32;
	line-height:110%;
}
h1 {
	font-size:3.2em;
}
	h1 a:hover, h1 a:active {
		color:#483e32;
	}
h2 {
	font-size:2.8em;
}
h3 {
	font-size:2.4em;
}
h4 {
	font-size:1.8em;
}
p {
	font-size:1.6em;
	margin: 10px 0 5px 0;
	line-height:120%;
}
strong {
	font-weight:bold;
}
a {
	font-weight:bold;
	text-decoration:none;
}
	a:link, a:visited {
		color:#483e32;
	}
	a:hover, a:active {
		color:#908a81;
		text-decoration:underline;
	}
.gone {
	display:none;
}
/* ----- LAYOUT ----- */
.wrap {
	width:980px;
	margin:0 auto;
}
.social {
	float:right;
	margin-top:3px;
}
	.social a {
		display:block;
		width:33px;
		height:32px;
		background-repeat:no-repeat;
		float:left;
		margin-left:4px;
	}
		.iEmail {
			background: url(images/iEmail.png);
			width:42px !important;
		}
		.iFacebook {
			background-image:url(images/iFacebook.png);
		}
		.iTwitter {
			background-image:url(images/iTwitter.png);
		}
		.iLinkedin {
			background-image:url(images/iLinkedin.png);
		}
		
		
		
	.social span {
		display:none;
	}
	
nav {
	background:#fbfaf6 url(images/back-nav.gif) repeat-x bottom;
	border-bottom:4px solid #f1f0e9;
	box-shadow: 0 0 5px rgba(72,62,50,.5);
	position:relative;
	z-index:4;
	margin:0;
	padding:0;	
}
	.menu ul, .wrap, hgroup {
		width:980px;
		margin:0 auto;
	}
	.menu li {
		display:inline-block;
		margin:0;
		padding:0;
	}
		.menu a {
			display:inline-block;
			margin:4px 2px 0 2px; 
			padding:9px 15px;
			border-width:1px 1px 0 1px;
			border-style:solid;
			border-radius: 5px 5px 0 0;
			margin:6px 2px 0 2px; 
			font-weight:bold;
			font-size:1.4em;
			text-decoration:none;
			color:#c4c0b6;
			background:#b8b18d url(images/back-nav.gif) repeat-x top;
		}
			.menu a:link, .menu a:visited {
				color:#6a6156;
				border-color:#6a6156;
				box-shadow: 0 -1px 3px rgba(148,138,84,.2);
			}
			.menu a:hover, .menu a:active, .menu li:hover a, .menu li.sfhover a {
				border-color:#450e0e;	
				color:#450e0e;
				-moz-box-shadow: 0 -1px 3px rgba(148,138,84,.5);
				-webkit-box-shadow: 0 -1px 3px rgba(148,138,84,.5);
				box-shadow: 0 -1px 3px rgba(148,138,84,.5);
				text-decoration:none;
			}
			
			.sub-menu a {
			display:inline-block;
			margin:0; 
			padding:50;
			border:none;
			border-top:1px solid #6a6156;
			border-radius: 0; 
			font-weight:bold;
			font-size:1.4em;
			text-decoration:none;
			color:#c4c0b6;
			background:#fff;
			-moz-box-shadow: inset 0 -1px 3px rgba(148,138,84,.5) !important;
			-webkit-box-shadow: inset 0 -1px 3px rgba(148,138,84,.5) !important;
			box-shadow: inset 0 -1px 3px rgba(148,138,84,.5) !important;
			}	
			.sub-menu li:first-child a {
				border:none;
			}
				.sub-menu a:hover, .sub-menu a:active {
					color:#fff;	
					background:#6a6156;
				}
.menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	display:block;
	width:260px;
	font-weight: normal;
	margin: 0 0 0 2px;
	border:1px solid #6a6156;
}
.menu li ul a {
	width:250px;
	padding:7px 5px;
}
.menu li ul ul {
	margin: -1.75em 0 0 14em;
}
.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
	left: -999em;
}
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul {
	left: auto;
}
header {
	border-top:1px solid #6a6156;
}
hgroup {
	background:#ffffff url(images/back-hgroup.gif) repeat-y left;
	height:158px;
	position:relative;
	z-index:1;
	box-shadow: 0 0 10px rgba(72,62,50,.5);
	overflow:hidden;
}
	#bannerimg {
		width:397px;
		height:158px;
		float:right;
		background: url(images/banner-image.jpg);
	}
	#site-title {
		background: url(images/logo-primary.jpg) no-repeat;
		background-size: 250px 65px;
		margin: 32px 0 0 33px;
	}
	#site-title, #site-title a {	
		width:251px;
		height:58px;
		display:block;
	}
		#site-title span {
			display:none;
		}
		#site-tagline {
			margin: 10px 0 0 0;
			background: rgba(72,62,50,.05);
			padding:10px 70px 10px 33px;
			width:480px;
			font-size:1.8em;
			font-weight:bold;
			font-style:italic;
			line-height:110%;
		}
#content {	
	position:relative;
	z-index:1;
}
#content .wrap, #content2 .wrap {	
	display:table;
	margin:10px auto;
}
.columns {
	overflow:hidden;
	display:table-row;
}
	.columns>div {
		border-right:1px solid #a29766;
	}
	.columns>div:last-child {
		border:none;
	}
	.col1 {
		display:table-cell;
		width:306px;
		padding:0 10px;
		margin-right:9px;
		border-right:1px solid #a29766;
	}
	.col1:first-child {
		padding:0 10px 0 0;
	}
	.col1:last-child {
		padding:0 0 0 10px;
	}
	.col2 {
		width:664px;	
		display:table-cell;
		padding:0 10px;
	}
	#tips1 {
		width:406px;
	}
	#tips2 {
		width:564px;
	}
#contact {
	float:right;
	text-align:right;
	color:#fff;
	width:300px;
	margin:10px 0 20px 0;
}
	#contact a:link, #contact a:visited {
		color:#fff;
	}
	#contact a:hover, #contact a:active {
		color:#DEDBCC;
	}
	#contact p:last-child {
		font-size:1em;
	}



#footerbuttons {
	margin-top:10px;
	float:left;
	width:680px;
}
	#footerbuttons h2 {
		display:none;
	}
	#footerbuttons ul, #footerbuttons li {
		display:inline;
	}
	#footerbuttons img {
		display:block;
		float:left;
		height:60px;
		margin:5px;
		border-radius:5px;
		box-shadow:0 0 3px #000;
	}
		

			
#post ul {
	list-style-type:disc;
	padding-left:30px;
}
	#post li {
		margin-bottom:5px;
		font-size:1.6em;
	}
/* ----- INDEX ----- */
#branding {
	background:#ebe9df url(images/back-header.gif);
	overflow:hidden;
}
#middle {
	position:relative;
	z-index:3;
	border-top:4px solid #f1f0e9;
	-moz-box-shadow: 0 0 5px rgba(148,138,84,.8);
	-webkit-box-shadow: 0 0 5px rgba(148,138,84,.8);
	box-shadow: 0 0 5px rgba(148,138,84,.8);
	border-bottom:1px solid #bcb696;
	padding:15px 0;
	background:#d7d3c0;
	background-image: -moz-linear-gradient(top, #ffffff, #d7d3c0); /* FF3.6 */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #d7d3c0)); /* Safari 4+, Chrome 2+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #d7d3c0); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(top, #ffffff, #d7d3c0); /* Opera 11.1+ */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d3c0'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d3c0')"; /* IE8+ */
    background-image: linear-gradient(to bottom, #ffffff, #d7d3c0);
	overflow:hidden;
}
#content, #content2 {
	padding:15px 0;
	background:#d7d3c0;
	background-image: -moz-linear-gradient(top, #d4d0b8, #b4ad88 95%, #878160 100%); /* FF3.6 */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d4d0b8), color-stop(1, #b4ad88)); /* Safari 4+, Chrome 2+ */
    background-image: -webkit-linear-gradient(top, #d4d0b8, #b4ad88 95%, #878160 100%); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(top, #d4d0b8, #b4ad88 95%, #878160 100%); /* Opera 11.1+ */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d0b8', endColorstr='#b4ad88'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d0b8', endColorstr='#b4ad88')"; /* IE8+ */
    background-image: linear-gradient(to bottom, #d4d0b8, #b4ad88 95%, #878160 100%);
	overflow:hidden;
	border-bottom:3px solid #f5f4ee;
}
#content2 {
	-moz-box-shadow: 0 0 5px rgba(148,138,84,.8);
	-webkit-box-shadow: 0 0 5px rgba(148,138,84,.8);
	box-shadow: 0 0 5px rgba(148,138,84,.8);	
	border-top:4px solid #f1f0e9;
	position:relative;
	z-index:3;
}
.postIndex .button, #indexpos .button {
	float:right;
}
/* ----- UNIVERSAL ----- */

.button, #pagenav a {
	display:inline-block;
	padding:8px 15px;
	border-radius: 10px;
	margin:6px; 
	font-weight:bold;
	font-size:1.4em;
	text-decoration:none;
	color:#f6f6f0;
	background:#483e32;
	box-shadow:0 0 3px rgba(72,62,50,.5);
}
	.button:link, .button:visited, #pagenav a:link, #pagenav a:visited {
		color:#f6f6f0;
	}
	.button:hover, .button:active, #pagenav a:visited, #pagenav a:active {
		color:#d3d1ca;
		text-decoration:none;
		background:#5f5645;
	}
	

#post_title, .home h3, .widget-title{	
	text-shadow:0 0 3px rgba(72,62,50,.8);
}
#recentpos {
    height: 200px;
    overflow: auto;
}
#indexpos h5, #indexpos h4, .targetPos h2, .targetPos h3, .postIndex h4, .postIndex h5 {
	margin:0;
}

/* ----- POSITIONS ----- */
#positionlinks {
	list-style:disc;
	padding-left:30px;
	font-size:1.6em;
	margin:10px 0 30px 0;
}
	#positionlinks li {
		margin-bottom:10px;
		line-height:120%;
		cursor:pointer;
	}
#form, .rounded {
	margin:5px;
	-moz-box-shadow:0 0 3px #A49B6E;
	-webkit-box-shadow:0 0 3px #A49B6E;
	box-shadow:0 0 3px #A49B6E;
	background:#d2cdb6;
	border:1px solid #A49B6E;
	padding:10px 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
#form {	
	width:260px;
	font-size:1.6em;
}
#form h3 {
	margin:0 0 15px 0;
	padding:0;
	font-size:1em;
}
#form .left {
	text-align:right;
}
.input {
	width:150px;
	margin-bottom:3px;
}
.field {
	display:inline-block;
	width:80px;
	text-align:right;
}
#form span {
	line-height:120%;
}
.asterisk {
	color:#7c0202;
}
.notes {
	margin-left:10px;
}
.errormsg {
	margin: 5px;
	padding:5px;
	border:1px solid #7c0202;
	color:#7c0202;
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	display:block;
	clear:both;
}

/* ----- LINKS ----- */
#featured li {
	font-size:1.8em;
	line-height:130%;
	font-weight:bold;
}

/* ----- BLOG ----- */
#blogposts article {
	overflow:hidden;
}
#blogposts h1 {
	margin-bottom:0;
}
#blogposts h3 a {
	text-decoration:underline;
}
#blogposts h5 {
	margin-top:0;
}
#blogposts article {
	margin:0 0 10px 30px;
	padding-bottom:10px;
	border-bottom:1px solid #a29766;
}
	#blogposts article:last-child {
		border:none;
	}
	#blogposts .button {
		float:right;
	}
.older {
	float:right;
}

.profile-contact {
	padding:10px 25px;
	border-radius:10px;
	background:#A29766;
	width:300px;
	margin:40px 0 0 20px;
}
	.profile-contact a:hover, .profile-contact a:active {
		color:#000;	
	}



/* ----- INTERVIEW RESOURCES ACCORDION ------*/
.accordion-wrapper {
	max-width: 100%;
	width: 100%;
	margin: 3rem auto;
}

.accordion-wrapper .accordion-item {
	margin-bottom: 2rem;
	box-shadow: 0 0 5px rbga(225,225,225,0.5);
}

.accordion-wrapper .accordion-tab {

	padding: 1rem;
	color:#483e32;
	font-size: 1.2rem;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	transition: all 0.5s ease;
} 

.accordion-wrapper .accordion-item .accordion-content {
	display: none;
	transition: all 0.5s ease;
	background: #d2cdb6;
}

.accordion-wrapper .accordion-item .accordion-content p {
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 1.5rem 1.5rem;
	margin: 0;
	color: #000;
}

.accordion-wrapper .accordion-item .accordion-tab.active {
	color: #fff;
	background: #5f5645;
}

.accordion-wrapper .accordion-item .accordion-tab.active + .accordion-content {
	display: block;
	
}