/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Cejka Search
	Author Site	: http://www.cejkasearch.com
	Style Name	: Bayhealth Medical Center Careers Microsite
	Style URI	: http://www.bayhealthcareers.org
	Version		: 1.0
	Comments	: The Bayhealth Microsites Style from Cejka Search
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: #FFF;
	text-align: center;
	text-align: left;
}
#page {
	background: #FFF;
	text-align: left;
	margin: 10px auto 0;
	padding: 0 0 10px;
	position: relative;
	border: 1px solid #333333;
	width: 780px;
	clear: both;/* The entire design is contained within the 'page' id */
}
/*.page-head h2 {
	display: none;
}*/
/************************
	HTML Styles
************************/
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: normal;
	color: #6d94bb;
	margin: 0;
	padding: 0;
}
h3, h4, .single .k2-asides h3 {
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: -1px;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #6d94bb;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
}
h3.entry-title a {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
h4 {
	color: #549a94;
}
/************************
	Header Styles
************************/
/*#header {
	position: relative;
	height: 125px;
	background: #3371A3;
	background-position: top right;
	color: #467b97;
}*/
#header-static {
	/* Contains the H1 and menu */
	position: relative;
	height: 200px;
	background-image: url(http://www.bayhealthcareers.org/wp-content/themes/microsites/styles/bayhealth/images/bayhealth-header.jpg);
	background-color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	color: #467b97;
	margin: 0;
	padding: 0;
}
#header-static h1 a {
	float: left;
	margin: 15px 0 0 15px;
	padding: 0;
	display: block;
	width: 319px;
	height: 113px;
}
h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration: none;
	color: white;
}
h1 a:hover {
	text-decoration: none;
}
.banner {
	/*font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #467b97;*/
	text-indent: -9999px;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 300px;
	height: 200px;
	background-color: transparent;/*border: 1px solid #e7ecf0;*/
	/*background-image: url(http://bayhealthcareers.org/wp-content/images/bayhealth-banner.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
}
.description { /* Description in header */
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	color: #467b97;
	text-align: center;
	padding: 20px;
}
/************************
	Main Menu
************************/
ul.menu {
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	width: 90%;
	background-image: url(images/menu-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
ul.menu li {
	display: inline;
	margin: 0;
}
ul.menu, ul.menu li a {
	padding: 5px 15px 6px;
}
ul.menu li a {
	font-size: 1.15em;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	background-image: url(images/menu-tab-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top: 1px solid #727983;
	border-right: 1px solid #727983;
	border-left: 1px solid #727983;
}
ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	border-top: 1px solid #727983;
	border-right: 1px solid #727983;
	border-left: 1px solid #727983;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	font-size: 1.15em;
	color: #000;
	font-weight: bold;
	margin: 0;
	background-image: url(images/menu-tab-bg-current.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFF;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top: 1px solid #727983;
	border-right: 1px solid #727983;
	border-left: 1px solid #727983;
}
/************************
	Primary Content
************************/
.primary {
/* Contains the main column */
}
.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	color: #444;
}
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6d94bb;
}
#primary .entry-content h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 8px;
}
#primary .entry-content h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 8px;
}
#primary .k2-asides h3 {
	font-size: 1.5em;
	font-weight: normal;
}
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */ .secondary .metalink a, .secondary .metalink a:visited, .secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
}
#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
}
#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
}
#primary ul {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}
#primary a:link, #primary a:visited, #primary a:hover, #primary a:active, .secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
}
/************************
	Secondary Content
************************/
.secondary {
/* Contains the sidebar */
}
.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
}
.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
}
.secondary .k2-asides {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
}
.secondary .k2-asides p {
	display: inline;
}
.secondary .k2-asides .metalink {
	padding-left: 0px;
}
.secondary span a {
	margin-left: 10px;
}
/************************
	Entry
************************/
#dynamic-content {
	padding-top: 0;
}
.page-head .entry-edit {
	position: relative;
}
.entry-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	/*background: url('images/pencil.png') left center no-repeat;*/
	height: 16px;
}
.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
}
.entry-meta div {
	display: inline;
}
.entry-date abbr {
	border: 0;
	color: #777;
}
.entry-author {
	display: none;
}
.entry-author address {
	display: inline;
	font-style: normal;
}
.entry-category {
	text-transform: lowercase;
	margin-right: 10px;
}
.entry-meta a, .comment-meta a {
	color: #777;
}
.entry-tags {
	display: block;
	margin: 2px 0;
	padding: 0 0 0 20px;/*background: url('images/tag_blue.png') left center no-repeat;*/
}
.entry-tags a {
	text-transform: lowercase;
}
.entry-categories {
	margin: 0;
	padding: 0;
}
.hentry {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;/*border-bottom: 2px solid #597188;*//* Each entry is contained within the 'hentry' class */
}
.entry-content {
/* The meat and potatoes of every entry */
}
/************************
	Misc
************************/
#rollingarchives.emptypage {
	display: none;
}
.print {
	margin: 0;
	padding: 0;
	float: right;
}
.page-head {
	margin: 0;
}
.archivepages {
	color: #999;
	display: block;
	font-size: .45em;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: lowercase;
	margin-top: 2px;
}
.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 2px 10px;
	width: 50%;
}
.entry-head {
	margin-top: 10px;
}
.entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}
body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}
body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}
body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}
.skiplink {
	display: none;
}
.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #999;
}
/************************
	Comments
************************/
.comments {
	display: none;
}
.comment-meta {
	margin: 0 15px 0 0;
	float: none;
}
.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #777;
}
#comment-personaldetails {
	margin-top: 10px;
}
.commentslink {
	padding: 2px 0 2px 20px;
	/*background: url('images/comment.png') left center no-repeat;*/
	margin-right: 10px;
}
/************************
	Feeds
************************/
.feedlink { /* On the sidebar */
	border: none;
	padding: 2px;
	padding-right: 20px;
	/*background: url('images/feed.png') right center no-repeat;*/
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
}
.feedlink span {
	visibility: hidden;
}
.feedlink:hover span {
	visibility: visible;
}
.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
}
.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	/*background: url('images/comment_edit.png') left center no-repeat;*/
	height: 16px;
}
.meta-start {
	padding: 2px 0 2px 20px;/*background: url('images/time.png') left top no-repeat;*/
}
.quoter_comment {
	padding: 2px 0 2px 20px;
	/*background: url('images/comment.png') left center no-repeat;*/
	margin-left: 5px;
}
h2.category-title {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0px;
	border-bottom: 2px solid #98adb8;
	color: #3e6377;
	font-weight: bold;
	font-size: 1.6em;
}
.category-title a:link {
	color: #3e6377;
	text-decoration: none;
}
.category-title a:visited {
	color: #3e6377;
}
.category-title a:hover {
	color: #000;
}
.category-title a:active {
	color: #3e6377;
	text-decoration: none;
}
/******************
	Navigation Sidebar
*****************/
.widget_categories {
	width: 200px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #bebebe;
	line-height: normal;
	background-image: url('images/categories-bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
.widget_categories h4 {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.widget_categories ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
}
.widget_categories li {
	margin: 0;
	padding: 0;
}
.widget_categories ul li a {
	display: block;
	padding: 4px 0 6px 25px;
	margin: 0;
	width: 175px;
	color: #562d19;
	background-color: #acacac;
	background-image: url('images/categories-nav.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}
.widget_categories ul li a:link, #navlist a:visited {
	color: #562d19;
	text-decoration: none;
}
.widget_categories ul li a:hover {
	background-color: #606060;
	color: #fff;
	background-image: url('images/categories-nav-hover.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}
/***Sub Categories***/
.widget_categories ul li ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.widget_categories ul li ul li {
	margin: 0;
	padding: 0;
}
.widget_categories ul li ul li a {
	display: block;
	padding: 3px 0 3px 30px;
	margin: 0;
	width: 170px;
	color: #905b41;
	background-color: #a8a8a8;
	background-image: url('images/categories-subnav-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}
.widget_categories ul li ul li a:link {
	color: #562d19;
	text-decoration: none;
}
.widget_categories ul li ul li a:visited {
	color: #562d19;
	text-decoration: none;
}
.widget_categories ul li ul li a:hover  {
	background-color: #e0e0e0;
	color: #562d19;
	background-image: url('images/categories-subnav-bg-hover.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}
.widget_categories ul li ul li a:active {
	color: #562d19;
	text-decoration: none;
}

#footer {
	clear: both;
	background-color: #d18f2c;
	margin: 0 auto 10px;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #FFF;
	width: 782px;
}
#footer p {
	line-height: 1.6em;
}
#footer a {
	color: #FFF;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
}
#footer .wp-version, #footer .k2-version {
	display: none;
	padding-left: 0.3em;
}
