﻿.master-container
{
	width:100%;
	float:left;
}

.master-container .container
{
	width:950px;
	padding-left:15px;
	padding-right:15px;
	margin:auto;
}

.master-container .container .first-row-section
{
	width:100%;
	float:left;
	height:130px;
	padding-top:10px;
	border-bottom:solid 1px #dadada;
}
.master-container .container .second-row-section
{
	float:left;
	width:100%;
	padding-bottom:20px;
}

/************************************************/
/**************** FIRST- ROW ********************/
/************************************************/
.first-row-section .logo-wrapper
{
	float:left;
	width:119px;
}
.first-row-section .header-wrapper
{
	float:left;
	width:831px;
}

.first-row-section .header-wrapper .header-image
{
	width:831px;
	height:100px;
}

.first-row-section .header-wrapper .menu-wrapper
{
	height:30px;
	padding-left:110px;
}

.first-row-section .header-wrapper .menu-wrapper div { float:left; }

.first-row-section .header-wrapper .menu-wrapper .home-link
{
	float:left;
	background:#bd2228;
	height:30px;
	width:60px;
	text-align:center;
}
.first-row-section .header-wrapper .menu-wrapper .home-link a
{
	display:block;
	height:22px;
	padding-top:8px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
.first-row-section .header-wrapper .menu-wrapper .home-link a:hover
{
	background:#fff;
	color:#000;
}

.first-row-section .header-wrapper .menu-inner-wrapper
{
	background:#bd2228;
	height:30px;
	float:left;
	width:508px;
}

.first-row-section .header-wrapper .menu-wrapper .search-box
{
	width:184px;
	padding-left:16px;
	height:26px;
	padding-top:4px;
	vertical-align:top;
	background:#bc222a url(../media/img/bgSearchBox.gif) no-repeat center;
}

.first-row-section .header-wrapper .menu-wrapper .search-box .header-input-search
{
	border:Solid 1px gray;
	border-left:none;
	height:15px;
	width:130px;
	margin-top:2px;
}

.first-row-section .header-wrapper .menu-wrapper .search-box a
{
	display:block;
	font-weight:bold;
	margin-top:4px;
	margin-right:21px;
	float:right;
}
/************************************************/


.second-row-section .content-wrapper
{
	float:left;
	width:100%;
}

.second-row-section .content-wrapper .content-container
{
	float:left;
	width:695px;
}

.second-row-section .content-wrapper .right-tools
{
	float:left;
	width:255px;
}


/************************** TAG CLOUD ***************************/
.taglist-container .taglist-testata
{	
	background:url(../media/img/bg/bgHeaderSmall-Yellow.png) no-repeat;
	background-position:left bottom;
	white-space:normal;
	padding-bottom:10px;	
}

.taglist-container .taglist-testata .taglist-header
{
	background:url(../media/img/red-arrow.png) no-repeat;
	background-position:top left;	
	padding-left:25px;
	width:130px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-size:1.3em;
}

/******************************* CALENDARIO *********************************/
.calendar-container
{
	margin-bottom:10px;
}

.calendario-testata-box
{	
	background:url(../media/img/bg/bgHeaderSmall-Blue.png) no-repeat;
	background-position:left bottom;
	white-space:normal;
	padding-bottom:10px;	
}

.calendario-testata-box .header
{
	background:url(../media/img/red-arrow.png) no-repeat;
	background-position:top left;	
	padding-left:25px;
	width:120px;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:bold;
}



/**************************** FOOTER ***********************************/
.footer-wrapper
{
	background:url(../media/img/bgFooter.gif) no-repeat top right;
	height:65px;
	padding-top:5px;
	float:left;
	width:710px;
	padding-left:240px;
}

.footer-wrapper div
{
	float:left;
	color:#fff;
	padding-right:40px;
}
.footer-wrapper .footer-links
{
	padding-right:40px;
	float:right;
}


.footer-wrapper a
{
	color:#fff;
}

/**************** LOGIN BOX ********************/
.login-box
{
	background:url(../media/img/bgLoginBox.gif) no-repeat;
	width:240px;
	padding-left:10px;
	padding-top:5px;
	height:90px;
}

.login-box .header
{
	font-weight:bold;
}

.login-box .home-login-input
{
	height:13px;
	margin-bottom:2px;
	width:220px;
}

.login-box .btn-login
{
	background: url("../media/img/bgBtnOrange.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    font-weight: bold;
    font-size:1em;
    height: 23px;
    padding-bottom:4px;
    padding-left:9px;
    text-align: left;
    width: 55px;
    margin-right:4px;
    margin-top:1px;
    border:none;
    cursor:pointer;
}
.login-box .btn-login:hover { color:#bc2328; }