/**css style sheet (two sections)for Learn French Avec Moi dated January 2015**/
/**Updated by Pam Williamson March 2023**/
body {
	background: #fff;
	margin:0;
	padding:0;
    font:100%/18px Arial, Helvetica, sans-serif;; line-height:1.5em; 
    color: #101010;
}

* {
	margin:0;
	padding:0;
}
.center {
 text-align: center;
}
.style2 {
	font-family: "Lucida Handwriting";
	font-style: italic;
	color: #D32F2F;
	font-size: 18px;

}
/*colour red for style 2*/
.style1{
	font-family: "Lucida Handwriting";
	font-style: italic;
	color: #D32F2F;
	font-size: 22px;

}
.style3{
	font-family: "Lucida Handwriting";
	font-style: italic;
	color: #FF0000;
	font-size: 24px;

}

/*colour red for style 2*/

.quest1 {
	color: #2B0991;
	font-size: 1.9em;
	letter-spacing: 0px;
	font-weight:900;
	padding: 0 0 5px;
	margin: 0;
	font-style:oblique;
	font-family: "Bradley Hand ITC"
}/*very dark blue*/
.label{
	font-family: Arial, Helvetica, sans-serif;;
	font-size:14px;
}
img{
	max-width:100%;
	height: auto;
}

 /*images*/

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:60%;
  margin-bottom:22px;
}

/** element defaults responsive **/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
 
}

table tr {
  background: #fff;
  border: 1px solid #ddd;
  padding: .35em;
}

table th, table td {
  padding: .625em;
  text-align: left;
  border: 1px solid #ddd;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: none;
}



code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-family: "Lucida Grande", sans-serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.7em;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;;
}

a, 
.sidebar li ul li a.readmore {
	color: #660039;
}

a:hover,
.sidebar li ul li a.readmore:hover {
	color: #7F577A;
}

a:focus {
	outline: none;
	color: #660039;
	font-weight:bold;
}


a.button { 
    background-color: #660039;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #576680;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}
span.required {
	color: #ff0000;
}



h1{
    font-family: "Lucida Handwriting";
    color: #D32F2F;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}
h2{
	font-family: "Lucida Handwriting";
	color: #D32F2F;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
}
h4 {
    font-family: Cambria, Arial, sans-serif;
    color: #101010;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

h6{
	color: #101010;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #101010;
}
h7  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom: 10px;
	font-size: 16px;
	color: #101010;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
	font-family: "Lucida Grande", sans-serif;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	width:1000px;
	margin: 0 auto;
}

#container {
	background-color: #ffffff;
	width: 1020px;
	border-left: 20px solid #0055a4;
	border-right: 20px solid #ed2939;
	margin: 0 auto;
}

header {padding: 5px;}

header h1 a, header h1 a:hover {
    color: #fff;
	background-color: #B998B5;
    font-size: 55px;
	padding: 10px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: lowercase;
}
nav {
	border-top: 2px solid #0055A4;
	border-bottom: 2px solid #0055A4;
	height: 56px;
	background-color: #0055A4;

}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}


nav ul li a {
    color: #fff;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    margin-top:8px;
	font-weight: 100;
    padding: 10px 17px;
    text-decoration: none;
}
nav ul li.selected a,
nav ul li.selected a:hover { 
	color: #ED2939;
	background-color: #a3c2de;
	font-weight:normal;
	text-decoration: underline;
}


nav ul li a:hover {
	color: #ED2939;
	text-decoration: underline;
}


img.header-image { padding-top: 10px;
			margin-bottom: -3px; }

#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
    width: 71%;
}

article {
    padding: 10px 10px 20px 5px;
	margin-left:5px;
 }

article h2 { 
	font-weight: bold;
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}

.sidebar {
    float: right;
    width: 28%;
	margin-top: 10px;
	margin-right:5px;
	margin-left:5px;

}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 20px;
	font-weight: 100;
	color: #444;
	padding: 12px;
	background-color: #fff;
	border-bottom: 3px solid #D1D3C5;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13.5px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

.sidebar li ul li a:hover {
	color: #000;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}


.clear {
	clear: both;
}
/****************************footer************************/
footer {
	margin:20px auto 0;
}
footer, footer a{color:#2B0991;}
footer a:hover{color:#ef4135;}

footer p {
	text-align: left;
	color: #2B0991;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

footer p a {
	color:#2B0991;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;

}

footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;

}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
	color: #2B0991;
    font-size: 13px;
    text-decoration: underline;
}

footer .footer-content li a:hover { 
	color: #2B0991;
}

footer .footer-content h4 {
   color: #2B0991;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}
#copyright{ width:100%; display:inline-block; text-align:left;padding:8px 0px; font-size:12px; color:#2B0991;border-top: 1px solid #ccc;
}
.webdesign {font-size:10px;}

.Youtube {
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	
}

/*fully responsive tables*/
@media screen and (max-width: 639px) {

h1 {
	font-family: "Lucida Handwriting";
	text-align: center;
	color: #D32F2F;
}
table { border: 0; }

table thead { display: none; }

table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}

table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: right;
}

table td:before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
  text-transform: none;
}

table td:last-child { border-bottom: 0; }

}


@media screen and (max-width: 740px) {

	header h1 a { font-size: 35px; padding: 5px; }

h1 {
	font-family: "Lucida Handwriting";
	text-align: center;
	color: #D32F2F;
}

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	header { padding: 10px; }

	#content, .sidebar { float: none; width: auto; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {
 h1 {
	font-family: "Lucida Handwriting";
	text-align: center;
	color: #D32F2F;
}
	nav ul li { float: none; background:url(../images/menu-bg.jpg) repeat-x; text-align:center; }
	nav ul li a { font-size: 18px; }
	nav { height: auto; }

}

