/* CSS Document */
/*
Client Name:  Learning French in France
Description: LFIF theme developed by Tenacity Works in sunny Cape Town.
Author: Tenacity Works
Author URI: http://www.tenacityworks.com/
Vesrion 1.0
.
*/

/*Eric Meyer's CSS Reset*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color:#333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
tbody,td,th {
	font-size: 12px;
	color: #0B3760;
	border: solid 1px #A20825;
	width: 600px;
	padding: 10px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
img{
	padding:o;
}

del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li a,a:visited {
	color:#666666;
	text-decoration:underline;
	font-size:100%;
	font-weight:normal;
}
ul li a:hover {
	color:#A20825;
	text-decoration:underline;
	
}

ul li ul li a:hover {
	color:#A20825;
	text-decoration:underline;
	
}
 ul li ul li a,a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
	
}
/*General*/
html,body{
	min-height: 100%;
	font-size:100.01%;
	}
body {
	background: #C9C9C9 url(images/lfif_bg01.png) repeat-x left top;
	line-height:1;
}
a, a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color:#A20825;
	text-decoration:underline;
}
.clr{
	clear:both
}
strong {
	font-weight:bold;
	}
/*Structural*/
#siteBox{
	width:960px;
	min-height:500px;
	margin:0 auto;
}
#logoBox{
	width:960px;
	height:163px;
	background:url(images/lfif_mast_msm.jpg) no-repeat top right;
}
.navBox{
	width:960px;
	height:42px;
	float: right;
	background-image: url(images/lfif_nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#nav {position:relative; z-index:500; }
#nav, #nav ul {padding:0; margin:0 auto; list-style:none;}
#nav ul, #nav span {display:none;}

#nav li  { 
	float:left;
	 position:relative;	
}
#nav li a{
	color:#666666;
	font-weight:normal;
}
#nav li a:hover{
	color:#A20825;
	font-weight:normal;
}
#nav li .selected{
	color:#0B3760;
}
#nav li a {text-decoration:none; font-family:Verdana; font-size:13px; white-space:nowrap; }
#nav li b {display:block; cursor:pointer; height:15	px; float:left; font-weight:bold;  margin:10px 12px 0px; padding-top:5px;} 
#nav li.first b {display:block; cursor:pointer; height:15px; float:left; font-weight:bold;  margin:10px 13px 0px 26px;  padding-top:5px;} 
#nav li.last b {display:block; cursor:pointer; height:15px; float:left; font-weight:bold;  margin:10px 26px 0px 13px;  padding-top:5px;} 
#nav li a b.clicked {color:#A20825;}

#nav li ul {
	position:absolute;
	left:2px;
	top:38px;
	height:auto;
	float:left;
	padding:2px;
	opacity: 0.9;
	filter: alpha (opacity=90);
	font-family:Verdana;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #938E83;
	border-bottom-color: #C51D3D;
	background-color: #FFFFFF;
}
#nav li ul.w1 {width:165px;}
#nav li ul.w2 {width:140px;}
#nav li ul.w3 {width:140px;}
#nav li ul.w4 {width:140px;}
#nav li ul.w5 {width:150px;}

#nav li ul li {
	float:none;
}
#nav li ul li a {
	display:block;
	height:15px; 
	line-height:10px; 
	padding:2px 5px; 
	color:#000; 
	font-size:12px; 
	background:none;
	
}
#nav li ul li a:hover {
	color:#fff;
	background-color: #00376E;
	font-weight:normal;
	}	
.lfifForm input,
.lfifForm textarea,
.lfifForm select {
	padding:3px;
	margin-top: 11px;
	margin-right: 9px;
	float:left;
	border:1px solid #938E83;
	font:12px Helvetica,sans-serif;
	color:#ffffff;
	background-color: #B3ADA3;
}

.lfifForm input:hover,
.lfifForm textarea:hover,
.lfifForm select:hover	{
	color:#B3ADA3;
	border: 1px solid #938E83;
	background:#938E83; 
}
.lfifForm input:focus,
.lfifForm textarea:focus,
.lfifForm select:focus	{ 
	color:#666;
	border: 1px solid #938E83;
	background:#ffffff; 
}
.lfifForm textarea,
.lfifForm input {
	width:172px;
	height:12px;
}
#searchsubmit {
	width: 65px;
	height: 29px;
	margin: 0;
	border: 0;
	text-indent: -1000px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(images/butt_search.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:0 !important;
}
#contentBox{
	width:956px;
	min-height:300px;
	margin:10px 2px 0 2px;
}
#contentBox .heroBox{
	width:956px;
	height:214px;
	margin-bottom:10px;
	background-color:#0B3760;
}
.heroImage{
	float:left;
	width:956px !important;
	}
.heroDescript{
	width:280px;
	background:#0B3760;
	padding:15px;
	float:right;
	height:174px;
	}
.heroImage img{
	float:left;
	}
.heroDescript h2{
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal!important;
	padding-bottom:20px;
	}	
.heroDescript p{
	font-size:12px;
	color:#5B8DBF;
	font-weight:normal;
	padding:0 !important;
	line-height:150%;
	}
.readMore{
	}
#contentBox .leftCol{
	width:608px;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom: 15px;
	min-height:100px;
	padding:0px 20px 0 0;
	float:left;
	line-height:120%;
	font-size:95%;
}
#contentBox .leftCol h1 a,a:visited{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #0B3760;
	font-size:18px;
}
#contentBox .leftCol h1 a:hover{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #A20825;
	font-size:18px;
	
}
#contentBox .leftCol ul{
	margin-top:10px;
	
}
#contentBox .leftCol ul li{
	padding-bottom:10px;
	line-height:120%;
	font-size:95%;
	color: #333333;
	padding-left:25px;
    background: url(images/lfif_bullet.png) no-repeat;
	background-position:0px 1px;
}
#content .leftCol ul li a:hover {
	color:#A20825;
	text-decoration:underline;
	
}
#content .leftCol ul li a, a:visited {
	color:#666666;
	text-decoration:underline;
	
}

#content .leftCol ul li ul li a:hover {
	color:#A20825;
	text-decoration:underline;
	
}
#content .leftCol ul li ul li a,a:visited {
	color:#666666;
	text-decoration:underline;
	
}

#contentBox .rightCol{
	width:308px;
	margin-top:10px;
	min-height:100px;
	padding-bottom:50px;
	float:right;
	font-size:85%;
}
#contentBox .rightCol{
	padding-bottom:10px;
	margin-right:-10px;
}
#contentBox .rightCol ul{
	padding-top: 0;
}
#contentBox .rightCol  ul li{
	line-height:120%;
	padding-left:25px;
    background: url(images/lfif_bullet.png) no-repeat;
	margin-bottom:10px;
}
#contentBox .rightCol .rhcImage{
	padding-bottom:0;
	padding-right:0;
	border:#FFFFFF 1px solid;
	margin-bottom:10px;
}
#contentBox .rightCol h2 a,.rightCol h2 a:visited ul li {
	font-size: 16px;
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #A20825;
}
#contentBox .rightCol a,{
	padding-bottom:10px;
	}

#contentBox .rightCol a,.rightCol a:visited ul li {
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #0B3760;
	text-decoration:none;
	font-size: 100%;
	padding-bottom: 1px;
	font-weight:bold;
	display:block;
	line-height:120%;
}
#contentBox .rightCol a:hover {
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #A20825;
}
#footBox{
	font-family:Verdana;
	font-size:11px;
	color:#0B3760;
	text-decoration:none;
	width:956px;
	height:27px;
	margin:20px 2px 20px 2px;
	padding-left:12px;
	padding-top:7px;
	background:url(images/lfif_foot_bg.png) no-repeat top left;
}
#footBox a,a:visited{
	color:#0B3760;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
}
a:visited {
	color:#666666;
	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
	}
#footBox a:hover{
	font-size:11px;
	color:#A20825;
}
#footBox .footMeta{
	float:left;

}
#footBox .copyMeta{
	float:right;
	padding-right:24px;
}

/*Typography, Images & Lists*/
h1{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #0B3760;
	font-size:19px;
	padding:0 0 10px 0;
}
h2{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #A20825;
	font-size:16px;
	padding:10px 0 15px 0;
}
h2 a, a:visited {
	font-weight: bold;
	color: #A20825;
	text-decoration:none;
}
h2  a:hover{
	font-weight: bold;
	color: #0B3760;
	text-decoration:none;
}


h3{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #0B3760;
	font-size:14px;
	padding:0 0 10px 0;
	}

h4{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #A20825;
	font-size:12px;
	padding:10px 0 15px 0;
}
.blog h3{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #0B3760;
	font-size:16px;
	padding:0 0 10px 0;
	}
.blog h3 a, a:visited{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #A20825;
	font-size:16px;
	}
.blog h3 a:hover{
	font-weight: bold;
	font-family:Verdana, "Verdana Ref", sans-serif;
	color: #0B3760;
	font-size:16px;
	}
p a, a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight: normal;
	}
p  a:hover{
	color: #A20825;
	text-decoration:underline;
	font-weight: normal;
	}

p{
	padding-bottom: 20px;
}
.rsswidget img{
  	 display:none;
  }
 .ngg-widget img {
	padding-bottom:5px;
 }
 .ngg-gallery-thumbnail img:hover {
	background-color:#6699CC !important;
