#kv-footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 100%;
	margin: 0 0%;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}

*html #kv-footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #kv-footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#kv-footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#kv-footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}
#kv-footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;

}
html #kv-footpanel ul li a:hover{	background-color: #fff; }
html #kv-footpanel ul li a.active { /*--Active state when kv-subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to kv-subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the kv-subpanel--*/
	position: relative;
}

#kv-footpanel a.kyle{	
	background: url(http://api.kylev.net/bar/images/VS.png) no-repeat 5px center;
	width: 50px;
	padding-left: 31px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
#kv-footpanel a.home{	
	background: url(http://api.kylev.net/bar/images/icons/home.png) no-repeat 5px center;
	width: 140px;
	padding-left: 27px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(http://api.kylev.net/bar/images/icons/user.png) no-repeat center center;  }
a.youtube{	background: url(http://api.kylev.net/bar/images/icons/youtube.png) no-repeat center center;  }
a.twitter{	background: url(http://api.kylev.net/bar/images/icons/twitter.png) no-repeat center center;  }
a.facebook{	background: url(http://api.kylev.net/bar/images/icons/facebook.png) no-repeat center center;  }
a.linkedin{	background: url(http://api.kylev.net/bar/images/icons/linkedin.png) no-repeat center center;  }
a.bandcamp{	background: url(http://api.kylev.net/bar/images/icons/bandcamp.png) no-repeat center center;  }
a.wordpress{background: url(http://api.kylev.net/bar/images/icons/Wordpress.png) no-repeat center center;  }
a.contacts{	background: url(http://api.kylev.net/bar/images/icons/address-book.png) no-repeat center center; }
a.playlist{	background: url(http://api.kylev.net/bar/images/icons/document-music-playlist.png) no-repeat center center; }
a.videos{	background: url(http://api.kylev.net/bar/images/icons/film.png) no-repeat center center; }
a.mail{	background: url(http://api.kylev.net/bar/images/icons/mail.png) no-repeat center center; }
a.button{	background: url(http://api.kylev.net/bar/images/icons/mail.png) no-repeat center center; }
a.share{	background: url(http://api.kylev.net/bar/images/icons/at_symbol_16x16.gif) no-repeat center center; }
a.photos{	background: url(http://api.kylev.net/bar/images/icons/photo-album.png) no-repeat center center; }
a.calendar{	background: url(http://api.kylev.net/bar/images/icons/calendar-day.png) no-repeat center center; }
a.edit{	background: url(http://api.kylev.net/bar/images/icons/wrench-screwdriver.png) no-repeat center center; }
#kv-footpanel a.chat{	
	background: url(http://api.kylev.net/bar/images/icons/balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts{	background: url(http://api.kylev.net/bar/images/icons/newspaper.png) no-repeat center center;	 }

#kv-footpanel li#kv-chatpanel, #kv-footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/
#kv-footpanel li#kv-homepanel {	float: left; }  /*--left align the home panel--*/

#kv-footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(http://api.kylev.net/bar/images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#kv-footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}

#kv-footpanel ul li div a { /*--Reset link style for kv-subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#kv-footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for kv-subpanel links--*/

#kv-footpanel .kv-subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 250px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}

#kv-footpanel h3 {
	background: #bbbbbb;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#kv-footpanel h3 span { 
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
}
#kv-footpanel .kv-subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#kv-footpanel .kv-subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#kv-chatpanel .kv-subpanel li { background: url(dash.gif) repeat-x left center; } 
#kv-chatpanel .kv-subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#kv-chatpanel .kv-subpanel li a img {
	float: left;
	margin: 0 5px;
}
#kv-chatpanel .kv-subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#kv-chatpanel .kv-subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}


#alertpanel .kv-subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .kv-subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .kv-subpanel li p {padding: 5px 10px;}
#alertpanel .kv-subpanel li a.delete{
	background: url(delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .kv-subpanel li a.delete:hover { background-position: left bottom; }
#kv-footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}

//#kv-homepanel .kv-subpanel { left: 0; right: auto; /*--Reset left positioning and make it right positioned--*/ }
#kv-homepanel .kv-subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#kv-homepanel .kv-subpanel li p {padding: 5px 10px;}
#kv-homepanel .kv-subpanel li a.delete{
	background: url(delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#kv-homepanel .kv-subpanel li a.delete:hover { background-position: left bottom; }
#kv-homepanel #kv-homepanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}