/*
Theme Name: lrtwo
Version: 1.0
Author: Lars Rode
Author URI: http://www.lars-rode.de
*/
/******************************
	reset defaults
 ******************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, 
font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
	{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
ul,ol { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}

/******************************
	defaults
 ******************************/
html, body{background:#404469 url(images/grafiken/bglrtwo.jpg); background-position:center; background-attachment:fixed; color:#ccc; font-family: Arial, Helvetica, sans-serif;}
/* HTML5 tags */
header, section, footer,
aside, nav, article, address, figure {display: block;}
/******************************
     text
 ******************************/
h1 {font-size: 72px; text-align:right;}
h1 a:link, h1 a:visited,
.tagcloud a:link, .tagcloud a:visited  {
		color: #252845;
		font-family:'Lobster', Trebuchet MS, Myriad Pro, Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-shadow: 0 1px 0 #777989;
	}
h1 a:hover, h1 a:active,
.tagcloud a:hover, .tagcloud a:active  {color: #fff;}

h2:after{content:" \0020 \005F";}
	
h3 {
	background-image: -moz-linear-gradient(top, #666, #333); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666),color-stop(1, #333)); 
	border-bottom:1px solid #999;
	}
	
h3 {
	color: #fff;
	background-color:#ccc;
	font-weight: normal; line-height: normal;
	letter-spacing:-1px;
	text-shadow: 1px 1px 0px #000;
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
}

h2 { font-size:32px; margin-bottom:30px;}
h3, h4 { font-size:22px; font-family: Georgia, "Times New Roman", Times, serif;}
h5 { font-size:12px; }
h6 { font-size:10px; }

h2 a, h2 a:link, h2 a:visited {color: #454545; text-decoration: none; text-shadow: 0 1px 0 white;}
h2 a:hover, h2 a:active, h2 a.active {color:#333;}

h4.subheadline{
	font-size:16px;
	padding:5px 20px; margin:10px 0;
	line-height:20px;
	border:dotted #666;
	border-width:1px 0;
	}
	
/* standart links */
a, a:link, a:visited {color: #bb3500; text-decoration: none;}
a:hover, a:active, a.active {text-decoration: underline;}
a img {border:none}

p.postmetadata a{
	color:#fff;
	font-size:12px; 
	background:#404040;  
	border-radius: 3px;     
	-moz-border-radius:3px;     
	-webkit-border-radius: 3px;
	padding: 6px 10px 5px; 
	width:100%;
}

.alignleft {float:left}
.alignright {float:right}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.clear {clear:both;}
hr.clear {clear:both; visibility:hidden;}

small {font-size:10px;}

.date {
	background:#404040;
	color:#303030;
	left: -80px; top: 0;
	position:absolute;
	padding:45px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	height:35px;
	width:50px;
	z-index: 100; 
}
.month { text-transform: uppercase;font-size:25px; text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;}
.day {font-size:28px;line-height:45px;position:absolute; left:5px; top:7px; text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;}
.year { color:#101010; display:block; position:absolute; right:-5px; top:15px;-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);			}

	*html .date, *html .year {
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			right:-15px; top:5px;
		}
/******************************
     container
 ******************************/
#wrap {
	margin:0 auto 10px auto;
	padding:20px;
	width:998px;
}
#header {margin-bottom:70px;  margin: 30px auto; width:960px; position:relative}
#content {float:left; margin-right:20px;width:100%; font-size:24px;}
#sidebar {margin-left:620px;}
#footer {position:fixed; bottom:10px; font-size:12px; margin: 0 auto;text-align:center; width:998px; z-index: 9999; /*--Keeps the panel on top of all other elements--*/}

/******************************
     content
 ******************************/
.post {border-bottom:2px dotted #d6caa7;margin-bottom: 35px; padding-bottom:25px; position:relative}

.entry{color: #fff;display:table;padding:10px; position:relative}
.entry h3 {margin: 20px 0 10px 0; padding:10px}
.entry p {font-size: 18px;line-height: 26px;margin-bottom:10px;text-align:left}
	
.entry img { background-color:#ccc; border:1px solid #666; padding:6px;}
.entry img.attachment-size-full {margin:0 auto; display:block}
.entry img.attachment-thumbnail {float:left; margin-right:10px;}

.related {border-bottom:2px dotted #d6caa7; clear:left; margin-bottom:2em; padding:20px} 
.related h4{color:#d6caa7} 
.related ul{margin:10px 0px;} 
.related ul li{padding: 4px 4px 4px 15px;} 

.like {margin-top:20px;}

.autor {
	background: #d6caa7;
	border:1px solid #615b4a;
	clear:both;
	display:table;
	font-size:14px;
	margin: 20px 0 10px 0; padding:10px;
	}
.autor img {margin-right:10px; float: left;}
#leist {background:url(images/grafiken/gear_wheel.png) no-repeat 0px -90px ; padding:0 0 100px 500px; font-size:20px;}
#leist li:before{content:"\002014 \0020";} 
#leist li {padding-left:10px; padding-bottom:10px}
#leist li li:before{content:"\005F \0020";}
#leist li li {padding-left:30px;}
/******************************
     sidebar
 ******************************/
#sidebar h3{
	background-color: #ff6d34; 
	background-image: -moz-linear-gradient(top, #ff6d34, #bb3500); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff6d34),color-stop(1, #bb3500)); 
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
	padding:15px; 
	}
#sidebar a, #sidebar a:link, #sidebar a:hover{text-decoration:none;}

.current-cat {font-weight:bold}

#sidebar ul {margin:20px;border-top: 1px solid #d6caa7; border-bottom: 1px solid #615b4a;}
#sidebar ul li {border-bottom: 1px solid #d6caa7; border-top: 1px solid #615b4a; padding:5px}
#sidebar ul li:hover {background-color:#d6caa7}

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; margin:20px 0; display:table  }
#wp125adwrap_2c .wp125ad { width:125px; float:left; margin:10px 10px 10px 26px;}

.tagcloud{ font-weight:bold; position:absolute; top:0; text-align:center; width:400px; }

/******************************
     breadcrumb navi
 ******************************/
#breadcrumb {
	clear:both;
	margin:0; padding:2px 0px 10px 0px;
	list-style-type:none;
	height:20px;
	font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:20px;
	text-decoration:none;
	font-weight:normal;
	margin:0; padding:0;
}
	
/******************************
     Footer
 ******************************/
#footer ul{}
#footer ul li{}
#footer .left{
	float:left;
	padding:0px 20px 0 0;
	height:120px;
	display:table;
	}
#footer .middle{
	float:left;
	margin:0px; padding:0px 20px;
	border-left:1px dotted #fff;
	height:120px;
	}

#footer .right{
	float:left;
	margin:0px; padding:0 0 0 20px;
	border-left:1px dotted #fff;
	height:120px;
	}

/* COPYRIGHT */
.copyright {
	clear:both;
	margin:0px auto;
	text-align:center;
	font-size:11px;
	padding:10px 0;
}
/* ---------------------------------------------------------------------------------------*/

/********************
      Caption
**********************/
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	background-color:#ccc; border:1px solid #666;
}

.wp-caption img { border:0; padding:0}

.wp-caption p.wp-caption-text {
	color:#333;
	font-size: 12px;
	line-height: 17px;
	padding:5px 0;
	margin: 0;
	text-align: center;
}
/* End captions */


/******************************
     kommentar-elemte
 ******************************/
#comments h3{padding:10px;margin:20px 0;}
#comments ol{list-style-position:inside;}
#comments ol li{
clear:left;
margin:5px 0;
padding:10px;
background-color:#333;
border:1px solid #666;
min-height:150px;
position:relative;
}

#comments ol li p{margin-left:126px;}

#comments ol li em{
margin:0;
color:#666;
}

#comments ol li.alt{
margin:5px;
color:#ccc;
}
#comments ol li cite{
margin:0 0 0 10px;
padding:0;
font-style: normal;
font-weight: normal;
float:left;
}
#comments ol li.alt .comment_item{
padding:10px;
clear:both;
background: #333;
}

/*
*html #comments ol li.alt .comment_item{
padding:10px;
clear:both;
background: #ccc;
}
*/


#comments form textarea, input{
padding:6px;
background:#fff;
border:1px solid #666;
color:#666;
margin:5px 0;
}
 #comments form textarea:focus , input:focus{
padding:6px;
background:#fff;
border:1px solid #666;
color:#666;
margin:5px 0;
}
#comments form #writebox1{
float:left;
width:250px;

}
#comments form #writebox1 label{
display:block;
margin:0;
padding:0;
line-height:22px;
}
#comments form #writebox2{
float:left;
width:480px;
margin-bottom:20px;
}
#comments form #writebox2 label{
display:block;
margin:0;
padding:0;
line-height:20px;
}

.grav {position:absolute; top:20px; left:20px; margin-right:5px;}
img.avatar {margin: 0 10px 5px 0;}
	
/******************************
      form-elemte
 ******************************/
#searchform {margin:2em 0;}
input.search {
  border: 1px solid #333;
  width: 110px;
  height: 20px;
  margin:0;
  padding: 5px 10px 0 30px;
  color: #666666;
}
/******************************
     kommentar-elemte
 ******************************/
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	text-decoration: none;
	background: url("images/grafiken/bg-box.png") repeat !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	text-align:left;
}

.pagebar a,.pageList .this-page {
	text-decoration: none;
	padding: 5px;
}

.pagebar a:visited {
	text-decoration: none;
	padding: 5px;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	padding: 5px;
	font-weight: bold;
	background: #ff333;
	color: #fff;
}

.pagebar a:hover {
}

.pagebar .inactive
{
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
/******************************
     sexy-bookmarks 
 ******************************/
div.sexy-bookmarks { margin:20px 0 0 0; clear: both !important; }
div.sexy-bookmarks-expand { height: 29px; overflow: hidden; }
.sexy-bookmarks-bg-sexy, .sexy-bookmarks-bg-caring, .sexy-bookmarks-bg-caring-old, .sexy-bookmarks-bg-love, .sexy-bookmarks-bg-wealth, .sexy-bookmarks-bg-enjoy, .sexy-bookmarks-bg-german { background:url('../images/sexy-trans.png') no-repeat !important; }
div.sexy-bookmarks-bg-sexy { padding: 28px 0 0 10px !important; background-position: left -348px !important; }
div.sexy-bookmarks-bg-caring { padding: 26px 0 0 10px !important; background-position: left 0 !important; }
div.sexy-bookmarks-bg-caring-old { padding: 26px 0 0 10px !important; background-position: left -748px !important; }
div.sexy-bookmarks-bg-love { padding: 26px 0 0 10px !important; background-position: left -1148px !important; }	
div.sexy-bookmarks-bg-wealth { margin-left: 15px !important; padding: 35px 0 0 20px !important; background-position: left -1535px !important; }
div.sexy-bookmarks-bg-enjoy { padding: 26px 0 0 10px !important; background-position: left -1895px !important; }
div.sexy-bookmarks-bg-german { padding:35px 0 0 20px !important; background-position:left -2248px !important; }
div.sexy-bookmarks ul.socials { width:100% !important; margin:0 !important; padding:0 !important; float: left !important; }
div.sexy-bookmarks ul.socials { background:transparent none !important; border:0 none !important; outline:0 none !important; }
div.sexy-bookmarks ul.socials li {
	display:inline !important;
	float:left !important;
	list-style-type:none !important;
	margin:0;
	height:29px !important;
	width:60px !important;
	cursor:pointer !important;
	padding:0 !important;
	background-color:transparent !important;
	border:0 none !important;
	outline:0 none !important;
	clear:none !important;
}
div.sexy-bookmarks ul.socials li:before, div.sexy-bookmarks ul.socials li:after, div.sexy-bookmarks ul.socials li a:before, div.sexy-bookmarks ul.socials li a:after { content:'' !important; }
div.sexy-bookmarks ul.socials a {
	display:block !important;
	width:60px !important;
	height:29px !important;
	background-color:transparent !important;
	text-decoration:none !important;
	border:0 none !important;
	outline:0 none !important;
}
div.sexy-bookmarks ul.socials a:hover {
	text-decoration:none !important;
	border:0 none !important;
	background-color:transparent !important;
}
div.sexy-bookmarks ul.socials a:hover, div.sexy-bookmarks ul.socials li:hover { background-color:transparent !important; border:0 none !important; outline:0 none !important; }
div.sexy-bookmarks ul.socials li {background-image:url('http://web-programm.lars-rode.de/wp-content/plugins/sexybookmarks/images/sexy-sprite.png') !important;background-repeat: no-repeat !important;}
li.sexy-newsvine { background-position:left bottom !important; }
li.sexy-newsvine:hover { background-position:left top !important; }
li.sexy-linkedin { background-position:-70px bottom !important; }
li.sexy-linkedin:hover { background-position:-70px top !important; }
li.sexy-googlebookmarks { background-position:-140px bottom !important; }
li.sexy-googlebookmarks:hover { background-position:-140px top !important; }
li.sexy-googlereader { background-position:-210px bottom !important; }
li.sexy-googlereader:hover { background-position:-210px top !important; }
li.sexy-scriptstyle { background-position:-280px bottom !important; }
li.sexy-scriptstyle:hover { background-position:-280px top !important; }
li.sexy-mail { background-position:-350px bottom !important; }
li.sexy-mail:hover { background-position:-350px top !important; }
li.sexy-comfeed { background-position:-420px bottom !important; }
li.sexy-comfeed:hover { background-position:-420px top !important; }
li.sexy-twitter { background-position:-490px bottom !important; }
li.sexy-twitter:hover { background-position:-490px top !important; }
li.sexy-technorati { background-position:-560px bottom !important; }
li.sexy-technorati:hover { background-position:-560px top !important; }
li.sexy-stumbleupon { background-position:-630px bottom !important; }
li.sexy-stumbleupon:hover { background-position:-630px top !important; }
li.sexy-reddit { background-position:-700px bottom !important; }
li.sexy-reddit:hover { background-position:-700px top !important; }
li.sexy-myspace { background-position:-770px bottom !important; }
li.sexy-myspace:hover { background-position:-770px top !important; }
li.sexy-mixx { background-position:-840px bottom !important; }
li.sexy-mixx:hover { background-position:-840px top !important; }
li.sexy-diigo { background-position:-910px bottom !important; }
li.sexy-diigo:hover { background-position:-910px top !important; }
li.sexy-digg { background-position:-980px bottom !important; }
li.sexy-digg:hover { background-position:-980px top !important; }
li.sexy-designfloat { background-position:-1050px bottom !important; }
li.sexy-designfloat:hover { background-position:-1050px top !important; }
li.sexy-yahoobuzz { background-position:-1120px bottom !important; }
li.sexy-yahoobuzz:hover { background-position:-1120px top !important; }
li.sexy-delicious { background-position:-1190px bottom !important; }
li.sexy-delicious:hover { background-position:-1190px top !important; }
li.sexy-blinklist { background-position:-1260px bottom !important; }
li.sexy-blinklist:hover { background-position:-1260px top !important; }
li.sexy-facebook { background-position:-1330px bottom !important; }
li.sexy-facebook:hover { background-position:-1330px top !important; }
li.sexy-misterwong { background-position:-1400px bottom !important; }
li.sexy-misterwong:hover { background-position:-1400px top !important; }
li.sexy-izeby { background-position:-1470px bottom !important; }
li.sexy-izeby:hover { background-position:-1470px top !important; }
li.sexy-twittley { background-position:-1540px bottom !important; }
li.sexy-twittley:hover { background-position:-1540px top !important; }
li.sexy-tipd { background-position:-1610px bottom !important; }
li.sexy-tipd:hover { background-position:-1610px top !important; }
li.sexy-pfbuzz { background-position:-1680px bottom !important; }
li.sexy-pfbuzz:hover { background-position:-1680px top !important; }
li.sexy-friendfeed { background-position:-1750px bottom !important; }
li.sexy-friendfeed:hover { background-position:-1750px top !important; }
li.sexy-blogmarks { background-position:-1820px bottom !important; }
li.sexy-blogmarks:hover { background-position:-1820px top !important; }
li.sexy-fwisp { background-position:-1890px bottom !important; }
li.sexy-fwisp:hover { background-position:-1890px top !important; }
li.sexy-designmoo { background-position:-1960px bottom !important; }
li.sexy-designmoo:hover { background-position:-1960px top !important; }
li.sexy-bobrdobr { background-position:-2030px bottom !important; }
li.sexy-bobrdobr:hover { background-position:-2030px top !important; }
li.sexy-memoryru { background-position:-2100px bottom !important; }
li.sexy-memoryru:hover { background-position:-2100px top !important; }
li.sexy-100zakladok { background-position:-2170px bottom !important; }
li.sexy-100zakladok:hover { background-position:-2170px top !important; }
li.sexy-yandex { background-position:-2240px bottom !important; }
li.sexy-yandex:hover { background-position:-2240px top !important; }
li.sexy-moemesto { background-position:-2310px bottom !important; }
li.sexy-moemesto:hover { background-position:-2310px top !important; }
li.sexy-marrows { background-position:-2380px bottom !important; }
li.sexy-marrows:hover { background-position:-2380px top !important; }
li.sexy-identica { background-position:-2450px bottom !important; }
li.sexy-identica:hover { background-position:-2450px top !important; }
li.sexy-hackernews { background-position:-2520px bottom !important; }
li.sexy-hackernews:hover { background-position:-2520px top !important; }
li.sexy-ning { background-position:-2590px bottom !important; }
li.sexy-ning:hover { background-position:-2590px top !important; }
li.sexy-designbump { background-position:-2660px bottom !important; }
li.sexy-designbump:hover { background-position:-2660px top !important; }
li.sexy-printfriendly { background-position:-2730px bottom !important; }
li.sexy-printfriendly:hover { background-position:-2730px top !important; }
li.sexy-fleck{ background-position:-2800px bottom !important; }
li.sexy-fleck:hover{ background-position:-2800px top !important; }
li.sexy-netvibes{ background-position:-2870px bottom !important; }
li.sexy-netvibes:hover{ background-position:-2870px top !important; }
li.sexy-netvouz{ background-position:-2940px bottom !important; }
li.sexy-netvouz:hover{ background-position:-2940px top !important; }
li.sexy-nujij{ background-position:-3010px bottom !important; }
li.sexy-nujij:hover{ background-position:-3010px top !important; }
li.sexy-globalgrind{ background-position:-3080px bottom !important; }
li.sexy-globalgrind:hover{ background-position:-3080px top !important; }
li.sexy-wikio{ background-position:-3150px bottom !important; }
li.sexy-wikio:hover{ background-position:-3150px top !important; }
li.sexy-xerpi{ background-position:-3220px bottom !important; }
li.sexy-xerpi:hover{ background-position:-3220px top !important; }
li.sexy-sphinn{ background-position:-3290px bottom !important; }
li.sexy-sphinn:hover{ background-position:-3290px top !important; }
li.sexy-blogospherenews{ background-position:-3360px bottom !important; }
li.sexy-blogospherenews:hover{ background-position:-3360px top !important; }
li.sexy-posterous{ background-position:-3430px bottom !important; }
li.sexy-posterous:hover{ background-position:-3430px top !important; }
li.sexy-techmeme{ background-position:-3500px bottom !important; }
li.sexy-techmeme:hover{ background-position:-3500px top !important; }
li.sexy-ekudos{ background-position:-3570px bottom !important; }
li.sexy-ekudos:hover{ background-position:-3570px top !important; }
li.sexy-pingfm{ background-position:-3640px bottom !important; }
li.sexy-pingfm:hover{ background-position:-3640px top !important; }
li.sexy-tomuse{ background-position:-3710px bottom !important; }
li.sexy-tomuse:hover { background-position:-3710px top !important; }
li.sexy-webblend{ background-position:-3780px bottom !important; }
li.sexy-webblend:hover { background-position:-3780px top !important; }
li.sexy-wykop{ background-position:-3850px bottom !important; }
li.sexy-wykop:hover { background-position:-3850px top !important; }
li.sexy-blogengage{ background-position:-3920px bottom !important; }
li.sexy-blogengage:hover { background-position:-3920px top !important; }
li.sexy-hyves { background-position:-3990px bottom !important; }
li.sexy-hyves:hover { background-position:-3990px top !important; }
li.sexy-pusha { background-position:-4060px bottom !important; }
li.sexy-pusha:hover { background-position:-4060px top !important; }
li.sexy-hatena { background-position:-4130px bottom !important; }
li.sexy-hatena:hover { background-position:-4130px top !important; }
li.sexy-mylinkvault { background-position:-4200px bottom !important; }
li.sexy-mylinkvault:hover { background-position:-4200px top !important; }
li.sexy-slashdot { background-position:-4270px bottom !important; }
li.sexy-slashdot:hover { background-position:-4270px top !important; }
li.sexy-squidoo { background-position:-4340px bottom !important; }
li.sexy-squidoo:hover { background-position:-4340px top !important; }
li.sexy-propeller { background-position:-4410px bottom !important; }
li.sexy-propeller:hover { background-position:-4410px top !important; }
li.sexy-faqpal { background-position:-4480px bottom !important; }
li.sexy-faqpal:hover { background-position:-4480px top !important; }
li.sexy-evernote { background-position:-4550px bottom !important; }
li.sexy-evernote:hover { background-position:-4550px top !important; }
li.sexy-meneame { background-position:-4620px bottom !important; }
li.sexy-meneame:hover { background-position:-4620px top !important; }
li.sexy-bitacoras { background-position:-4690px bottom !important; }
li.sexy-bitacoras:hover { background-position:-4690px top !important; }
li.sexy-jumptags { background-position:-4760px bottom !important; }
li.sexy-jumptags:hover { background-position:-4760px top !important; }
li.sexy-bebo { background-position:-4830px bottom !important; }
li.sexy-bebo:hover { background-position:-4830px top !important; }
li.sexy-n4g { background-position:-4900px bottom !important; }
li.sexy-n4g:hover { background-position:-4900px top !important; }
li.sexy-strands { background-position:-4970px bottom !important; }
li.sexy-strands:hover { background-position:-4970px top !important; }
li.sexy-orkut { background-position:-5040px bottom !important; }
li.sexy-orkut:hover { background-position:-5040px top !important; }
li.sexy-tumblr { background-position:-5110px bottom !important; }
li.sexy-tumblr:hover { background-position:-5110px top !important; }
li.sexy-stumpedia { background-position:-5180px bottom !important; }
li.sexy-stumpedia:hover { background-position:-5180px top !important; }
li.sexy-current { background-position:-5250px bottom !important; }
li.sexy-current:hover { background-position:-5250px top !important; }
li.sexy-blogger { background-position:-5320px bottom !important; }
li.sexy-blogger:hover { background-position:-5320px top !important; }
li.sexy-plurk { background-position:-5390px bottom !important; }
li.sexy-plurk:hover { background-position:-5390px top !important; }
li.sexy-virb { background-position:-5460px bottom !important; }
li.sexy-virb:hover { background-position:-5460px top !important; }
li.sexy-dzone { background-position:-5530px bottom !important; }
li.sexy-dzone:hover { background-position:-5530px top !important; }
li.sexy-kaevur { background-position:-5600px bottom !important; }
li.sexy-kaevur:hover { background-position:-5600px top !important; }
li.sexy-boxnet { background-position:-5670px bottom !important; }
li.sexy-boxnet:hover { background-position:-5670px top !important; }
li.sexy-oknotizie { background-position:-5740px bottom !important; }
li.sexy-oknotizie:hover { background-position:-5740px top !important; }
li.sexy-bonzobox { background-position:-5810px bottom !important; }
li.sexy-bonzobox:hover { background-position:-5810px top !important; }
li.sexy-plaxo { background-position:-5880px bottom !important; }
li.sexy-plaxo:hover { background-position:-5880px top !important; }
li.sexy-springpad { background-position:-5950px bottom !important; }
li.sexy-springpad:hover { background-position:-5950px top !important; }
li.sexy-zabox { background-position:-6020px bottom !important; }
li.sexy-zabox:hover { background-position:-6020px top !important; }
li.sexy-viadeo { background-position:-6090px bottom !important; }
li.sexy-viadeo:hover { background-position:-6090px top !important; }
li.sexy-googlebuzz { background-position:-6160px bottom !important; }
li.sexy-googlebuzz:hover { background-position:-6160px top !important; }