/*
Theme Name: WSLH
Theme URI: http://underscores.me/
Author: WSLH
Author URI: http://www.slh.wisc.edu/
Description: Parent theme for Wisconsin State Laboratory of Hygiene.
Version: 0.1
Text Domain: wslh
*/

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body { background: #fff; }
article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }
ol, ul { list-style: none; }
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; } /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
a img { border: 0; }


/* =Global
----------------------------------------------- */

body, button, input, select, textarea {
	/*color: #404040;*/
	color:#222222;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;	
	background-color: #e8e4d8;
}

/* Headings */
h1, h2, h3, h4, h5, h6 { clear: both; }
h4{font-weight:bold;}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p { margin-bottom: 10px; }
ul, ol { margin: 0 0 1.5em 3em; }
ul { list-style: disc; }
li ul { list-style: circle; }
ol { list-style: decimal; }
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }
b, strong { font-weight: bold; }
dfn, cite, em, i { font-style: italic; }
blockquote {
	margin:15px 30px 15px 10px;
	padding:10px 10px 4px 20px;
	border-left: 5px solid #990000;
	color: #990000;
	background-color: #eee5c7;
	font-style: italic;
	line-height: 24px;
	opacity:0.8;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big { font-size: 125%; }
figure { margin: 0; }
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th { font-weight: bold; }
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button, input { line-height: normal; } /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links 
a { color: royalblue; }
a:visited { color: purple; }
a:hover, a:focus, a:active { color: midnightblue; }*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before, .clear:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
	content: '';
	display: table;
}

.clear:after, [class*="content"]:after, [class*="site"]:after { clear: both; }


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a { width: 200px; }
.main-navigation ul ul li {}
.main-navigation li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul { display: block; }
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {}

/* Small menu */
.menu-toggle { display: none; cursor: pointer; }

@media screen and (max-width: 600px) {
	.menu-toggle, .main-navigation.toggled .nav-menu { display: block; }
	.main-navigation ul { display: none; }
}


/* =Content
----------------------------------------------- */

.sticky {}
.hentry { margin: 0 0 1.5em; }
.byline, .updated { display: none; }
.single .byline, .group-blog .byline { display: inline; }
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
	line-height: 21px;
}
.page-content a, .entry-content a, .entry-summary  a{
	color: #b70101;
	text-decoration:none;
}
.page-content a:hover, .entry-content a:hover, .entry-summary  a:hover{
	text-decoration: underline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	line-height:1.3em;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	border: 1px solid #000;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.5em; }
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object { max-width: 100%; }


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*Link Styles Overwrite*/
.site-content a:link, .site-content a:visited { color: #8f7b5f /*#00037e;*/ }
/*.site-content a:visited { color: #ccbbb5; }*/
.site-content a:hover, .site-content a:focus, .site-content a:active { color: #494949; }
/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

/* =Widgets
----------------------------------------------- */

.widget { margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }

/* Search widget */
.widget_search .search-submit { display: none; }

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =WSLH
-------------------------------------------------------------- */
h1 { font-size: 2em; }
h2 { font-size: 1.70em; }
h3,h4 { font-size: 1.5em; }
h5,h6 { font-size: 1.17em; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 5px; line-height: 1em; }
h1,h3,h5 { color:#b70101; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a ,
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a :visited
{ color: #b70101; }
.site {
	width: 960px;
	margin:0px auto;
	
}
#primary {
	width: 715px;
	margin: 0 15px 0 15px;
	float: right;
	
}
#wrapper-nosub{
	width: 930px;
	padding:15px;
	float: right;
	
}
#secondary{
	width: 210px;
	margin: 10px 0;
	border-right: 1px solid #990000;
	float: left;
}
#masthead {
	position: relative;
	margin-top:31px; /*30px;*/
	width:960px;
	height: 139px;
	background-color:#222222;
}
#logo {
	display: block;
	margin: -16px 0 0 10px;
	width: 389px;
	height: 132px;
	background-image: url(images/logo.png);
}
#logo2 {
	display: block;
	margin: -16px 0 0 10px;
	width: 389px;
	height: 132px;
	background-image: url(images/logo-WOHL.png);
}
/*#search-top{
	position: absolute;
	top: -35px;
	right: 0px;
	font-size: 0.75em;
}
#search-top .search-form-top input[type="search"] {
	float:left;
	height: 19px;
	width: 150px;
	color: #666666;
	background: #e7d9c1;
	border: 2px solid #c9ab80;
	border-radius: 0;
	font-size: 13px;
}
#search-top .search-form-top input[type="submit"] {
	float:left;
	height: 29px;
	color: #e7d9c1;
	background-image: url(images/nav2.png);
	border: 1px solid #990000;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}*/
#tools {
	position: absolute;
	top: -23px;
	right: 7px;
	font-size: 0.75em;
	
}
#tools2 {
	position: absolute;
	top: -20px;
	right: 200px;
	font-size: 0.75em;
	
}
#toolsHome {
	position: absolute;
	top: -23px;
	right: 0px;
	font-size: 0.75em;
	
}

#tools li, #tools2 li, #toolsHome li {
	list-style:none;
	display: inline-block;
	padding: 0px 10px;
	border-left: 1px solid #e8e4d8;
	line-height: 1;
	margin: 0;
	float: left;
}
#tools li:first-child, #tools2 li:first-child, #toolsHome li:first-child {
	padding-left: 0;
	border-left: 0;
}
#tools a, #tools2 a, #toolsHome a {
	color: #e8e4d8;
	line-height: 1;
	margin: 0;
	padding: 0 0 1px 0;
	display: block;
	text-decoration: none;
}
#tools a:hover, #tools2 a:hover, #toolsHome a:hover{
	text-decoration: underline;
}
#section-logo{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 550px;
	height: 99px;
}

#masthead .search-form{
	position: absolute;
	top: 35px;
	right: 60px;
}
#masthead .search-form input[type="search"] {
	float:left;
	height: 19px;
	width: 150px;
	color: #666666;
	background: #e7d9c1;
	border: 2px solid #c9ab80;
	border-radius: 0;
	font-size: 13px;
}

#masthead .search-form input[type="submit"] {
	float:left;
	height: 29px;
	color: #e7d9c1;
	background-image: url(images/nav2.png);
	border: 1px solid #990000;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}
#masthead .search-form input:hover[type="submit"] {
	float:left;
	height: 29px;
	color: #000;
	background-image: url(images/nav2.png);
	border: 1px solid #990000;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

/*Top Search*/
#tools-searchform .search-form{
	position: absolute;
	top: 49px;
	right: 60px;
}

#tools-searchform .search-form input[type="search"] {
	float:left;
	height: 21px;
	width: 160px;
	color: #666666;
	background-color:transparent;
	border: none;
	border-radius: 0;
	font-size: 12px;
	background-image: url(images/search-top-bk.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 0px 5px;
}

#tools-searchform .search-form input[type="submit"] {
	float:left;
	height: 21px;
	width:35px;
	font-size:0px;
	background-image: url(images/search-top-btn.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	margin-left:-5px;
	padding-left:0px;
}
#tools-searchform .search-form input:hover[type="submit"]{background-image: url(images/search-top-btn_alt.png);}


/* =WSLH NAVIGATION
-------------------------------------------------------------- */
#nav {
	position: absolute;
	width: 768px;
	height: 40px;
	top: 99px;
	right: 0px;
	font-size: 12px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
#nav  li {
	float: left;
}
#nav li a {
	border-left: 1px solid #3B3B3B;
	display: block;
	width: 127px;
	height: 34px;
	padding-top: 6px;
	color: #E7D9C1;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	background-image: url(images/nav.png);
}
#nav li a:hover, #nav li a.active {
	border-left: 1px solid #990000;
	background-image: url(images/nava.png);
}




#nav-wohl {
	position: absolute;
	width: 640px;
	height: 40px;
	top: 99px;
	right: 0px;
	font-size: 12px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav-wohl  li {
	float: right;
}
#nav-wohl li a {
	border-left: 1px solid #3B3B3B;
	display: block;
	width: 300px;
	height: 28px;
	padding-top: 12px;
	color: #E7D9C1;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	background-image: url(images/nav.png);
}
#nav-wohl li a:hover, #nav-wohl li a.active {
	border-left: 1px solid #990000;
	background-image: url(images/nava.png);
}


#no-display{display:none;}


#nav2 {
	z-index:1001;
	margin:0px;
	display: none;
	position: absolute;
	left: -192px;
	width: 960px;
	height: 40px;
	font-size: 12px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li:hover #nav2 {
	display: block;
}
ul#nav2.active{
	display: block;
}
div#content.active{
	margin-top:40px;
}
#nav2  li {
	float: left;
}
#nav2 li a {
	border-left: 1px solid #990000;
	display: block;
	width: 191px;
	height: 34px;
	padding-top:6px;
	color: #E7D9C1;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	background-image: url(images/nav2.png);
}
#nav2 li a:hover, #nav2 li a.active {
	color: #990000;
	border-left: 1px solid #c9ab80;
	background-image: url(images/nav2a.png);
}
#nav li .nav3 {
	z-index:1002;
	margin:0px;
	display: none;
	position: absolute;
	width: 127px;
	height: 25px;
	font-size: 12px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li:hover .nav3 {
	display: block;
}
#nav li ul.nav3.active{
	display: block;
}
#nav li .nav3  li {
	float: left;
}
#nav li .nav3 li a {
	border-left: 1px solid #3B3B3B;
	display: block;
	width: 180px;
	height: 19px;
	padding-top:6px;
	color: #E7D9C1;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	background-image: url(images/nav.png);
}
#nav li .nav3 li a:hover {
	color: #E7D9C1;
	border-left: 1px solid #990000;
	background-image: url(images/nava.png);
}
#nav2 li .nav23 {
	margin:0px;
	display: none;
	position: absolute;
	width: 191px;
	height: 25px;
	font-size: 12px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav2 li:hover .nav23 {
	display: block;
}
#nav2 li ul.nav23.active{
	display: block;
}
#nav2 li .nav23  li {
	float: left;
}
#nav2 li .nav23 li a {
	border-left: 1px solid #990000;
	display: block;
	width: 191px;
	height: 19px;
	padding-top:6px;
	color: #E7D9C1;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	background-image: url(images/nav2.png);
}
#nav2 li .nav23 li a:hover {
	color: #990000;
	border-left: 1px solid #c9ab80;
	background-image: url(images/nav2a.png);
}

#nav-new-wohl {
	position: absolute;
	width: 640px;
	height: 40px;
	top: 99px;
	right: 0px;
	font-size: 12px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
#nav-new-wohl  li {
	float: left;
}
#nav-new-wohl li a {
	border-left: 1px solid #3B3B3B;
	display: block;
	width: 127px;
	height: 34px;
	padding-top: 6px;
	color: #E7D9C1;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	background-image: url(images/nav.png);
}
#nav-new-wohl li a:hover, #nav-new-wohl li a.active {
	border-left: 1px solid #990000;
	background-image: url(images/nava.png);
}



/* =WSLH SIDE NAVIGATION
-------------------------------------------------------------- */
#secondary {}
#secondary ul { list-style: none; }
#secondary a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#secondary a:hover { text-decoration: underline; }
#secondary .children li { line-height: 1;}
#secondary .children a { font-weight: normal; }
#secondary a { color: black; }
#secondary .current_page_item > a { color: #b70101; }
/* Set the width of the sidebar nav*/
/*#secondary ul{width: 200px; }
#secondary ul li{width: 160px;}
#secondary ul li ul{width: 170px;} */
.jstree-default {background: transparent !important;}
.jstree-default .jstree-clicked {
	background: transparent !important;
	border: 1px solid transparent !important;
}
.jstree-default .jstree-hovered {
	background: transparent !important;
	border: 1px solid transparent !important;
}
.jstree li { margin-left: 9px !important; }
.jstree a { white-space: normal !important; height: auto !important;}
.jstree ins { vertical-align: top; }
/*Preven nav from overlaping the border of the container*/
/*.jstree-leaf{width:80%;}
.jstree-closed{width:80%;}
.jstree-hovered{width:90%;}*/
/*.current_page_item{width:90%;}*/
li.jstree-open ul{ width:98%;}
.jstree{padding:0px 10px 0px 0px;}

#content{
	background-color: #fff;
	/*margin-top: 1px;*/
}
#home-content { width: 930px; padding:0px 0px 0px 0px;}
#post-content { width: 930px; padding:15px 15px 0px 15px; }
/*App Page Style*/
.app-content { width: 930px; padding:15px 15px 0px 15px; font-size:13px; }
.app-content1 { width: 930px; padding:15px 15px 0px 15px; font-size:13px; }
.app-content1 table table{
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	border-color:#999;
}
.app-content1 table table td, .app-content1 table table th{
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color:#999;
}
.app-table table{
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	border-color:#CCC;
}
.app-table table td, .app-table table th{
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color:#CCC;
}
.app-table-3 table{
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	border-color:#CCC;
}
.app-table-3 table td, .app-table-3 table th{
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color:#CCC;
}
.app-table-3 table td{min-width:150px;}
.app-table-2 table{
	
  
}
.app-table-2 table td, .app-table-2 table th{
	margin: 0;
    padding: 3px;
   
}


.app-h3 h3{font-size:18px; margin-bottom:15px;}

.xbig{color: #b70101; font-size: 2em; font-weight:normal; }

.page-header { margin-top:10px; }

#main { margin-bottom: 10px; }
#home-content #main {margin-bottom:0px; }

#buildings {
	width:960px;
	height:168px;
	background-image: url(images/buildings.png);
}

.site-footer {
	background-color: #6E6A5B;
	height: 70px;
	color: #D5D2C9;
}
.site-footer a { color: #D5D2C9 }
.site-footer a:hover { color: #FFFFFF; }
.site-info { margin:15px; }
.wslh-logo {
	background-image: url(images/wslh1.png);
	height: 40px;
	width: 114px;
}
.wohl-logo {
	background-image: url(images/logo-wohl-footer.png);
	height: 40px;
	width: 114px;
}
.footer-links {
	margin-top: 26px;
	font-size:12px;
	float:right;
}
.footer-links a {
	margin:0px 3px;
}
.sub-footer {
	margin: 5px 0 15px;
	text-align: center;
	color: #6E6A5B;
	font-size: 12px;
}
.sub-footer a {
	color: #b70101;
	text-decoration:none;
}
.sub-footer a:hover {
	text-decoration:underline;
}

/* =WSLH MISC
-------------------------------------------------------------- */

.simplePullQuote{
	color: #b70101;
	border-top: 3px #b70101 solid !important;
	border-bottom:3px #b70101 solid !important;
}
.simplePullQuote p{padding:0px 0px 0px 20px;}

.search-results #secondary, .search-no-results #secondary { display:none; }




/*Editor Drop Down Styles*/
.button-red {
	background-color:#b70101;
	background-image:url(images/btn-arrow-white.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-indent:0;
	border:1px solid #80000d;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:auto;
	text-decoration:none;
	text-align:center;
	padding: 0px 25px 0px 12px;
}
.button-red a:link{text-decoration:none;}
.button-red a:link, .button-red a:visited{color:#fff;}
.button-red a:hover {color:#000;}

.button-red-large {
	background-color:#b70101;
	background-image:url(images/btn-arrow-white2.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-indent:0;
	border:1px solid #80000d;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:20px;
	width:auto;
	text-decoration:none;
	text-align:center;
	padding: 2px 25px 0px 5px;
	margin-bottom:15px;
	margin-right:15px;
}
.button-red-large a:link{text-decoration:none;}
.button-red-large a:link, .button-red-large a:visited{color:#fff;}
.button-red-large a:hover {color:#000;}

.button-gold-red-large {
	
	background-color:#d6c09c;
	background-image:url(images/btn-arrow-white2.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-indent:0;
	border:3px solid #b70101;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:85px;
	line-height:20px;
	width:auto;
	text-decoration:none;
	text-align:center;
	padding: 2px 25px 0px 5px;
	margin:15px 15px 15px 15px;
}
.button-gold-red-large a:link{text-decoration:none;}
.button-gold-red-large a:link, .button-gold-red-large a:visited{color:#b70101;}
.button-gold-red-large a:hover {color:#000;}
/*Centers text on smaller button*/
.bgrl-center{padding-top:20px; height:65px; float:left;}
.bgrl-custom1{height:65px;}
.button-gold {
	background-color:#d6c09c;
	background-image:url(images/btn-arrow-white2.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-indent:0;
	border:1px solid #c9ab80;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:auto;
	text-decoration:none;
	text-align:center;
	padding: 0px 25px 0px 12px;
	margin-bottom:15px;
}
.button-gold a:link{text-decoration:none;}
.button-gold a:link, .button-gold a:visited{color:#fff;}
.button-gold a:hover {color:#000;}

.button-gold-large {
	background-color:#d6c09c;
	background-image:url(images/btn-arrow-white2.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-indent:0;
	border:1px solid #c9ab80;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:20px;
	width:auto;
	text-decoration:none;
	text-align:center;
	padding: 2px 25px 0px 5px;
	margin-bottom:15px;
}
.button-gold-large a:link{text-decoration:none;}
.button-gold-large a:link, .button-gold-large a:visited{color:#fff;}
.button-gold-large a:hover {color:#000;}


.button-gold3 {
	background-color:#d6c09c;
	background-image:url(images/btn-arrow-white2.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-indent:0;
	border:1px solid #c9ab80;
	display:inline-block;
	color:#b70101;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:auto;
	text-decoration:none;
	text-align:center;
	padding: 0px 25px 0px 12px;
	margin-bottom:15px;
}
.button-gold3 a:link{text-decoration:none;}
.button-gold3 a:link, .button-gold3 a:visited{color:#b70101;}
.button-gold3 a:hover {color:#000;}

.table-cv-al td{
	text-align:left;
	vertical-align:middle;
}
	
.table-tv-al td{
	text-align:left;
	vertical-align:top;
}	
.callout{background-color:#e7d9c1; color:#5a5a5a; padding:10px; border-left: solid 3px #b70101; margin-bottom:10px;}

.button{background-color:red;}
.tableBorder-grey table{
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	border-color:#CCC;
}
.tableBorder-grey td, .tableBorder-grey th{
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color:#CCC;
}
.tableBorder-black table{
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	border-color:#000;
}
.tableBorder-black td, .tableBorder-black th{
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color:#000;
}

.tableBorder-red table{
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	border-color:#F00;
}
.tableBorder-red td, .tableBorder-red th{
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color:#F00;
}
/*Styles to edit the Visual Form Builder forms*/
/*Customize the form’s font*/
    form.visual-form-builder {
        	font-family: sans-serif;
    }
/*Customize the fieldset background color*/
    .visual-form-builder fieldset {
    background-color: #fff;
    }

/*Customize the error message color and font size*/
    .visual-form-builder li div label,
    .visual-form-builder li span label {
    font-size: 14px;
    }
    label.error {
    color: black;
    }
/*Customize the submit button*/
    .submit {
        padding-bottom: 4px 12px;
        border: 1px solid #A2A2A2;
        border-radius: 4px;
        background-color: #5BB75B;
        background-image: linear-gradient(to bottom, #62C462, #51A351);
        background-repeat: repeat-x;
        color: #FFFFFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        font-size: 14px;
    }
    .submit:hover {
        background-color: #51A351;
        color: #FFFFFF;
        cursor: pointer;
    }

/*Customize the next page link*/
    .vfb-page-next {
    background-color: #0088CC;
    padding: 8px 12px;
    }
    .vfb-page-next:hover {
    background-color: #0081C2;
    }

/*Search Form Top*/

#tools-searchform{
	position: absolute;
	top: -75px;
	right: -60px;
	font-size: 0.75em;
	width:300px;
	
}
#tools-searchform .search-form-top input[type="search"] {
	float:left;
	height: 19px;
	width: 150px;
	color: #666666;
	background: #e7d9c1;
	border: 2px solid #c9ab80;
	border-radius: 0;
	font-size: 13px;
}
#tools-searchform .search-form-top input[type="submit"] {
	float:left;
	height: 29px;
	color: #e7d9c1;
	background-image: url(images/nav2.png);
	border: 1px solid #990000;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}
/*Search Form Home 11/5/13*/

#toolsHome-searchform{
	position: absolute;
	top: -75px;
	right: 0px;
	font-size: 0.75em;
	width:300px;
	
}
#toolsHome-searchform .search-form-top input[type="search"] {
	float:left;
	height: 19px;
	width: 150px;
	color: #666666;
	background: #e7d9c1;
	border: 2px solid #c9ab80;
	border-radius: 0;
	font-size: 13px;
}
#toolsHome-searchform .search-form-top input[type="submit"] {
	float:left;
	height: 29px;
	color: #e7d9c1;
	background-image: url(images/nav2.png);
	border: 1px solid #990000;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}






/*WP WSLH News Page 11/5/13*/
.wslh-wrapper .wpcufpn_outside{background-color:#fff; padding:5px 15px 15px 15px; font-size:14px; box-shadow: none; border:none; margin-left:0px; float:left;}
.wslh-wrapper .wpcufpn_outside a:link, .wslh-wrapper .wpcufpn_outside a:visited{color:#b70101;}
.wslh-wrapper .wpcufpn_outside a:hover{color:#000;}
.wslh-wrapper .wpcufpn_outside .wpcu_block_title{color:#6e6a5b; font-size:18px; }
.wslh-wrapper .wpcufpn_outside .title .line_limit{font-size:15px; font-weight: normal;}
.wslh-wrapper .wpcufpn_outside .date{color:#6e6a5b; font-size:12px; font-weight: normal; font-style:italic; margin:10px 0px 0px 0px;}
.wslh-wrapper .wpcufpn_outside li{border-bottom:solid 1px #000;}
.wslh-wrapper .wpcufpn_outside .text{margin:0px 0px 10px 0px; width:900px;}

/*Events Calendar*/
.tribe-events-pg-template{padding:15px;}

#tribe-events-pg-template{float:left; padding:0px 20px 0px 20px; }
.tribe-events-nav-previous{width:100px; overflow:hidden;}
.tribe-events-nav-next{width:100px; overflow:hidden; }

.tribe-events-abbr{display:block;}

/*HomePageStyles*/
.home-tag{height:35px; width:960px; float:left; text-align:center; margin-top:-13px;}
.home-tag h1{font-size:22px; font-weight:normal; color:#b70101;}
.home-tag h2{font-size:18px; font-weight:normal; color:#8f7b5f;}

.home-message{height:112px; width:870px; float:left; background-image:url(images/home-message-bk.jpg); color:#fff; font-size: 13px; padding:15px 45px 0px 45px;}
.home-message h1{color:#fff; font-size:18px; font-weight:normal;}
.home-message img{border:solid 1px #000; height:95px; width:95px;}
.home-message td{vertical-align:top; padding-left:15px;}
.home-message a:link, .home-message a:visited{color:#fff; text-decoration:underline;}
.home-message a:hover{color:#999;}


/*WP Frontpage News*/
.home-news{width:489px; float:left;}
.wpcufpn_outside{background-color:#fff;padding:0px 0px 0px 0px; font-size:13px; margin-left:15px; float:left;}
.wpcufpn_outside a:link, .wpcufpn_outside a:visited{color:#222;}
.wpcufpn_outside a:hover{color:#6e6a5b;}
.wpcufpn_outside .wpcu_block_title{color:#b70101; font-size:22px; font-weight:normal; }
.wpcufpn_outside .title .line_limit{font-size:15px; font-weight: normal; margin-right:15px;}
.wpcufpn_outside .date{color:#6e6a5b; font-size:12px; font-weight: normal; font-style:italic; margin:10px 0px 0px 0px;}
.wpcufpn_outside li{/*border-bottom:solid 1px #000;*/}
.wpcufpn_outside .text{margin:0px 0px 10px 0px; width:460px;}
.home-news .button-red{margin-left:15px;}

.home-cta{width:471px; float:left; margin-top:15px;}
.home-cta img{margin: 0px 11px 11px 0px;}
.home-box{float:left; }
.home-box td{vertical-align:top;}

.home-footer{width:960px;  height:285px; float:left; color:#e2dfdf; font-size:12px; background-color:#383838; padding:35px 0px 0px 0px; margin:0px 0px -25px 0px;/* background-image:url(images/home-footer-bk.jpg);*/}
.home-footer img{border:none; margin-right:5px; margin-bottom:5px;}
.home-footer a:link, .home-footer a:visited{color:#fff; text-decoration:underline;}
.home-footer a:hover{color:#999;}
.home-footer h1{font-size:22px; font-weight:normal; color:#fff; margin-bottom:20px;}
.home-footer-box{width:310px; float:left; margin-left:15px; }
.home-footer-box td{width:100px;}


/* NEWS SHORT CODE STYLING */
.news-container {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.news-entry .date {
	display: block;
	color:#6e6a5b;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	font-style:italic;
	margin: 10px 0 0 0;
}
.news-entry .title {
	color: #b70101;
	font-size: 15px;
	font-weight: 300;
	/*margin-right: 15px;*/
}
