/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(./css/reset.css);
@import url(./css/class.css);
@import url(./css/ie.css);

@import url(./css/layout.css);
@import url(./css/custom.css);

@import url(./css/struct.css);
@import url(./css/other.css);

@import url(./css/override.css);

.noimg {
padding: 0 15px;
display: inline-block;
height: 60px;
float: left;
}

div.post-single {
	width: 100%;
}

#middle table.ottimizza-tabelle * {
	font-size:11px !important;
	font-family: 'Ubuntu', sans-serif !important;
	text-align: left !important;
	vertical-align: middle !important;
	text-transform: uppercase !important;
	padding:0 !important;
	color: #5d5d5d !important;
}

#middle table.ottimizza-tabelle td {
	padding: 1px 4px !important;
}

.blue-and-white {
	color: #fff;
	background: #129aa4 !important;
}

.mc4wp-notice p,
.mc4wp-error p{
  color: red;
  text-align: center !important;
  padding: 10px 5px !important;
}
.mc4wp-success p{
  text-align: center !important;
  color: green;
  font-weight: bold;
  padding: 20px 5px;
  width: 100%;
}

.skypebutton ul{margin:0 !important;padding:0 !important;}
.skypebutton ul li{line-height:0 !important; margin:0 !important;padding:0 !important;}
.skypebutton ul li a{padding:5px !important; margin-left:0 !important;}
