/* base pagina */
body {
	text-align: center;
	color:#ffffff;
	font-family: Arial, Verdana, Georgia, "Times New Roman";
	font-size: 14px;
	background: #666666;
	overflow:hidden;

}

#wrap
{
	position:absolute; top:0px; bottom:0px; right:0px; left:0px;
	background-image: url(immagini/cube.png);
	background-position: top left;
	background-repeat: repeat-y;
}

#wrap1
{
	position:absolute; top:0px; bottom:0px; right:0px; left:0px;
	background-image: url(immagini/cube.png);
	background-position: top right;
	background-repeat: repeat-y;
}

#container
{
	position:absolute; top:0px; bottom:0px; left:76px; right:76px;
	border-right:1px solid #222222;
	border-left:1px solid #222222;
	background-image:url(immagini/stripe.png);
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#000000;
}

#container1
{
	position:absolute; top:0px; bottom:0px; left:0px; right:0px;
	padding-top:10px;
	background-image:url(immagini/stripe2.png);
	background-repeat: repeat-x;
	background-position:bottom left;
}

img
{
    border:none;
}

table {
	 border: 0;
}

td {
	padding: 4px;
	margin: 0;
}

form {
	margin-top: 20px;
}

a { text-decoration: none; font-weight:bold; }
a:link {	color: #ffffff; }
a:hover {	color: #ffffff; }
a:visited {	color: #ffffff; }
a:active {	color: #ffffff; }

h1 {
	font-size: 17px;
	color: #1478fe;
	text-decoration: blink underline;
}

h2 {
	font-size: 16px;
	color: #ef0707;
	text-decoration: underline;
}

/* menu */

#menu {
	display:table-cell;
	vertical-align:middle;
	font-size: 20px; 
	width: 298px;
}

#menufather{
	position: absolute;
        left: 0px;
        top: 100px;
        bottom: 50px;
        border-right: 2px solid rgba(255, 255, 255, 0.5);
}

#menu a{
	
	font-weight:bold;
	color:#bbbbbb;
	text-decoration:none;
	display:block;
	height:43px;
	text-align:left;
	padding-left:80px;
	padding-top:10px;
        font-family: 'Parisienne', cursive;
        font-size: 25px;
        /*font-variant:small-caps;*/
}

#menu a:visited{
	color:#bbbbbb;
}

#menu a:hover.two{
    /*background: url(immagini/menu-over.png);
    background-position:0px -95px;
    background-repeat: no-repeat;*/
    background-color: rgba(255,255,255,0.4);
    color: #0d0298;
}

#menu a:hover.one{
    background: url(immagini/menu-over.png);
    background-repeat: no-repeat;
   	background-position:0px -191px;
    color: #0d0298;
}

/* contenuto */

#content{
	display:table-cell;
	vertical-align:middle;
	overflow:auto;
	padding-left:20px;
	padding-right:20px;
        background-color: rgba(0,0,0,0.5);
}

#content_background {
	position:absolute;
	left: 300px;
	top: 100px;
	bottom: 50px;
	right:0px;
	background-position: center;
	overflow:auto;
        background-image: url('immagini/back.jpg');
        background-size: cover;
}

#content_up {
	position:absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right:0px;
	background-image: url('immagini/up.png');
        background-repeat: repeat-x;

}
#content_down {
	position:absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right:0px;
	background-image:url(immagini/down.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#content_left {
	position:absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right:0px;
/*	background-image:url(immagini/left.png);
	background-repeat:repeat-y;*/
		overflow:auto;

}
#content_right {
	display:table;
	position:absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right:0px;
	height:100%;
	width:100%;
/*	background-image:url(immagini/right.png);
	background-repeat:repeat-y;
	background-position:right;*/
}

#credits {
	position: absolute;
	right:0px;bottom:0px;
}

#counter {
	position:absolute;top:0px;
	text-align: left;
	font-size: 12px;
}

#links {
	position:absolute;bottom:10px;left:10px;
	text-align: left;
	font-size: 12px;
}

#logo {
	float:right;
	background-image: url(immagini/logo.png);
	width: 400px;
	height: 98px;
}

#head_text{
	clear:both;
	float:left;
	font-size:xx-large;
	position: relative;
	top: -100px;
	margin-left:100px;
	opacity: 0.8;
	font-variant:small-caps;
}

table.elenco {
	/*float:left;*/
	display:inline-block;
	margin-left: 5px;
	margin-right:5px;
	width: 472px;
	height: 179px;
	/*border: solid 1px;*/
	background-image:url(immagini/work_bg.png);
	background-position: top center;
	margin-top: 10px;
	margin-bottom:10px;
        border-radius: 6px;

}

div.elenco_media {
	width: 255px;
	height: 143px;
	margin: 5px 5px 5px auto;
}

div.elenco_desc {
	width: 180px;
	font-size: 14px;
	margin: 5px 5px auto 5px;
}

#home {
	margin: 10px auto 10px auto;
	padding: 5px;
	
}

#main {
	width:auto;
	margin:0px auto 0px auto;
	padding: 5px;
	min-width:50px;

	
}

#matrimonio {
	margin:0px auto 0px auto;
	padding: 10px;
	background-image: url(immagini/sposi.png);
	width: 420px;
	height: 280px;
	color: #1a4985;
}


#we {
	margin:0px auto 0px auto;
	text-align: justify;
	width: 410px;
}

#mailer {
	margin:0px auto 0px auto;
	border-top: 0px;
	padding-top: 0px;
}

#alert {
	background-color: #ff0000;
	width: 797px;
	margin-bottom: 5px;
	border: solid 2px #ffff00;
	font-weight: bold;
}

table.elenco a.videotobig {
	font-size: 9px;
	font-weight: normal;
}

#videobig {
	position:absolute; top:10px; bottom:10px; right:0px; left:0px;
}

#sdlink {
	position: absolute;
	bottom:5px;right:5px;
}

div.news{
	margin: 10px;
	border-style: double;
	border-color: #AFAFAF;
	border-width: 3px;
        background-color: rgba(0, 0, 0, 0.4);
}

div.news_title{
	text-align: left;
	font-variant: small-caps;
	margin: 0px auto 0px auto;
	padding-left: 5px;
	background-color:#AFAFAF;
	color: #000000;
}

div.news_info{
	margin: 0px 5px 0px auto;
	text-align: right;
	font-variant: small-caps;
}

div.news_text{
	margin: 5px 10px 5px 10px;
	text-align: left;
}

img.img_left {
	clear:left;
	float:left;
	margin-right:10px;
}

img.img_right {
	clear:right;
	float:right;
	margin-left:10px;
}

div.coll{
	margin: 10px;
	border-style: double;
	border-width: 3px;
	background-color:#777777;
	margin-right:10px;
	margin-left:10px;
	color:black;
	font-size: 14px;
}

.descrizione_coll{
	text-align:center;
	margin-right:5px;
}

.album_block{
	background-color:#FFDDA2;
	margin-right:10%;
	margin-left:10%;
	color:black;
	clear:both;
}

.album_block ul{
	text-align:left;
}

.album_block li{
	margin-right:10px;
}

.coll h1 {
	font-size: 17px;
	color: #1478fe;
	text-decoration: none;
	clear:both;
}

.album_block h2 {
	font-size: 16px;
	color: #ef0707;
	text-decoration: none;
}
.omaggio{
	background-color: #E1B813;
}

.logo_coll{
	
}

.coll hr{
	border: solid 1px #000000;
	margin-left:10%;
	margin-right:10%;
}

/* -- Form Styles ------------------------------- */
form {	
	margin: 0;
	padding: 0;
}



div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 305px;
	margin: 10px auto 10px auto;
	border-color: #D9E4FF;

}

button,
input,
select,
textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}



input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 305px;
	overflow: hidden;
}

.progressContainer {
	margin: 0px;
	padding: 2px;
	border: solid 1px #E8E8E8;
	background-color: #555555;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 260px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 260px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	color:#000000;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.gallery_item{
	display: inline-block;
	border: 1px solid #666666;
	font-size: 20px;
	padding: 7px;
	margin: 2px;
	/*font-variant:small-caps;*/
        background-color: black;
        font-family: 'Sail', cursive;
}

.panel img{
	float:left;
}

.panel .panel-overlay,
.panel .overlay-background { height: 50px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #444444; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 1.5em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

a.home:hover{
    background-image:url('immagini/icons/home.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
}

a.news:hover{
    background-image:url('immagini/icons/rss_feed.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
}

a.we:hover{
    background-image:url('immagini/icons/info.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
}

a.video:hover{
    background-image:url('immagini/icons/video_movie_track.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
}

a.foto:hover{
    background-image:url('immagini/icons/camera.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
}

a.contact:hover{
    background-image:url('immagini/icons/email.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
}

a.admin:hover{
    background-image:url('immagini/icons/tool.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
}

a.atelier{
    height:115px !important;
    background-repeat: no-repeat;
    background-position-x: 10px;
    padding-left: 50px !important;
}

.box{
    display:block;
    min-width:480px;
    max-width:80%;
    height:400px;
    float:left;
}

.slogan{
    padding-left:50px;
    font-family: 'Parisienne', cursive;
    font-size: 60px;
    color:#1478fe;
}

.twitter-share-button{
    width:150px !important;
}

h3{
    padding: 0;
    margin: 0;
    font-family: 'Sail', cursive;
}
