@import "main-advanced.css";


#en p[lang="fr"] {
	display: none;
}

#fr p[lang="en"] {
	display: none;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #505050;
	margin: 0px;
	padding: 0px;

}

.mainContent {

	background-image: url(/common/images/backgrounds/virtual.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
}

#subnav {

	color: #bbb;
	background-color: #505050;
	font-family: arial, geneva, sans-serif;

}

a:link, a:visited, a:hover, a:active { text-decoration: none; }

#label a:link, #label a:visited {

	color: #ddd;
	font-family: arial, geneva, sans-serif;
	font-size: 12px;	

}

#label a:hover, #label a:active {

	color: white;
	font-family: arial, geneva, sans-serif;
	font-size: 12px;	

}

#subnav a:link, #subnav a:visited,  
#copyright a:link, #copyright a:visited {
	color: #ddd;
 }

#subnav a:hover, #subnav a:active, 
#copyright a:hover, #copyright a:active {
	color: white;
 }

/* default link colours in content section */

#content a:link { color: #963; font-weight: normal; }
#content a:visited { color: #963; font-weight: normal; }
#content a:hover, #content a:active { color: #963; font-weight: normal; text-decoration: underline; }

#copyright {
	color: #999;
	background-color: #505050;
	font-family: arial, geneva, sans-serif;
	font-size: 12px;
}



#content ul {
	list-style-type: square;
}


#subnav {
	color: #bbb;
	background-color: #505050;
	
	font-family: arial, geneva, sans-serif;
	font-size: 13px;
	
	text-align: right;
	/* line-height lives in quappelle-advanced.css */
}
#subnav img { margin-right: 0; margin-left: auto; }

#subnav h2 {
	margin-top: 3em;  /* space out the sections */
	margin-bottom: 0;
}
#subnav h3 {
		margin-top: 2em;
		margin-bottom: 0;
}
#subnav blockquote {
	margin-right: 0;
	margin-left: 0;
	font-style: italic;
}
#subnav ul { 
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0;
	margin-left: 1em;
	padding-left: 0;
	text-align: right;
}
#subnav ul li {
	text-indent: -1em;
}

#subnav>li { /* Userland's non-standard nav links */
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0;
	margin-left: 1em;
	padding-left: 0;
	text-align: right;
}


#mainnav h1, #subnav h1, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { 
	font-family: arial, geneva, helvetica, sans-serif; 
}
h1 { font-size: 21px; font-weight: normal; }
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; margin-bottom: 0; }
h4 { font-size: 15px; font-weight: normal; margin-bottom: 0; }
h5 { font-size: 15px; font-weight: normal; margin-bottom: 0; }
h6 { font-size: 14px; font-weight: normal; }

q { quotes: '\201C' '\201D' '\2018' '\2019' ; }
q:before { content: open-quote; }
q:after { content: close-quote; }

q { font-style: italic; } /* italicize quotes for old browsers */
p>q, li>q { font-style: normal; } /* reset to normal for new browsers */
q q { font-style: normal; } /* nested quotes */

blockquote { 
	font-style: italic;
	margin-left: 1.5em; 
	margin-right: 1.5em;
}

dt { font-weight: bold; }
dd { margin-left: 1.5em; }

hr { height: 1px; color: #666;}


.caption, .captionShort, .captionMedia {	
	font-size: 11px;
	font-family: arial, geneva, sans-serif;
/* XXX - jgr
	margin-bottom: -0.5em; */
	color: #333;
	/* line-height lives in quappelle-advanced.css */
}

#content .caption, #content .captionShort, #content .captionMedia {
	color: #333;
}
/* #content .caption a:link, #content .caption a:visited, #content .caption a:hover, #content .caption a:active, 
#content .captionShort a:link, #content .captionShort a:visited, #content .captionShort a:hover, #content .captionShort a:active {
	color: #333;
} */
#subnav .caption, #subnav .captionShort, #subnav .captionMedia {
	color: #bbb;
}



.fineprint {
	font-size: 10px;
}

.leadin {
	font-family: arial, geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}

.callout {
	font-size: 13px;
	background-color: #fcfcfc;
	padding: 0.5em 1em;
}
.callout ul, #content .callout ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: 2em;
}

.nextlink {
	text-align: right;
}

.poem { 
	white-space: pre;
	font: inherit;
 }
 
.author { font-size: 13px; font-style: italic; }

.factsheet li {
	margin-bottom: 1em;
}

#content {
	
	padding: 0 80 0px 0px;
	font-size: 12px;
	color: black;
	background-color: transparent; 
	line-height: 1.75;
	
}

#content ul {
	list-style-type: square;
}


