﻿/*
Theme Name: NHV5 Theme
Theme URI: http://www.nhvweb.net/theme
Description: Theme for NHV Reg School District Website ver 5
Author: Guillermo Vargas-Dellacasa
Author URI: http://www.nhvweb.net
Version: 0.1
*/
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:#E0EBE8
}
/*Top DIV -- The Header*/
.top_head {
	background: url('pix/district-title-bg.gif') bottom repeat-x #e6e590;
	padding: 0;
	margin:0;
	height:100px;
	text-align:center;
}
.top_head .top_head img {
	margin: 0px;
}
/*Nav DIV -- The Navigation Menu*/
.nav_head {
	padding: 3px;
	background-color: navy;
	color: white;
	margin: 0;
	font-size:small;
	border-bottom: 1px solid silver;
}
#menu {
	width: 100%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 23px;
}
/*Top Items in the Menu*/
#menu ul li {
	width: 13em;
	float: left;
	padding: 3px;
	text-align:center;
	font-weight:bold;
}

#menu ul li a{
	color: white;
	text-decoration: none;
	width: 100%;
	padding-bottom: 7px;
	padding-left: 3px;
}


/*Sub Menus*/
#menu ul li ul {
	display:block;
	background:#C1CFD7;
	margin-top: 7px;
	float: none;
	width: 18em;
 	/* for IE */
}

#menu ul li ul li ul {
	border-top: 1px solid silver;
}

#menu ul li ul li {
	background:#d8dfdf;
	padding: 5px;
	border-bottom: 1px solid navy;
	border-left: 5px solid navy;
	border-right: 1px solid navy;
	float: none;
	text-align:left;
	width: 18em;
	z-index: 500;
}

#menu ul li ul li:hover {
	color: navy;
	background: #b8bfbf;
}

#menu ul li ul a {
	color: navy;
}


#menu ul li ul li {position: relative;}

#menu ul li ul li ul{
position: absolute;
top: 0;
margin-top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*The SideBar*/
.sidebar_td_container {
	background: url('pix/sidebar-bg.gif') top right repeat-y;
}
.sidebar {
	top: 0px;
	float: right;
	padding: 0;
	margin: 0 0 10px 30px;
	width: 280px;
	font-size: small;
	/*background: url('pix/sidebar-bg.gif') top right repeat-y;*/
}
.sidebar .side_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}
.sidebar .side_table .top_td {
	/*background-color: #ece4c5;*/
	padding: 10px;
}
.sidebar .side_table .top_td div {
	margin-left: auto;
	margin-right:auto;
	width: 85%;
	margin-bottom: 20px;
}
.sidebar .side_table h3 {
	border-bottom: 1px dotted orange;
	color: navy;
}
.sidebar_td {
	/*background: #ece4c5;*/
}
#calendar_wrap {
	border: 1px solid silver;
	padding: 3px;
	background: #eeeeee;
}
.sidebar .side_table .bottom_td {
	/*background: url('pix/bg-box.gif') bottom left no-repeat;*/
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar ul li {
	padding-left: 0px;
	margin: 0;
}
.sidebar ul li a {
	text-decoration: none;
	color: navy;
}
.sidebar ul li a:hover {
	color: maroon;
}
/*Emergency Message */
.emerg_message_banner {
	text-align: center;
	padding: 4px;
	color: maroon;
	height: 20px;
	z-index: 2000;
	cursor: pointer;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 0 !important; 
	border: 1px solid orange;
	border-bottom: 0px;
}
.emerg_message_content {
	padding: 10px;
	z-index: 2000;
	margin-top: 0 !important;
	text-align: center;
	border: 1px solid orange;
	border-top: 0px;
}
/*Main DIV for Content -- The Content Goes Here */
.cnt_div {
	margin: 0;
}
/*Main Table inside Main Div */
.cnt_table {
	width: 100%;
	border-collapse:collapse;
}
.cnt_table .td_left {
	width: 10%;
	/*background: url('pix/left-bg.gif') top right repeat-y #E0EBE8;*/
	background: #efefef;
	border-right: 1px solid silver;
	display: none;
}
.cnt_table .td_right {
	width: 10%;
	/*background: url('pix/right-bg.gif') top left repeat-y #E0EBE8;*/
	background: #efefef;
	border-left: 1px solid silver;
	display: none;
}
.cnt_table .td_middle {
	width: 80%;
	background: white;
	padding: 0px;
}
.cnt_table .td_middle ul li {
	margin: 8px;
}
.under_heading {
	background-color: #efefef;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.breadcrumb {
	font-size: x-small;
	color: maroon;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 3px;
	text-align: left;
	float: left;
}
.breadcrumb a {
	color: maroon;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: orange;
	text-decoration: underline;
}
/*Common Header Styles*/
.heading {
	text-align: left;
	color: navy;
	border-bottom: 1px dotted orange;
	margin:20px 10px 0px 10px;
	padding: 4px;
	font-weight:bold;
	font-size: 16px;
}
.heading a {
	text-decoration: none;
	color: navy;
}
.heading a:hover {
	color: red;
}
.post_info {
	padding:3px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 10px;
	font-size:xx-small;
	font-style: italic;
	color: gray;
	float: right;
}
.post_thumb {
	float: left;
	margin: 0px 10px 4px 0px;	
}
/*Common Paragraph, Images, and other DOMs Styles */
.normal p{
	margin-left: 20px;
}
.normal h3 {
	margin-left: 20px;
	color: navy;
	font-size: medium;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img {
	border: 0;
}
p.wp-caption-text, .wp-caption-dd {
	font-size: xx-small;
	font-style: italic;
	font-color: gray;
	margin-top: 3px;
	text-align: center;
	margin-left: 0px !important;
}
.wp-caption {
	border: 1px solid gray;
	background: #efefef;
	padding: 3px;
	text-align: center;
	margin: 10px;
}
.wp-caption img {
	border: 1px solid gray;
	margin-top: 2px;
}
.shareinpost {
	margin-left: 20px;
	margin-top: 5px;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:right;
}
.shareinpost a {
	text-decoration: none;
}
/*Comments */
#comments {
	margin-left: 10px;
	font-size: 12px;
}
#comments h3, #comments #respond h3 {
	text-align: left;
	color: navy;
	border-bottom: 1px dotted orange;
	margin:20px 10px 20px 0px;
	padding: 4px;
	font-weight:bold;
	font-size: 16px;
}
.comment-meta a{
	font-size: 10px;
	color: gray;
	font-style: italic;
}
#comments #respond form {
	padding: 10px;
	margin: 20px;
	font-size: 12px;
	background: #efefef;
	border: 1px dotted silver;
}
#comments #respond form p label {
	margin-right: 3px;
	font-weight: bold;
}
#comments #respond form p.form-allowed-tags {
	font-size: 10px;
	font-style: italic;
	border-top: 1px dotted silver;
	padding: 5px;
}
/* Footer DIV */
.footer_div {
	background-color: #000055;
	color: silver;
	height: 20px;
	font-size: xx-small;
	margin: 0;
}
.footer_div .footer_wrap {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
}
.footer_div img {
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.footer_div .footer_wrap a {
	color: silver;
	text-decoration: none;
}
.footer_div .footer_wrap a:hover {
	color: #ffffcc;
	text-decoration: underline;
}
/*Styles for Calendar Categories */
.District-Closed {
	color: red;
}
.PD-Day {
	color: orange;
}
.District-Begin {
	color: green;
}
.District-HalfDay {
	color: orange;
}
/*Styles for Search Results */
.search_excerpt {
	margin-left: 20px;
	color: black;
	font-style: italic;
	font-size: small;
}
.search_excerpt p {
	margin: 3px;
}
.search_meta {
	border-top: 1px dotted silver;
	border-bottom: 1px dotted orange;
	color: gray;
	font-size: small;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
}
/*Replacements for H1 y H2 */
h1 {
        text-align: left;
        color: navy;
        border-bottom: 1px dotted orange;
        margin:20px 10px 20px 10px;
        padding: 4px;
        font-weight:bold;
        font-size: 14px;
}
h1 a {
        text-decoration: none;
        color: navy;
}
h1 a:hover {
        color: red;
}
h2 {
        text-align: left;
        color: navy;
        border-bottom: 1px dotted orange;
        margin:20px 10px 20px 10px;
        padding: 4px;
        font-weight:bold;
        font-size: 12px;
}
h2 a {
        text-decoration: none;
        color: navy;
}
h2 a:hover {
        color: red;
}
h3 a {
	text-decoration: none;
	color: navy;
}
h3 a:hover {
	color: maroon;
}
.video-player {
	margin-left: 20px;
}
table .aligncenter {
	margin-left: auto;
	margin-right:auto;
}
.pagination {
	margin-top: 40px;
	margin-bottom: 20px;
	background: #efefef;
	padding: 5px;
	height: 1.5em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.pagination a {
	text-decoration: none;
	color: navy;
}
.pagination a:hover {
	color: maroon;
	text-decoration: underline;
}
div#JS_FILES_DIV p {
	display: none;
}