/*
Item Name : jQuery Sticky Footer 
Author URI : http://themeforest.net/user/Keliah
Version : 1.0
*/

/*

TABLE OF CONTENTS

1. Footer General Styling
2. Drop Up Containers
3. Columns Grid
4. Footer Typography
5. Trigger Button
6. Colored Elements

*/



/*  _____________________________________________________________________________

    1. FOOTER GENERAL STYLING
    _____________________________________________________________________________  */



#fancyfooter {
	background:url("../images/footer/footer_bg.png") bottom repeat-x #0C0C0C;
	position: fixed;
	z-index: 990;
	bottom: 0px;
	margin:0 auto;
	list-style:none;
	width: 980px;
	left:50%;
	margin-left:-490px;
	height: 35px;
	border: 1px solid #000000;
	padding:0px;
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
	-moz-box-shadow: 0px 0px 5px #222222;
	-webkit-box-shadow: 0px 0px 5px #222222;
	box-shadow: 0px 0px 5px #222222;
}
#fancyfooter li {
	float:left;
	border-right:1px solid #191919;
	font-size:12px;
}
#fancyfooter li:hover {
	background-color:#121212;
}
#fancyfooter li:hover a {
	color:#dddddd;
}
#fancyfooter li a {
	color:#bbbbbb;
	font-size:12px;
	text-decoration:none;
	padding:11px 15px 12px 15px;
	display:block;
}

#fancyfooter li a span{ color: #f4990c; }
		#fancyfooter li .dropup {
			padding-right:40px;
			background:url("../images/footer/arrow.png") no-repeat right 15px;
		}

#fancyfooter li .footer_dropup {
	position: absolute;
	left:-9999em;
}
#fancyfooter li:hover div.footer_dropup  {
	display: block;
	padding:15px 0px 0px 0px;
	margin: 0 0 0 -1px;
	left:auto;
	bottom:35px; /* Equal height of the footer */
	background-color:#121212;
	border-bottom:none;
	-moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
#fancyfooter #footer_home a {
	padding-top:0 !important;
}



/*  _____________________________________________________________________________

    2. DROP UP CONTAINERS
    _____________________________________________________________________________  */



#fancyfooter .drop1column {width: 80px;}
#fancyfooter .drop2columns {width: 160px;}
#fancyfooter .drop3columns {width: 240px;}
#fancyfooter .drop4columns {width: 320px;}
#fancyfooter .drop5columns {width: 400px;}
#fancyfooter .drop6columns {width: 480px;}
#fancyfooter .drop7columns {width: 560px;}
#fancyfooter .drop8columns {width: 640px;}
#fancyfooter .drop9columns {width: 720px;}
#fancyfooter .drop10columns {width: 800px;}
#fancyfooter .drop11columns {width: 880px;}
#fancyfooter .drop12columns {width: 960px;}



/*  _____________________________________________________________________________

    3. COLUMNS GRID
    _____________________________________________________________________________  */



#fancyfooter .col_1,
#fancyfooter .col_2,
#fancyfooter .col_3,
#fancyfooter .col_4,
#fancyfooter .col_5,
#fancyfooter .col_6,
#fancyfooter .col_7,
#fancyfooter .col_8,
#fancyfooter .col_9,
#fancyfooter .col_10,
#fancyfooter .col_11,
#fancyfooter .col_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 18px;
}
#fancyfooter .col_1 {width:50px;}
#fancyfooter .col_2 {width:130px;}
#fancyfooter .col_3 {width:210px;}
#fancyfooter .col_4 {width:290px;}
#fancyfooter .col_5 {width:370px;}
#fancyfooter .col_6 {width:450px;}
#fancyfooter .col_7 {width:530px;}
#fancyfooter .col_8 {width:610px;}
#fancyfooter .col_9 {width:690px;}
#fancyfooter .col_10 {width:770px;}
#fancyfooter .col_11 {width:850px;}
#fancyfooter .col_12 {width:930px;}

.clear, .clear_push {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear_push { /* Use this one to "clear" and add some space */
	height: 12px;
}

#fancyfooter .col_5 p{ margin-bottom: 10px; }


/*  _____________________________________________________________________________

    4. FOOTER TYPOGRAPHY
    _____________________________________________________________________________  */



#fancyfooter p, #fancyfooter h1, #fancyfooter h2, #fancyfooter h3, #fancyfooter h4, #fancyfooter h5, #fancyfooter h6 {
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000;
	margin:0; padding: 0;
}
#fancyfooter h1, #fancyfooter h2 {
	padding-bottom:12px;
}
#fancyfooter h1, #fancyfooter h2, #fancyfooter h3 {
	margin-bottom:18px;
}
#fancyfooter h4, #fancyfooter h5, #fancyfooter h6 {
	margin-bottom:12px;
}
#fancyfooter h1 {
	font-size:36px;
	line-height:36px;
}
#fancyfooter h2 {
	font-size:30px; 
	line-height:42px;
}
#fancyfooter h3 {
	font-size:28px; 
	line-height:28px;
}
#fancyfooter h4 {
	font-size:21px; 
	line-height:24px;
}
#fancyfooter h5 {
	font-size:18px; 
	line-height:28px;
}
#fancyfooter h6 {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:14px; 
	line-height:18px; 
	text-transform:uppercase;
}

/* Separator */

#fancyfooter hr {
	border-top:1px solid #000;
	border-bottom:1px solid #222;
	border-left:none;
	border-right:none;
	height: 1px;
	margin-bottom:16px;
	margin-top:0px;
}

/* Simple Lists */

#fancyfooter li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#fancyfooter li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	border:none;
}
#fancyfooter li div.footer_dropup a, #fancyfooter li ul li a {
	padding:0;
	margin:0;
	display:inline;
}
#fancyfooter li ul li:hover {
	color:#ffffff;
}

/* Other Lists */

#fancyfooter ul.list, #fancyfooter ul.list2, #fancyfooter ol.num, #fancyfooter ol.num2 {
	margin:5px 0 18px 30px; 
	color:#ffffff;
	font-size:12px;
}
#fancyfooter ul.list li, #fancyfooter ul.list2 li, #fancyfooter ol.num li, #fancyfooter ol.num2 li{
	margin:0;
	padding:0 0 0 5px;
	line-height:24px;
	border:none;
}
#fancyfooter .list li {
	list-style:square;
}
#fancyfooter .list2 li {
	list-style:square;
}
#fancyfooter .num li {
	list-style:decimal;
}
#fancyfooter .num2 li {
	list-style:upper-latin;
}

#fancyfooter li div.footer_dropup ul.list li a, 
#fancyfooter li div.footer_dropup ul.list2 li a, 
#fancyfooter li div.footer_dropup ol.num li a, 
#fancyfooter li div.footer_dropup ol.num2 li a {
	color:#bbbbbb;
}
#fancyfooter li div.footer_dropup ul.list li a:hover, 
#fancyfooter li div.footer_dropup ul.list2 li a:hover, 
#fancyfooter li div.footer_dropup ol.num li a:hover, 
#fancyfooter li div.footer_dropup ol.num2 li a:hover {
	color:#dddddd;
}

#fancyfooter .black_box, #fancyfooter .black_box2 {
	background-color:#0C0C0C;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:6px 8px 6px 8px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#fancyfooter .black_box {
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

/* Paragraphs with Icons */

#fancyfooter .calendar, #fancyfooter .note, #fancyfooter .help, #fancyfooter .delete, #fancyfooter .favorite, #fancyfooter .lock, #fancyfooter .archive, #fancyfooter .briefcase, #fancyfooter .search, #fancyfooter .user {
	padding-left:36px; 
	margin-bottom:18px;
}
#fancyfooter .calendar {background:url("../images/footer/icons/calendar.png") no-repeat 0px 5px}
#fancyfooter .note {background:url("../images/footer/icons/note.png") no-repeat 0px 5px}
#fancyfooter .archive {background:url("../images/footer/icons/archive.png") no-repeat 0px 5px}
#fancyfooter .search {background:url("../images/footer/icons/search.png") no-repeat 0px 5px}
#fancyfooter .help {background:url("../images/footer/icons/help.png") no-repeat 0px 5px}
#fancyfooter .delete {background:url("../images/footer/icons/delete.png") no-repeat 0px 5px}
#fancyfooter .favorite {background:url("../images/footer/icons/favorite.png") no-repeat 0px 5px}
#fancyfooter .lock {background:url("../images/footer/icons/lock.png") no-repeat 0px 5px}
#fancyfooter .briefcase {background:url("../images/footer/icons/briefcase.png") no-repeat 0px 5px}
#fancyfooter .user {background:url("../images/footer/icons/user.png") no-repeat 0px 5px}

/* Image Shadow Effect */

#fancyfooter .imgshadow {
	background:#000000;
	padding:4px;
	border:1px solid #222222;
	margin-top:3px;
	margin-bottom:18px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}

/* Paragraphs with side images */

#fancyfooter .img_left {
	float:left;
	margin-right:12px;
}
#fancyfooter .img_right {
	float:right;
	margin-left:12px;
}

/* Paragraphs with borders */

#fancyfooter .dark, #fancyfooter .brown, #fancyfooter .yellow, #fancyfooter .red, #fancyfooter .blue, #fancyfooter .green {
	padding-left:15px; 
	color:#cccccc; 
	margin-bottom:18px;
}
#fancyfooter .dark {border-left:#3B3B3B solid 7px}
#fancyfooter .brown {border-left:#8D8767 solid 7px}
#fancyfooter .yellow {border-left:#DBA742 solid 7px}
#fancyfooter .red {border-left:#C05D48 solid 7px}
#fancyfooter .blue {border-left:#52878B solid 7px}
#fancyfooter .green {border-left:#B0BD85 solid 7px}

/* Simple Tables */

#fancyfooter #table_dark {
	width:100%;
	padding:0;
	margin:6px 0 18px 0;
	font-size:12px;
}
#fancyfooter #table_dark th {
	text-align:left; 
	padding:12px 9px 12px 9px; 
	font-weight:bold; 
	font-size:12px;
}
#fancyfooter #table_dark {
	border:1px solid #000; 
	border-bottom:none;
}
	#fancyfooter #table_dark th {
		color:#FFF; 
		border-bottom:1px solid #000; 
		background:#0D0D0D;
	}
	#fancyfooter #table_dark td {
		border-bottom:1px solid #000; 
		background:#0F0F0F; 
		padding:12px 9px 12px 9px; 
		color:#DDD;
	}

/* Social Icons */

#fancyfooter li#social {
	float:right; /* Positionning of the social icons container */
	width:auto;
	margin:7px 45px 0px;
	padding:0px;
	border:none;
}
#fancyfooter li#social:hover {
	background:none;
}
#fancyfooter #social li {
	margin-right:10px; /* 12px is the space between each one of them */
	float:left;
	background:none;
	border:none;
	width:20px;
	height:20px;
	padding:0px;
}

/* Tooltips for social icons */

a.tooltip:hover {
	text-decoration:none;
}
a.tooltip span { /* The "span" defines the text appearing on mouse hover, these are basic stylings */
	display:none;
	padding:0px 7px 5px 7px;
	bottom:30px;
	position:relative;
	height:24px;
	width:55px;
	text-align:center;
	background:url("../images/footer/tooltip.png") no-repeat center top;
	position:absolute;
	color:#dddddd;
	font-size:12px;
	margin-left:-24px;
}
a.tooltip:hover span {
	display:block;
}



/*  _____________________________________________________________________________

    5. TRIGGER BUTTON
    _____________________________________________________________________________  */



a#footer_trigger{
	position: fixed;
	z-index:991;
	margin:0 auto;
	left:50%;
	margin-left:447px;
	bottom: 0px; 
	width:35px;
	height:35px;
	background:url("../images/footer/footer_button_up.png") right no-repeat #121212;
	display: block;
	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

a#footer_trigger.active {
	background:url("../images/footer/footer_button_down.png") right no-repeat #121212;
}



/*  _____________________________________________________________________________

    6. COLORED ELEMENTS
    _____________________________________________________________________________  */



/* Links within the content */

#fancyfooter li div.footer_dropup a {color:#6a82a3;}
#fancyfooter li div.footer_dropup a:hover {color:#536987;}
