@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	------------------------------------------------------------- */
/*	Reset  */
/*	------------------------------------------------------------- */

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


img {
	border: 0;
}

hr {
	border: none !important;
	border-top: none;
	border-bottom: 1px dashed #DDD !important;
	margin: 10px 0 10px 0;
	padding: 0;
}

/*	Hack  */
.clear {clear:both;} 


/*	------------------------------------------------------------- */
/*	Body  */
/*	------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment:fixed;
	background:#fff url(http://www.freemood.it/themes/FreemoodStyle/images/bg_body.gif) repeat-x top left; }

/*	------------------------------------------------------------- */
/*	Links  */
/*	------------------------------------------------------------- */

a {
	outline: none;
	color: #c01f25;
	text-decoration:none;
}

a:hover {
	color: #000;
}

/*	------------------------------------------------------------- */
/*	Heading  */
/*	------------------------------------------------------------- */

h1, h1 a, h1 a:visited, h1.title {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-family: Helvetica, Arial;
/*	font-size: 32px; */
	font-size: 25px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	text-decoration: none; }

	h1 a:hover {
		color: #c01f25; }

h1.look {
	font-size: 30px !important;
}


h2.look {
	font-size: 34px !important;
}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color:#000;
	text-transform: uppercase;
}

h2.look {
	display: inline !important;
	padding: 6px !important;
}

h2.look a, h2.look span{
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 6px 8px !important;
}

	h2 a, h2 a:visited {
		padding: 2px 4px;
		text-decoration: none;
		color:#fff;
		background:#242424;
		-moz-border-radius: 2px;
	}

	h2 a:hover {
		color: #fff;
	}

	h2 i {
		color: #999999;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		background:none;
	}

	h2 i a, h2 i a:visited {
		color: #999999;
		text-decoration: none;
		border:none;
		padding:0;
		background:none;
		border-bottom: 1px solid #dddddd;
	}

	h2 i a:hover {
		color: #000000;
	}

h3 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px; }

	h3 a, h3 a:visited {
		color: #c01f25;
		text-decoration: none; }

	h3 a:hover {
		color: #c01f25; }

	h3 a, h3 a:visited {
		color: #c01f25;
		text-decoration: none; }

	h3 a:hover {
		color: #c01f25; }

h3.look {
	font-size: 14px !important;
}

h4 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: Geneva, Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px; }

h5 {
	margin: 20px 0 15px 0;
	font-family: Helvetica, Arial;
	font-size: 24px;
	color:#000;
	letter-spacing:-1.5px; }

/*	------------------------------------------------------------- */
/*	Common  */
/*	------------------------------------------------------------- */

.dash {
	border-top:1px dashed #999;
	margin:10px 0;
	padding:0; }

.red {
	color: #c01f25; }

/*	------------------------------------------------------------- */
/*	Icone  */
/*	------------------------------------------------------------- */

.newsrecenti { margin: 20px 0 5px 0; background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_recentnews.png) no-repeat 0 2px; }
.freemood_files { background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_topstories.png) no-repeat 0 2px; }
.freemood_proj { background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_recentcomments.png) no-repeat 0 2px; }
.globe { background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_globe.png) no-repeat 0 2px; }
.tags { background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_tags.png) no-repeat 0 2px; }
.allarchives { background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_archives.png) no-repeat 0 2px; }
.feeds { background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_feeds.png) no-repeat 0 2px; }
.newsrecenti, .freemood_files, .freemood_proj, .globe, .tags, .allarchives, .feeds  {
	line-height:27px;
	padding:0 0 0 32px;
}
		
/*	------------------------------------------------------------- */
/*	Grid  */
/*	------------------------------------------------------------- */

.container {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
	overflow: hidden;
}

.container-info {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height:20px;
	text-align: left;
}

.container-consiglia {
	position:relative;
	margin: 0px auto;
	padding: 20px;
	width: 480px;
	text-align: left;
	overflow: hidden;
	background-color: #FFF;
}

/* Header */
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 166px;
	text-align: left;
	background-color: #FFF;
/*	background:#242424 url(http://www.freemood.it/themes/FreemoodStyle/images/bg_header.jpg) no-repeat top center; */
}

#header .wrapper {
	position:relative;
	width: 980px;
	margin:0 auto;
	text-align:left;
}

/* Logo */
.logo {
	float:left;
	margin: 10px 0 0px 0;
/*	text-shadow:1px 1px 0 #F0C; */
}

.banner{
	margin: 10px 0 0px 0;
/*	border: 1px dotted #F00 !important; */
	float: right;
	width: 820px;
	height: 131px;
}

.logo a, .logo a:visited {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #000;
	text-decoration: none; }

.logo span {
	font-family:Arial;
	text-transform:uppercase;
	font-size:9px;
	text-align:right;
	color:#006;
	display:block;
	margin:0;
	padding:0; }

#popup {
	position: absolute;
	width: 822px;
	height: 151px;
	display: block;
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/trasp.png) repeat;
	z-index: 99;
}

#content {
	margin:10px auto; }

/*	------------------------------------------------------------- */
/*	Top Navigation  */
/*	------------------------------------------------------------- */

#submenu {
	margin: 0 auto;
	padding: 0;
	height: 35px;
	border-top:1px solid #000000;
	border-bottom:1px solid #a5a5a5;
	background:#eee url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav.gif) repeat-x top right;
	z-index: 100;
}

.sub_menu li {
	position:relative;
	margin: 0;
	padding: 0;
	display:block;
	height:35px;
	line-height:35px;
	font-size: 11px;
	float:left;
	list-style: none;
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav_divider.gif) no-repeat top right;
}

.cat-item a, .cat-item a:visited {
	color: #333;
	text-decoration: none;
	overflow:hidden;
	display:block;
	float:left;
	padding:0 8px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-0.5px;
	margin-left:0;
	margin-right:1px;
	position:relative;
	text-shadow:1px 1px 0 #fff;
}

.cat-item .sign-in a, .cat-item .sign-in a:visited {
	display: inline;
	float: inherit;
	margin: 0;
	padding: 0;
}

.cat-item a:hover {
	color: #c42127;
	text-decoration: none;
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav_on.gif) repeat-x 0 0; }

.current-cat, .current-cat a, .current-cat a:visited {
	color: #c42127;
	text-decoration: none;
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav_on.gif) repeat-x 0 0; }

.sub_menu li.home a {
	display:block;
	width:38px;
	background:url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav_home.gif) no-repeat 0 0;
	text-indent:-1000px;
	overflow:hidden;
	padding:0;
	margin:0; }

.sub_menu li.home a:hover{
	background:url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav_home.gif) no-repeat 0 -35px;
}

.sub_menu li.home-selected a{
	background:url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav_home.gif) no-repeat 0 -35px !important;
}

#submenu ul li.nav-selected, #submenu ul li.nav-path-selected{
	color: #c42127;
	text-decoration: none;
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/bg_nav_on.gif) repeat-x 0 0;
}

#submenu ul li.nav-path-selected ul li.nav-selected{
	text-decoration: underline;
	background:none !important;
}

#submenu ul li.nav-path-selected ul li.nav-path-selected{
	text-decoration: underline;
	background:none !important;
}

#submenu ul li.menuright{
	float:right;
}
/*	------------------------------------------------------------- */
/*	Dropdown Navigation  */
/*	------------------------------------------------------------- */

.children {
	margin: 0;
	padding: 0;
	margin-top: -2px;
	position: absolute;
	left: -9999px;
	top:-9999px;
	min-width:160px;
	background-color: #ffffff;
	border: 2px solid #d5d5d5;
	z-index:10;
	overflow: visible;
}

.sub_menu li:hover ul {
	left: 0;
	top:37px;
	z-index:10;
	padding:0 10px 0 5px; }

.sub_menu li.iehover ul {
	display:none; }

.children li {
	margin: 0;
	padding: 0;
	float: none;
	background:none;
	text-indent:10px;
	border-bottom:1px dashed #999; }

.children li:last-child {
	border-bottom:none; }

.children li a, .children li a:visited {
	background: #ffffff;
	padding:0;
	margin:0;
	color: #242424; }

.children li a:hover {
	background:none !important;
	color: #c42127; }

ul.subnav li:last-child { border-bottom:none; }


.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background:#fff;
	color: #c42127;
	text-decoration: none; }

/*	------------------------------------------------------------- */
/*	Contents  */
/*	------------------------------------------------------------- */

/* Home Search */
#homesearchform, #newsletterform{
	position:relative;
	top:0px;
	width: 100%;
	min-height: 35px;
	margin: 0;
	padding: 0;
}

#homesearchform label {
	display: none;}

#homesearchform #s, #newsletterform #email {
	width: 230px;
	height: 22px;
	position: relative;
	margin: 0 0 0 8px;
	padding:4px 0 0 0;
	background: #fff;
	border: 0;
	color: #9a9a9a;
	font-weight:bold;
	background: transparent;
	border: 1px solid #ddd;
}

#homesearchform #searchsubmit, #newsletterform #submit {
	width: 33px;
	height: 28px;
	position: absolute;
	left: 240px;
	cursor: pointer;
	text-indent:-9999px;
	border: 0;
/* IE FIX */
	font-size: 0;
	line-height: 0;
}

#homesearchform #searchsubmit {
	background: url(http://www.freemood.it/themes/FreemoodStyle/images/bg_button_search.png) 0 0 no-repeat;
}

#newsletterform #submit {
	background: url(http://www.freemood.it/themes/FreemoodStyle/images/bg_button_newsletter.png) 0 0 no-repeat;
}

#newsletterform .newslettertext{
	display: block;
	margin-left: 9px;
	margin-bottom: 9px;
	font-size: 120%;
	color: #999;
}

/* Search */
#searchform {
	position:relative;
	top:0px;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
}

#searchform label {
	display: none;}

#searchform #s {
	width: 300px;
	height: 22px;
	position: relative;
	margin: 0 0 0 8px;
	padding:4px 0 0 0;
	background: #fff;
	border: 0;
	color: #9a9a9a;
	font-weight:bold;
	background: transparent;
	border: 1px solid #ddd;
}

#searchform #searchsubmit {
	width: 33px;
	height: 28px;
	position: absolute;
	left: 300px;
	top: 0;
	cursor: pointer;
	text-indent:-9999px;
	border: 0;
	background: url(http://www.freemood.it/themes/FreemoodStyle/images/bg_button_search.png) 0 0 no-repeat;
}


/*	------------------------------------------------------------- */
/*	Colonne  */
/*	------------------------------------------------------------- */


.full_width {
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 20px;
	width: 938px;
	float: left;
	background:#fff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
/*	box-shadow:2px 2px 2px #333333; */
	border: 1px solid #ddd;
	min-height: 360px;
}

.full_width_video {
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 20px;
	width: 938px;
	float: left;
	background:#fff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
/*	box-shadow:2px 2px 2px #333333; */
	border: 1px solid #ddd;
	min-height: 360px;
}

.full_width_video_mobile {
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 20px;
	width: 938px;
	float: left;
	background:#000;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
/*	box-shadow:2px 2px 2px #333333; */
	border: 1px solid #ddd;
	min-height: 360px;
}


.full_width .progetti_list li > div > a{
	color: #000;
	font-size: 160%;
}

.full_width .progetti_list span{
	font-size: 120%;
}

.full_width .altriprogetti{
	display: none;
	visibility: hidden;
}

.linea {
	margin: 0px 0px 10px -2px;
	padding: px 0px 20px 0px;
	width: 986px;
	float: left;
	min-height: 360px;
}

.primary_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 602px;
	float: left;
	background:#fff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
/*	box-shadow:2px 2px 2px #333333; */
	border: 1px solid #ddd;
	min-height: 360px;
}

.collezione {
	margin: 7px 0px 0px 0px;
	padding: 0;
	width: 655px;
	float: right;
	clear:right;
	min-height: 516px;
	padding-bottom: 20px;
}


.pagina {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 605px;
	float: right;
	clear:right;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	border: 1px solid #ddd;
	min-height: 516px;
}


.page_left {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 444px;
	float: left;
	background:#fff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
/*	box-shadow:2px 2px 2px #333333; */
	border: 1px solid #ddd;
	min-height: 540px;
}

div.look{
	width: 430px !important;
}

.page_right {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 430px;
	float: right;
	clear:right;
	background:#fff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
/*	box-shadow:2px 2px 2px #333333; */
	border: 1px solid #ddd;
	min-height: 540px;
}



.progetto_img {
	margin: 10px 0 0 0;
	padding: 0;
	width: 344px;
	float: left;
	min-height: 400px;
}

.progetto_descr {
	margin: 10px 0 0 0;
	padding: 0;
	width: 530px;
	float: right;
	clear:right;
	min-height: 400px;
	color: #999;
	font-size: 140%;
}

.progetto_descr p{
	color: #999;
}

.progetto_descr h1{
	margin-top: 0px;
	padding-top: 0px;
}

#titoloPagina{
	color: #555555;
	font-size: 200%;
}

.page_up{
	min-height: 242px !important;
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}

.page_down{
	min-height: 246px !important;
}

.page_left h2, .page_right h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color:#000;
	text-transform: uppercase;
}

.page_left h2 span, .page_right h2 span{
	padding: 2px 4px;
	text-decoration: none;
	color:#fff;
	background:#242424;
	-moz-border-radius: 2px;
}

.page_left p, .page_right p {
	margin: 0 !important;
}

.right_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 275px;
	float: right;
	clear:right;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.middle_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 270px;
	float: left;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	border: 1px solid #ddd;
}

.left_col {
	margin: 10px 20px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 270px;
	float: left;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	vertical-align: top;
	border: 1px solid #ddd;
}

.left_col_little {
	height: 110px;
	margin: 10px 20px 10px 0px;
	padding: 14px 20px 20px;
	width: 270px;
	float: left;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	border: 1px solid #ddd;
}

.left_col_little_middle {
	height: 110px;
	margin: 10px 19px 10px 0px;
	padding: 14px 20px 20px;
	width: 270px;
	float: left;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	border: 1px solid #ddd;
}

.left_col_collezione {
	height: 110px;
	margin: 10px 20px 10px 0px;
	padding: 14px 20px 20px;
	width: 270px;
	float: left;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	border: 1px solid #ddd;
/*	margin-top: -284px; */
	margin-top: 412px;
	position: absolute;
}

.prima_riga{
/*	min-height: 370px; */
/*	min-height: 391px; */
	min-height: 400px;
}

.seconda_riga{
	min-height: 370px;
}

.seconda_riga_medium{
	height: 350px;
}

.seconda_riga_little{
	height: 132px;
	margin: 4px 0px 4px 0px !important;
	padding: 4px 20px 8px 20px !important;
}

.collezioni{
/*	min-height: 518px; */
	min-height: 350px;
}

.newsletter{
	height: 132px;
	margin: 10px 0px 4px 0px !important;
	padding: 4px 20px 8px 20px !important;
}

.archivio{
	height: 130px;
	margin: 10px 0px 4px 0px !important;
	padding: 14px 20px 0px 20px !important;
}

.catalogo{
	min-height: 350px;
}

#catalogo_down{
	margin-left: 2px;
	position: relative;
	z-index: 5;
}

#catalogo_down h2{
	font-size: 14px;
}

.locandina{
	margin: 10px 10px 10px 0px !important;
/*	min-height: 516px; */
	min-height: 350px;
}

.facebook{
/*	min-height: 218px; */
	min-height: 127px;
	margin: 10px 0px 4px 0px !important;
	padding: 10px 20px 8px 20px !important;
}

.facebooktop{
/*	height: 200px; */
	height: 360px;
	padding-top: 20px;
}

.facebooktop_edit {
	height: 394px;
}

.bloccodown{
	min-height: 249px;
	margin: 10px 0px 4px 0px !important;
	padding: 10px 20px 8px 20px !important;
}

.searchbox{
	margin: 4px 0px 4px 0px !important;
	padding: 4px 20px 8px 20px !important;
	min-height: 100px;
	display: none;
}

.effegitheworld{
	min-height: 98px;
	margin-right: 0px;
	margin-top: 10px;
	padding-right: 20px;
	padding-top: 20px;
/*	margin: 10px 0px 10px 0px !important;
	padding: 1px 37px 1px 1px !important; */
}

/*	------------------------------------------------------------- */
/*	Featured Articles  */
/*	------------------------------------------------------------- */

#featured {
	position:relative;
	width:600px;
	height:350px !important;
	margin: 10px 0 0 0;
	padding: 0;
	background:#000;
}

#featured .slider {
	position:relative;
	width:600px;
	height:350px !important;
}

#featured .thumbnail {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:600px;
	height:350px;
	overflow:hidden;
}	

	#featured .meta, #featured .title, #featured .excerpt  {
		position: relative;
		z-index:1; }

	#featured .title {
		position:absolute;
		bottom:30px;
		margin:25px 0 0 0;
		padding:0 20px 20px 20px;
/*		width:500px; */
		width:560px;
		z-index:5;
		background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/bg_trans.png) repeat 0 0; }

	#featured .title h1 {
		padding:0px 0 0 0;
		z-index:10; }

	#featured .title h1 a {
		color:#fff !important;
		text-shadow:1px 1px 0 #000; }

		#featured .title h2 {
			margin:0;
			padding:20px 0 0 0;
			color: #fff; }

		#featured .title h2 a, #featured .title h2 a:visited {
			margin:0;
			padding: 2px 3px;
			color: #fff;
			border: none;
			background:#c01f25;  }

		#featured .title h2 i {
			color: #fff;
			text-shadow:1px 1px 0 #000; }

		#featured .title h2 i a, #featured .title h2 i a:visited {
			color: #fff;
			text-decoration: none;
			border-bottom: 1px solid #333333; }

		#featured .title h2 i a:hover {
			color: #ffffff;
			border-bottom: 1px solid #ffffff; }

/*	------------------------------------------------------------- */
/*	Lists  */
/*	------------------------------------------------------------- */

.progetti_list{
	margin: 0;
	padding: 0;
}

.progetti_list li{
	margin: 0;
	padding: 7px 0;
	line-height: 16px;
	list-style-type: none;
	border-bottom: 1px dashed #ddd;
	min-height: 80px; 
}

.progetti_list #last{
	min-height: 20px;
}

.progetti_list li:last-child {
	border-bottom:none;
}

.altriprogetti{
	font-family: Geneva, Arial;
	font-size: 140%;
	font-weight: bold ;
	text-align: right !important;
}

.altriprogetti a{
	color: #333;
}

.altriprogetti a:hover{
	color: #c42127;
}

div.right_col ul , div.left_col ul {
	margin: 0;
	padding: 0; }

div.right_col li, div.left_col li {
	margin: 0;
	padding: 7px 0;
	line-height: 15px;
	list-style-type: none;
	border-bottom: 1px dashed #ddd;
}

div.right_col li {
	height: 38px;
}

div.right_col li.archives, div.left_col li.archives {
	height:50px;
}

div.right_col li:last-child, div.left_col li:last-child {
	border-bottom:none;
}

/*
#content ul {
	margin: 0;
	padding: 0; }

#content li {
	margin: 0;
	padding: 7px 0;
	line-height: 16px;
	list-style-type: none;
	border-bottom: 1px dashed #ddd; }

	#content li.archives {
		height:50px; }

#content li:last-child {
	border-bottom:none; }
*/

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }
	
	.archives .title {
		padding:0 0 10px 0; }

	.archives .title a, .archives .title a:visited {
		line-height:22px;
		font-size:1.2em; }

.title a:hover {
	color: #c01f25; }

/*	------------------------------------------------------------- */
/*	Testi e paragrafi  */
/*	------------------------------------------------------------- */

p {
	margin: 10px 0;
	padding: 0;
	color:#000;
	line-height: 18px;
}

p a, p a:visited {
	color: #c01f25;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #000;
}

/* Meta */
.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #999999;
	font-size: 11px; }

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

.meta a:hover {
	color: #000000;
}


/* Articles Thumbnails */ 
.thumbnail-small img {
	width:30px;
	height:30px;
	float:left;
	margin:0 8px 0 0;
	border:1px solid #ddd;
	padding:1px;
}

.thumbnail-medium img {
	width:50px;
	height:50px;
	float:left;
	margin:0 8px 0 0;
	border:1px solid #ddd;
	padding:1px;
}

/*	------------------------------------------------------------- */
/*	Search  */
/*	------------------------------------------------------------- */

.search {
	position:absolute;
	top:19px;
	left:0;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	color:#ccc;
	font-size:28px;
	letter-spacing:-1.5px;
}


/*	------------------------------------------------------------- */
/*	Footer  */
/*	------------------------------------------------------------- */

#footer {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 100%;
	border-top:4px solid #d5d5d5;
	background: #242424; }

#footer p.left, #footer p.right, #footer p.center{
	font-size: 11px;
	color: #ddd;
}

#footer p.left {
	float: left;
	margin-top: 16px;
	width: 250px;
	display: inline;
}

#footer p.center {
	float: left;
	display: inline;
/*	width: 100%; */
	width: 470px;
/*	position: absolute; */
	text-align: center;
	margin: 16px auto;
}

#footer p.right {
	float: right;
	width: 120px;
}

#footer p a, #footer p a:visited {
	color: #ddd;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #dddddd; }

#footer p a:hover {
	color: #fff;
}

#footer .engine {
	line-height:49px;
	padding:0 0 0 55px;
/*	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_wordpress.png) no-repeat 0 0; */
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/../../concrete/images/logo_menu.png) no-repeat 0 0; 
	freemood/
}

#timexec{
	width: 100%;
	text-align: center;
	color:#242424;
}

/* COLLEZIONI LISTA */

.boxgrid{
	width: 200px; 
	height: 140px;
/*	margin: 4px;  */
	margin: 8px;
	float:left; 
/*
	background:#ccc;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
*/
	padding: 1px;
/*	border: solid 4px #FFF; */
/*	overflow: hidden;  */
	position: relative;
/*	box-shadow: 2px 2px 2px #ccc; */
}

.boxgrid img{ 
	position: absolute; 
	top: 1px; 
	left: 1px; 
}

.boxgrid p{ 
	padding: 0 10px;
	color:#afafaf; 
	font-weight:bold; 
}

.boxgridOLD{
	width: 200px; 
	height: 120px;
	margin: 4px; 
	float:left; 
	background:#ccc;
	padding: 1px;
	border: solid 4px #FFF;
	overflow: hidden; 
	position: relative;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	box-shadow: 2px 2px 2px #ccc;
}

/*
.boxgridOLD{
	height: 160px !important;
}
*/

.boxgridOLD img{ 
	position: absolute; 
	top: 1px; 
	left: 1px; 
}

.boxgridOLD p{ 
	padding: 0 10px;
	color:#afafaf; 
	font-weight:bold; 
}

.boxcaption{ 
	float: left;
	position: absolute; 
/*	background: #444;  */
	height: 30px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding-top:10px;
}

.boxcaptionOLD{ 
	float: left;
	position: absolute; 
	background: #444; 
	height: 30px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding-top:10px;
}

.captionfull .boxcaption {
	top: 112px;
	left: 0;
}

.captionfull .boxcaptionOLD {
	top: 122px;
	left: 0;
}


.boxcaption span{
/*	margin-left: 20px; */
	font-size: 120%;
	color:#FFF;
/* 	font-weight: bold; */
}

.boxcaptionOLD span{
	margin-left: 20px;
	font-size: 120%;
	color:#FFF;
 	font-weight: bold;
}

.boxcaption a{
	color: #444;
	text-decoration: none;
}

.boxcaptionOLD a{
	color: #FFF;
	text-decoration: none;
	padding-right: 16px;
}

.type {
	padding-left: 10px;
	right: 10px;
	top: 10px !important;
	left:auto !important;
	float: right;
}
			
.type2 {
	right: 32px !important;
}

#galleria{
	width:992px;
	height:622px;
	margin:0;
}

/** FIX GALLERY CELLSPACING **/

.ccm-gallery{
	border: 0 !important;
}

.ccm-gallery tbody tr td img {
	margin:auto auto 30px !important;
}

/* DISTRIBUTORI */


#distributori{
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/italia.png) top center no-repeat;
	display: block;
	overflow: auto;
	min-height: 500px;
}

#regione{
	display: none;
}

#ProvinciaSelect{
	display: none;
}

#SelectBlock{
	margin-top: 20px;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

#RegioneBlock{
	float: left;
	width: 280px;
	margin-left: 140px;
	text-align: left;
}

#RegioneSelect{
	background:none repeat scroll 0 0 #F3F3F3;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:110%;
	height:31px;
	margin-top:4px;
	text-align:left;
	vertical-align:baseline;
	width:250px;
}

#RegioneSelect option{
	height: 20px;
	padding-top: 2px;
}

#ProvinciaBlock{
	float: right;
	display: none;
	width: 280px;
	margin-right: 140px;
	text-align: left;
}


#ProvinciaSelect{
	background:none repeat scroll 0 0 #F3F3F3;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:110%;
	height:31px;
	margin-top:4px;
	text-align:left;
	vertical-align:baseline;
	width:250px;
}

#ProvinciaSelect option{
	height: 20px;
	padding-top: 2px;
}

#ListaRegioni{
	clear: left;
	margin-top: 100px;
}

#nessuno{
	display: none;
	text-align: center;
}

#negozio{
	width: 100%;
	min-height: 40px;
	clear: left;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
	font-size: 120%;
	background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/white_trasp.png) repeat;
/*	background: #FFF;
	opacity: 0.5; */
	overflow: auto;
}

#intestazione{
	width: 100%;
	min-height: 20px;
	clear: left;
	margin-top: 20px;
	text-align: center;
}

#campo{
	float: left;
	margin: 0 10px 0 10px;
	width: 120px;
	text-align: left;
}

.distributori{
	color:#444;
	font-size:90%;
	font-weight: bold;
	text-decoration:none;
}


.distributori_descr{
	color:#444;
	font-size:85%;
	font-style:italic;
	text-decoration:none;
}

/* LOGIN */

#loginblock{
	display: none;
	position: relative;
	background:#fff;
	width:940px;
	height:20px;
/*	margin: 38px 0px 10px 0px; */
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
/*	box-shadow:2px 2px 2px #333333; */
	border: 1px solid #ddd;	
	z-index: 20;
}

#loginblock h5{
	margin-right: 70px;
}

.logintext { background:transparent url(http://www.freemood.it/themes/FreemoodStyle/images/icon_logintext.png) no-repeat 0 2px; }
.logintext {
	line-height:27px;
	padding:0 0 0 32px;
	margin: 0;
	float: left;
}

.login_block_form .loginTxt{ font-weight:bold }
.login_block_form .uNameWrap{ margin:8px 0px;  margin-top: 5px; float: left;}
.login_block_form .passwordWrap{ margin-bottom:5px; margin-top: 5px; float: left;}
.login_block_form .login_block_register_link{margin-top:8px; font-size:11px}
.login_block_form .uNameWrap label, .login_block_form .passwordWrap label{
	font-weight: bold;
	font-size: 120%;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#uName, #uPassword, #uEmail, #uPasswordConfirm, #captcha input{
	background:none repeat scroll 0 0 transparent;
	border:1px solid #DDDDDD;
	color:#9A9A9A;
	font-weight:bold;
	height:22px;
	margin-left: 10px;
	padding: 0;
	position:relative;
	width:180px;
}

.loginButton #submit, .loginButton #reset {
	background-color: #C01F25;
	border: 0;
	width:100px;
	color:#FFF;
	font-weight:bold;
	height:30px;
	margin-left: 10px;
	margin-top:2px;
	padding: 0;
	position:relative;
	float: right;
	font-size: 100%;
}

.loginButton #submit:hover, .loginButton #reset:hover{
	background-color: #FF1F2D;
	border: 1px solid #000;
	font-size: 100%;
}

.loginButton #chiudiconsiglia {
	background-color: #ccc;
	border: 0;
	width:80px;
	color:#FFF;
	font-weight:bold;
	height:23px;
	margin-left: 10px;
	margin-top:2px;
	padding: 0;
	position:relative;
	float: right;
	font-size: 100%;
	padding-top: 7px;
	text-align: center;
}

.loginButton #chiudiconsiglia:hover {
	background-color: #999;
	border: 1px solid #000;
	font-size: 100%;
	width: 78px;
	height:21px;
	padding-top: 6px;
}

/* REGISTER FORM */

#campiform{
	display: block;
	width: 600px;
	text-align: right;
}

#campiform img{
	float: right;
	display:block;
	padding: 4px;
}

#campiform p{
	float: right;
	clear: both;
	text-align:justify;
	width:360px;
}

#campiform #register{
	background: #C01F25;
	border: 1px solid #DDDDDD;
	color: #FFF;
	font-weight: bold;
	height: 32px;
	margin-left: 10px;
	padding: 0;
	position: relative;
	width: 180px;
}

#campiform #submit{
	background: #C01F25;
	border: 1px solid #DDDDDD;
	color: #FFF;
	font-weight: bold;
	height: 32px;
	margin-left: 10px;
	padding: 4px;
	position: relative;
}

#campiform #register:hover{
	background: #F00;
	cursor: pointer;
}

#campiform #submit:hover{
	background: #F00;
	cursor: pointer;
}

#formhr{
	width: 360px;
	float: right;
	clear: both;
}

#captcha{
	clear: both;
}

#errori h5{
	font-size: 16px;
	font-weight: bold;
	color: #603234;
}

#errori li{
	color: #F00;
}

#campiform .ccm-button{
	background: none !important;
	margin-top: 10px;
}

#campiform hr {
	border: none !important;
	border-top: none !important;
	border-bottom: 1px dashed #DDD !important;
	margin: 10px 0 10px 0 !important;
	padding: 0 !important;
}

#campiform .rules{
	font-style: italic;
	font-size: 90%;
}

div#lookbutton {
	position: relative;
	margin-left: 274px;
}

#consigliaform {
	margin: 20px auto;
}

form.cmxform input, form.cmxform textarea, form.cmxform select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
	
form.cmxform select { padding: 0; }

form.cmxform #result{
	color: #F00;
}

form.cmxform #loader{
	text-align: left;
}

div#cboxTitle {
    color: #C11916 !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

a.consiglia {
	background-color: #ECEEF5;
	display: block;
	float: left;
	border: 1px solid #CAD4E7;
	cursor: pointer;
	color: #3B5998;
	text-decoration: none;
	-webkit-border-radius: 3px;
	padding: 3px 5px;
	margin-right: 10px;
}

a:hover.consiglia{
	background-color:#eceef5;
	border-color:#9dacce
}

.liketext {
	background: url(http://www.freemood.it/themes/FreemoodStyle/images/facebook-ico.png) -1px -33px no-repeat;
	color: #3B5998;
	display: block;
	padding-left: 17px;
	white-space: nowrap;
}


// Sezione VIDEO

#videolista {
	width: 938px;
}

	#videolista .row {
		width: 938px;
		margin-top: 10px;
	}
	
	#videolista .video {
		display: inline;
		width: 450px;
		height: 340px;
/*		margin: 0 auto; */
		margin: 0 auto;
		margin-left: 6px;
		float: left;
		padding-bottom: 20px;
		position: relative;
	}
	
	#videolista .videoR {
		display: inline;
		width: 450px;
		height: 340px;
/*		margin: 0 auto; */
		margin: 0 auto;
		margin-right: 6px;
		float: right;
		padding-bottom: 20px;
		position: relative;
	}
