/*
	Theme Name: Cumberland Private
	Theme URI: http://cumberlandprivate.com/
	Description: The Cumberland Private theme
	Version: 1.0
	Author: Gallivan Media
	Author URI: http://gallivanmedia.com/
	Revised: March 17, 2010
*/

/*** INITIALISATION ***/

html, body {
	height: 100%;
	min-height: 100%;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #214231;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	line-height: 1.3em;
	color: #214231;
}

#wrapper {
	width: 1160px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

body.page-template-home-php #wrapper {
	background: #214231;
}

/*** IMPORTANT MARK-UP ***/

a, a:link, a:visited, a:active {
	color: #214231;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.anchorTop {
	font-size: 0.9em;
	color: #214231;
}

h1 {
	margin-top: -6px;
	padding-bottom: 12px;
	font-family: Georgia, serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	color: #214231;
}

body.page-template-home-php h1 {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.2em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 0px;
}

h2 {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Georgia, serif;
	font-size: 1.5em;
	font-weight: normal;
}

h3, h4, h5 {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
}

h4 {
	margin-top: 0;
}

h5 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	border: 0;
}

h6 {
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 1.3em;
}

ol {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 25px;
}

ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 25px;
}

ol li {
	padding-left: 15px;
	margin-bottom: 15px;
}

ul li {
	padding-left: 15px;
}

ol h3, ol h4, il h3, il h4 {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 3px;
	font-family: Georgia, serif;
}

ol h3 {
	margin-top: 15px;
}

strong {
	font-weight: bold;
}

/*** HEADER ***/

#header {
	position: fixed;
	display: block;
	top: 0;
	width: 1160px;
	height: 150px;
	margin: 0;
	padding: 0;
	background-color: #214231;
	overflow: hidden;
	z-index: 400;
}

* html #header {
	position: absolute;
}

#logo {
	width: 155px;
	height: 52px;
	padding-top: 36px;
	margin-left: 36px;
}

#utilitynav {
	display: inline;
	width: 50%;
	float: right;
	margin-right: 24px;
}

#utilitynav li {
	display: inline;
	list-style-type: none;
}

#utilitynav #search {
	float: right;
	margin-top: 36px;
}

#utilitynav #search input.search, #utilitynav #search a#login {
	display: block;
	width: 195px;
	height: 17px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #214231;
	background-color: #fff;
}

#utilitynav #search a#login {
	width: 193px;
	height: 18px;
	margin-top: 8px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

/*** TABS ***/

#tabs {
	position: fixed;
	z-index: 700;
	display: block;
	width: 1160px;
	height: 35px;
	margin: 0;
	padding: 0;
	top: 115px;
	background-color: #214231;
}

* html #tabs {
	position: absolute;
	width: 1160px;
}

#tabs div {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
        width: 20%;
	height: 35px;
	text-align: center;
	background-color: #214231;
}

#tabs div a {
	display: block;
	width: 100%;
	height: 35px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	white-space: nowrap;
}

#tabs div.current_page_ancestor, #tabs div.current_page_item {
	background-color: #fff;
	color: #214231;
}

#tabs div.current_page_ancestor a, #tabs div.current_page_item a {
	color: #214231;
}

/*** PAGE MENUS ***/

#menu {
	position: fixed;
	z-index: 20;
	display: block;
	width: 210px;
	top: 150px;
	padding-top: 48px;
	margin-left: 98px;
	background-color: #fff;
}

* html #menu {
	position: absolute;
}

.panelmenu {
	width: 210px;
	padding-top: 48px;
	padding-bottom: 48px;
	margin-left: 100px;
}

#menu h5, .panelmenu h5 {
	display: block;
	width: 210px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

#menu h5.selected a, .panelmenu h5.selected a {
	color: #214231;
}

#menu h5 a, .panelmenu h5 a {
	display: block;
	width: 210px;
	color: #999;
}

#menu h5 a:hover, .panelmenu h5 a:hover {
	text-decoration: none;
	color: #547564;
}

#menu h5.selected a:hover, .panelmenu h5.selected a:hover {
	color: #214231;
}

#menu #pagetitle, .panelmenu #pagetitle {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 1px;
	margin-bottom: 25px;
}

#menu ul, .panelmenu ul {
	margin: 0;
	padding: 0;
}
	
#menu li, .panelmenu li {
	list-style-type: none;
	padding-left: 22px;
}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited, .panelmenu li a, .panelmenu li a:link, .panelmenu li a:active, .panelmenu li a:visited {
	font-family: Georgia, serif;
	font-size: 1em;
	color: #999;
}

#menu li a:hover, .panelmenu li a:hover {
	color: #214231;
	text-decoration: none;
}

#menu li.selected a, #menu li.selected a:link, #menu li.selected a:active, #menu li.selected a:visited, .panelmenu li.selected a, .panelmenu li.selected a:link, .panelmenu li.selected a:active, .panelmenu li.selected a:visited {
	color: #214231;
}

.panel {
	position: fixed;
	z-index: 701;
	display: none;
	top: 150px;
	height: auto;
	width: 1160px;
	text-align: left;
	background-color: #fff;
}

* html .panel {
	position: absolute;
}

.paneltab {
	position: absolute;
	width: 232px;
	background-color: #fff;
	height: 35px;
	font-weight: bold;
	color: #214231;
	text-align: center;
	line-height: 35px;
	margin-top: -35px;
	cursor: pointer;
}

a.paneltablink {
	text-decoration: none;
}

.panel .introduction {
	float: right;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 50%;
	padding-top: 48px;
	padding-bottom: 48px;
	margin-right: 100px;
}

#submenu li {
	margin-bottom: 8px;
}

/*** CONTENT ***/

#content {
	position: relative;
	z-index: 2;
	display: block;
	float: right;
	width: 650px;
	padding-top: 200px;
	padding-right: 100px;
	padding-left: 2px;
	background-color: #fff;
}

#content-background {
	position: fixed;
	z-index: 1;
	width: 409px;
	height: 100%;
	background-color: #fff;
}

* html #content-background {
	position: absolute;
}

#content p {
	margin-bottom: 15px;
}

.page-template-section-php .content p {
	font-weight: bold;
}

.post {
	margin-bottom: 25px;
}

.pad {
	display: block;
	clear: both;
	height: 78px;
}

/*** RETURN NAVIGATION ***/

#returnnav {
	position: fixed;
	z-index: 19;
	width: 210px;
	display: block;
	bottom: 100px;
	margin-left: 98px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #fff;
	color: #214231;
}

#returnnav a {
	display: inline;
}

* html #returnnav {
	position: absolute;
}

#returnnav a.button {
	width: auto;
	display: block;
	margin-bottom: 2px;
}

/*** SEARCH RESULTS ***/

.search-terms {
	font-weight: bold;
	margin-bottom: 15px;
}

.excerpt ul, .excerpt ol, .excerpt img, .excerpt h1, .excerpt h2, .excerpt h3, .excerpt h4, .excerpt h5, .excerpt h6, .excerpt br {
	display: none;
}

.excerpt p {
	display: inline;
	margin: 0;
	padding: 0;
}

.excerpt {
	margin-bottom: 25px;
}

/*** FOOTER ***/

#footer {
	position: fixed;
	z-index: 200;
	display: block;
	bottom: -1px;
	width: 1160px;
	height: 86px;
	overflow: hidden;
	background-color: #214231;
	color: #929690;
}

* html #footer {
	position: absolute;
}

div#cipf {
	position: fixed;
	z-index: 210;
	margin-left: 1008px;
	bottom: -1px;
	height: 63px;
	padding-top: 23px;
}

* html div#cipf {
	position: absolute;
}

div#footertext {
	position: fixed;
	z-index: 211;
	bottom: -1px;
	overflow: hidden;
	margin-left: 98px;
	height: 67px;
	padding-top: 19px;
	color: #929690;
	text-align: right;
}

* html div#footertext {
	position: absolute;
}

div#footertext div#copy {
	position: absolute;
	z-index: 212;
}

* html div#footertext div#copy {
	position: absolute;
}

div#footertext div#tagline {
	font-size: 0.9em;
	white-space: nowrap;
	border-bottom: 1px solid #929690;
	line-height: 25px;
}

div#footertext div#copyright {
	font-size: 0.8em;
	line-height: 25px;
}

div#footernav {
	position: fixed;
	z-index: 215;
	bottom: -5px;
	margin-left: 64px;
}

* html div#footernav {
	position: absolute;
}

div#footernav ul {
	padding-top: 5px;
}

div#footernav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	white-space: nowrap;
}

div#footernav ul li a {
	padding-left: 4px;
	padding-right: 7px;
	font-weight: bold;
	color: #fff;
	border-right: solid 1px #929690;
}

div#footernav ul li a:hover {
	color: #929690;
	text-decoration: none;
}

div#footernav li.current_page_item a, div#footernav li.current_page_ancestor a {
	color: #929690;
}

/*** LEADERSHIP RELATED ***/

.page-template-leadership-php h2 {
	position: fixed;
	z-index: 150;
	top: 185px;
	width: 658px;
	background-color: #fff;
}

* html .page-template-leadership-php h2 {
	position: absolute;
}

.page-template-leadership-php .post {
	margin-bottom: 25px;
}

.page-template-leadership-php .pad {
	height: 68px;
}

#leader-pad {
	position: fixed;
	z-index: 199;
	top: 150px;
	background-color: #fff;
	width: 1160px;
	height: 35px;
}

* html #leader-pad {
	position: absolute;
}

.leader-content {
	display: block;
	float: right;
	width: 480px;
	margin-top: 38px;
}

.leader-content table td {
	vertical-align: top;
	padding: 10px;
}

div#leadernav {
	position: fixed;
	top: 245px;
	margin: 0;
	padding: 0;
}

* html div#leadernav {
	position: absolute;
}

h5.leadernav {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-weight: normal;
	margin-bottom: 2px;
}

h5.leadernav a {
	color: #999;
	text-decoration: none;
}

h5.leadernav a:hover {
	color: #547564;
}

h5.leadernav a.selected {
	color: #214231;
}

span.leader-credentials {
	font-size: 0.8em;
	color: #999;
}

.leader-position {
	color: #999;
}

#leader-note {
	position: fixed;
	z-index: 19;
	display: block;
	bottom: 100px;
	margin-left: 410px;
	font-size: 0.9em;
	color: #999;
}

* html #leader-note {
	position: absolute;
}

/*** HOMEPAGE ***/

#background {
	position: fixed;
	z-index: 0;
	display: none;
	top: 0;
}

* html #background {
	position: absolute;
}

#background img {
	width: 1160px;
	height: 773px;
	margin-top: -70px;
}

body.page-template-home-php #header {
	background-color: transparent;
}

body.page-template-home-php #page {
	position: fixed;
	z-index: 130;
	width: 450px;
	display: block;
	bottom: 130px;
	padding-left: 640px;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.3em;
}

* html body.page-template-home-php #page {
	position: absolute;
}

#title {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
}

/*** POSTS ***/

ul.pdf-listing {
	margin: 0;
	margin-left: -15px;
	padding: 0;
}

ul.pdf-listing li {
	list-style-type: none;
}

ul.pdf-listing li h4 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
}

ul.pdf-listing p {
	font-size: 1em;
}

/*** FONT REPLACEMENT ***/

.sIFR-active #title { visibility: hidden; }

/*** PRINT RELATED ELEMENTS ***/

#printlogo, #printtitle, h3#printsubtitle {
	display: none;
}