/* CSS Website - By Eaglix Srl */

/*  
Theme Name: Scritti sulla Musica
Theme URI:http://www.scrittisullamusica.it
Version: 3.0
Author: Eaglix Srl
Author URI:http://www.eaglix.com/
Date: 20/10/2013
*/

/*-------------------- HTML & BODY --------------------*/
html {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	color: #666666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 15px;
	word-spacing: 1px;
    background-color: #f9f9f9;

}
img {
	 border: 0px;
	 
}
a, a:visited {
	color:#1e54a2;
	text-decoration:none;
	border: 0px;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

h1 { /* Assume used once for page title */
	font-size: 2em;
	line-height: 1.4em;
	padding: 15px 0px 15px 0px;
}
h2 { /* Assume used for page headings */
	font-size: 1.75em;
	line-height: 1.25em;
    padding: 10px 0px 10px 0px;
}
h3 { /* Assume used for sub-headings */
	font-size: 1.5em;
	line-height: 1em;
    padding: 5px 0px 5px 0px;
}
h4 {
	font-size: 1.25em;
	line-height: 1em;
    padding: 5px 0px 5px 0px;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
p {
	padding-bottom: 5px;
	text-align: justify;
	line-height: 1em;
/*	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}

ol, ul {
	padding-left:25px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
abbr, acronym {
	cursor: help;
}
td, td img { vertical-align:top; }
sub { vertical-align:sub; font-size:smaller; }
sup { vertical-align:super; font-size:smaller; }

code {
	font-family: Courier,"Courier New",Monaco,Tahoma;
	background: #edf1f7;
	color: #404d61;
	padding: 0px 2px;
	border-radius: 2px;
}
pre {
	background:#edf1f7;
	padding:20px;
	margin-bottom:1em;
	overflow: auto;
	line-height: 18px;
	border-radius:4px;
}
blockquote {
	font-style:italic;
	margin:0 0 1em 0;
	padding:0 20px;
	border-left:5px solid #edf1f7;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* make buttons play nice in IE:	
	 www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/*-------------------- COMMON CLASSES --------------------*/
/* SIZE */
.width_250px {
    width: 250px !important;
}
.width_125px {
    width: 125px !important;
}
.width_100px {
    width: 100px !important;
}
.width_100 {
    width: 100% !important;
}
.width_75 {
    width: 75% !important;
}
.width_50 {
    width: 50% !important;
}
.width_25 {
    width: 25% !important;
}


/* ICONS STYLE */
.icon {
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 0px;
	margin: 0px auto;
}
.icon_little {
    width: 25px;
    height: 25px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    vertical-align: middle;
}
.icon_mini {
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
.icon_micro {
	width: 15px;
	height: 15px;
	padding: 0px;
	border: 0px;
	margin: 0px auto;
}
.icon_tiny {
    width: 12px;
    height: 12px;
    padding: 0px;
    border: 0px;
    margin: 0px auto;
}
.icon_big {
	width: 40px;
	height: 40px;
	padding: 0px;
	border: 0px;
	margin: 0px auto;
}
.icon_huge {
	width: 60px;
	height: 60px;
	padding: 0px;
	border: 0px;
	margin: 0px auto;
}
.icon_left {
    margin-right: 25px;
}
.icon_right {
    margin-left: 25px;
}


/* TEXT STYLE */
.text_green {
    color: green !important;
}
.bkg_green {
    background-color: green !important;
}
.text_amber {
    color: #ea9001 !important;
}
.bkg_amber {
    background-color: #ea9001 !important;
}
.text_red {
    color: #ca0000 !important;
}
.bkg_red {
    background-color: #ca0000 !important;
}
.text_blue {
    color: #007fd8 !important;
}
.bkg_blue {
    background-color: #007fd8 !important;
}
.text_white {
    color: #ffffff !important;
}
.bkg_white {
    background-color: #ffffff !important;
}
.text_bold {
    font-weight: bold !important;
}
.text_line-through {
    text-decoration: line-through;
}
.text_smallcaps {
    text-transform: lowercase !important;
    font-variant: small-caps !important;
}
.text_underline {
    text-decoration: underline !important;
}
.text_highlight {
    text-shadow: goldenrod 0.1em 0.1em 0.2em !important;
}
.bkg_highlight {
    background-color: #ffff3d !important;
}
.text_blink {
    text-decoration: blink;
}
.text_shadow {
    text-shadow: #001140 0.1em 0.1em 0.2em !important;
}
.text_wrap_none {
    white-space:nowrap;
}
.text_big {
	font-size: 30px !important;
}
.text_medium {
	font-size: 20px !important;
	display: inline !important;
}
.text_little {
	font-size: 10px !important;
	display: inline !important;
}
.text_underline {
	text-decoration: underline !important;
}
.text_blinking {
    text-decoration blink !important;
}
.text_uppercase {
	text-transform: uppercase !important;
}
.text_lowercase {
    text-transform: lowercase !important;
}
.text_italic {
	font-style: italic !important;
}
.text_justify {
	text-align: justify !important;
}
.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
	margin: 0px auto !important;
}
.text_right {
	text-align: right !important;
}

/* TABLE STYLE */
.tr_alt {
    background-color: #f9f9f9 !important;
}
tr.selectedrow {
    background-color: yellow !important;
    color: black !important;
}
.td_button {
    border: 1px outset #acacac !important;
    cursor: pointer;
}

/* POSITION STYLE */
.float_left {
    float: left !important;
}
.float_center {
    text-align: center !important;
    margin: 0px auto !important;
    clear: both;
}
.float_right {
    float: right !important;
}
.block {
    display: block;
}
.vert_align_top {
    vertical-align: top !important;
}
.vert_align_middle {
    vertical-align: middle !important;
}
.vert_align_bottom {
    vertical-align: bottom !important;
}
.no_padding {
    padding: 0px !important;
}
.no_borders {
    border: 0px !important;
}
.no_margin {
    margin: 0px !important;
}
.screen_none {
    display: none !important;
}
.cursor_default {
    cursor: default;
}
.cursor_pointer {
    cursor: pointer;
}