/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	color: #464646;
	font: 14px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}

a{
	color: #ee7700;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}

textarea {
	width: 97.7%;
}

select{
	padding: 0;
}
li{
	list-style: none;
}

/*=== Layout ===*/

.externalContainer {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#page {
	border: 1px solid #ccc;
}

#top{
	clear: both;
	height: 23px;
	margin: 5px auto 0 auto;
	padding: 7px 0 0 0;
	font-size:11px;
	position:relative;
}

/*========= TOP NAVIGATION =========*/

/*- Nav1 -*/
.nav1{
	float: left;
}
.nav1 li{
	float: left;
}
.nav1 li a{
	color: #a0a09b;
}
.nav1 li a{
	display: block;
	text-align: center;
	float:left;
}
.nav1 li.active a, .nav1 li a:hover, .nav1 li.current_page_item a {
	color: #e8a02c;
	text-decoration: none;
}
.nav1  { list-style: none; margin: 0px; padding: 0px;}
.nav1 li { padding: 0px; margin: 0px 20px 0 0; display: inline; line-height: 14px; }

#home-toplink a {
	background: transparent url(images/home-ico.gif) no-repeat top left;
	padding: 0 0 0 22px;
}

/*- Subscribe -*/
.subscribe { color: #a0a09b; float:right;}
.subscribe a { color: #e8a02c; }
.subscribe a:hover { text-decoration:underline; }

/*=== Top Menu ===*/
#topmenu{
	height: 33px;
	margin:0 0 0 0;
	background: transparent;	
}

#topmenu ul{
	float:left;
	margin:0 0 0 90px;
}

#topmenu li{
	float: left;
	line-height: 33px;
	font-size:14px;
}
#topmenu li a {
	color: #fff;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 12px;
	background: transparent url(styles/default/menu-border-rt.png) no-repeat right top;
	border-right: 1px solid #ff6d00;	
}
#topmenu li a:hover,#topmenu li.active a, #topmenu li.current-cat a{
	text-decoration: none;
	background: transparent url(styles/default/menu-hover-bg.png) no-repeat center top!important;
}

.login #login h1 a {
background:url(http://www.gadlerner.it/wp-content/uploads/2010/05/tweet.gif) no-repeat top center!important;
}

.ajax-login-top_home {
	padding: 5px 0 0 25px;
	background: transparent url(images/key-ico.gif) no-repeat 0 7px;
}

.ajax-login-top {
	float:left;
	font-size:12px;
	position:absolute;
	right:0;
	top:2px;
	height:10px;
	display:block;
	height:10px;
	vertical-align: middle;
}

.ajax-login-top a { font-weight:bold; }

.ajax-login-top input { font-size: 11px; vertical-align: middle; padding:3px; }
.ajax-login-user_info { width: 80px; margin: 0 5px 0 0;}
.ajax-login-ok_button { width: 35px; padding: 2px; margin: 0 10px 0 0; font-weight:bold; font-size: 10px; cursor:hand;}

.ajax-login-loading {
	padding: 0 0 0 20px;
	background: transparent url(images/loading-ico.gif) no-repeat top left;
}

/*- Nav / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	list-style: none;
}
#nav {
	left:0;
	top:0;
	padding: 118px 0 0 0;
	position:absolute;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height:33px;	
}
#nav li a:hover {
background: none;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}

/*==============  HEADER  ===================*/
#header{
	height:151px;
	background: transparent url(images/header-bg.jpg) no-repeat top center;
	position:relative;
}

#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 40px 0 0 0;
	text-align: right;
}
#header .spacer p{
	clear: both;
}
/*- Logo -*/

#header h1{
	padding:0;
	text-indent: -9999px;
}


.home_link a{
	display: block;
	height: 80px;
	width: 320px;
	margin:20px 0 0 150px;
	top:0;
	left:0;
	position:absolute;
	z-index: 999999;
}

#header h1 a:hover{
	text-decoration: none;
}

/*- RSS -*/
#rss{
	position:absolute;
	top:0;
	right:0;
	height: 55px;
	width: 45px;
	display: block;
	margin:0;
	padding:95px 15px 0 0;
}
/*- Search -*/
#search{
	/*background: url(images/bgr-search.gif) no-repeat;*/
	background: url(images/btn-search-trans.png) no-repeat 0 6px;	
	height: 30px;
	margin: 0px 0px 0px 0;
	width: 100%;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a192;
	float: left;
	font-size: 13px;
	margin: 5px 0 0 25px;
	width: 220px;
	padding:2px;
}
#search .btn{
	margin: 8px 0 0 35px;
	padding: 0;
	width: auto;
}



/*=== typography ===*/
h2{
	color: #000000;
	font: 24px "Century Gothic",Arial, Georgia, Times, serif;
	margin: 0 0 5px;
	font-weight:normal;
	letter-spacing: -1px;
	padding:0;
}
h2 a{
	color: #ff7800;
}
h3, h4, h5{
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}
#columns h3{
	font-weight: bold;
}
#sidebar h3{
	background:#ebe9e1;
	font: 12px Arial, Helvetica, sans-serif;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #dedbd1;
	height:16px;
}
#centercol h3 {
	background: #f5f4f0;
	margin: 0 0 15px 0px;
	padding:10px 18px 5px 18px;
	border:1px solid #dedbd1;
	color:#363636;
	text-align: left;
	height:20px;
	font-size:14px;
}
#featuredpost h2 { font-size:20px; }

h2.last-post { font-size:30px;}

/*- SideTabs -*/
.idTabs{
	font-size: 12px;
	float:left;
	margin: 0 0 8px 0;
}
.idTabs li{
	float:left;
}
.idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 7px 0 0;
	text-align: left;
	border: 1px solid #dedbd1;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*=== Post ===*/

#first_content{
margin: 15px;
padding: 0;
width: 928px;
border:1px solid #deded1;
}

.date-comments{
	border-bottom: 1px solid #cacaca;
	color: #999999;
	font-size: 13px;
	height: 30px;
	line-height: 25px;
	margin: 0 0 10px;
}
.date-comments a { 	color: #999999; }

.comments a, .date-comments .fr a  { color: #1188bb; font-weight: bold; padding: 0 5px 0 0;}

#centercol .date-comments p{
	line-height: 25px;
}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
/*.post_bottom{
	background: transparent url(images/post_bottom-bg.png) repeat-x top left;
}*/
.continue{
	background: transparent url(images/continue-arrow.gif) no-repeat right 4px;
	padding: 0 20px 0 0;
	line-height:20px;
	float: left;
}
.continue a{
	color:#1188bb;
	font-weight:bold;
}
span.continue-archives{
	background: url(images/ico-arrow-trans.png) no-repeat right center;
	padding: 0px 15px 0px 0px;
	margin-bottom:20px;
}
span.continue-archives-alt{
	background: url(images/ico-arrow-trans-left.png) no-repeat left center;
	padding: 0px 0 0px 15px;
	margin-bottom:20px;
}
span.continue-archives a, span.continue-archives-alt a { 
	color:#777777; 
	font-weight:bold;
	font-size:14px;
}
a.more{
	background: url(images/ico-arrow-trans.png) no-repeat left;
	color: #777777;
	font-size: 11px;
	padding: 0px 0 0 15px;
}
.tags{
	float: left;
	width: 520px;
	display: block;
}
.tags span{
	float:right;
	background: url(styles/default/tag-ico.gif) no-repeat left 3px;
	padding: 0 0 0 20px;
	line-height:20px;
}
/*=== Styling Boxes ===*/

/*- Box (main column boxes) -*/
.box, .widget{
	background: transparent;
	margin:0;
	padding:0;
}

.box-featured {
	background: transparent url(styles/default/1x1-trans-featured-bg.png) repeat-x!important;
	border:1px solid #deded1;
}

.box-lastpost {
	background: transparent url(images/first_content-bg.png) repeat-x top left;
	margin:0;
	padding:15px;
}

.box img { 
	border: 1px solid #cacaca;
	margin: 5px 0 10px 0;
	padding: 3px;
	background: #fff;
}
#featuredpost img {
	float:left;
	margin-right:15px
}


.box p{
	line-height: 18px;
	padding: 0 0 10px 5px;
}

.box-deco {
	margin: 0;
	padding:18px;	
}

.widget { padding:15px; }

/*- Box2 (sidebar boxes) -*/
.box2{
	background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
	margin: 15px 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}

.box2-search {
	background: #fff;
	padding: 0px 18px;
}

.box2 .nav1{
	float: none;
	padding: 0 0 0 0px; 
}	
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}
.box2 .spacer.flickr img{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 4px 9px 4px 0px;
	padding: 7px;
}
.box2 .spacer.flickr img:hover{
	background: #ebe9e1;
	border: 1px solid #dedbd1;
}
/*- Ads -*/
.ads{
	height: 125px;
	margin: 0;
	padding:10px 15px;
}
.ads img{
	float: left;
	margin: 0 7px 0px 0px;
	border: 1px solid #dedbd1;
}
.ads img.last{
	margin: 0;
	float:right;
}
#mpu_banner {
	border: 1px solid #dedbd1;
}	

/*=== Styling Lists ===*/

/*- List1 -*/
.list1, .list3{
	padding: 0;
	padding: 15px;
}
.list1 li, .list3 li{
	background: url(images/ico-star-trans.png) no-repeat top left;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
}
.list1 li a, .list3 li a{
	color:#222222;
}
/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 0 0 5px;
	padding: 12px 10px;
}
.list2 p {
	line-height:16px;
}
/*- Widget lists -*/
.widget ul{
	line-height:16px;
	padding: 0px;
}
.widget ul li{
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
}
.widget ul li a{
	color:#222222;
}
.widget ul li ul{
	margin: 5px 0 0px 10px;
}	

.widget ul li ul li{
	background: none;
	border-top: 1px solid #f1f1ed;
	border-bottom: none;	
	padding: 5px 0px;
}

/*=== Footer ===*/

#footer{
	background:#e4e2db url(images/bgr-footer.gif) repeat-x;
	font-size: 11px;
	padding: 18px 0 0px 0;
	font-size:11px;
	height:32px;
	margin-top:10px;
}

#footer, #footer a{
	color: #777777;
}

/*=== Misc. ===*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 1px solid #DEDBD1;
	margin: 0px 7px 10px 0;
	padding:4px;
	background:#FFFFFF;
}

/*========= VIDEO =========*/

.video{
	height: 250px;
	margin: 0 0 10px 0;
	width: 300px;
	display: inline;
}

/*- SideTabs -*/
.vidtabs .idTabs{
	font-size: 12px;
	margin: 10px 0 0 0;
	width:100%;
	float:none;
}
.vidtabs .idTabs li{
	padding:0px;
	float:none;
}
.vidtabs .idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	text-align: left;
	border:0px;
	margin:0;
}
.vidtabs .idTabs li.last a{
	margin: 0
}
.vidtabs .idTabs li a:hover,
.vidtabs .idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
.commentmetadata a {
	font-size:11px;
	color:#333333;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 18px 18px 5px 18px;
	margin: 5px 0;
	border: 1px solid #DEDBD1;
	background:#FBFBFB;
	overflow: hidden !important;
}
ol.commentlist li.alt{
	padding: 18px 18px 5px 18px !important;
	background:#FBFBFB;
	border:1px solid #DEDBD1;
}
ol.commentlist li.highlighted {
	background-color: #FFFFCF;
	border: 1px solid #DEDBD1;	
	}
ol.commentlist blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #ff7800;
	margin: 15px auto 15px auto;
	clear:both;
	width:85%;
	color: #777777;
	font-style: italic;
	}
ol.commentlist blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.comments_disclaimer {
	padding:5px 10px 5px 10px;
	background: #fff9e5;
	border: 1px solid #ccc;
}
.simple-comment strong, .simple-comment b {
	text-transform: lowercase;
}


.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: none;
	margin: 0 0 0 0;
	padding: 10px 0 1px 18px;
	background: #FBFBFB url(images/comments-thread-bg02.gif) no-repeat right top;
}
.chalt{
	background: #F5F4F0 url(images/comments-thread-bg.gif) no-repeat right top;
}
.comment-childs-deco01 {
	background: #FBFBFB url(images/comments-thread-bg03.gif) no-repeat right bottom;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
}
.thdrpy {
	font-size: 11px;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}


input#submit {
	font-size: 12px;
	color:#363636;
	font-weight:bold;
	padding:7px 10px;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #DEDBD1;
	background:#F5F4F0;
}

#wysiwyg {
	padding:6px 0 10px 0;
	}

#wysiwyg a, #wysiwyg a:visited {
	padding:3px;
	margin-right:4px;
	text-indent:-9999px;
	display:block;
	width:20px;
	height:20px;
	float:left;
	border:1px solid #FFF;
	border-bottom:1px solid #afafaf;
	border-right:1px solid #afafaf;
	background-color:#CCC
	}
			
a#button-bold {
	background:#CCC url(images/bold-bg.gif) no-repeat 8px;
	}	

a#button-italic {
	background:#CCC url(images/italic-bg.gif) no-repeat 8px;
	}	
	
a#button-block {
	background:#CCC  url(images/block-bg.gif) no-repeat 5px;
	}	
	
a#button-link {
	background:#CCC  url(images/link-bg.gif) no-repeat 5px;
	}		

#wysiwyg a:hover, #wysiwyg a:active {
	background-color:#dcdcdc
	}

/*========= SINGLE POST SPECIFIC =========*/

span.tags{
	background: url(images/ico-tags-trans.png) no-repeat 0 3px;
	padding: 1px 0 0 20px;
}
.singleh2 {
	font-size:1.8em !important;
	padding-top:5px;
}
.entry { margin-bottom:5px;}
.entry p{
	text-align:left;
	font-size:14px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #1188bb;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
.entry blockquote p {
	font-size:14px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;

	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
.entry img {
	float:left;
	margin:5px 15px 5px 0;
	}

/*========= ARCHIVE SPECIFIC =========*/

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
}
.catrss {
	background: url(images/ico-rss.gif) center left no-repeat;
	padding-left: 24px;
	line-height: 16px;
}

/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color:#666666; 
	font-weight:bold;
	font-size:14px;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= AUTHOR INFO =========*/

.author_info {
	padding: 0px;
	margin-top:15px;
	color:#666666;
}

.author_photo {
	float:left;
	margin-right:10px;
	width:58px;
}

.author_photo img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
	width: 48px;
	height:48px;
	float:left !important;
}
.author_info p {
	font-size:12px;
	padding:0px;
	margin-bottom:10px;
}
.author_info a {
	color:#000000;
	text-decoration:none;
	padding:0;
}
.author_info a:hover {
	text-decoration:underline;
}
.author_info ul, .author_info li {
	margin:0px;
	padding:0px;
}
.author_info h3 {
	font-size:14px;
	margin-bottom: 10px;
	padding: 0px;
}

.author_email a {
	background-image: url(images/ico-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	font-weight:bold;
}

.clear-all {clear:both; height:0px; display:block;}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
.comment-page-numbers a, .current-comment-page {
	padding: 2px 4px;
	background: #f8f8f4;
	border: 1px solid #dedbd1;
	font-size: 12px;
}
.current-comment-page {
	font-weight:bold;
	background: #fff9e5;
}
.previous-comment-page {
}
.next-comment-page {
}
.comment-number {
	float:right;
	font-size:18px;
	color:#1188bb;
	font-weight: bold;
	padding: 5px;
}

.comment-number span {
	font-size:12px;
	color:#777;
	font-weight: normal;
	padding: 5px 0;
}

.wp-paged-comments {
	padding: 0px 0px 10px;
}
.wp-paged-comments a, #wp-paged-comments a:link, #wp-paged-comments a:active {
	padding: 5px 10px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dedbd1;
	background: #f8f8f4;
}
.wp-paged-comments span.pages {
	padding: 5px;
	margin: 2px;
}
.wp-paged-comments span.current {
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #dedbd1;
	font-weight:bold;
	background: #fff9e5;
}
.wp-paged-comments span.extend {
	padding: 5px;
	margin: 2px;	
}

#scintille-container {
	width: 930px;
	height: 246px;
	background: url(images/scintille-bg.jpg) no-repeat 0 0;
	margin: 15px;
	display: block;
	color: #000;
	position: relative;

}

a.scintille-href {
	width: 650px;
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	float: left;
	margin: 0;
}

.scintille-excerpt {
	width: 350px;
	float: left;
	margin: 15px;
	display: inline;
}

a.scintille-href h2.scintille-title, a.scintille-href .scintille-subtitle, a.scintille-href .scintille-description {
	color: #000;
}

a.scintille-href:hover h2.scintille-title, a.scintille-href:hover .scintille-subtitle {
	color: #000;
}

a.scintille-href:hover .scintille-description {
	color: #666;
}

a.scintille-href:hover .continue {
	text-decoration: underline;
}

h2.scintille-title {
	font-size: 52px;
	text-transform: uppercase;
	font-family: 'Times New Roman', times, georgia, serif;
	letter-spacing: 3px;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 53px;	
}

.scintille-subtitle {
	font-size: 17px;
	font-family: georgia, 'Times New Roman', times, serif;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 5px 0;
	
}

.scintille-description {
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
}

#scintille-container .continue {
	color: #ff6600;
	font-size: 14px;
	width: 125px;	
}

#scintille-container a.compra-online {
	width: 200px;
	height: 246px;
	float: left;
	margin: 0 0 0 20px;
	display: block;	
}

.kill-bill {display:none;}

#footer { background:#e4e2db url(default/bgr-footer.gif) repeat-x; }	
#footer, #footer a{	color: #777777; }

.box2 .spacer.white, .list2 li { background: #ffffff; }

.vidtabs .idTabs li a, .idTabs li a { background:#ffffff; color:#363636; }
.vidtabs .idTabs li a:hover, .vidtabs .idTabs .selected, .idTabs li a:hover, .idTabs .selected, #sidebar h3 { background:#ebe9e1; }

span.continue-archives a { color:#777777; }

.liquida-header {
	position:relative;
	width: 100%;
	height: 42px;
	display:block;
	background: transparent url(images/headlight-bg.png) repeat-x 0 0;
	font-size:12px;
}
		
.liquida-contents {
	width: 990px;
	margin: 0 auto;
	text-align: center;
}

.liquida-network-logo {
	float:left;
}

.liquida-network-logo span {
	margin-left:-9999px;
	position:absolute;
}

.liquida-network-logo a {
	background: transparent url(images/liquida-network-logo.png) no-repeat 0 0;
	display:block;
	height:34px;
	width:91px;
	margin: 6px 0 0 15px;
}


.liquida-links {
	float:right;
	margin-right: 10px;
}

.liquida-links ul {
	list-style-type: none;
	margin: 15px 0 0 0;
}

.liquida-links ul li {
 	display:inline!important;
 	margin: 0 5px 0 5px;
}

.liquida-links a {
	font-size:11px;
	color:#0776AC!important;
	text-decoration:none;
	font-weight: normal;
}

.liquida-links a:hover {
	text-decoration:underline;
}

.fSocial {
color:#404040;
float:left;
font:bold 11px arial;
height:20px;
margin:0 0 10px 0;
padding-bottom: 10px;
position:relative;
text-transform:uppercase;
width:100%;
border-bottom:1px solid #CACACA;
}

.fSocial a {
color:#404040;
float:left;
}

.fSocial .fTweet {
float:left;
overflow:hidden;
padding:1px 0 0;
width:66px;
}

.fSocial .gbuzz {
background:url("/wp-content/uploads/2010/05/focus.png") no-repeat scroll 0 -118px transparent;
float:left;
height:16px;
padding:2px 0 0 25px;
text-transform:none;
}

.fSocial .okno {
background:url("/wp-content/uploads/2010/05/focus.png") no-repeat scroll 0 -182px transparent;
float:left;
height:18px;
width:33px;
}

.fSocial .ff {
background:url("/wp-content/uploads/2010/05/focus.png") no-repeat scroll -40px -182px transparent;
float:left;
height:18px;
width:25px;
}

.fSocial .sSep {
background:url("/wp-content/uploads/2010/05/focus.png") no-repeat scroll -89px -112px transparent;
float:left;
height:19px;
width:11px;
}
