/******************* Versione:  2013.04.03 - 2013.05.28 *******************/

/*
viola: #A500A7;
viola scuro: #89038B;
viola molto scuro: #49004A;

rosa acceso: #FF58FF;
viola-traccia attorno al rosa: #9E00AC;
*/

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	background: #89038B;
	color: #FFFFFF;
	/*color: #757575;*/
}

body
{
	cursor: default;
}


body, input, select, textarea
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

/******************** site *******************/
body
{
	background: #000000;
	margin: 0px auto;
	width: 990px;
}

#page
{
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 990px;
}

#container
{
	background: #89038b;
	border: 1px solid #89038b;
	border-radius: 0px 0px 10px 10px;
	margin: 0px;
	padding: 0px 15px 15px;
	width: 958px;
}

.box
{
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: box;
	box-pack: center;
	box-align: center;
	width: 100%;
	height: 100%;
}

.inBkTop
{
	display: inline-block;
	vertical-align: top;
}

/******************** headerMenu *******************/
#header
{
	background: url(../dots/header.jpg) no-repeat;
	height: 301px;
	padding: 0px;
	position: relative;
	width: 990px;
}

#headerMenu
{
	left: 16px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 26px;
}

#headerMenu a
{
	display: block;
	margin: 0px 0px 3px;
}

/******************** columns *******************/
#columns
{
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 0px 0px 8px 8px;
	width: 956px;
}

#columns .column
{
	display: inline-block;
	margin: 14px 0px 0px 0px;
	vertical-align: top;
}

#column-left
{
	padding: 0px 9px 14px 10px;
	width: 685px;
}

#column-right
{
	width: 240px;
}


/******************** topBar ******************/
#topBar
{
	border-color: #89038b;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	height: 42px;
	margin: 0px 13px;
	padding: 0px;
	width: 930px;
}

#topMenu
{
	list-style: none;	
	margin: 0px 0px 0px -10px;
	padding: 10px 0px;
	position: absolute;
}

#topMenu li
{
	margin: 0px;
	padding: 2px 0px;
}

#topMenu li a
{
	border-color: #b8b8b8;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	box-shadow: 1px 0px 0px #000000;
	display: block;
	height: 13px;
	margin: 0px;
	padding: 0px 7px 2px 4px;
	text-align: center;
}

#topMenu li a:hover
{
}

/******************** pageSection ******************/
.pageSection
{
	background: #89038b;
	border: 1px solid #6f6f6f;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #aaaaaa;
	color: #FFFFFF;
	font-size: 14px;
	height: 23px;
	margin: 0px 12px 14px 0px;
	padding: 8px 10px 5px;
	/*text-shadow: 1px 1px 10px #000000;*/
	text-transform: uppercase;
	width: 662px;
}


/******************** articleBox *******************/
.articleBox
{
	background: #ffffff;
	border: 1px solid #6f6f6f;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #aaaaaa;
	height: 165px;
	margin: 0px 0px 14px 0px;
	overflow: hidden;
	position: relative;
	width: 682px;
}

.articleBox .imageTray, .articleBox .textTray
{
	display: inline-block;
	vertical-align: top;
}

.articleBox .imageTray
{
	border-color: #6f6f6f;
	border-radius: 9px 0px 0px 9px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	height: 165px;
	overflow: hidden;
	width: 106px;
}

.articleBox .imageTray img
{
	max-height: 165px;
}

.articleBox .textTray
{
	padding: 3px 5px 0px 3px;
	/*width: 558px;*/
}

.articleBox .title
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.articleBox h3.title
{
	font-size: 12px;
	margin: 2px 3px 8px;
	max-height: 28px;
	overflow: hidden;
	width: 75%;
}

.articleBox .date
{
	font-size: 10px;
	position: absolute;
	right: 8px;
	top: 5px;
}

.articleBox .body
{
	font-size: 10px;
	height: 98px;
	margin: 0px 3px;
	overflow: hidden;
	text-align: left;
}

.articleBox .body a
{
	display: block;
	padding: 0px 1px 1px;
}

.articleBox .link
{
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 8px;
	text-align: right;
	top: 146px;
	width: 200px;
}

.articleBox .link a
{
	padding: 0px 1px 1px;
}

.articleBox.itemList .body
{
	height: 134px;
	margin: 0px;
}

/******************** articlePage *******************/
.articlePage
{
	border: 1px solid #6f6f6f;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #aaaaaa;
	margin: 0px 0px 14px 0px;
	width: 682px;
}

.articlePage
{
	background: #ffffff;
}

#socialLinks
{
	height: 30px;
	position: relative;
}

#shareBtn, #likeBtn, #plusBtn, #tweetBtn
{
	height: 20px;
	top: 10px;
	position: absolute;
}

#shareBtn
{
	left: 10px;
}

#likeBtn
{
	right: 10px;
	width: 120px;
}

#likeBtn iframe
{
	border: none;
	height: 20px;
	overflow: hidden;
	width: 120px;
}

#plusBtn
{
	right: 140px;
	top: 12px;
	width: 70px;
}

#tweetBtn
{
	right: 220px;
	width: 100px;
}

.articlePage .textTray
{
	margin: 5px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
}

.articlePage .section
{
	font-size: 10px;
	font-style: italic;
	margin-bottom: 10px;
	padding: 8px 0px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

.articlePage .section .date
{
	font-size: 10px;
	font-style: normal;
	left: 0px;
	position: absolute;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.articlePage .section .date .author
{
	font-weight: bold;
}

.articlePage .title
{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.articlePage .subTitle
{
	color: #6F6F6F;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0px 15px 0px;
}

.articlePage .body
{
	font-size: 14px;
	margin-bottom: 8px;
	text-align: justify;
}

.articlePage .imageTray
{
	border-color: #6f6f6f;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	height: 254px;
	margin: 0px 8px 0px 0px;
	overflow: hidden;
	width: 470px;
}

.articlePage .label
{
	font-size: 10px;
	margin: 3px 8px 8px 3px;
	overflow: hidden;
	width: 470px;
}

.articlePage .embeddedVideo
{
	margin: 0px 0px 20px 0px;
}

.articlePage .nextPageLink
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	text-align: center;
	width: 100%;
}

.articlePage .link
{
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	text-align: right;
	width: 100%;
}

.fb-comments
{
	border-color: #5973A8;
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	padding: 8px 0px;
	width: 662px;
}

/******************** mediaGallery *******************/
.mediaGallery
{
	border: 1px solid #888888;
	border-radius: 6px;
	margin: 10px 0px;
	padding: 2px;
}

.media
{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #888;
	display: inline-block;
	height: 116px;
	margin: 2px;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	width: 116px;
}

.media a
{
	display: block;
}

.media a:hover
{
	background: none;
}

.media img
{
	max-height: 100%;
	max-width: 100%;
}

#albumList, #album
{
	margin: 0px auto;
	padding: 0px;
	width: 630px;
}

#albumList a, #album li
{
	border: 1px solid #f1f1f1;
	color: #3b5998;
	display: inline-block;
	font-weight: bold;
	height: 200px;
	margin: 0px 0px 4px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	width: 200px;
}

#album li a
{
	color: #3b5998;
	display: block;
	height: 200px;
	width: 200px;
}

#albumList a:hover, #album li a:hover,#album li:hover
{
	background: none;
}

#albumList a:hover, #album li:hover
{
	border: 1px solid #3b5998;
}

#albumList .coverPhoto
{
	margin: 0px 0px 5px;
	max-height: 130px;
	max-width: 130px;
}

#albumList .albumTitle, #album .mediaTitle
{
	margin: 0px auto;
	max-height: 42px;
	max-width: 190px;
	overflow: hidden;
}

#album .mediaTitle
{
	margin: 5px auto 0px;
}

#albumList .photosCount
{
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0px 0px;
}

#album li
{
	margin: 0px 2px 4px;
}

/******************** subsectionMenu *******************/
#subsectionMenu
{
	display: inline-block;
	max-width: 200px;
	vertical-align: top;
}

#ssMenu
{
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#ssMenu li a
{
	color: #A500A7;
	font-weight: bold;
	text-transform: uppercase;
}

#ssMenu li a:hover
{
	background: none;
}

#ssMenu .ssMenuSub
{
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

#ssMenu .ssMenuSub li
{
	padding: 2px;
}

#ssMenu .ssMenuSub li a
{
	color: #000000;
	font-weight: normal;
	text-transform: none;
}

#ssMenu .ssMenuSub li:hover, #ssMenu .ssMenuSub li a:hover
{
	background: #d27fd3;
}

/******************** pageDetail *******************/
#pageDetail
{
	border-left: 1px solid #89038B;
	display: inline-block;
	min-height: 450px;
	max-width: 490px;
	padding: 0px 0px 0px 5px;
	vertical-align: top;
}

#pageDetail ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pageDetail ul li
{
	margin: 0px 2px;
}

#pageDetail ul li a
{
	color: #89038B;
	display: block;
	padding: 2px;
}

#pageDetail ul li a:hover
{
	color: #FFFFFF;
}

#pageDetail .articlePage
{
	width: 516px;
}

#pageDetail .articlePage .fb-comments
{
	width: 496px;
}

/******************** articleType *******************/
.informazioni.articlePage .section
{
	border-color: #99b5fd;
	border-style: dashed;
	border-width: 1px 0px 1px 0px;
	color: #346dfc;
}

.informazioni.articlePage .body a
{
	color: #346dfc;
}

.informazioni.articlePage .body a:hover
{
	color: #99b5fd;
}

.doppiaggio.articlePage .section
{
	border-color: #A500A7;
	border-style: dashed;
	border-width: 1px 0px 1px 0px;
	color: #A500A7;
}

.blog.articlePage .body a
{
	color: #A500A7;
}

.blog.articlePage .body a:hover
{
	color: #FFFFFF;
}

/******************** rightBox *******************/
.rightBox
{
    /* fallback */
	background: #f1f1f1;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f1f1f1));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #f1f1f1);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#ffffff, endColorstr=#f1f1f1);

	border: 1px solid #6f6f6f;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #aaaaaa;
	margin: 0px 0px 12px 0px;
	overflow: hidden;
	width: 234px;
}

.rightBox .header
{
	background: #89038b;
	color: #FFFFFF;
	height: 16px;
	padding: 8px 6px;
	text-transform: uppercase;
}

.rightBox .body
{
	padding: 8px 0px;
}

.rightBox iframe
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width: 150px;
}

.rightBox .socialLink
{
	padding: 8px 6px;
}

.rightBox .socialLink a
{
	display: inline-block;
	height: 57px;
	margin: 4px 8px 4px 8px;
	width: 57px;
}

/******************** faceBookFace *******************/
.rightBox .faceBookFace
{
	height: 320px;
	overflow: hidden;
	position: relative;
	width: 232px;
}

/******************** search *******************/
.searchKey
{
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.rightBox .search
{
	overflow: hidden;
	padding: 8px;
	text-align: right;
}

.rightBox .search .searchInput
{
	width: 214px;
}

.rightBox .search .searchBtn
{
	background: none;
	border: none;
	cursor: pointer;
	/*display: block;*/
	font-size: 10px;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	text-align: right;
}

.rightBox .search .searchBtn:hover
{
	/*color: #757575;*/
	background: #89038B;
	color: #FFFFFF;
}

/******************** pagination *******************/
#pagination
{
	background: #000000;
	border: 1px solid #6f6f6f;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #aaaaaa;
	height: 22px;
	margin: 0px 10px 14px 0px;
	padding: 4px 10px;
	width: 662px;
}

#pagination #pagTray
{
	position: relative;
}

#pagination #first, #pagination #last, #pagination #next, #pagination #prev
{
	cursor: pointer;
	position: absolute;
	top: 0px;
}

#pagination #first
{
	left: 0px;
}

#pagination #last
{
	right: 0px;
}

#pagination #next
{
	right: 44px;
}

#pagination #prev
{
	left: 44px;
}

/******************** footer *******************/
#footer
{
	color: #757575;
	margin: 0px;
	padding: 15px;
	width: 958px;
}

#footer div
{
	display: inline-block;
}

#footer a
{
	color: #89038b;
}

#footer a:hover
{
	color: #757575;
}

#footer #bottomMenu
{
	width: 702px;
}

#footer #poweredBy
{
	font-size: 9px;
	text-align: right;
	width: 250px;
}

/******************** disclaimer *******************/
#disclaimer
{
	color: #99A2A5;
	font-size: 9px;
	margin: 0px;
	padding: 0px 25px 25px 25px;
	text-align: center;
	width: 956px;
}

#disclaimer a
{
	color: #99A2A5;
}

#disclaimer a:hover
{
	color: #000000;
}


