﻿/*
Theme Name: GNL Court of Appeals Template
Theme URI: 
Author: OCIO Web Services
Author URI: http://www.court.nl.ca/supreme/appeal/
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: appeals-template
Tags:
*/

@charset "utf-8";
@import url("reset.css");
/* General rule for font sizing: child pixels / parent pixels = child ems */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("img/brg_header.jpg");
	background-repeat: repeat-x;
	font-size:100%;
}
blockquote {
	width: 90%;
	margin-left: 5%;
	font-size: 0.8125em;
	margin-bottom: 15px;
	line-height: 18px;
}

p {
	margin-top:5px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em; /* 16px*0.8125 = 13px */
	color: #404041;
	line-height: 18px;
}
a{color:#005596;}
a:visited{color:#5F1747;}
dl {
	font-size: 0.8125em; /* 16px*0.8125 = 13px */
	line-height: 18px;
}
dt {font-size:1.15em;}
dd {margin-left:15px;margin-bottom:15px;}

ul {font-size: 0.8125em; /* 16px*0.8125 = 13px */}
ul li li {font-size:1.23em;} /* 1.0/0.8125 = 1.23 */
li li {font-size: 1em;}
ol {font-size: 0.8125em;}
ol li li {font-size:1.23em;} /* 1.0/0.8125 = 1.23 */

img { max-width: 100%; height: auto; }
.hidden{display: none;}

.search-result { margin-bottom: 2em; }
#content .search-result h2 { margin-bottom:0.25em; }
.search-result p.search-url { font-size: 0.75em; color:#2a6628; margin: 0; line-height: 1.4em;}
.search-result strong.search-excerpt { 
	background-color:yellow;
	color:blue;
	}

.features a {
	float: left;
}
	
.features a.skipLink, .screen-reader-text {
	border: none;
	overflow: hidden;
	padding: 0;
	width: 1px;
	height: 1px;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	clip-path: inset(50%);
	-webkit-clip-path: inset(50%);
	position: absolute;
}

.features a.skipLink:active, .features a.skipLink:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}

form.search-form input.search-field {
	width:67%;
}
form.search-form .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}
	
.disclaimer{
	font-size:.7em;
	line-height: normal;
}
.wrapper {
	width:990px;
	margin: 0 auto 0 auto;
}
.three-column {
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
}
#table5 td {
	padding:5px;
}
#table5 tr:hover {background-color:#f1f1f1;}
	
#header {
	height: 195px;
	padding-top: 15px;
	background-image: url("img/dots.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#header a {
	color:#FFF;
}
#header #header-logo {
	float: left;
	width:240px;
	height:120px;
	background:url("img/main_logo.png") no-repeat;
}
#header #header-logo a{
	width:100%;
	height:100%;
	display:block;
}
#header .textChangeContainer {
	background-color: rgba(255,255,255,0.75) !important;
	background-color:#FFF;
	float: right;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header .textChangeContainer a {
	color: #5E1415;
	text-decoration: none;
}

#header .textChangeContainer a:hover {
	border-bottom:1px solid #5E1415;
}

/* Header Navigation */
#header ul.nav {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.125em; /*16px * 1.125 = 18px */
	float: left;
	margin-top:15px;
}
#header ul.nav li {
	display:block;
	float:left;
	margin-right:3px;
	text-align: center;
	padding:10px 10px 17px 10px;
}
#header ul.nav li.menu-item-home {
	background-color: #fefefe;
    color: #58595B;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#header ul.nav li.menu-item-home a { color: #58595B; }
#header ul.nav li:hover {
	background-color:#fefefe;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#header ul.nav li:hover a{
	color:#58595B;
}
#header ul.nav li a {
	color:#fff;
	text-decoration:none;
}
#header ul.nav li a:hover {
	color:#58595B;
}
#header ul.nav li.current {
	background-color:#fefefe;
	color:#58595B;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#header ul.nav li.current a {color:#58595B;}

#content {
	padding-bottom:10px;
}
#content h1 {
	color: #5E1415;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.3125em; /* 16px * 1.3125 = 21px */
	font-weight: normal;
	margin-bottom:10px;
	margin-top: 10px;
}
#content h2 {
	color: #5E1415;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.125em; /*16px * 1.125 = 18px */
	margin-bottom:10px;
}
#content h3 {
	color: #5E1415;
	font-size:0.875em; /* 16x.875=14 */
	margin-bottom:10px;
}
#content h4 {
	color: #5E1415;
	font-size:0.8125em; /* 16x.8125=12 */
	font-weight:bold;
	margin-bottom:5px;
}
#content h5 {
	color: #5E1415;
	font-size:0.75em; /* 16x.6875=11 */
	font-weight:bold;
	margin-bottom:5px;
}
#content #home-search-box {
	background-color: #f1f1f1;
	float: right;
	padding: 10px;
	width: 327px;
	margin-left: 20px;
}
#content #home-search-box #form1 label {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #6D6E70;
	font-weight: normal;
}

#content #home-docket {
	float: right;
	background-color: #f1f1f1;
	clear: right;
	margin-top: 10px;
	padding: 10px;
	width: 327px;
	margin-left: 20px;
}
#content #home-docket h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 21px;
	color: #6D6E70;
}
#content #home-docket ul {
	list-style-type: disc;
	margin-left: 20px;
}
#content #home-docket ul li {
	margin-bottom: 5px;
}
#content #home-links {
	float: right;
	margin-left: 20px;
}
#content #home-links h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
}
#content #home-links ul li {margin-bottom: 5px;}


#content #main-col ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #404041;
	line-height: 18px;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
	margin-bottom: 0px;
}
#content #main-col ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #404041;
	line-height: 18px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 35px;
	margin-bottom: 15px;
}
#content #side-nav {
	float: left;
	margin-right: 22px;
	width: 223px;
}
/* Main headers in left nav menu */
#content #side-nav ul li {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 1.384em; /* parent 13px * 1.384 = 18px */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 7px 0px 7px 10px;
	line-height: 18px;
}
/* list items below the main headers in the nav menu */
#content #side-nav ul li ul li{
		font-family: Arial, Helvetica, sans-serif;
		
}
#content #side-nav ul li ul li ul li{
		font-family: Arial, Helvetica, sans-serif;
		border-bottom-style:none;
}

#content #side-nav ul li a {
	color: #5E1415;
	text-decoration: none;
}
#content #side-nav ul li:hover {background-color:#F1F1F2;}
#content #side-nav ul li.current {background-color:#F1F1F2;}
#content #side-nav ul li li {font-size:1em;}
#content #side-nav #side-search {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 15px;
}
#content #side-nav #side-search #form1 label {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #6D6E70;
	font-weight: normal;
	display: block;
}
#content #side-nav #side-search #form1 #searchkey {
	width: 150px;
}



#content #quick-tasks {
	float: right;
	margin-left: 22px;
	width: 223px;
	font-size:0.875em; /* 16x.875=14 */
	color: #242424;
}
#content #quick-tasks h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #5E1415;
	font-size: 1.5em; /* parent 14px * 1.5 = 21px */
	font-weight: normal;
}
#content #quick-tasks ul li {
	font-size: 1.231em; /*parent 11.375 * 1.231 = 14px */
}
#content #quick-tasks ul li a {
	color: #242424;
	text-decoration: none;
	line-height: 21px;
}
#content #quick-tasks ul li a:hover {border-bottom: 1px solid #242424;}
#content #main-col {
	float:left;
	width:715px;
}
#content #main-col-home {
	float: left;
	width: 470px;
}

#content #side-nav ul li:last-child { border-bottom: none; }

.features a{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.5em; /* parent 14px * 1.5 = 21px */
	font-weight: normal;
    margin: 0 5px 8px 0px;
    width: 185px;
    text-decoration: none;
    line-height: 1.0;
    min-height: 40px;
    /*padding: 0px 3px 3px 47px;*/
    border: 1px solid #fff;
    background: #fff top left no-repeat;
	color: #5E1415;
	display: block;
}
.features a img { float:left; vertical-align: middle; margin-right:10px; }

/* Breadcrumbs for main pages */
ul.bread {display: inline; color:#ccc; margin-left:0px; margin-bottom:0px;font-size:0.75em;}
ul.bread li {display:inline;}
ul.bread li ul{display:inline;}
#content #main-col-home ul.bread li ul li{display:inline; padding-left:10px; background: url("../img/dbl_arrow.gif") no-repeat center left;}
ul.bread li ul li ul{display:inline;}
ul.bread li ul li ul li{display:inline;}

ul.bread li a, #content #main-col ul.bread li a:visited{color: #999; text-decoration: none;}
ul.bread li a:hover{color: #666; text-decoration: underline;}

/* Breadcrumbs for everything except main pages */
#content #main-col ul.bread {display: inline; color:#ccc; margin-left:0px; margin-bottom:0px;font-size:0.75em;}
#content #main-col ul.bread li ul li{display:inline; color:#ccc; margin-left:-15px; padding-left:10px; background: url("../img/dbl_arrow.gif") no-repeat center left;}

#footer {
	background-color: #DBDAC5;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E1415;
	font-size: 0.6875em; /*16px * 0.6875 = 11px */
}
#footer p{font-size:1em;}
#footer a {
	color: #5E1415;
	text-decoration:none;
}
#footer a:hover {
	border-bottom:1px solid #5E1415;
}
#footer ul.mainnav {margin: 0px 0px 5px 10px;padding-top:10px;}
#footer ul.mainnav li {
	display:inline;
	margin-right: 5px;
	border-right: 1px solid #5E1415;
	padding-right: 5px;
	font-size: 1.343em; /* parent 8.9375px * 1.343= 12px */
}
#footer ul.mainnav li:last-child {
	border-right:none;
	margin-right:0px;
	padding-right:0px;
}
#footer ul.subnav {margin: 5px 0px 5px 10px;}
#footer ul.subnav li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #5E1415;
	font-size: 1.231em; /* parent 8.9375px * 1.231= 11px */
}
#footer ul.subnav li:last-child {
	border-right:none;
	margin-right:0px;
	padding-right:0px;
}
#footer #footer-logo {
	float: left;
	margin-right:10px;
}


.forms {
	
	padding: 5px;
	border: 1px solid #5E1415;
	
}

/*-------- BREADCRUMBS --------*/
ul.bread {
	display: inline;
	color: #ccc;
	padding: 5px 0 0 0px;
	margin: 0px 0 10px 0;
	font-size: smaller;
}

ul.bread li{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
ul.bread li a:visited{
	color: #999;
	text-decoration: none;
}
ul.bread li a{
	color: #999;
	text-decoration: none;
}
ul.bread li a:hover{
	color: #666;
	text-decoration: underline;
}
ul.bread li ul{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
ul.bread li ul li{
	background:  url(img/gnlbullet.gif) left no-repeat; /* RIGHT ANGLE QUOTE BULLET ICON */
	display: inline;
	margin: 0;
	padding:  0 0 0 15px;
	line-height: 1.6;
}
ul.bread li.item-parent, ul.bread li.item-current {
	background:  url(img/gnlbullet.gif) left no-repeat; /* RIGHT ANGLE QUOTE BULLET ICON */
	padding: 0 0 0 15px;
	margin-left: 7px;
	line-height: 1.6em;
}
ul.bread li ul li ul{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
ul.bread li ul li ul li{
	display: inline;
	margin: 0;
}

/* self-clear floats */
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* for IE6 */
* html .group {
	height: 1%;
}
/* for IE7 */
*:first-child+html .group {
	min-height: 1px;
}

td, th {
	padding: 15px 10px 0 0;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
	line-height: 1;
}

.secondary-menu #main_menu_container { display: block; }
.secondary-menu .menu-button { display: none; }
.secondary-menu .close-button { display: none; }
.searchbox { margin-bottom: 2em; }

article.news-post { border-bottom:1px solid #999; margin-bottom:2em; }

@media screen and (max-width:500px) {
	.wrapper { width:94%; padding: 0 2%; }

	.searchbox { float: none; }

	#content #side-nav { float: none; width: 100%; margin-right: 0; }
	#content #quick-tasks { float: none; width: 100%; margin-left: 0; }
	#content #main-col { float: none; width: 100%; }
	#content #main-col-home { float: none; width: 100%; }
	#footer #footer-logo { float:none; margin-right:0; }

	#header { background: none; }
	#header #header-logo { float: none; width:240px; margin: 0 auto; }

	#footer ul.mainnav { margin: 0; }
	#footer ul.mainnav li { display: block; border-right: none; line-height: 1.75em; }
	#footer ul.subnav { margin: 0; }
	#footer ul.subnav li { display: block; line-height: 1.75em; }

	#content #side-nav ul li a { padding:0.5em; }

	.features a {
		width: 47%;
		display: inline-block;
		float: none;
		vertical-align: top;
	}


	p { font-size: 1em; line-height: 1.5em; }
	li { font-size:1.125em; line-height: 2em; }

	.secondary-menu #main_menu_container {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3000 !important;
		width: 400px;
		height: 100%;
		overflow: auto;
		background: #ffffff;
		color: #2a6628;
		padding: 2rem 1rem;
	}
	.secondary-menu #main_menu_container.open { display: block; }
	.secondary-menu #main_menu_container.open .close-button {display: block; }

	.secondary-menu .menu-button {
		display: block;
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		padding: .5rem 1rem;
		border-radius: 8px;
		font-family: Lato,sans-serif;
		font-size: 1.125rem;
		text-decoration: none;
		cursor: pointer;
		text-align: left;
		float: left;
	}

	.secondary-menu .close-button {
		position: fixed;
		top: 16px;
		right: 40px;
		z-index: 200;
		color: #ff0000;
		cursor: pointer;
		font-size: 1.5rem;
	}

	.secondary-menu .menu-button .menu-icon {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		cursor: pointer;
		margin-right: .5rem;
		margin-top: 1px;
		overflow: hidden;
	}

	.secondary-menu .menu-button .menu-icon:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		content: "";
	}
}
@media (min-width: 501px)  {
#header #header-logo {
    height: 136px;
    background-position: bottom;
}
}
@media (min-width: 501px)  {
.header-break {
	display: none;
}
}
@media (min-width:501px) {
.searchbox {
    padding-top: 112px;
}
