﻿/* 
Theme Name: HS&E
Theme URI: http://hsandeinc.com
Description: Custom theme for HS&E
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
	
	Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 		- Defines functions for use in various parts of the theme.
	* includes/search.php	- Helper plugin to make search results nicer (adds search term highlighting and page content searching).
							  Plugin courtesy Scott Yang (http://scott.yang.id.au/).

	  THEME STYLES:
	  ----------------------
	* style.css				- Defines and controls styles for the site (this file).
	* css/reset.css			- CSS global style reset.
	* css/wp.css			- CSS base styles for WordPress.
	* css/ie.css			- Generic Internet Explorer style fixes.
	* css/ie7.css			- Internet Explorer 7 specific style fixes.
	* css/screen.css		- Screen-specific site styles.
	* css/print.css			- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 			- Controls the header section of the site.
	* index.php				- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php			- Controls the main content section of the site for individual blog posts.
	* comments.php			- Controls the comments section of single post pages.
	* page.php				- Controls the main content section of the site for static WordPress pages.
	* archive.php			- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php		- Defines the stock search form for inclusion in various parts of the theme.
	* search.php			- Controls the main content section of the site for search results.
	* sidebar.php			- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php			- Controls the footer section of the site.
*/

body {
	background: #67af41;
	color: #000;
	font: 62.5% Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}
/* For content paragraph style, see .content p    */

.spacer {
	font-size:6px;	
	margin:10em 0 0 0;
	padding:0px 0 0 0;
}
.content spacer-small { /* used in Contact us, but to no effect */
	
	margin:-2.2em 0 0 0;
	padding:-2.2em 0 0 0;
}

#spacer {
	font-size:12px;	
	margin:12px 0 0 0;
	padding:12px 0 0 0;
}
#wrapper {
	background: #fff;
	border-left: 2px inset #004a00;
	border-bottom: none;
	border-right: 2px outset #004a00;
	border-top: none;
	margin: 0 5px;
	padding: 0 2px;
	text-align: left;
}

#left {
	background: #ffc;
	display: inline;
	float: left;
	margin-right: -240px;
	width: 100%;
}

#right {
	background: #ffc;
	display: inline;
	float: right;
	margin-left: -180px;
	width: 100%;
}

/** BORDER SHADOWS */
#top-bg {
	background: url(images/top-bg.png) repeat-x;
	height: 10px;
	margin: 28px 5px 0;
}

#bottom-bg {
	background: url(images/bottom-bg.png) repeat-x;
	margin: 0 5px 28px;
	padding-top: 20px;
}
/* /SHADOWS **/

/** MISCELLANEOUS */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	float: right;
}

.feed {
	background: url(images/icon-feed.png) no-repeat 0 50%;
	padding: 1px 0 1px 15px;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}
/* /MISCELLANEOUS **/

/** HEADER */
#header {
	background: url(images/menu-bg.png) repeat-x left 32px;
	float: left;
	margin: 0 0;
	width: 100%;
}

#header h1 a {
	color: #000;
	font-family: "Trajan Pro", Times, serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0 10px;
	text-decoration: none;
}
/* Main Headline of HSA */
#header h1.int a {
	color: #000;
	float: left;
	font-family: "Trajan Pro", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 190px;
	text-decoration: none;
}

/** TOP NAVIGATION */
#top-nav {
	height: 32px;
	line-height: 32px;
	width: 100%;
}

#top-nav #top-links {
	display: inline;
	float: right;
	font-size: 1.2em;
}

#top-nav #top-links a {
	color: #000;
	text-decoration: none;
}

#top-nav #top-links a:hover {
	text-decoration: underline;
}

#top-nav #searchform div {
	border: 1px solid #000;
	display: inline;
	float: right;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 1.8em;
	width: 140px;
}

#top-nav #s {
	border: none;
	padding: 0 2px;
	width: 96px;
}

#top-nav #searchsubmit {
	background: url(images/search-btn.png) no-repeat;
	border: none;
	height: 17px;
	margin-left: .5em;
	width: 21px;
}

#top-nav #searchsubmit:hover {
	cursor: pointer;
}
/* /TOP NAVIGATION **/

/** MAIN NAVIGATION */
#nav {
	float: left;
	font-size: 1.2em;
	height: 44px;
	line-height: 44px;
	margin: 0 0 23px;
	width: 800px;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	background: url(images/menu-sep.png) no-repeat right center;
	color: #fff;
	display: block;
	/*float: left;*/
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a:active {
	text-decoration: none;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: url(images/sub-menu-bg.png) repeat-x;
	border: 1px solid #373737;
	border-top: none;
	float: none;
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0 10px;
	width: 185px;
}

#nav li li a:hover, #nav li li a:active {
	color: #fff;
	padding: 0 10px;
}

#nav li {
	float: left;
	padding: 0px;
}

#nav li ul {
	height: auto;
	left: -999em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 185px;
	z-index: 9999;
}

#nav li li { 
}

#nav li ul a { 
	width: 185px;
}

#nav li ul a:hover, #nav li ul a:active { 
}

#nav li ul ul {
	margin: -29px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}
/* /MAIN NAVIGATION **/

/** PAGE OPTIONS */
#page-opts {
	float: right;
	line-height: 60px;
	text-align: right;
	width: 200px;
}

#page-opts img {
	margin-right: 10px;
}

#page-opts #addBookmarkContainer {
	float: right;
	margin: 0 0;
}
/* /PAGE OPTIONS **/
/* /HEADER **/

/** CONTENT */
#home-content {
	margin: 0 280px 1em;
}

#content {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 1em;
	margin-left: 200px;
}

#content hr {
	margin: 20px 0 0 0;
}

#content .hr2 {   /** on regional seminar page */
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

#content .hr2 hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 8px;
}
#content .hr3 {   /** on dvd page */
	margin: 3px 0 10px 0;
	width:472px;
}
#content .hr3 hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 5px;
}
.breadcrumb {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 1.5em;
}

/** IMAGE STRIP */
#img-strip {
	background: url(images/img-strip.png) repeat-x;
	height: 272px;
	margin: 0 0 3em;
	width: 100%;
}

#img-strip-int {
	background: url(images/img-strip-int.png) repeat-x;
	float: left;
	height: 177px;
	margin: 0 0 3em;
	width: 100%;
}

/** LOGO */
#logo {
	font-size: 2.4em;
	margin-bottom: .5em;
}

#logo a:link, #logo a:visited, #logo a:active {
	background: transparent url(images/logo.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 201px; /* height of the image */
	margin: 28px 0 0 253px;
	text-indent: -1000em;
	overflow: hidden;
	width: 202px; /* width of the image */
}

#logo a:hover {

}
/* /LOGO **/
/* /IMAGE STRIP **/

/** PROGRAM BLOCK ON LEFT SIDE OF FRONT PAGE */
#programs {
	background: url(images/prog-bg.png) no-repeat;
	display: inline;
	float: left;
	height: 212px;
	margin-left: 5px;
	padding: 22px 9px 0;
	width: 230px;
}

#programs h3 {
	font-family: "ITC Serif Gothic", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 17px;
	text-align: center;
	text-transform: uppercase;
}

#programs a.prog-img {
	display: block;
	float: left;
	line-height: 47px; /* height of the image */
	margin-bottom: 7px;
	text-indent: -1000em;
	overflow: hidden;
	width: 61px; /* width of the image */
}

#programs #cap a.prog-img {
	background: url(images/cap-icon.png) no-repeat;
}

#programs #map a.prog-img {
	background: url(images/map-icon.png) no-repeat;
}

#programs #tap a.prog-img {
	background: url(images/tap-icon.png) no-repeat;
}

#programs .prog-desc {  /*  Text in CAP, TAP, MAP block */
	font-size: 1.0em;
	float: right;
	margin-right: 5px;
	padding-top: 5px;
	width: 156px;
}

#programs .prog-desc a {   /*  Head in CAP, TAP, MAP block */
	font-size: 1.2em;
	color:#003300;
	text-decoration: none;
}
#programs .prog-desc a:hover {
	text-decoration: underline;
	color: #000;
}
/* /PROGRAM BLOCK **/

/** DID YOU KNOW BLOCK ON INTERIOR PAGES */
#did-you-know {
	background: url(images/know-bg.png) no-repeat;
	display: inline;
	float: right;
	min-height: 374px;
	margin-top: 0px;
	padding: 50px 9px 0;
	width: 228px;
}

#did-you-know #dyk-quotes {
	color: #336;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin: 5px 10px;
}

#dyk-quotes .dyk-quote {
	margin: 0 0 15px;
}

#dyk-quotes .dyk-quote a {
	color: #3333CC;
	text-decoration: underline;
}

#dyk-quotes .dyk-quote a:hover {
	text-decoration: none;
	color:#000;
}
/* /DID YOU KNOW BLOCK **/

/** CONTENT MISC */
.content .entry {
	margin-bottom: 1.5em;
}

.content .postmeta {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding: .5em;
}

.navigation {
	float: left;
	padding: 1em;
	width: 100%;
}

.content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0.5em 5em 0.5em 0;
	text-align: justified;
}

.pstyle {   /* for text that comes after <hr>, to keep same font & size */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0.5em 5em 0.5em 0;
}

.kjo-link p {
	display: none;
	visibility: hidden;
}

table {           /* on DVD page */
    font-size: 1.2em;  
    padding: 2px 2px 2px 6px;
    background-color:#CCCCCC;

}
table.li {
font-size: 0.8em !important ;
}

/* /CONTENT MISC **/

/** MAIN CONTENT LINKS */
.content a:link, .content a:visited, .content a:active {
	color: #395175; /* dark blue */
	font-weight:bold;
	text-decoration: underline;
}

.content a:hover {
	color: #000000; /*  */
	text-decoration: none;
}

.content a.more-link { /*  does  not affect more-link on home page */
	margin-top: 1.5em;
	padding-top:0.3em;
	color:#336600;
	text-decoration: underline;
}
/* /LINKS **/ 

/** HEADING STYLES */
.content h1 {   /*  Top page headline */
	font-size: 2.5em;
	color:#395175;
	margin: 0 0 0.5em 0;
}

.content h2 {
	font-size: 2.4em;
	font-family: "Arial Narrow","Helvetica",san-serif;
	color:#990000;  /* dark red */
	margin: 1em 0 0em 0;
}

.content h2.pagetitle {
	font-size: 20px;
	margin: 0.2em 0 0em 0;
}

.content h2.pagetitle a:link, .content h2.pagetitle a:visited, .content h2.pagetitle a:active {
	text-decoration: none;
}
.content h2.pagetitle a:hover {
	text-decoration: underline;
}

.content h2.big-title {
	color: #333399;
	font-weight:bold;
	text-align: center;
	margin-left:-60px;
}

.content h3 {
	color:#395175;  /* blue */
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.5em 0 0em 0;
	text-decoration: none;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active { /* This is ---- */
	color: #395175;
	text-decoration: none !important;
}

.content h3 a:hover {
	color: #000;  
	text-decoration: underline !important;
}

.content h4 {
	color:#395175;  /* blue - Bigger than h3*/
	font-size: 1.8em;
	font-weight: bold;
	margin: 1.5em 0 1.2em 0;
	text-decoration: none;
}
.content h4 a:hover {
	text-decoration: underline;
	color: #000;
}

.content h5 {
	font-size: 1.1em;
	color:#395175;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active { /* This is ---- */
	color: #395175;
	text-decoration: none !important;
}

.content h5 a:hover {
	color: #000;  
	text-decoration: underline !important;
}

.content h6 {  /* Call to action line at page bottom */
	font-family: "Arial Narrow","Helvetica",san-serif;
	font-size: 1.8em;
	color:#993300;   /* red*/
    border-top:2px  solid #993300;	
    border-top-width:33%;  
	font-weight: bold;
	margin: 3em 0 1em;
	padding-top:0.5em;
}

.content email {  /* This has no effect */
	font-size: 1.3em;
	color:#395175;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content email a:link, .content email a:visited, .content email a:active { /* This is ---- */
	color: #395175;
	text-decoration: none !important;
}

.content email a:hover {
	color: #000;  
	text-decoration: underline !important;
}

.content mid-right {  /* not used */

	font-size: 1.1em;
	color:#395175;
	font-weight: bold;
	margin: 2em 0 1em 350px !important;
}

.content h3close {
	color:#395175;  /* blue */
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.3em 0 0em 0;
	text-decoration: none;
}


/* /HEADINGS **/

/** QUOTES & LISTS */
.content blockquote {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul, .content ol {

}

.content li {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0.5em 0 0.3em 3.5em;
}

.content ul li {
	list-style-type: disc;

}

.content ol li {
	list-style-type: decimal;
}

.content li ul {
	margin: .5em 0 0 2em;
}

.content li li {
	font-size: 1em;
	list-style-type: disc;
}
/* /QUOTES & LISTS **/
/* /CONTENT **/

/** SIDEBARS */
/** NEWS SIDEBAR ON RIGHT SIDE OF FRONT PAGE */
#news-sidebar {
	background: url(images/news-bg.png) no-repeat;
	display: inline;
	float: right;
	min-height: 497px;
	padding: 19px 20px 0;
	width: 200px;
}

#news-sidebar h4 {  /* Don't hyperlink. It's in headline */
	font-size: 1.5em;
	color:#336600;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
.news-summary {
	margin-bottom: 10px;
}

.news-summary a {  /* affects more-link  */
	color: #333300;
	text-decoration: underline;
	padding:0.3em 0 0 0;
}

.news-summary a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
/* /NEWS SIDEBAR **/

/** CATEGORY SIDEBAR ON BLOG PAGES */
#cat-date {
	background: url(images/cat-bg.png) no-repeat;
	display: inline;
	float: right;
	min-height: 497px;
	padding: 19px 0 0 12px;
	width: 225px;
}

#cat-date h3 {
	margin-left: 8px;
}

#cat-date h3.blue {
	background: #5c93c6;
	display: block;
	height: 25px;
	line-height: 28px;
	margin-left: 0px;
	padding-left: 8px;
	width: 212px;
}

#cat-date ul {
	margin-left: 8px;
}

#cat-date a:link, #cat-date a:visited, #cat-date a:active {
	color: #5c93c6;
	text-decoration: none;
}

#cat-date a:hover {
	text-decoration: underline;
}
/* /CATEGORY SIDEBAR **/

/** NORMAL PAGE SIDEBARS */
#sidebar {     
	display: inline;
	float: left;
	width: 154px;
}

#progs {    /* CAP, TAP, MAP box on left sidebar */
	background: #67af41;
	padding: 19px 13px 21px;
	width: 154px;
}

#progs #side-logo a:link, #progs #side-logo a:visited, #progs #side-logo a:active {
	background: transparent url(images/side-logo.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 126px; /* height of the image */
	margin: -70px 0 22px 9px;
	text-indent: -1000em;
	overflow: hidden;
	width: 133px; /* width of the image */
}

#progs a.prog-img {
	display: block;
	float: left;
	line-height: 47px; /* height of the image */
	margin-bottom: 7px;
	text-indent: -1000em;
	overflow: hidden;
	width: 61px; /* width of the image */
}

#progs #cap a.prog-img {
	background: url(images/cap-icon.png) no-repeat;

}

#progs #map a.prog-img {
	background: url(images/map-icon.png) no-repeat;
}

#progs #tap a.prog-img {
	background: url(images/tap-icon.png) no-repeat;
}

#progs .prog-desc {
	float: right;
	font-weight: normal;
	margin-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 79px;
}

#progs .prog-desc a:link, #progs .prog-desc a:visited, #progs .prog-desc a:active {                           /* CAP,TAP,MAP description */
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#progs .prog-desc a:hover {    
	color:#FFDD00;
	text-decoration: underline;
}

#sub-side {
	background: #b5da9b;
	margin-top: 8px;
	min-height: 269px;
	padding: 19px 13px 21px;
	width: 154px;
}

#sub-side a:link, #sub-side a:visited, #sub-side a:active {
	color: #fff;
	text-decoration: none;
}

#sub-side a:hover {
	text-decoration: underline;
}
/* /NORMAL SIDEBARS **/

/** GENERIC SIDEBAR STYLES */
.sidebar {
	font-size: 1.1em;
}

.sidebar h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}

.sidebar ul, .sidebar ol {
	margin: 0 0 2em;
}

.sidebar li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.sidebar ul li {
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	padding: 2px 0 5px;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li ul {
	margin: .5em 0 0;
}

.sidebar li li {
	font-size: 1em;
}
/* /GENERIC SIDEBAR STYLES **/
/* /SIDEBARS **/

/** FOOTER */
#footer {
	background: #fff;
	border-top: 1px solid #6db248;
	clear: both;
	color: #005e20;
	overflow: hidden;
	padding: .5em 0;
	position: relative;
	width: 100%;
}

#footer ul {
	clear:	left;
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#footer ul li {
	border-left: 1px solid #005e20;
	display: block;
	float: left;
	list-style: none;
	margin: 0 ;
	padding: 0;
	position: relative;
	right: 50%;
}

#footer ul li.first {
	border-left: none;
}

#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
	color: #005e20;
	display: block;
	margin: 0 0 0 1px;
	padding: 0 10px;
	line-height: 1.3em;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#bottom-bg {
	color: #d9ebcf;
	font-size: 1.8em;
	text-align: center;
}

#bottom-bg a {
	color: #d9ebcf;
	text-decoration: none;
}

#bottom-bg a:hover {
	text-decoration: underline;
}

/** TREEFROG FOOTER */
#treefrog {
	border-top: 1px solid #fff200;
	color: #fff200;
	font-size: 12px;
	margin: 0 5px;
	padding: 10px 0;
}

#treefrog a {
	color: #fff;
	text-decoration: none;
}

#treefrog a:hover {
	color: #fff200;
}
/* /TREEFROG FOOTER **/
/* /FOOTER **/