/*

TABLE OF CONTENTS

01 FOOTER - GENERAL STYLES
02 FOOTER - DROP DOWN MENU (DROP UP)
03 FOOTER - COLUMNS CONTENT

*/



/*  _______________________________________

	01 FOOTER - GENERAL STYLES
    _______________________________________  */



/* The #superfooter must stick to the bottom of the page, the fixed positionning is here necessary.
   If you modify the width of the superfooter, you'll need to change the margin-left value to center it.
   This value must be 50% of your width + 10px (because of the padding) */
   
#superfooter {
	position: fixed;
	bottom: 0px;
	margin:0 auto;
	width: 840px;
	left:50%;
	margin-left:-430px;
	height: 60px;
	background:#161616;
	border-top: 1px solid #FFFFFF;
	padding:0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 0px #000;
	z-index:10000;
	/* CSS3 Stylings - Creates the double top border */
	-moz-box-shadow: 0px -1px 0px #3D81A8;
	-webkit-box-shadow:  0px -1px 0px #3D81A8;
    box-shadow:  0px -1px 0px #161616;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	/* CSS3 Stylings - Creates the gradient background */
	background: -moz-linear-gradient(top, #FFFFFF, #5C7685);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#5C7685));
}

/* General typography stylings, paragraphs and H2 tags */

#superfooter h2 {
	font-size:24px;
	line-height:15px;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight:500;
	padding:7px 10px;
}
#superfooter p {
	color:#5C7685;
	font-size:14px;
	padding:10px;
	line-height:15px;
	float:left;
}
#superfooter a {
	color:#FFFFFF0;
	text-decoration:none;
}

#superfooter .strong { /* Forcing a bold text */
	font-weight:bold;
}
#superfooter .italic { /* Forcing an italic text */
	font-style:italic;
}


/* Images containers */

#superfooter .imgshadow { /* Better style on dark background */
	background:#FFFFFE;
	padding:4px; /* Makes the light borders thanks to the background color */
	border:1px solid #3D81A8;
	margin-top:5px;
	/* CSS3 shadow */
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
#superfooter .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 0px;
}
#superfooter .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:5px 0px 5px 15px;
}

/* Black background text box */

#superfooter .black_box {
	background-color:#111111;
	padding:4px 6px 4px 6px;
	margin-bottom:6px;

	/* CSS 3 Rounded Corners */
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	/* CSS 3 Inset Shadow */
	-webkit-box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
	box-shadow:inset 0 0 5px #000000;
}

/* Social Icons */

#superfooter #social {
	float:right; /* Positionning of the social icons container */
	width:auto;
	margin:5px 15px 0px;
	padding:0px;
	overflow:hidden;
}
#superfooter #social li {
	margin-right:12px; /* 12px is the space between each one of them */
	_margin-right:0px; /* IE6 only */
	float:left;
	width:24px;
	padding:0px;
	height:32px;
	list-style-type: none;
}
#superfooter #social li:hover {
	margin-top:-1px; /* Icons move 1px up on hover, you can remove this if you don't like */
}

/* Tooltips for social icons */

a.tooltip:hover {
	text-decoration:none;
}
/* The "span" defines the text appearing on mouse hover, these are basic stylings */
a.tooltip span {
	display:none;
	padding:5px;
	bottom:44px;
	position:relative;
	width:55px;
	text-align:center;
	/* CSS3 Rounded Corners */
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.tooltip:hover span {
	display:block;
	position:absolute;
	border:1px solid #3D81A8;
	background:#181818;
	color:#dddddd;
	font-size:12px;
	margin-left:-20px;
}



/*  _______________________________________

	02 FOOTER - DROP DOWN MENU (DROP UP)
    _______________________________________  */



#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
	z-index:10000;
}
#footer_menu li {
	list-style: none;
	float: left;
	font-size:13px;
	padding: 12px 14px 14px 14px;
	border-right:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	background:#FFFFFF;
	
	/* CSS3 Stylings - Creates the gradient background */
	background: -moz-linear-gradient(top, #3D81A8, #1E4087);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3D81A8), to(#1E4087));
}
#footer_menu li:hover {
	background:#000066;
	/* CSS3 Stylings - Creates the gradient background */
	background: -moz-linear-gradient(top, #3D81A8, #000066);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3D81A8), to(#1E4087));
}
#footer_menu li a {
   display: block;
   color: #cccccc;
   text-decoration: none;
}
#footer_menu li a:hover {
   color: #FFFFFF;
}
#footer_menu .imgmenu { /* Used for the home item, text is here hidden and replaced by an image */
    padding:5px 8px 0px 14px;
    border:none;
    background:none;
}
#footer_menu .imgmenu a { /* Used for the home item, text is here hidden and replaced by an image */
    background:url("img/home.png") top left no-repeat;
    width:36px;
    height:30px;
}
#footer_menu .imgmenu:hover {
    background:none;
}
#footer_menu .imgmenu a:hover {
    background:url("img/home2.png") top left no-repeat;
}

/* Drop Up */

/* You may have heard about drop down menus, the principle is here the same except that
   the content is going up instead of down */
   
#footer_menu li ul.dropup {
   display: none; 
   width: 10em; /* Width for Opera */
   z-index:10000;
   width:auto;
}
#footer_menu li:hover ul.dropup  {
	display: block;
	position: absolute;
	margin: 0 0 0 -16px;
	bottom:59px; /* Distance to the bottom of the browser */
	background-color:#222222;
	border: 1px solid #111111;
	border-bottom:none;

	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
#footer_menu li:hover li { /* Drop up default lists */
	float: none;
	background:none;
	border:none;
	border-bottom:1px solid #3D81A8;
	padding:14px 10px 14px 10px;
}
#footer_menu li:hover a {
	color: #aaaaaa;
}
#footer_menu li:hover a:hover {
	color: #eeeeee;
}

/* Right Panel */

#footer_menu .right { /* Use the right class to push the content to the right */
	float:right;
	right:10px;
	z-index:10000;
}



/*  _______________________________________

	03 FOOTER - COLUMNS CONTENT
    _______________________________________  */



/* Following the principles of the 960 grid, we define here 3 containers
   which can contain from 1 to 3 columns */
   
#superfooter .dropdown_1column, 
#superfooter .dropdown_2columns, 
#superfooter .dropdown_3columns {
	margin:4px auto;
	position:absolute;
	padding:10px 5px 10px 5px;
	display:none;
	text-align:left;
	z-index:10000;
}

/* Drop Downs Sizes */

#superfooter .dropdown_1column {width: 140px;}
#superfooter .dropdown_2columns {width: 280px;}
#superfooter .dropdown_3columns {width: 420px;}

/* Showing Drop Down on Mouse Hover - Left aligned */

#footer_menu li:hover .dropdown_1column, 
#footer_menu li:hover .dropdown_2columns, 
#footer_menu li:hover .dropdown_3columns {
	display: block;
	position: absolute;
	margin: 0 0 0 -16px;
	bottom:40px;
	background-color:#222222;
	border: 1px solid #111111;

	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

/* Columns sizes, they have to be placed within a dropdown_columns DIV */

#superfooter .col_1,
#superfooter .col_2,
#superfooter .col_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
#superfooter .col_1 {width:130px;}
#superfooter .col_2 {width:270px;}
#superfooter .col_3 {width:410px;}

/* Lists stylings */

#footer_menu li ul.simple { /* Reset stylings for other lists inside columns */
	margin-left:5px;
}
#footer_menu li ul.simple li {
	border:none;
	padding:0px;
	width:120px;
	line-height:24px;
	margin-left:5px;
}



