/*  
Theme Name: altromare
Theme URI: http://thomaseagle.com
Description: tema creato per altromare da thomas eagle - http://thomaseagle.com.
Version: 1
Author: Thomas Eagle
Author URI: http://thomaseagle.com
*/

/* import styles */
@import "style-layout.css";
@import "style-fonts-colors.css";
@import "style-contenuto-speciale.css";


/* various odd classes */

.nascosto {
	visibility:hidden;
	display:none;
}

/* clearfix from http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
