/*  
Theme Name: LiberaReggio
Theme URI: http://www.liberareggio.org
Description: Customized theme based on Arthemia
Version: 1.0.5
Author: Andrea Delfino
Author URI: http://andrea.ath.cx
Tags: liberareggio, fixed width, black, gray, amaranth, magazine

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Main HTML Elements */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #222;
  font-size: 0.95em;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background: #fff;
}

p {
  margin: 12px 0px;
}

strong, b {
  color: #433;
  font-size: 1.10em;
  font-weight: bold;
}
em, dfn, i {
  color: #444;
  font-size: 1.10em;
  text-style: italic;
  letter-spacing: -0.05em;
}
dfn {
  font-weight: bold;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0; 
  white-space: pre;
}

a:link, a:visited {
  color: #900;
  text-decoration: none;
}

a:hover, a:active {
  color: #900;
  text-decoration: underline;
}

a img {
  border: 0;
}

ul li, ul li {	
  list-style: square;
  margin-left: 30px;
}

ol li, ol li {	
  list-style:decimal;
  margin-left: 30px;
}

ol li ul li, ol li ul li {
  list-style: square;
  margin-left: 20px;
}

dl {
}
dl dt {
  color: #900;
  font-weight: bold;
  margin-top: 10px;
}
dl dd {
  font-size: 95%;
  margin-left: 10px;
}

code {
	color: #246;
  font: 0.72em Monaco, Lucida Console, Courier New, monospace;
  letter-spacing: -0.2em;
  display: block;
  text-align: left;
  background-color: #f0f0f0;
  padding: 2px;
  margin: 2px;
  border: 1px solid #dadada;
}	

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #666;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
}

blockquote, q {
  color: #333;
  margin: 1.5em;
  padding: 1em 2em;
  font-size: 1.0em;
  line-height: 1.1em;
  font-style: italic;
  background: #fafafa;
  border: 1px solid #eee;
}

blockquote p {
  padding: 0;
  margin: 0.5em 0;
}

/* Text*/

h1 {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: -0.08em;
}
h1 .name {
  font-size: 0.7em;
}
h1 .description {
  font-size: 0.6em;
}

h2{
  font-size: 1.8em;
}

h3 {
  color: #900;
  font-size: 1.3em;
  margin-bottom: 3px;
  font-weight: bold;
}
h3.authors {
  margin-top: 15px;
}
h3.cat-title, h3.cat-title a {
  color: #999;
  letter-spacing: -0.05em;
  font-size: 0.85em;
}
h3.cat-title a:hover {
  color: #955;
}
h4 {
  font-size: 1.15em;
}

/* Common Use Class */

.hidden {
  visibility: hidden;
}

.none {
  display: none
}

.left, .alignleft {
  float: left;
}

.right, .alignright {
  float: right;
}

.center, .aligncenter {
  text-align: center;
}

.cboth {
  clear: both;
}

.banner-wide {
  width: 468px;
  height: 60px;
}

.banner-square {
  width: 300px;
  height: 250px;
}

.banner-rect {
  width: 300px;
  height: 60px;
}

/* Forms */

form {
	display: inline;
	padding: 0;
}

input, textarea, select {
	padding: 2px;
}

input[type=text], input[type=password] {
	padding: 1px 2px;
}
input[type=text], textarea, select {
	background-color: #fff;
	border: 1px solid #aaa;
}
input[type=text]:hover, textarea:hover, select:hover {
	border-color: #888;
}
input[type=text]:focus, textarea:focus, select:focus {
	border-color: #666;
}

input[type=password] {
	background-color: #ffe;
	border-color: #fcc;
}
input[type=password]:hover {
	border-color: #faa;
}
input[type=password]:focus {
	border-color: #f88;
}

input[disabled=disabled], input[disabled=disabled]:hover, input[disabled=disabled]:focus {
	color: #888;
	background-color: #ddd;
}

select {
	width: 160px;
}	

/* Structure */

#head {
	font-size: 0.9em;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#top, 
#bottom,
#content {
	width: 940px;
	background: #fff url('images/zone-bg.jpg') repeat-y 610px 0px;
}

#middle {
	width: 920px;
	float: right;
	padding: 10px;
	margin: 0;
	background-color: #fff;
	border-top: 10px solid #eee;
	border-bottom: 10px solid #eee;
}

#page {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	background-color: #eee;
	font-size: 0.7em;
}

/* Header */

#title a {
	display: block;
	height: 80px;
	width: 960px;
	text-decoration: none;
	background: #fff url('images/head.jpg') no-repeat 0 0;
}

#title a .name,
#title a .description {
	visibility: hidden;
}

/* Navigation Bar */

#navbar {
	font-size: 0.80em;
	margin: 0 auto;
	padding: 0px 10px;
	background: #2c2c2c url('images/navbar.png') no-repeat;
}

#page-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page-bar li {
	float: left;
	font-size: 80%;
	list-style: none;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	border-right: 1px solid #444;
}

#page-bar li.first {
	border-left: 1px solid #444;
}

#page-bar li a, #page-bar li a:visited {
	color: #fff;
	margin: 0px;
	padding: 6px 8px;
	font-weight: bold;
	display: block;
  text-shadow: 0px 1px 0px #900;
}
#page-bar li a:hover {
	text-decoration: none;
	background-color: #900;
  text-shadow: 0px 1px 0px #444;
}
#page-bar li.current_page_item a {
	color: #900;
	background-color: #ccc;
  text-shadow: 0px 1px 0px #fff;
}
#page-bar li.current_page_item a:hover {
	color: #444;
}

/* SubPage Bar */

#sub-page-bar ul {
	margin: 0;
	padding: 0;
}

#sub-page-bar li {
	float: left;
	cursor: pointer;
	display: block;
	margin: auto;
	padding: 0;
	text-transform: capitalize;
	border-right: 1px dashed #ccc;
}

#sub-page-bar li a, #sub-page-bar li a:visited {
	color: #900;
	margin: 2px;
	padding: 1px 4px;
	display: block;
	text-decoration: none;
}
#sub-page-bar li a:hover {
	color: #444;
	text-decoration: none;
}

#sub-page-bar li.current_page_item {
	color: #900;
}

/* Search Bar */

#searchbar {
	font-size: 0.80em;
	margin: 0 auto;
	padding: 0px 10px;
	background-color: #ccc;
	border-bottom: 2px solid #ddd;
}

#searchform {
	float: right;
	vertical-align: middle;
	text-align: right;
	padding: 0;
	margin: 2px 4px;
}

#searchform #s {
	padding-left: 20px;
	background: #eee url('images/search.png') no-repeat 1px;
}

/* Headline */

#headline {
	width: 590px;
	float: left;
	padding: 10px;
	margin: 0;
	background-color: #fff;
}

#headline h2 {
	font-size: 1.5em;
	color: #444;
	border-bottom: 2px solid #aaa;
  text-stext-shadow: 0px 1px 0px1px 1px #aaa;
}

#headline .highlight {
	margin: 4px 0px;
	padding: 4px 0px;
	border-bottom: 1px solid #aaa;
}

#headline .highlight h3 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.07em;
	padding-bottom:3px;
	text-transform: capitalize;
  text-shadow: 0px 1px 0px #eee;
}

#headline .highlight .meta {
	margin-top: -5px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-transform: capitalize;
}

#headline .highlight .meta .time,
#headline .highlight .meta .comment {
	font-size: 1.15em;
}

#headline .highlight .meta .author {
	font-size: 1.15em;
	color: #900;
}

#headline .highlight .meta .tags a {
	font-size: 0.9em;
	color: #555;
	font-weight: bold;
	text-transform: lowercase;
}
#headline .highlight .meta .tags a:hover {
	color: #444;
}

#headline .highlight .image {
	float: left;
	width: 192px;
	text-align: center;
  margin: 4px 8px 4px 0px;
}

#headline .highlight .image a img {
	padding: 4px;
	padding-left: 0px;
}

#headline .highlight .entry {
  font-size: 1.2em;
	text-align: justify;
	margin: 4px 0px;
}

#headline .highlight .entry ins {
	display: none;
}

/* Featured */

#featured {
	width: 300px;
	float: right;
	padding: 10px;
	margin: 0;
}

#featured h2 {
	font-size: 1.5em;
	color: #444;
	border-bottom: 2px solid #aaa;
  text-shadow: 0px 1px 0px #aaa;
}

#featured .feature {
	margin: 4px 0px;
	padding: 4px 0px;
	border-bottom: 1px solid #aaa;
}

#featured .feature .title {
  text-shadow: 0px 1px 0px #eee;
}

#featured .feature .image {
	float: left;
	width: 100px;
	text-align: center;
}

#featured .feature .image a {
	margin: 0px auto;
}

#featured .feature .image a img {
	margin-top: 10px;
}

#featured .feature .title {
	font-size: 1.15em;
	font-weight: bold;
}

#featured .feature .abstract {
	float: right;
  font-size: 1.0em;
	width: 190px;
	text-align: left;
}

/* Column / Rubric */

.column {
}
.column .rubric {
	list-style: none;
	display: block;
	margin: 10px 0px;
	padding: 0
}
.column .rubric li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0
}
.column .rubric li a {
	display: block;
	margin: 0;
	padding: 0
	height: 120px;
	padding-bottom: 5px;
	border-bottom: 5px solid #eee;
}
.column .rubric li a:hover {
	border-bottom: 5px solid #900;
}

/* Main Category */

.main-category {
	width: 208px;
	height: 7em;
	overflow: hidden;
	float: left;
	border-top: 8px solid #333;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	background: #fff;
}

.main-category p {
	margin: 0;
}

.main-category .cat-title {
	color: #222;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: lowercase;
	margin: 0;
	letter-spacing: -0.05em;
  text-shadow: 0px 1px 0px #ddd;
}

.main-category a {
	color: #333;
	display: block;
	background: none;
}

.main-category a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}

.mc-1, .mc-3, .mc-5 { border-top: 8px solid #333; }
.mc-2, .mc-4, .mc-6 { border-top: 8px solid #900; }

.mc-1:hover, .mc-3:hover, .mc-5:hover { background-color: #333; color: #fff; }
.mc-2:hover, .mc-4:hover, .mc-6:hover { background-color: #900; color: #fff; }
.mc-1:hover a, .mc-3:hover a, .mc-5:hover a { background-color: #333; color: #fff; }
.mc-2:hover a, .mc-4:hover a, .mc-6:hover a { background-color: #900; color: #fff; }

/* Main Category Last Post */

.main-category-post {
	margin-bottom: 4px;
}

.main-category-post h4 {
	display: inline;
}

.main-category-post img {
  width: 64px;
  height: 64px;
	padding: 2px 3px 3px 0px;
  float: left;
}

/* Front Row Top */

/*#front-row-top {
  background-color: #fff;
  border: 5px solid #eee;
} */

/* Front Row Bottom */

/*#front-row-bottom {
  background-color: #fff;
  border: 5px solid #eee;
} */

/* Front List */

#front-list {
	width: 590px;
	padding: 10px;
	float: left;
  clear: both;
}

#archive {
	padding-top: 15px;
	font-size: 1.05em;
	line-height: 1.75em;
}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #888;
}

#front-list .title, #archive .title {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.05em;
  text-shadow: 0px 1px 0px #eee;
}

#front-list .meta {
	margin-top: -5px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-transform: capitalize;
}

#front-list .meta .time,
#front-list .meta .comment,
#front-list .meta .category, #archive .meta .category {
	font-size: 1.15em;
}

#front-list .meta .category, #archive .meta .category {
	margin-bottom: 5px;
}

#front-list .meta .author {
	font-size: 1.15em;
	color: #900;
}

#front-list .meta .tags {
	display: block;
	padding-top: 6px;
}

#front-list .meta .tags a {
	font-size: 0.9em;
	color: #555;
	font-weight: bold;
	text-transform: lowercase;
}
#front-list .meta .tags a:hover {
	color: #555;
}

#front-list .spoiler, #archive .spoiler {
	text-align: justify;
	margin: 6px 0px;
}
#front-list .spoiler a {
  max-width: 134px;  
  max-height: 128px;
  display: block;
  overflow: hidden;
  float: left;
}
#front-list .spoiler a img, #front-list .spoiler a img.frontlist-thumb,  #archive .spoiler a img {
  max-width: 128px;
  padding: 0px 6px 6px 0px;
}
#front-list .spoiler img.wp-post-image, #archive .spoiler img.wp-post-image {
  width: 128px;
  float: left;
  padding: 0px 6px 6px 0px;
}

#front-list .navigation {
  margin: 4px;
  clear: both;
}

#archive .spoiler {
}
#archive .spoiler .date {
	color: #666;
	font-weight: bold;
}
#archive .spoiler h4 {
	font-size: #1.1em;
	margin-top: -6px;
}
#archive .spoiler .tags {
	font-size: .8em;
	text-align: left;
	display: block;
	clear: both;
	margin-top: -4px;
}
#archive .spoiler .abstract {
	font-size: .94em;
	margin-top: 4px;
}
#archive .spoiler .archive-thumb {
	float: left;
}


/* Content Page*/

#content {
	float: left;
	width: 590px;
	background: #fff;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.80em;
	min-height: 400px;
}

#content .breadcrumbs {
	color: #888;
	border-bottom: 1px solid #eee;
}

#content .breadcrumbs a {
	color: #555;
	font-weight: bold;
}
#content .breadcrumbs a:hover {
	color: #955;
}

#content h2 {
	color: #900;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -0.06em;
	border-bottom: 3px solid #ccc;
	padding: 5px 0px;
  text-shadow: 0px 1px 0px #eee;
}

.post-edit-link {
	color: #900;
	padding: 2px 6px;
	margin: 0px 4px;
	text-decoration: none;
	background-color: #eee;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #aaa;
}
.post-edit-link:hover {
	color: #b00;
	background-color: #eee;
	text-decoration: none;
	box-shadow: 0px 0px 4px #444;
}
#content h2 .post-edit-link {
	font-size: 40%;
	font-weight: 300;
	letter-spacing: 0em;
}

/* Post */ 

#content .post h3 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.07em;
	padding-bottom:3px;
	text-transform: capitalize;
}

#content .post .clearfloat {
	margin: 10px 0px;
}

#content .post .meta {
	padding: 1px 3px;
	text-transform: capitalize;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
}

#content .post .meta .time,
#content .post .meta .comment {
	font-size: 1.15em;
}

#content .post .meta .author {
	font-size: 1.15em;
	color: #900;
}

#content .post .meta .tags a {
	font-size: 0.9em;
	color: #555;
	font-weight: bold;
	text-transform: lowercase;
}
#content .post .meta .tags a:hover {
	color: #555;
}

#content .post .print {
	height: 20px;
	text-align: right;
	vertical-align: middle;
	background-color: #f8f8f8;
}

#content .post .entry {
	text-align: justify;
	font-size: 1.15em;
	line-height: 1.4em;
	margin: 1em 0em;
}

#content .post .entry img {
	margin: 8px;
}
#content .post .entry img.alignleft {
  margin-left: 0;
}
#content .post .entry img.alignright {
  margin-right: 0;
}

#content .post .entry a {
  text-decoration: underline;
}
#content .post .entry a:hover {
  color: #222;
}

#content .post .entry a strong {
  color: #900;
}
#content .post .entry a:hover strong {
  color: #222;
}

#content .post .entry .wp-caption {
	margin: 2px auto;
	padding: 4px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}

#content .post .entry .wp-caption-text {
	color: #555;
	text-align: center;
	font-size: 0.8em;
	line-height: 0.8em;
}

#content .post .entry .author {
	text-align: right;
	line-height: 1.0em;
	margin: 1px 20px;
}
#content .post .entry .author .photo {
	float: right;
	width: 64px;
	height: 64px;
	padding: 1px;
}

#content .post .entry .ratingblock,
#content .post .entry .sociable {
	padding: 2px;
	margin: 4px 0px;
}

#content .post .entry .ratingblock .ratingheader,
#content .post .entry .sociable .sociable_tagline {
	font-weight: bold;
}

#content .post .entry .ratingblock .ratingheader {
	border-bottom: 1px solid #eee;
}

#content .post .entry .sociable .sociable_tagline {
	border-bottom: 2px solid #eee;
}

#content .post .entry .ratingblock .article {
	font-size: 0.9em;
}

#content .post .entry .related-article,
#content .post .entry .st-related-posts {
	font-size: 1.0em;
	margin: 1px 2px;
}

#content .post .entry .st-related-posts a {
  text-decoration: none;
}

div#igit_rpwt_css {
}
div#igit_rpwt_css h4 {
	padding: 0;
	margin-top: 10px;
	border-bottom: 2px solid #ddd;
}
div#igit_rpwt_css .igit_relpost {}
div#igit_rpwt_css #igit_rpwt_main_image {}
div#igit_rpwt_css #igit_rpwt_main_image a {}
div#igit_rpwt_css #igit_rpwt_main_image #igit_rpwt_thumb {}
div#igit_rpwt_css #igit_title {
	text-align: center;
}
div#igit_rpwt_css #igit_title a {
	color: #900;
	line-height: .95em;
	text-decoration: none;
}
div#igit_rpwt_css #igit_title a:hover {
	border: none;
}
div#igit_rpwt_css .igit_relpost {}

/* Sidebar*/

#sidebar {
	font-size: 0.95em;
	float: right;
	width: 320px;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

#sidebar h3 {
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	background-color: #2c2c2c;
	padding: 2px 4px;
  text-shadow: 0px 1px 0px #000;
}
#sidebar h3.blogroll {  
  cursor: pointer;
  background-color: #444;
}
#sidebar h3.blogroll.opened,  
#sidebar h3.blogroll:hover {
  color: #000;  
  background-color: #ccc;
  text-shadow: 0px 1px 0px #aaa;
}

#sidebar-top, 
#sidebar-bottom, 
#sidebar-middle {
	padding: 10px;
  clear: both;
}

#sidebar-middle {
	border-top: 10px solid #eee;
	border-bottom: 10px solid #eee;
}

#sidebar ul {
}

#sidebar li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	margin: 1px 0px;
	border-bottom: 1px solid #eee;
}
#sidebar li a:hover {
	color: #fff;
	background-color: #900;
	border-bottom: 1px solid #c88;
}

#sidebar .st-tag-cloud a.st-tags {
	padding: 0px 2px;
	text-decoration: none;
}
#sidebar .st-tag-cloud a.st-tags:hover {
	border-bottom: 2px dotted #900;
}

#sidebar .maincategory-thumb {
  float: left;
  width: 64px;
  height: 64px;
}

/* @OLD Feed Icons */

#sidebar-super .feed-icons {
}
#sidebar-super .feed-icons a {
	padding: 0;
	margin: 0;
}
#sidebar-super .feed-icons a img {
	border-bottom: 3px solid #fff;
}
#sidebar-super .feed-icons a:hover img {
	border-bottom: 3px solid #900;
}

/* Social Icons */

#sidebar-super .social-icons {
  margin: 10px;
}
#sidebar-super .social-icons h3 {
  color: #fff;
  background-color: #900;
}
#sidebar-super .social-icons ul {
  margin: 0 auto;
}
#sidebar-super .social-icons li {
  float: left;
  display: inline;
  margin: 5px 14px;
}
#sidebar-super .social-icons a {
  padding: 0;
  margin: 0;
}
#sidebar-super .social-icons a img {
  border-bottom: 3px solid #fff;
}
#sidebar-super .social-icons a:hover img {
  border-bottom: 3px solid #900;
}

#sidebar .category-list {
}
#sidebar .category-list ul {
  display: block;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
}

/* Comments */

#comments {
	margin: 14px 2px 2px 2px;
}

#comments h3 {
	border-bottom: 2px solid #ccc;
	margin-top: 8px;
}

#comments .commentlist li,
#comments .commentlist .item {
	padding: 0;
	margin: 4px 6px;
	list-style: none;
	background-color: #fafafa;
	border-bottom: 1px solid #b99;
}

#comments .commentlist li li,
#comments .commentlist .item .item {
	padding: 0;
	margin-left: 20px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-left-width: 2px;
}

#comments .commentlist .commentbar,
#comments .commentlist cite {
	display: block;
	padding: 0px 6px 0px 60px;
	margin-bottom: 2px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

#comments .commentlist p {
	color: #222;
	font-size: 0.90em;
	line-height: 1.10em;
	padding: 1px 8px 1px 62px;
}

#comments .commentlist .avatar,
#comments .commentlist .photo {
	float: left;
	position: relative;
	padding: 1px;
	margin: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#comments .commentlist .avatar {
	width: 32px;
	height: 32px;
}
#comments .commentlist .photo {
	width: 48px;
	height: 48px;
}

#comments .commentlist .comment-metadata {
	color: #666;
	font-size: 0.80em;
	line-height: 0.90em;
	display: block;
	padding: 0px 12px 0px 62px;
	text-align: right;
}

#comments .commentlist .comment-metadata a, 
#comments .commentlist .comment-metadata a:visited {
	color: #966;
}

#comments .commentlist li.my_comment {
}

#comments .commentlist li.my_comment cite {
	background: #fdd;
}

/* Comments Form */

#commentform p {
	margin: 4px 0px;
	padding: 0;
}

#commentform textarea {
	outline: none;
	width: 580px;
	margin: 0;
}

#commentform code {
	display: block;
	font-size: 0.8em;
}

/* Ground Zero */

#floor-one,
#floor-zero {
	width: 940px;
	color: #fff;
	font-size: 0.7em;
	margin: 0 auto;
	padding: 10px;
}

#floor-zero {
	color: #eee;
	background-color: #2c2c2c;
}

#floor-one {
	background-color: #ccc;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #888;
}

#floor-one h3 {
	color: #222;
	border-bottom: 2px solid #444;
}

#floor-zero h3 {
	color: #fff;
	border-bottom: 2px solid #eee;
}

#floor-one a {
	color: #900;
	border-bottom: 1px dotted #fff;
}
#floor-one a:hover {
	color: #2c2c2c;
	border-bottom: 1px dotted #944;
}

#floor-zero a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#floor-zero a:hover {
	color: #900;
	border-bottom: 1px dotted #944;
}


/* Footer */

.floor-left, 
.floor-center, 
.floor-right {
	width: 280px;
	float: left;
	padding: 10px;
	margin: 0px 5px;
}

.floor-left ul li, 
.floor-center ul li, 
.floor-right  ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.floor-left ul li a, 
.floor-center ul li a, 
.floor-right  ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	margin: 1px 0px;
}

.floor-left ul li a:hover, 
.floor-center ul li a:hover, 
.floor-right  ul li a:hover {
	background-color: #eee;
}

ul#twitter_update_list {
  list-style: disc;
}
ul#twitter_update_list li {
  list-style: disc;
  margin-top: 3px;
}
ul#twitter_update_list li span {
}
ul#twitter_update_list li a {
  display: inline;
}
#twitter_div h3 a {
  color: #900;
}
#twitter_div h3 a:hover {
  color: #fff;
}
#twitter_div #twitter-link {
  border: none;
}
#twitter_div #twitter-link:hover {
  text-decoration: none;
}

/* Footer */

#footer {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	font-size: 0.6em;
	padding-top: 8px;
	padding-bottom: 12px;
	background: #fff url('images/bottombar.png') no-repeat top center;
}

/** GD Rating */

#f1-right ul li div {
  float: left;
  padding: 2px 5px;
}
#f1-right ul li a {
  text-indent: 12px;
}
#f1-right ul li span {
  color: #444;
  font-size: 90%;
}

/** WP-Polls */

.wp-polls {
  padding: 8px;
  margin: 8px auto;
  clear: both;
  background-color: #f8f8f8;
  border: 2px solid #ddd;
}

.wp-polls .wp-polls-question {
  font-size: 120%;
  font-weight: bold;
  margin: 4px;
}

.wp-polls .wp-polls-ans {
}

.wp-polls .wp-polls-ul {
}

.wp-polls .wp-polls-control {
  text-align: center;
}

.wp-polls-loading {
  text-align: left;
  margin: 4px;
}

/** Misc */

.related-article {
	clear: both;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 2px solid #eee;
}

.st-tag-cloud {
	padding: 0px 6px;
}

/* @TMP Chi Siamo? */

#chi-siamo {
  font-size: 0.85em;
}
#chi-siamo .who-am-i {
  margin: 15px 0px;
  padding: 5px;
  border: 1px dotted #ccc;
}
#chi-siamo .who-am-i img {
  padding: 5px;
}
#chi-siamo .who-am-i.male img {
  /* border: 1px solid #aaf; */
}
#chi-siamo .who-am-i.female img {
  /* border: 1px solid #faa; */
}
#chi-siamo .who-am-i p {
}

/* Float Properties */

.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}
