/*
Theme Name: OCJ Theme
Description: theme for Ontario Court of Justice at ontariocourts.ca/ocj/
Author: JITO
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */

}
a:focus{outline:thin dotted;}
body {
	background: #ffffff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol.lower-roman{list-style-type: lower-roman;}
ol.lower-alpha{list-style-type: lower-alpha;}
ol.lower-greek{list-style-type: lower-greek;}
ol.upper-alpha{list-style-type: upper-alpha;}
ol.upper-roman{list-style-type: upper-roman;}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption{text-align: left;padding:0.5em 0;font-weight: bold;}
th, td {
	text-align: left;
	padding-left:.5em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	}
a img {
	border: 0;
}
aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
article{
display: block;
*display: inline;

}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 0 auto;
	width: 960px;
}
#branding hgroup {
	
}
#access div {
	margin: 0 1%;
}
#primary {
	float: left;
	margin: 5px -32.3% 0 0;
	width: 98.958%;
	min-height:670px;
}
#content {
	padding: 0 34% 0 10px;
	background:#fff;

}

#content-narrow {
	margin: 0 26% 0 0;
	float:left;
	background:#fff;
	padding: 0 20px 0 10px;
	min-height:470px;


}
#secondary {
	float: right;
	padding-right:10px;
	width: 31.25%;
	background:#fff;
	margin-top:5px;
}
.secondary-narrow {
	float: right;
	background:#f6f6f6;
	width: 22.943%;
	margin:5px 1.015% 0 0;
}

/* Singular */
#disclaimer {float: right;margin-right: 10px;}
#fyi{float: left;margin-left: 10px;}
#disclaimer, #fyi {background: #f6f6f6;font-size:13px;margin:40px 0 10px 0}
#disclaimer:lang(fr), #fyi:lang(fr){margin: 110px 0 10px 0;}
#secondary #disclaimer h3, #fyi h3 {margin:0; background: #fff; line-height:32px; color: #666;font-weight: bold;border-top: 4px solid #666;border-bottom: 1px solid #666;padding: 0 5px;font-size: 14px;}
.txt { margin: 0.5em;line-height: 1.8em;}
/* Attachments */


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	width: auto;
}

.error404 #content {
	height:400px
}
.error404 td {
	padding-right:10px
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}

/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;

}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}


/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #000;
	font: 1em Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin: 1em 0;
	line-height:1.8em;
	}
ul, ol {
	
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
	}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	padding-left:1em;
	*padding-left:0;
}

dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	padding:0 1em;
	font-weight: normal;
	margin: 0 2em;
	border-left:2px solid #ccc;
	background:#f5f5f5;
}
blockquote p{
}

blockquote cite {
	color: #666;
	font: 12px Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #767676;
}
input#query{height:24px}
#ie7 input#query{width:204px;height:22px}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding-left: 3px;
}
input#s {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 6px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #3B3F89;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Header
----------------------------------------------- */

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}

#ocjsite-title a {
	color: #3B3F89;
	font-size: 30px;
	line-height: 101px;
	text-decoration: none;
	float:left;
	width:650px;
	height:101px;
	background:url(images/ocjlogo.png) no-repeat;
	padding-left:110px;
}
#appointment-title a {
	color: #3B3F89;
	font-size: 30px;
	line-height: 101px;
	text-decoration: none;
	float:left;
	width:650px;
	height:101px;
	background:url(images/appointmentlogo.jpg) no-repeat;
	padding-left:110px;
}
#ocjsite-title a:hover,
#ocjsite-title a:focus,
#ocjsite-title a:active {
	color: #000;
}

#jd-fr{font-size:20px}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	float:left;
	}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff; /* Show a solid color for older browsers */
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	border-top:4px solid #3B3F89;
	border-bottom:1px solid #3B3F89;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access ul li ul li {
	float: left;
	position: relative;
}
#access a {
	color: #3B3F89;
	display: block;
	line-height: 2.6em;
	padding: 0 0.55em;
	text-decoration: none;
	text-transform:uppercase;
	font-size:90%;
	font-weight:bold;
}
#access ul ul {
	display:none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.3em;
	left: 0;
	width: 960px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: none;
	
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 100%;
}

#access li:hover > a,
#access a:focus {
	background: none; /* Show a solid color for older browsers */
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 58px;
	right: 0;
	text-align: right;
	font-size:15px
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	width: 210px;
}
#branding #s:focus {
	background-color: #fff;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

#branding #searchform label{
display:none
}

/* =Content
----------------------------------------------- */

#main {
	clear: both;
	
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0;
	padding: 0;
}
.page-id-5 .hentry,
.page-id-2532 .hentry {
	position: relative;
	}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #000;;
	font-size: 18px;
	line-height: 1.5em;
	padding: .3em 0;
	
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1778C3;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.entry-meta .by-author {
	display: none;
}
.entry-content{
	padding: 0;
	font-size:87.5%;
	}
.entry-summary {
	border-bottom:1px dotted #ccc;
}

.entry-content h1,
.comment-content h1,
.comment-content h2 {
	color: #000;
	margin: 0 0 .5em;
	font-size:24px;
}
.entry-content h3,
.comment-content h3 {
	font-size:110%;
	font-weight:bold;
color:#000;
margin:0.5em 0;
}
.entry-content h4 {
	font-size: 100%;
	font-weight:bold;
}
.entry-content table,
.comment-content table {
	margin: 0 0 1.625em;
	width: 100%;
}

.entry-content td,
.comment-content td {
	line-height:1.8em;
	font-weight:normal;
}
.entry-content #s {
	width: 75%;
}
.entry-content a, #crumbs a, .widget a {
	color:#1778C3
}
.entry-content a:visited, #site-generator a:visited {
color:#800080;
}
#text_icl-3 a:visited,
#text-6 a:visited,
#text-3 a:visited,
#text-7 a:visited,
.LinkTranslationWidget a:visited {
color:#800080;
}

.page-template-judicial-conduct-template-php .widget a:visited,
.page-template-appointments-process-template-php .widget a:visited,
.page-template-jaac-template-php .widget a:visited,
.page-template-jpaac-template-php .widget a:visited,
.page-template-ojc-template-php .widget a:visited,
.page-template-jprc-template-php .widget a:visited
{
	color:#800080;
	}
.entry-content a:hover, #crumbs a:hover {
	color:#3B3F89
}
#crumbs
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}


/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #fff;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	line-height: 2.6em;
	text-transform: uppercase;
}



/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	margin: 0.6em 1em;
}
.widget ul ul {
	font-size:13px;
}

.secondary-narrow li{
	color: #777;
	margin-left:6px;
	list-style:url('images/arrow.png');
	font-size:80%
}

.LinkTranslationWidget ul li, li.LinkTranslationWidget,
.related-links li{
	list-style:url(images/outlink.png);
	
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #373737;
	font-size: 12px;
	line-height: 2.2em;
	padding:1em;
	text-align: left;
}
#site-generator a {
	padding:0 5px 0 8px;
	color:#1778C3;
	background:url(images/dot.png) left center no-repeat;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

/* =Responsive Structure
----------------------------------------------- */
a.outlink:after {
     content:url(images/link.png);
}



@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {

	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	
	/* Simplify the pullquotes and pull styles */
	
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* Make sure embeds fit their containers */
	embed,
	object {
		max-width: 100%;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#ocjsite-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#ocjsite-title {
		padding: 5.30625em 0 0;
	}
	#ocjsite-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	a {text-decoration: none}
	body {
		background: none !important;
		font-size: 10pt;
	}
	a.outlink:after {
     content:none;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#ocjsite-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	
	#branding #searchform {
		display: none;
	}
	#branding img,#slide-image {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

----

* {  
    margin:0;  
    padding:0  
    }  
  
#nav{  
    height:60px;  
font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;    }  

#nav2 {  
font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;    } 
#nav2 {font-weight:bold;height:32px}
#nav2 li{list-style:none;background:none}
#nav2 li a{ text-decoration:none}
#nav2 li a:hover{color:#000; }
	
.page-id-17 #nav, .parent-pageid-17 #nav {height:90px}
html[lang="fr-FR"] #nav {height:74px}
html[lang="fr-FR"] .page-id-3804 #nav, html[lang="fr-FR"] .parent-pageid-3804 #nav {height:136px}
html[lang="fr-FR"] #nav li {      font-size:97%;}
.search #nav, html[lang="fr-FR"] .search #nav {      height:30px;  }
#nav li {    /*  font-size:97%;  */  }  
#subnav {height:24px}	

li#menu-item-18728 {width:167px}
li#menu-item-18739 {width:86px}
li#menu-item-18742 {width:100px}
li#menu-item-18745 {width:136px}
li#menu-item-18756 {width:75px}
li.ap {width:150px}
li.jc {width:112px}



#nav li#menu-item-18968 {width:122px}
#nav li#menu-item-18970 {width:110px}
#nav li#menu-item-18972 {width:96px}
#nav li#menu-item-18975 {width:156px}
#nav li.ap:lang(fr) {width:150px}
#nav li.jc:lang(fr) {width:116px}





header ul {
margin:2px 0
}

#nav li, #subnav li {  
    float:left;  
    list-style:none  
    }  
  
#nav a, #nav a:visited {  
    color:#3B3F89;  
    text-decoration:none;  
   }  
  
#nav a:hover, #nav a:active,  
li.current_page_parent a,  
li.current_page_parent a:visited,  
#nav li.current_page_item a,  
#nav li.current_page_item a:visited  
        {  color:#000;

    
    }  




 
  #subnav li {  
   padding:0 11px 0 3px;
font-size:13px;
    } 
	#subnav a, #subnav a:visited {  
    color:#3B3F89;  
    text-decoration:none;  
    line-height:2em;
    } 
	#subnav a:hover, #subnav a:active,  
#subnav li.current_page_item a,  
#subnav li.current_page_item a:visited {  
    color:#000;
    } 



#secondary h3{
font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
font-size:16px;
color:#3B3F89;
font-weight:bold;
text-transform:none;
border-top:4px solid #3B3F89;
border-bottom:1px solid #3B3F89;
line-height:32px;
padding:0 5px;
}
#text_icl-3,#text_icl-4 {
	background:#f6f6f6
}
#text_icl-3 h3,
#text_icl-4 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#666;
	font-weight:bold;
	text-transform:none;
	border-top:4px solid #666;
	border-bottom:1px solid #666;
	line-height:30px;
	padding:0 5px;
	background:#fff;
}

#text_icl-3 .textwidget,
#text_icl-4 .textwidget{
	font-size:13px; 
	margin:0.5em; 
	line-height:1.8em
}

#post-5 h1, #post-2532 h1, #post-5 #printfont, #post-2532 #printfont{
	display:none
}

.slideshow-caption{
	font-size:11px;
	#padding-top:3px;
}

.slideshow-thumbs{
	top: 220px; *top: 218px;
	position:absolute;
	left:203px;
	
}
.slideshow-thumbs IMG{
	max-width:9px
}

.slideshow-thumbs ul li{
	margin-left:0
}

#resourceblk{width:620px; height:720px;border-top:4px solid #3B3F89;margin:10px 0 0;}
.block{height: 226px;width:300px;float:left;}
.nofirst{border-top:4px solid #3B3F89;}
.left{margin-right:20px}
.blkheader{border-bottom:1px solid #3B3F89;font-size:14px;color:#3B3F89;font-weight:bold;line-height:32px;padding-left:4px}
.entry-content ul li,.entry-content ol li{line-height:1.8em; margin-left:28px;}

.slideshow-thumbs ul li{margin-left:0}

.block ul li{font-size:13px;list-style:url('images/arrow.png'); line-height:1.8em;margin-left:4px;}
.block ul#self-fr li {line-height:1.5em}
.block ul{margin:1em 0 .5em 1.2em }
.block img{padding-top:12px}
#lastitem{float:right; margin-right:30px}
#last2item{float:left}
#maintitle {font-size: 22px; color: #3b3f89;padding-top:8px;}
#maintitle-fr {font-size: 18px; color: #3b3f89;padding:8px 0;}
#welcome-header p{font-size:15px;margin:0.75em 0}
h2#maintitle,h2#maintitle-fr{font-weight:normal;}
ul.whatnewblk{list-style:none;padding:0;margin:0.5em}
.whatnewblk{width: 290px; height:190px; padding:5px;}
.whatnewblk li{list-style:square;color:#1778C3; list-style-position:inside; border-bottom:1px dotted #ccc;padding:12px 0;}
.whatnewblk li:last-child{border-bottom:none}
.whatnewblk a{font-size:13px; color:#1778C3;font-weight:bold}
.whatnewblk a:visited{color:#800080}
.whatnewblk p{font-size:12px; margin:0}
.newstime{float:right;line-height:16px;font-size:12px}
#text_icl-13,#text_icl-14{margin:0 0 1.3em 0;height:239px}

#secondary.widget{margin:.5em 0;height:98px}

a.more{padding-left: 10px; line-height:3em;background: url('images/arrow.png') no-repeat left center;font-size:13px}
.subheader{font-size: 12px; color: #333;padding: 0 0 5px}

#crumbsplus{font-size:12px; padding:1px 0;min-width:700px;background:#f6f6f6; line-height:1.5em}


#text_icl-3 .widget-title,
#text_icl-4 .widget-title {
font-size:13px;line-height:32px}


.print{float:right}
#printicon{width:20px;right:0;top:0;}

#chgfontsizeoptions{top:0;font-size:13px;float:right}


#nav li.current_page_item, #nav li:hover, #nav li.current_page_parent {background: url('images/uparrow.png') no-repeat center bottom;}
#subnav li.current_page_item,#subnav li:hover {background: url('images/downarrow.gif') no-repeat center top #f6f6f6;}


.frame{width:296px; height:94px; border: 1px solid #ccc; padding:1px;background:#fff;margin: 6px 0;}

.frame .title{font-size:16px;font-family: 'Roboto Condensed','Arial Narrow', Arial, Helvetica, sans-serif;font-weight:bold; padding:15px 0 0 73px;line-height:18px;text-transform:uppercase;}

.frame a{color:#3B3F89;height:88px}
.frame-in-1{background:url(images/icon-1.png) no-repeat top left #e6e6e6;width:296px; height:94px; color:#3B3F89}
.frame-in-1:hover,.frame-in-1 a:hover{background-position:bottom left;background-color: #3B3F89; color:#fff;text-decoration:none}
.frame-in-2{background:url(images/icon-2.png) no-repeat top left #e6e6e6;width:296px; height:94px; color:#3B3F89}
.frame-in-2:hover,.frame-in-2 a:hover{background-position:bottom left;background-color: #3B3F89; color:#fff;text-decoration:none}

.frame-in-3{background:url(images/icon-3.png) no-repeat left top #e6e6e6;width:296px; height:94px; color:#3B3F89}
.frame-in-3:hover, .frame-in-3 a:hover{background-position:bottom left;background-color: #3B3F89; color:#fff;text-decoration:none}

.frame-in-4{background:url(images/icon-4.png) no-repeat left top #e6e6e6;width:296px; height:94px; color:#3B3F89}

.frame-lists:hover,.frame-lists a:hover,
.frame-news:hover,.frame-news a:hover,
.frame-statistics:hover,.frame-statistics a:hover,
.frame-book:hover,.frame-book a:hover,
.frame-in-4:hover,.frame-in-4 a:hover{background-position:bottom left;background-color: #3B3F89; color:#fff;text-decoration:none}
.frame-lists {
background: url(images/icon-lists.png) no-repeat left top #e6e6e6;
width: 296px;
height: 94px;
color: #3B3F89;}

.frame-news{
background: url(images/icon-news.png) no-repeat left top #e6e6e6;
width: 296px;
height: 94px;
color: #3B3F89;}
.frame-book{background: url(http://dev.ontariocourts.ca/ocj/wp-content/themes/ocj/images/icon-book.png) no-repeat left top #e6e6e6;width: 296px;height: 94px;color: #3B3F89}

.frame-statistics{
background: url(images/icon-statistics.png) no-repeat left top #e6e6e6;
width: 296px;
height: 94px;
color: #3B3F89;}
.frame .title1{font-size:16px;font-family: 'Roboto Condensed','Arial Narrow', Arial, Helvetica, sans-serif;font-weight:bold; padding:18px 0 20px 73px;line-height:18px;text-transform:uppercase;}
.frame .title4{font-size:16px;font-family: 'Roboto Condensed','Arial Narrow', Arial, Helvetica, sans-serif;font-weight:bold; padding:9px 0 20px 73px;line-height:18px;text-transform:uppercase;}
.frame .title3{font-size:16px;font-family: 'Roboto Condensed','Arial Narrow', Arial, Helvetica, sans-serif;font-weight:bold; padding:35px 0 43px 73px;line-height:18px;text-transform:uppercase;}
.frame .title2{font-size:16px;font-family: 'Roboto Condensed','Arial Narrow', Arial, Helvetica, sans-serif;font-weight:bold; padding:25px 0 33px 73px;line-height:18px;text-transform:uppercase;}

li.fontResizer {padding:0}
.frame-narrow{width:216px; height:50px; border: 1px solid #ccc; padding:1px;background:#fff}
.frame-narrow .title{font-size:16px;font-family: 'Roboto Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;font-weight:bold; padding:15px 0 0 10px;line-height:18px;text-transform:uppercase;height:33px;}


.frame-in-narrow{background:#e6e6e6;width:216px; height:50px;}
.frame-in-narrow a{color:#3B3F89}
.frame-in-narrow:hover,.frame-in-narrow a:hover{background:#3B3F89; color:#fff;text-decoration:none}

.toptag{font-size:12px; text-align:right; background: url('images/toparrow.png') no-repeat 620px center; border-top:1px solid #ccc; }

#rssfeed{font-size:12px; float:right}


#text_icl-8 .title{
padding:25px 0 33px 73px;}

#langswt, #langswt-fr{float:right;font-size:13px;background:url(images/dot.png) 4px 7px no-repeat;padding-top:4px;}
#langswt a, #langswt-fr a {padding:7px 10px 0;padding:8px 10px 0\9;font-size:12px;width:100%;}

.icl_post_in_other_langs{height:16px;border-left:2px solid #ccc;padding-left:5px;line-height:16px;background:#f6f6f6;}

.entry-content h2{ font-weight:bold; color:#000;font-size:120%;margin:1em 0}

.block.entry-content ul{font-size:95%}
.block p{font-size:13px; margin:.5em 4px;}

.divider_top {
	text-align:right;
}
.divider_top a{
    padding-left:15px;
    background:url(images/uptop.png) left center no-repeat;
    font-size:12px;
    text-decoration:none;
    color:#767676;
}

.sws_btn_default{border-color:#ccc}
.sws_btn_default_bg{background-color:#F2F2F2}
.sws-button{white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible;
	cursor: pointer;
	border: 1px solid #999;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; 
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;}

.sws-button, .sws-button span, .sws-button a:focus, .sws-button a:hover, .sws-button a:active {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none !important;
}
.sws_btn_medium {
font-size:14px;
margin: 3px 5px 5px;
}




.post-5 .icl_post_in_other_langs, .post-2532 .icl_post_in_other_langs{display:none}


a:hover{color:#1778C3}


#post-669 h1, #post-669 #switch{display:none}

.wpcf7-submit{
	background:#3B3F89;
	border: 2px solid rgba(33, 68, 72, 0.59);
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);color:#fff;border:0; width:80px
}
.wpcf7-submit:hover {
	background:#1778C3; 
}

a[href*=".doc"]{
	background: url(images/word.png) no-repeat left center; padding-left:20px;
}

a[href*=".pdf"]{
	background: url(images/pdf.png) no-repeat left top; padding-left:20px;
}


.safemail a{
	background: url(images/email.png) no-repeat left center; padding-left:20px;
}

#ie8 .entry-content ol li{
	margin-left:28px
}

.indented{
	padding:0 3em
}

tbody {
	border:1px solid #f6f6f6
}
th[scope="col"] { 
	background:#eee
}
th[scope="row"] {
	background:#eee
}
.news_title {
	float:left; 
	line-height:16px;
}
.news_title a{
	font-weight:bold;
}
.setfineidt {
	padding-left:30px;
}

.secondary-narrow .widget-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000;
	font-weight:bold;
	text-transform:none;
	border-top:4px solid #3B3F89;
	border-bottom:1px solid #3B3F89;
	line-height:30px;
	padding:0 5px;
}

.page-id-38 #content-narrow{height:500px}

.appointment {
	border-bottom:1px solid #E3C313;
	border-top:4px solid #E3C313; 
	text-align:left;
	width:960px;
	line-height:2.1em;
	padding-left:4px;}





.intro-title{
	font-weight:bold;
	border-top:4px solid #3B3F89;
	border-bottom:1px solid #3B3F89;
	line-height:30px;
	padding:0 5px;
	text-align:center;
	width:500px;
	margin:0 auto;}

.intro-text{
	width:500px;
	margin:0 auto;
	background:#f6f6f6;
	padding:5px;
}
.intro-div{
	width:350px;
	height:20px;
	border-right:1px solid #3B3F89
}
.dot{background:url('images/dotted.png') no-repeat center center ;
width:40px;
}
.complaint{
	border-bottom:1px solid #737015;
	border-top:4px solid #737015; 
	text-align:left;
	width:960px;
	line-height:2.1em;
	padding-left:4px;}

.complaint:hover {
	background: url('images/uparrow_avacado.png') no-repeat center bottom;
}

#nav li.complaint.current_page_item{
	background: url('images/uparrow_avacado.png') no-repeat 72px bottom;
}

#nav li.appointment.current_page_item {
	background: url('images/uparrow_cream.png') no-repeat 72px bottom;
}

#post-2.entry-title{display:none}

#error_title{float:left;font-size:30px;padding-left:10px;line-height:107px;}
#error_logo{float:left;}
#submitbtn{background:#eee;height:25px;border:1px solid #ddd;font-size:13px;font-weight:bold}
#submitbtn:hover{background:#3B3F89; color:#fff}
#home_link{text-align:right;float:right;padding:5px 0 0 8px;padding-top:6px\9;position:absolute;font-size:12px;}


#strip{width:160px;height:2px;background:#3B3F89;float:right;}
html[lang="fr-FR"] #strip{width:190px;}
#ie8:lang(fr) #strip{width:190px;}
#ie7:lang(fr) #strip{width:190px;}

#post-2061 .page-item-38{border: 0;
background: none;
text-align: left;}

#slide-frame{
border: 1px solid #CDCDCD; height: 238px; }
#welcome-header{
padding: 4px 14px; border:1px solid #ccc}
#welcome-header h2{margin:0}
#welcome-content{
font-size: 13px; color: #000; padding-right: 3px;
}
#slide-image{
float: left; width: 50%; 
padding: 15px 0 10px 0;margin-right:10px
}

#printfont{font-size:12px; height:20px;min-width:700px;}

#results{padding:0 10px}
.search #primary a{font-weight:bold}
.url{font-size:13px}
#required {color:#c00;}

.search p,#result_report{margin:1em}
{margin:1em}
h2{margin:1em 0}
.search .mainArea p {margin:0}


.page-id-2151 .entry-content ul li a,
.page-id-5055 .entry-content ul li a{font-size:95%}
.page-id-2151 .entry-content h2,
.page-id-2151 .entry-content h3,
.page-id-5055 .entry-content h2,
.page-id-5055 .entry-content h3{
border-bottom: 1px solid #ccc;
padding-top: 10px;}
ul.indent {padding-left:24px}

.page-id-2151 table,
.page-id-5055 table{width:960px}
form#subscribe br {display:none;}
form#subscribe .style1 {width:200px}




td.width2 {width:480px}
td.width3 {width:320px}

.searchbox .gray{background:#ccc}
.searchbox  fieldset{border:0}
h2.search_fr {padding-left:14px}
form.searchbox{padding-left:8px}

#canlii{padding:0}
#canlii-rss li{margin-left:1.5em; list-style:url('images/arrow.png');padding-bottom: 1em; border-bottom: 1px dotted #CCC}
#canlii-rss li a {font-weight: bold}


#sbox{
	margin:20px auto;
width: 265px;
height: 70px;
background: #eee;
color: #3b3f89;
font-family: 'Roboto Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid #ccc;
}

#sbox a {
color: #3b3f89;
width: 223px;
height: 28px;
display: block;
padding: 20px;
border: 1px solid #fff;
text-transform: uppercase;
font-size: 18px;
background: url(images/sbox.jpg) no-repeat 90% center;
}

#sbox a:hover,
#sbox a.fr:hover
 {
	text-decoration:none;
	color:#FFF;
	background: url(images/sbox-h.jpg) no-repeat 90% center #3b3f89;
	}

#sbox a.fr{
color: #3b3f89;
width: 223px;
height: 48px;
display: block;
padding: 10px 20px;
border: 1px solid #fff;
text-transform: uppercase;
font-size: 18px;
background: url(images/sbox.jpg) no-repeat 90% center;
line-height:1.4em
}



#nav .sub-menu {display:none; position:absolute; left: 0;padding-left: 0;margin-top:1px}
#nav li.current-menu-ancestor .sub-menu {display:inline}
#nav li.current-menu-item .sub-menu {display:inline}
#nav  li {border-bottom: 1px solid #3B3F89; padding:0 15px 0 3px;border-top: 4px solid #3B3F89; line-height: 2.1em;/*font-weight:bold*/}


#nav li a {display:block}
#nav .sub-menu li{font-weight: normal; padding:0 15px 0 3px; font-family:arial; text-transform:none;font-size: 13px;border: 0;}
#nav .sub-menu li.current_page_item, #nav .sub-menu li:hover {background: url('images/downarrow.gif') no-repeat center top #f6f6f6;}

#nav li.ap {border-bottom:1px solid #E3C313;border-top:4px solid #E3C313; padding: 0 11px; background:url(images/dotted.png) no-repeat left center}
#nav li.ap:lang(fr) {width:124px; padding:4px; line-height:16px;text-align:center;}

#nav li.jc{border-top:4px solid #737015;border-bottom:1px solid #737015; padding: 0 11px; background:url(images/dotted.png) no-repeat left center}
#nav li.jc:lang(fr) {width: 160px;line-height: 16px;padding: 4px;text-align:center;}
#nav li:lang(fr) {line-height:40px; padding:0 6px 0 3px;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
#nav li {/*padding:0 19px 0 3px; font-size:97%;*/}
#nav li:lang(fr) {/*padding:0 9px 0 3px;*/}
}

#nav .sub-menu li:lang(fr){line-height:2.5em;}
#nav li.fr-ocj {width: 133px;
line-height: 20px;
text-align: center;
padding: 0 4px;}

#nav li.fr-po {
width: 110px;
text-align: center;
line-height: 20px;
padding: 0 4px;}