﻿/* mchenry_templates.css
style sheet for McHenry County website templates
2009
*/

#content_shell {
	width: 860px;
	_width: 860px;
	*-width: 850px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#homepage_topalert {
	width: 860px;
	min-width: 860px;
	*-width: 850px;
	height: auto;
}

#homepage_sub, #twocol_sub, #newspost_sub {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	*-width: 240px;
	height: auto;
	float: left;
	clear: none;
}

#homepage_main, #twocol_main, #newspost_main {
	width: 590px;
	min-width: 590px;
	max-width: 590px;
	height: auto;
	float: left;
	clear: none;
	margin-left: 20px;
}

#newspost_main {
	margin-left: 0px;
}

#newspost_sub {
	margin-left: 20px;
}

.post_title {
	font-size: 1.3em;
	font-weight: bold;
}

.post_date {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 20px;
	color: black;
}

#job_department, #job_title {
	/* float: right;
	clear: right; */
}

#job_department {
	font-size: 2.1em;
	font-weight: bold;
	line-height: 2.0em;
}

#job_title {
	font-size: 1.8em;
	font-weight: bold;
}

.job_header {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

#job_startingsalary, #job_hours, #job_summary, #job_qualifications {
	margin-bottom: 10px;
}

#job_summary {
	width: 600px;
	max-width: 600px;
}

#onezone_zone {
	width: 900px;
	height: auto;
}

.br_clear {
	/* this is to clear lines with a <br /> tag */
	clear: both;
}

ul.bullets li {
	list-style:disc;
}

/* Search */

#BottomCell {
	padding-left: 20px;
}

.ms-srchresultstop {
	background: transparent;
}

/* Local Nav */

#localnav {
	margin-left: 20px;
	position: absolute;
	/* top: 60px; */
	padding-left: 5px;
}

.ms-quicklaunchheader {
	display: none;
}

.zz2_QuickLaunchMenu_4 {
	margin-bottom: 7px;
}

a.ms-navItem, a.zz2_QuickLaunchMenu_1, a.zz2_QuickLaunchMenu_3{
	color: #b98301;
	text-decoration: none;
}


a:hover.ms-navItem , a:hover.zz2_QuickLaunchMenu_1 , a:hover.zz2_QuickLaunchMenu_3{
	color: #617f8b;
	border-bottom: 1px #617f8b dashed;
	text-decoration: none;
	font-size: 1em;

}

/* For Calendar event restyle */

/* label style */
.ms-formlabel {
	font-size: 1em;
}

/* data style */
.ms-formbody {
	font-size: 1em;
	background: transparent;
}

.ms-descriptiontext {
	display: none;
}

/* hide what we don't need */
#ctl00_ctl22_g_2e802ab6_1305_472a_a6c1_52701e0f55c8_ctl00_ctl01_ctl00_toolBarTbl {
	display: none;
}

/* For Survey restyle */

.ms-RadioText {
	font-size: 1.3em;
}

.ms-surveyHBarLabel {
	background-color: transparent;
}