/* pgringette.ca */
@import url("/css/content.css");

/* pgringette.ca layout styles */
html, body, .page {
	min-height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	font: 80% Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	padding-bottom: 40px;
	background: #000 url(/layout/scanlines-bg.gif) left top;
}

#container {
text-align: left;
width: 782px;
margin: 0px auto;
background: #fff;
border: 1px solid #000;
border-bottom: 0px;
border-top: 0px;
}
#header {
	height: 40px;
	padding: 270px 0px 0px 10px;
	background: #000 url(/layout/PGRA-header.jpg) no-repeat center top;
	border-bottom: 1px solid #fff;
}
.lines {
	border-top: 3px solid #c10000;
	height: 1px;
	border-bottom: 3px solid #0201C1;
	overflow: hidden;
}
#page-heading {
height: 1em;
padding: 10px;
border-bottom: 1px solid #D9D9D9;
}
#left {
	width: 138px;
	padding: 10px;
	vertical-align: top;
border-right: 1px solid #D9D9D9;
overflow: hidden;
}
#main {
	padding: 10px 10px 40px;
	vertical-align: top;
overflow: hidden;
}
div.content {
clear: both;
}
td.wide {
	width: 600px;
	padding: 10px 10px 40px;
	vertical-align: top;
overflow: hidden;
}
.totop {
	display: block;
	color: #CC9900;
	font: bold 90% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px;
	padding: 8px 0px 0px 2px;
}
a.totop, a.totop:link, a.totop:visited {
color: #CC9900;
text-decoration: none;
background: url(/layout/icon-up.gif) no-repeat center top;
}
a.totop:hover {
color: #1B3A79;
text-decoration: none;
background: url(/layout/icon-up-over.gif) no-repeat center top;
}

#right {
	width: 180px;
	padding: 10px;
	vertical-align: top;
border-left: 1px solid #D9D9D9;
overflow: hidden;
}

#footer {
width: 782px;
margin: 0px auto;
border: 1px solid #000;
border-top: 0px;
background: #fff;
}
#footer-left {
	font-size: 90%;
	vertical-align: top;
text-align: left;
	padding: 10px 10px 20px;
}


#mag-net {
text-align: right;
width: 180px;
padding: 10px 10px 20px;
}
#max-logo {
display: block;
margin: 10px auto 0px;
text-align: right;
}
.printonly {
	position: absolute;
	left: -9999em;
}



/* WCRC 2008 TEMPLATE */
#wcrc2008 {
	background: #c0beca url(/layout/scanlines-bg2.gif) left top; /* Different bg on body */
}
#header-2008 {
	height: 295px;
	padding: 0 0 0 10px;
	background: #363c94 url(/layout/WCRC2008-header2.jpg) no-repeat center top;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}

#link-pgra img {
float: right;
margin: 0 23px 45px 0;
width: 150px;
height: 95px;
}
#link-bcra img {
float: right;
clear: right;
margin: 0 23px 20px 0;
width: 150px;
height: 100px;
background: url(/layout/bcra-logo.gif) no-repeat;
}

/* countdown clock */
#countdown {
clear: both;
float: right;
width: auto;
height: auto;
margin: 0 25px 10px 0;
text-align: right;
}
.clock { 
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: right;
}
.clock-sm {
color: #fff;
font-size: 10px;
}
.clock-text, .clock-text * {
color: white;
}
.welcome {
color: #fff;
font-size: 18px;
letter-spacing: 1px;
font-weight: bold;
text-align: right;
}

#nav2 {clear: both;}


/* pgringette.ca nav styles */
/* MAIN NAVIGATION -- HORIZONTAL POPOUT MENU */
#nav1, #nav1 ul {
	margin: 0px 2px 4px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	z-index: 100;
}
#nav1 li:hover, #nav1 li.hover { /* fix for IE7 sticky menu bug */
    position: static;
}

#nav1 a { /* all menu links */
	display: block;
	width: auto;
}
/* * html #nav1 a { width: 100%; height: 100%; }  IE hack */

#nav1 li { /* all list items */
	float: left;
	width: auto;  /* width needed in the #nav1 li selector or else Opera goes nuts */
	text-align: left;
}
/* * html #nav1 li { width: 10%; }  IE hack */

#nav1 li ul { /* second-level lists */
	position : absolute;
	left: -999em; /* hide sub-menus */
	width: 140px;
	margin: -0.5em 0px 0px 0.5em;
	background: #fff;
	border: 1px solid #000;
}
#nav1 li li {
	width: 140px;
	background-color: #fff;
}

#nav1 li ul ul { /* third-and-above-level lists */
	margin: -1.8em 0px 0px 124px;
}

#nav1 li a {
	display: block;
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 20px 5px 0px;
	background: url(/layout/pipe.gif) no-repeat 0px 8px;
}
#nav1 li li a { /* second-level and above links */
	color: #333;
	width: 132px;
	padding: 2px 4px;
	background-image: none;
}
#nav1 li a:hover, #nav1 li a:active {
	color: #D30000;
}
#nav1 li ul a:hover, #nav1 li ul a:active {
	background: #ccc;
}
a.nav-current {
	font-weight: bold !important; /* menu item for current page */
}
.nav-arrow {
	float: right;
	margin: -1em 0px 0px;
}
* html .nav-arrow { margin-top: -1.2em } /* IE Hack */

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li:hover ul ul ul ul, #nav1 li:hover ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul ul ul, #nav1 li:hover ul ul ul ul ul ul ul ul ul ul,
#nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul, #nav1 li.sfhover ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul ul ul, #nav1 li.sfhover ul ul ul ul ul ul ul ul ul ul { /* hide third-and-above-level lists */
	left: -999em;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li li li li:hover ul, #nav1 li li li li li:hover ul, #nav1 li li li li li li:hover ul, #nav1 li li li li li li li:hover ul, #nav1 li li li li li li li li:hover ul, #nav1 li li li li li li li li li:hover ul, #nav1 li li li li li li li li li li:hover ul,
#nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul, #nav1 li li li li.sfhover ul, #nav1 li li li li li.sfhover ul, #nav1 li li li li li li.sfhover ul, #nav1 li li li li li li li.sfhover ul, #nav1 li li li li li li li li.sfhover ul, #nav1 li li li li li li li li li.sfhover ul,  #nav1 li li li li li li li li li li.sfhover ul { /* show lists nested under hovered list items */
	left: auto;
}


/* SUBMENU */
#subnav {
font-size: 85%;
list-style: none;
margin: 0px;
padding: 0px;
font-weight: bold;
}
#subnav ul{
list-style: disc;
margin: 0px;
padding: 0px;
margin-left: 1.5em;
font-weight: normal;
}

/* SITE MAP */
#sitemap1, #sitemap2 {
list-style: none;
margin: 0px;
padding: 0px;
line-height: 2em;
font-weight: bold;
}
#sitemap1 ul, #sitemap2 ul {
list-style: disc;
margin: 0px;
padding: 0px;
margin-left: 2em;
font-weight: normal;
}


/* WCRC 2008 TEMPLATE MENU -- HORIZONTAL POPOUT MENU */
#nav2, #nav2 ul {
	margin: 0px 2px 4px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	z-index: 100;
}
#nav2 li:hover, #nav2 li.hover { /* fix for IE7 sticky menu bug */
    position: static;
}

#nav2 a { /* all menu links */
	display: block;
	width: auto;
}
/* * html #nav2 a { width: 100%; height: 100%; }  IE hack */

#nav2 li { /* all list items */
	float: left;
	width: auto;  /* width needed in the #nav2 li selector or else Opera goes nuts */
	text-align: left;
}
/* * html #nav2 li { width: 10%; }  IE hack */

#nav2 li ul { /* second-level lists */
	position : absolute;
	left: -999em; /* hide sub-menus */
	width: 140px;
	margin: -0.5em 0px 0px 0.5em;
	background: #fff;
	border: 1px solid #000;
}
#nav2 li li {
	width: 140px;
	background-color: #fff;
}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1.8em 0px 0px 124px;
}

#nav2 li a {
	display: block;
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 20px 5px 0px;
	background: url(/layout/pipe.gif) no-repeat 0px 8px;
}
#nav2 li li a { /* second-level and above links */
	color: #333;
	width: 132px;
	padding: 2px 4px;
	background-image: none;
}
#nav2 li a:hover, #nav2 li a:active {
	color: #D30000;
}
#nav2 li ul a:hover, #nav2 li ul a:active {
	background: #ccc;
}
a.nav-current {
	font-weight: bold !important; /* menu item for current page */
}
.nav-arrow {
	float: right;
	margin: -1em 0px 0px;
}
* html .nav-arrow { margin-top: -1.2em } /* IE Hack */

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li:hover ul ul ul ul, #nav2 li:hover ul ul ul ul ul, #nav2 li:hover ul ul ul ul ul ul, #nav2 li:hover ul ul ul ul ul ul ul, #nav2 li:hover ul ul ul ul ul ul ul ul, #nav2 li:hover ul ul ul ul ul ul ul ul ul, #nav2 li:hover ul ul ul ul ul ul ul ul ul ul,
#nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul, #nav2 li.sfhover ul ul ul ul, #nav2 li.sfhover ul ul ul ul ul, #nav2 li.sfhover ul ul ul ul ul ul, #nav2 li.sfhover ul ul ul ul ul ul ul, #nav2 li.sfhover ul ul ul ul ul ul ul ul, #nav2 li.sfhover ul ul ul ul ul ul ul ul ul, #nav2 li.sfhover ul ul ul ul ul ul ul ul ul ul { /* hide third-and-above-level lists */
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li li li li:hover ul, #nav2 li li li li li:hover ul, #nav2 li li li li li li:hover ul, #nav2 li li li li li li li:hover ul, #nav2 li li li li li li li li:hover ul, #nav2 li li li li li li li li li:hover ul, #nav2 li li li li li li li li li li:hover ul,
#nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul, #nav2 li li li li.sfhover ul, #nav2 li li li li li.sfhover ul, #nav2 li li li li li li.sfhover ul, #nav2 li li li li li li li.sfhover ul, #nav2 li li li li li li li li.sfhover ul, #nav2 li li li li li li li li li.sfhover ul,  #nav2 li li li li li li li li li li.sfhover ul { /* show lists nested under hovered list items */
	left: auto;
}



/* pgringette.ca Module CSS */

/* CONTACT LIST */
.contactlist-table {
border: 1px solid #666666;
border-bottom: 0px solid #666666;
}
.contactlist-field {
color: #888888;
font-weight: bold;
}
.contactlist-fname, .contactlist-lname, .contactlist-mname {
font-size: 1.1em;
font-weight: bold;
}

.contactlist-tdphoto {
text-align: left;
vertical-align: top;
background: #E0E0E0;
margin: 0em;
padding: 10px 10px 20px 10px;
border-bottom: 1px solid #666666;
}
.contactlist-tdphoto img {
border: 1px solid #333333;
margin: 0px;
}
.contactlist-tdtext {
text-align: left;
vertical-align: top;
background: #FFFFFF;
width: 100%;
margin: 0em;
padding: 1em;
border-bottom: 1px solid #666666;
}

.contactlist-form {
background: #FFFFFF;
border: 1px solid #666666;
margin: 0em;
width: 300px;
padding: 0em 1em 1em;
}

/* EVENTS CALENDAR */

table.events-table {
margin-top: 1em;
border-right: solid 1px #666666;
border-bottom: solid 1px #666666;
background: #FFFFFF;
width: 550px;
}
table.events-table td, table.events-table th {
border-top: solid 1px #666666;
border-left: solid 1px #666666;
margin: 0px;
padding: 2px 4px 4px 4px;
vertical-align: top;
}
table.events-table td a {
text-decoration: none;
}
td.events-months {
background-color: #E0E0E0;
font-size: 0.9em;
text-align: center;
}
.events-current-month {
}
td.events-arrow-month, td.events-arrow-year {
background-color: #E0E0E0;
font-size: 0.9em;
text-align: center;
vertical-align: middle;
}

td.events-header { /* month and year */
background-color: #E0E0E0;
}
td.events-header h2 { /* month and year */
color: #333333;
text-align: center;
margin: 0px;
padding-bottom: 4px;
}
.events-subheader { /* days of the week */
background-color: #D30000;
}
.events-subheader p { /* days of the week */
font-size: 90%;
color: #FFFFFF;
font-weight: bold;
text-align: center;
margin: 0px;
}
td.events-empty-day {
height: 70px;
width: 70px;
}
td.events-day {
height: 70px;
width: 70px;
font-size: 90%;
}
td.events-current-day {
background-color: #E0E0E0;
height: 70px;
width: 70px;
font-size: 90%;
font-weight: bold;
}
td.events-event-day {
font-size: 90%;
}
p.events-title {
font-size: 90%;
font-weight: normal;
text-align: left;
}
span.events-date {font-weight: bold;}
span.events-location {font-weight: bold;}

/* EVENTS SMALL CALENDAR */
 
.events-small-table {
border-right: solid 1px #666666;
border-bottom: solid 1px #666666;
margin-top: 1em;
background: #FFFFFF;
}
.events-small-table td, .events-small-table th {
border-top: solid 1px #666666;
border-left: solid 1px #666666;
margin: 0px;
padding: 2px;
text-align: center;
vertical-align: middle;
}
table.events-small-table td a {
text-decoration: none;
}
td.events-small-arrow-month {
background-color: #E0E0E0;
}
td.events-small-arrow-month a:link {
}
td.events-small-header { /* month and year */
background-color: #E0E0E0;
color: #333333;
}
td.events-small-header p { /* month and year */
font-weight: bold;
margin: 0px;
padding: 0px;
}
.events-small-subheader { /* weekday headings */
background-color: #D30000;
color: #FFFFFF;
font-size: 85%;
font-weight: bold;
}
td.events-small-empty-day {
}
td.events-small-current-day {
background-color: #E0E0E0;
font-weight: bold;
}
td.events-small-day {
}
td.events-small-event-day {
}

/* EVENTS LIST */
h1.events-categories {
border-bottom: solid 1px #999999;
}

/* EVENTS SMALL LIST */
div.events-small-list {
}
h2.events-small-list-category {
}
h3.events-small-list-title {
}

/* FAQ */
h2.faq-category {}
a.faq-anchor {
}
hr.faq-divider {}
td.faq-dropcap {
font-size: 1em;
font-weight: bold;
color: #A71B26;
margin: 0px;
padding-right: 0.5em;

}
td.faq-text {
margin: 0px;
padding-bottom: 1em;
}

/* FORMs */
.form-tdtext {width: 25%;}
.form-submitbtn, .form-resetbtn {
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
background: #aa2222;
border: 1px solid #661414;
border-right: 2px solid #332222;
border-bottom: 2px solid #332222;
height: 1.6em;
margin: 10px 0px;
padding: 0px 10px 2px;
}
.form-required {
color: #991E1E;
font-size: 0.9em;
}


/* NEWS STYLES */
h3.news-title {
margin-top: 0px;
}
p.news-headline {
clear: both;
}
span.news-date {
font-weight: bold;
display: block;
}

/*PHOTO GALLERY*/
table.photos-album-table {width: 95%;}
.photos-album {
background: #D9D9D9 url(/layout/gradient.gif) repeat-x;
border: 1px solid #000;

}
.photos-album-photobox {
float: left;
text-align: left;
margin: 0px;
width: 150px;
padding: 10px 20px 10px 20px;
vertical-align: top;
}
.photos-album-thumbnail {
border: 1px solid #000;
}
.photos-album-textbox {
float: right;
text-align: left;
vertical-align: top;
padding: 10px 20px 30px 0px;
width: 340px;
padding-bottom: 1em;
}
h2.photos-album-header {
margin: 0px;
padding: 5px 20px;
background: #000;
color: #fff;
font-size: 1em;
}
.photos-album-tdcaption p {
margin-right: 1em;
}
.photos-album-link {}
.photos-album-lastupdated {
font-size: 0.8em;
text-align: center;
width: 150px;
margin: auto;
float: left;
}
.photogallery-next {
display: block;
margin: -10px 0px 10px;
padding: 0px 0px 10px;}

/* Pop-up Window */
#photos-view-body {
width: 100%;
min-height: 100%;
background: #D9D9D9 url(/layout/gradient.gif) repeat-x;
}
.photos-view-photo, #photos-view-main img {
border: 1px solid #333;
}
.photos-fulllink {
font-size: 85%;
margin-top: 0px;
padding-top: 0px;
}
h2.photos-phototitle {
text-align: center;
}

/* Thumbnail View */
div.thumbnail a {
font-size: 85%;
}
div.thumbnail .photos-album-link {
font-size: 1em;
}
div.thumbnail-top {
margin-bottom: 1em;
}
h2.thumbnail-album-title {
margin-top: 0px;
}
table.thumbnail-table {
background: #D9D9D9 url(/layout/gradient.gif) repeat-x;
border: 1px solid #000;
width: 100%;
}
table.thumbnail-table td.thumbnail-pic {
padding: 10px;
vertical-align: top;
text-align: center;
}
td.thumbnail-pic img {
border: 1px solid #333;
margin-bottom: 0.5em;
}


/* Sorted Table */
h2.sortedlist-title {
}
table.sortedlist-table {
width: 99%;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
table.sortedlist-table td {
font-size: 85%;
border-top: 1px solid #000;
border-left: 1px solid #000;
margin: 0px;
padding: 2px;
text-align: left;
vertical-align: top;
}
td.sortedlist-heading {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
background: #000;
white-space: nowrap;
}
td.sortedlist-heading * {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
td.sortedlist-heading a:hover, td.sortedlist-heading a:active {color: #CCCCCC; }
.sortedlist-data1 {background: #E0E0E0;}
.sortedlist-data2 {background: #FFFFFF;}

/* RANDOM CONTENT */

div.random-box {
margin-left: 10px;
}

/* WHAT'S NEW */
div.whatsnew-box {
width: 178px;
display: block;
overflow: hidden;
margin: 0px;
padding-bottom: 1em;
background: #D9D9D9 url(/layout/gradient.gif) repeat-x;
border: 1px solid #000;
vertical-align: top;
}

h3.whatsnew-title {
color: #FFFFFF;
font-size: 85%;
margin-top: 0em;
margin-bottom: 0.5em;
padding: 4px;
background: #000;
}

div.whatsnew-row {
width: 100%;
margin: 0px;
padding: 0px;
}
a.whatsnew-page, a:link.whatsnew-page, a:visited.whatsnew-page {
text-decoration: none;
font-size: 85%;
text-transform: none;
font-weight: normal;
display: block;
float: left;
width: 100px;
margin: 0px;
padding: 0px 0px 0px 4px;
}
span.whatsnew-date {
font-size: 85%;
display: block;
float: left;
width: 64px;
margin: 0px;
padding: 0px 4px 0px 0px;
}