
/* Council Colors:
Council Green: 616a2e
Council Blue: #8cb8c6
Council Brown: #4A3022

Related "tints" thereof:
Very pale green (bg color): #edeee7
Very pale blue: #e7f0f2
Palest blue: #f2f6f7
Very pale brown: #e2dfde

Muddied versions (text and link colors):
Mud charcoal-brown: #3d3b3a
Mud dark blue: #32464f
Mud dark purple: #43314C

Intro text blue: #507989 (original)
Intro text blue: #456977 (darker)

Workplan colors (2012 reconfigure):
Council Roadmap green: #6c7137
Agency taupe: #8a8382
Enterprise burnt orange: #a04b2d
VaPerforms pale blue-gray: #e1eaf0
*/



/* Normalize.css --
More here: http://nicolasgallagher.com/about-normalize-css/ -------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1 }
audio:not([controls]) { display: none; height: 0 }
[hidden] { display: none }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
html, button, input, select, textarea { font-family: sans-serif }
body { margin: 0 }
a:focus { outline: thin dotted }
a:hover, a:active { outline: 0; text-decoration:none;}
h1, h2, h3, h4, h5, h6 { line-height: 1.2 }
h1 { font-size: 2em; margin: 0.67em 0 }
h2 { font-size: 1.5em; margin: 0.83em 0 }
h3 { font-size: 1.17em; margin: 1em 0 }
h4 { font-size: 1em; margin: 1.33em 0 }
h5 { font-size: 0.83em; margin: 1.67em 0 }
h6 { font-size: 0.75em; margin: 2.33em 0 }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: bold }
blockquote { margin: 1em 40px }
dfn { font-style: italic }
mark { background: #ff0; color: #000 }
p, pre { margin: 1em 0 }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 75% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em }
sub { bottom: -0.25em }
dl, menu, ol, ul { margin: 1em 0 }
dd { margin: 0 0 0 40px }
menu, ol, ul { padding: 0 0 0 40px }
nav ul, nav ol { list-style: none; list-style-image: none }
img { border: 0; -ms-interpolation-mode: bicubic }
svg:not(:root) { overflow: hidden }
figure { margin: 0 }
form { margin: 0 }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle }
button, input { line-height: normal }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible }
button[disabled], input[disabled] { cursor: default }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 }
textarea { overflow: auto; vertical-align: top }
table { border: 0; border-collapse: collapse; border-spacing: 0 }

/* Now that that's out of the way, let's get on with our own stuff, eh? EH?!? */

/* ----------- Basic elements and classes ------------------------- */

body {
	background: #edeee7;
	color: #000;
	font: 13px Verdana, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-variant: small-caps;
}
	h3 { font-size: 1.25em; }
p, ul, ol, blockquote, dl { margin: 0.5em 0 20px 0; }
	ul ul, ul ol, ol ol, ol ul { margin: 0; }
a, a:link {
	color:#6A7029;
	text-decoration: none;
}
	a:visited { color:#512B1B; text-decoration:none;}
	a:hover, a:focus, a:active { color:#5F7D87; text-decoration:none;}
hr {
	border: 0;
	border-top: 1px dashed #999;
	margin: 20px 0;
}
pre {
	background: #ededd6;
	padding: 10px 10px 7px 10px;
}
input[type="text"] {
	background: #fff;
	border: solid 1px #edeee7;
	border-radius: 3px;
	line-height: 13px;
	padding: 3px;
}

.box {
	background: #eff1e5;
	padding: 15px 15px 1px 15px;
}
	.box h3 { margin-top: 0; }

.center { text-align: center; }

.flat {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.flat > li { float: left; }
	.flat a { display: block; }
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
img.left {
	float: left;
	margin: 5px 10px 5px 0;
}
img.right {
	float: right;
	margin: 5px 0 5px 10px;
}
.intro {
	color: #456977;
	font-size: 14px;
}
.wrap { zoom: 1; }
	.wrap:before, .wrap:after {
		content: "";
		display: block;
	}
	.wrap:after { clear: both; }

#page {
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	margin: 0 auto;
	width: 960px;
}

/* Begin Gov Bar styles ----------------- */

.hidden{
    display:none;
}

	#govBar {
		background:#000 url(../img/common_feel_bg.jpg) repeat-x;
		color: #fff;
		line-height: 13px;
		padding: 3px 10px 5px 10px;
	}
	
	.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
	
#govBar img {	
	float: left;
}
		#govLinks {
			color: #fff;
			margin:15px 0 0 10px;
			float:left;
		}
		
		#govLinks a {
			color: #fff;
			text-decoration: none;
		}
		
		#govLinks a:hover {
			color: #fff;
			text-decoration: none;
		}
		
		#govLinks a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#govSearch{
			margin:5px 45px 0 0;
			float:right;
		}
		#govSearch #searchBox {
			background:url(http://www.virginia.gov/images/virginia_seach_txt-bg.jpg) no-repeat;
			background-color:transparent;
			border:0;
			font-weight:bold;
			text-align:center;
			vertical-align:middle;
			height:20px;
			padding:3px;
			width:172px;
		}
		#govSearch #vaSearchBtn {
			background:url(http://www.virginia.gov/images/virginia_seach_button-bg.jpg) no-repeat transparent;
			border:none;
			height:20px;
			margin-left:2px;
			margin-right:5px;
			padding:3px;
			width:28px;
		}

/* Google Search + VaP Link styles -------------------------------------------- */

.searchTable {
	width: 625px;
	float: right;
	margin: 13px 0 0 0;
}

.searchTable.td {
	text-align: center;
	padding: 3px;
	vertical-align:middle;
}

#VaP-link {
	position: relative;
	z-index: 90;
}
	
#search {
	position: relative;
	z-index: 100;
	width: 300px;
	height: 25px;
}

#search input.textbox {
	display: inline;
	width: 140px;
	border: dotted 1px #777;
	}

#search input.button {
	display: inline;
	background-color: #f2f6f7;
	border: solid 0.5px #ccc;
	border-radius: 3px;
	color: #4a3022;	
	margin-right: 5px;
}


/* Header and Main Navigation styles                    ----------------- */

#header {
	padding: 20px 20px 0 20px;
	position: relative;
}
	#logo { float: left; }
	#wordmark {
		display: block;
		margin: 23px 0 0 66px;
	}
	#navigation {
		font: small-caps 20px/20px Georgia, serif;
		margin-left: 66px;
	}
		#navigation a {
			padding: 5px 0;
			text-align: center;
			width: 206px;
		}
		#navigation .menu { border-top: 5px solid #421400; }
		#navigation .menu > li {
			margin-left: 10px;
			position: relative;
		}
			#navigation .menu > li:first-child { margin-left: 0; }
		#navigation .menu > li > a {
			background: #b1b77d;
			color: #421400;
		}
			#navigation .menu > li.current-page > a,
			#navigation .menu > li.current-page-ancestor > a {
				background: #7fb9d0;
				color: #421400;
			}
			#navigation .menu > li > a:hover {
				background: #626733;
				color: #fff;
			}
		#navigation .submenu {
			box-shadow: 0 3px 5px rgba(0,0,0,0.2);
			display: none;
			font: normal 14px/20px Verdana, sans-serif;
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			width: 206px;
			z-index: 999;
		}
			#navigation .submenu > li > a {
				background: #e2e2cc;
				border-top: 1px solid #fff;
				color: #421400;
			}
				#navigation .submenu > li:first-child > a { border: 0; }
				#navigation .submenu > li.current-page-ancestor > a { background: #ebebdb; }
				#navigation .submenu > li.current-page > a,
				#navigation .submenu > li > a:hover { background: #f4f4e9; }
	#s {
		position: absolute;
		right: 20px;
		top: 15px;
	}
	#errant-nav-item {
		color: #421400;
		font: 16px/16px Georgia, serif;
		position: absolute;
		right: 20px;
		top: 56px;
		z-index: 10;
	}
	
	
/* Basic Page Structure styles ---------------------------------- */

#content {
	background: url('../img/leaf.png') no-repeat 62px 95%;
	margin-top: 15px;
	min-height: 550px;
	padding-bottom: 1px;
}
	#primary {
		float: right;
		margin: 0 20px;
		width: 660px;
	}
		#primary h3 { margin-bottom: 0; }
			#primary h3 a { text-decoration: none; }
			#primary h2 a { text-decoration: none; }
		#primary a { text-decoration: underline; }

	#secondary {
		float: left;
		margin: 5px 0 0 20px;
		width: 240px;
	}
		.sidebar {
			background: #ededd6;
			border-radius: 10px;
			padding: 10px;
		}
			.sidebar h3 {
				color: #626733;
				margin-top: 0;
			}
			.sidebar ul {
				list-style: none;
				margin: 0 -10px;
				padding: 0;
			}
				.sidebar ul a {
					color: #000;
					display: block;
				}
				.sidebar > ul > li { margin-bottom: 10px; }
				.sidebar > ul > li > a { padding: 5px 10px; }
					.sidebar > ul > li.current-page > a,
					.sidebar > ul > li.current-page-ancestor > a,
					.sidebar > ul > li > a:hover { background: #e7f0f2; }
				.sidebar .submenu {
					display: none;
					list-style-type: disc;
					margin: 10px 5px 0 30px;
				}
					.sidebar li.current-page .submenu,
					.sidebar li.current-page-ancestor .submenu { display: block; }
					.sidebar .submenu > li > a:hover { color: #421400; }
					.sidebar .submenu > li.current-page > a { font-weight: bold; }
		
		
/* Social Sharing ------------------------------------------ */		
		#extras { margin-left: 10px; }
		
		#social {
			background:url('<../img/social2.png') no-repeat;
			display: block;
			margin-right: 10px;
			height: 36px;
			width: 106px;
	}

.st_sharethis_custom {
	background:url('<?php echo IMGURL; ?>/social2.png') no-repeat;
	display: block;
	margin-right: 10px;
	height: 36px;
	width: 106px;
}

	.page-title {
		border-bottom: 2px solid #666;
		color: #421400;
		font-variant: small-caps;
		margin-top: 0;
	}

/* Home page styles   ------------------------------------- */

body.home {}
	#top { position: relative; }
		#cycle { margin-bottom: 20px; }
			#cycle a, #cycle img { display: block; }
				#cycle a { display: none; }
					#cycle a:first-child { display: block; }
				#cycle img {
					border-radius: 10px;
					min-height: 193px;
					width: 920px;
				}
			#cycle-caption {			/* background strip + caption text ------ */
				background: rgba(0,0,0,0.44);
				color: #fff;
				left: 1px;
				padding: 0 20px;
				position: absolute;
				top: 15px;
				width: 877px;
				z-index: 100;
			}
			#cycle-prev, #cycle-next {
				color: #fff;
				font-size: 15px;
				line-height: 15px;
				position: absolute;
				top: 16px;
				z-index: 105;
			}
				#cycle-prev { right: 40px; }
				#cycle-next { right: 25px; }
	body.home #content {
		background: transparent;
		margin: 20px 20px 0 20px;
		padding-bottom: 20px;
	}
	body.home #primary, body.home #secondary {
		float: left;
		margin: 0;
	}
		body.home #primary {
			border-right: 1px dashed #999;
			padding-right: 18px;
			width: 480px;
		}
		body.home #secondary {
			margin-left: 20px;
			width: 400px;
		}
		body.home #secondary a { text-decoration: underline; }
		


/* Footer styles -------------------------------------------------------- */
		
#footer {
	background: #4A3022;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
	#footer p { margin: 0; }
	
	#footer a {
		color:#fff;
		font-weight:500;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}	
		
		
/* Emily additions ----------------------------------------------------------------------------------------- */

.smaller {
	font-size:smaller;
}

.noCaps {
	font-variant:normal;
}

.plainList {
	list-style:none;
	margin-left: 2em;
	line-height:1.2em;
}

.newsBox  p, ul { 
margin: 0 0 7px 0; 
}
	

.codeLinks {
	font-weight:bold;
	font-style:italic;
}

.inlineAccent {    /*  highlighting via spans ------------------------- */
	color: #708047;
	font-size: 1.1em;
	font-weight: bolder;
}

.accentBox{      /*  impromptu floating boxes  ------------------------- */
	border: 0.25px solid #eee;
	border-radius: 10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	padding: 0.10em 0.75em 0.25em 0.75em;
	background-color:#eff4f4;
}

.vapHome {	/* to align VaP logo on home page at bottom of div ----- */
vertical-align: -100px;
}


.basicTable {
	padding: 0.5em;
	border: #CCCCCC thin;
}

.basicTable  td {
	font-size: 0.9em;
}

.insightsTable  td {
	border-top: #4A3022 thin solid;
	font-size: 0.9em;
}

.workplanTable td {
	border: #4A3022 thin dotted;
	font-size: 0.9em;
}

 /*  table rows, etc.  ------------------------- */
.shaded { 
	background-color: #edeee7;
}
.shaded2 {
	background-color: #f2f6f7;
}
.shaded3 {
	background-color:#eeebea;
}

.newsletterBox{      /*  subscribe, etc.  ------------------------- */
	border-left: 1px dashed #4A3022;
	padding: 0 0.75em 0.25em 0.75em;
	width: 200px;
	background-image: url(../img/atEmail.png); 
	background-repeat: no-repeat;
	text-align:center;
}

.indent {
	padding-left: 2em;
}

.headless {
	padding:0;
	margin:0;
}

img.thumb {
	width: 250px;
	height: auto;
}

.dropShadow {
/* test to see if needed -moz-box-shadow: 5px 5px 3px #888;
-webkit-box-shadow: 5px 5px 3px #888; --------------------------*/
box-shadow: 4px 4px 2px #999;
}

.dropShadowLeft {
/* test to see if needed -moz-box-shadow: 5px 5px 3px #888;
-webkit-box-shadow: 5px 5px 3px #888; --------------------------*/
box-shadow: #999 -4px 5px 5px;
}
	
.peopleMap {
	background-image:url(../img/Va-People-Map_small.png);
	background-repeat:no-repeat;
	background-position:bottom center;	
}

.workplanGreen {
	background-color:#6c7137;
	color:#fff;
}

.workplanOrange {
	background-color:#a04b2d;
	color:#fff;
}

.workplanTaupe {
	background-color:#8a8382;
	color:#fff;
}

.vaPerforms {
	background-color:#e1eaf0;
	color:#333;
}

/* Error Page styles  ------------------------------------------ */	

.errorDiv {
	margin-left:1em; 
	height:406px; 
	border-top: 2px solid #4A3022;
}