<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Vikings
Theme URI: http://www.nhvweb.net/vhs
Description: Voorhees High School theme for teacher Websites. It features a widgetized sidebar on every page, customizable header image, three widget areas in the home header area, links to VHS website, one main customizable drop-down navigation menu, customizable post category in home page, customizable sidebar background color, and a design matching VHS main website styling.
Author: Guillermo Vargas-Dellacasa
Author URI: https://myportal.nhvweb.net/personal/gvargas-dellacasa/default.aspx
Version: 1.5
*/
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:white;
}
/*Top DIV -- The Header*/
.top_head {
	background: url('pix/headerbg.gif') top left repeat-x #ffffc6;
	padding: 0;
	margin:0;
	height:68px;
	text-align:left;
}
.main_top_links {
	float: right;
	font-size: x-small;
	color: white;
	padding: 3px;
}
.main_top_links a {
	text-decoration:none;
	color: white;
}
.main_top_links a:hover {
	text-decoration:underline;
}
.nav_head_wrapper {
	background: #fcb64d;
	border-bottom: 1px solid #b51636;
	width: 100%;
	height: 30px;
}

/*Nav DIV -- The Navigation Menu*/
.nav_head {
	padding-left: 12px;
	background: #fcb64d;
	color: #990000;
	margin: 0;
	font-size:0.7em;
	float: left;
}
#menu, div.menu {
	padding: 3px;
	min-width: 500px;
}
#menu ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 23px;
}
/*Top Items in the Menu*/
#menu ul li, div.menu ul li {
	width: 16em;
	float: left;
	padding: 3px;
	text-align:left;
	font-weight:bold;
}

#menu ul li a, div.menu ul li a{
	color: #990000;
	text-decoration: none;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/*Sub Menus*/
#menu ul li ul, div.menu ul li ul {
	display:block;
	background:#ffffdd;
	margin-top: 10px;
	float: none;
	width: 16em;
 	/* for IE */
}

#menu ul li ul li ul {
	/*border-top: 1px solid silver;*/
}

#menu ul li ul li, div.menu ul li ul li {
	background:#ffffdd;
	padding: 6px;
	border-bottom: 1px solid #b51636;
	border-left: 3px solid #b51636;
	border-right: 1px solid #b51636;
	border-top: 1px solid #b51636;
	float: none;
	text-align:left;
	width: 18em;
	z-index: 500;
}

#menu ul li ul li:hover, div.menu ul li ul li:hover {
	color: maroon;
	background: #ffcd86;
}

#menu ul li ul a, div.menu ul li ul a  {
	color: maroon;
	padding: 0;
}


#menu ul li ul li, div.menu ul li ul li {position: relative;}

#menu ul li ul li ul, div.menu ul li ul li ul{
position: absolute;
top: 0;
margin-top: 0;
left: 100%;
}

#menu ul ul, div.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,
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,
div.menu ul li:hover ul,
div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul
{display: block;}

/*Emergency Message */
.emerg_message_banner {
	text-align: center;
	padding: 4px;
	color: maroon;
	height: 20px;
	z-index: 2000;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 0;
}
.emerg_message_content {
	width: 100%;
	padding: 0;
	z-index: 2000;
	margin-top: 0;
	text-align: center;
}
/*The SideBar*/
.sidebar_td_container {
	background: url('pix/sidebar-bg.gif') top right repeat-y #f0f0f0;
}
.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;
	margin-left: 0px;
	color: navy;
}
.sidebar .side_table h3 a {
	color: navy;
	text-decoration:none;
}
.sidebar .side_table h3 a:hover {
	color: maroon;
}
.sidebar_td {
	/*background: #ece4c5;*/
}
#calendar_wrap {
	padding: 0;
	background: #eeeeee;
}
#calendar_wrap #wp-calendar {
	background-color: white;
	width: 100%;
}
#calendar_wrap #wp-calendar caption {
	padding: 3px;
	font-weight: bold;
	color: maroon;
	background: #FFE9B9;
	border: 1px solid silver;
}
#calendar_wrap #wp-calendar thead th {
	padding: 3px;
	border: 1px solid silver;
}
#calendar_wrap #wp-calendar tbody td {
	padding: 3px;
	border: 1px solid silver;
}
#calendar_wrap #wp-calendar tbody td a {
	font-weight: bold;
	width: 100%;
	color: maroon;
}
#calendar_wrap #wp-calendar tbody td a:hover {
	color: red;
}
#calendar_wrap #wp-calendar tfoot {
	border: 1px solid silver;
}
#calendar_wrap #wp-calendar tfoot td {
	padding: 3px;
	background-color: #f9f9f9;
}
#calendar_wrap #wp-calendar tfoot #prev {
	text-align: left;
}
#calendar_wrap #wp-calendar tfoot #next {
	text-align: right;
}
#calendar_wrap #wp-calendar tfoot td a {
	text-decoration:none;
	color: navy;
}
#calendar_wrap #wp-calendar tfoot td a:hover {
	color: maroon;
}

.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;
}
/*Main DIV for Content -- The Content Goes Here */
.cnt_div {
	margin: 0;
	min-height: 600px;
}
/*Main Table inside Main Div */
.cnt_table {
	width: 100%;
	border-collapse:collapse;
}
.cnt_table .td_left {
	width: 1%;
	background: white;
	border-right: 0px solid silver;
}
.cnt_table .td_right {
	width: 1%;
	background: #f0f0f0;
	border-left: 0px solid silver;
}
.cnt_table .td_middle {
	width: 98%;
	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;
}
.page_main_content_wrapper {
	border-collapse: collapse;
	margin: 0;
	min-height: 600px;
	width: 100%;
}
#page_main_content {
	padding-right: 20px;
}
/*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: 5px;
	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;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img {
	border: 0;
}
td img {
	margin: 5px;
}
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: #990000;
	color: white;
	height: 20px;
	font-size: xx-small;
	margin: 0;
}
.footer_div .footer_wrap {
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 3px;
}
.footer_div img {
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.footer_div .footer_wrap a {
	color: white;
	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, H2, Tables */
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;
        margin:20px 10px 20px 10px;
        padding: 4px;
        font-weight:bold;
        font-size: 14px;
}
h2 a {
        text-decoration: none;
        color: navy;
}
h2 a:hover {
        color: red;
}
h3 {
    margin-left:20px;
    text-decoration: none;
    color: navy;
    font-size:medium;
}
.normal table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.normal table th {
	vertical-align: top;
	padding: 5px;
	border: 1px solid silver;
	background: #efefef;
}

.normal table td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid silver;
}
.normal table td a, .normal table th a {
	text-decoration: none;
}
.normal table td a:hover {
	color: maroon;
}
.normal table th h3{
	border-bottom: 1px dotted orange;
	color: maroon;
	text-align:center;
	margin: 0;
}
.normal #main-section-table {
	border: 0;
}
.normal #main-section-table td {
	border:0;
}
.normal #main-section-table th {
	border:0;
}
.normal #main-section-table th a {
	text-decoration:none;
}
.normal #attachment-details {
	border: 0;
}
.normal #attachment-details td {
	border: 0;
}
.normal #attachment-details td p {
	margin: 0;
}
/*Generic Styles for Minr Changes*/
.center_80percent {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/*HOME SPECIFI */
.home_toplinks {
	border-collapse: collapse;
	width: 100%;
}
.home_toplinks td {
	/*border-bottom: 1px dashed white;
	border-top: 1px dashed white;*/
	padding: 10px;
	vertical-align:middle;
}
.home_toplinks td a {
	text-decoration: none;
	color: navy;
	font-weight: bold;
	font-size: small;
}
.home_toplinks td a:hover {
	color: maroon;
}
.home_toplinks td img {
	float: right;
	position: relative;
 	top: -6px;
	width: 30px;
	margin-right: 5px;
}
.cal_title {
	text-align: center;
	font-weight: bold;
	margin: 4px;
	color: navy;
	border-bottom: 1px dotted orange;
	padding: 3px;
}
.list_events {
	max-height: 400px;
	width: 100% !important;
	overflow: auto;
	vertical-align: top;
	border: 0px solid silver;
	font-size: small;
	background:#DBE6F2;
	border: 1px solid silver;
}
.list_events div.levent {
	background: none;
	border: 0px;
	border-bottom: 1px dotted silver;
	width: 100% !important;
	margin-bottom: 0px !important;
}
.list_events .levent_title {
	font-size: x-small;
	color: navy;
	margin-bottom: 2px !important;
	padding:0px;
	
}
.list_events .levent_body {
	font-size: x-small;
	color: black;
	margin-bottom: 2px !important;
}
.list_events .levent_location {
	font-size: x-small;
	color: black;
	margin-bottom: 2px !important;
}
.reminders_wrapper {
	border-collapse:collapse;
	width: 95%;
	background: #ffffcc;
	border: 1px solid red;
	margin-top: 10px;
}
.reminders_wrapper td {
	padding: 3px;
}
.reminders_wrapper .post_thumb {
	margin-left: auto;
	margin-right: auto;
}
.reminders_wrapper .reminders_title a {
	color: red;
	font-weight: bold;
	font-size:x-small;
	text-decoration: none;
}
.reminders_wrapper .reminders_content {
	font-size: x-small;
	color: black;
}
.featured_links {
	width: 95%;
}
.featured_links td {
	padding: 7px;
	vertical-align: top;
}
.featured_links td a {
	color: navy;
	text-decoration: none;
}
.featured_links td a:hover {
	color: maroon;
	text-decoration: underline;
}
/*Content Menu Option*/
#content_menu_option {
	overflow: hidden;
}
#content_menu_option table {
	font-size: small;
}
#content_menu_option table td{
	vertical-align:top;
	padding-left: 5px;
	padding-right: 5px;
}
#content_menu_option table th {
	padding-left: 5px;
	padding-right: 5px;
}
#content_menu_option table th h3{
	border-bottom: 1px dotted orange;
	color: maroon;
	text-align:center;
	font-size: small;
	margin: 0;
}
#content_menu_option table td a {
	display: block;
	width: 100%;
	padding: 4px;
	text-decoration: none;
	color: navy;
}
#content_menu_option table td a:hover {
	background: orange;
	color: maroon;
}	
.high_banner {
	background:#fcfcfe;
	filter:alpha(opacity=90);
	opacity:0.9;
	vertical-align: bottom;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
	font-size: 48px;
	color:#BBA7A6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.home_banner_widgets {
	width: 100%;
	border-collapse:separate;
	height: 260px;
}
.home_banner_widgets td {
	width: 32%;
	margin: 1%;
	padding: 10px;
	vertical-align:top;
	overflow:hidden;
}
.home_banner_widgets td div div {
	background: #ffffee;
	filter:alpha(opacity=80);
	opacity:0.8;
	height: 230px;
}
.home_banner_widgets td div div .textwidget {
	padding-left: 20px;
	padding-right: 20px;
}
</pre></body></html>