/**
 * Style Personalizzato.
 *
 * @category Application
 * @package  Candles
 * @author   Miriam Scalici http://www.miriamscalici.altervista.org/
 */

html, body {
    height: 100%;
	background: #000000;
	background-image: url('./bg-bianco.png');
	background-position: bottom left;
	background-attachment: fixed;
	text-align: center;
}

/*Font Champagne*/
@font-face {
    font-family: 'champagne';
    src: url('../fonts/champagne/cac_champagne-webfont.eot');
    src: url('../fonts/champagne/cac_champagne-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/champagne/cac_champagne-webfont.woff') format('woff'),
         url('../fonts/champagne/cac_champagne-webfont.ttf') format('truetype'),
         url('../fonts/champagne/cac_champagne-webfont.svg#champagne') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	font-family: times new roman;
	text-shadow: 1px 2px 2px #846262;
}

h1 a {
	font-family: champagne;
	color: #FFFFCC;
	font-size: 40px;
	text-shadow: 1px 2px 2px #846262;
}

h1 a:hover {
	color: #EDBBC0;
	text-decoration: none;
}

#container {
	margin:0 auto;
	width: 960px;

}

#cornice {
	background: url('./nero-bordo.png');
	border: 1px solid #D2AEC7;
	width: 1020px;
	float: left;
	margin: 0 auto;
	box-shadow: 1px 1px 20px #000000;
	-moz-box-shadow: 1px 1px 20px #000000;
	-webkit-box-shadow: 1px 1px 20px #000000;
}

#container_cornice {
	margin:0 auto;
	width: 960px;
}

#cornice_interna {
	background: url('./nero.png');
	border: 1px solid #4D3F49;
	width: 960px;
	margin: 30px auto;
	float: left;
}

.wrapper {
    min-height: 100%;
    height: 100%;
	width: 960px;
	margin: 0 auto;
}

.sidebar {
	background-image: url('./wood.jpg');
    min-height: 49px;
	width:938px;
    position: relative;
	float: left;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
    box-shadow: 0 6px 15px #000000;
    -moz-box-shadow: 0 6px 15px #000000;
    -webkit-box-shadow: 0 6px 15px #000000;
}

#container_base {
	width: 938px;
	float: left
}
#piede {
	height: 150px;
	width: 100px;
	margin:0 auto;
	background-image: url('./wood.jpg');
	box-shadow: 0 6px 15px #000000;
    -moz-box-shadow: 0 6px 15px #000000;
    -webkit-box-shadow: 0 6px 15px #000000;
}

#base {
	background-image: url('./wood.jpg');
    height: 50px;
    margin: 0 auto;
    width: 600px;
	border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	-webkit-border-radius: 50px 50px 0 0;
    box-shadow: 0 6px 15px #000000;
    -moz-box-shadow: 0 6px 15px #000000;
    -webkit-box-shadow: 0 6px 15px #000000;
}

.footer p {
	margin-bottom: 0;
    padding: 15px 0;
}

.form-container {
    display: none;
	margin: 15px 0;
}

.form-container.in {
    display: block;
}

.message-container blockquote {
	margin: 15px 0 20px
}

.candles {

	
}

.candle {
    cursor: pointer;
    height: 128px;
    width: 60px;
	margin-top: 360px;
    background: url('./candle_off.gif') no-repeat;
	background-position: center;
}

.candle.on {
    background: url('./candle_on.gif') no-repeat;
	background-position: center;
}

.container {
	background: url("./chiesa-noventa.jpg") no-repeat bottom;
    height: 720px;

}

#quadro {
	background: url("./madre_della_misericordia.png") no-repeat;
	height: 357px;
	width: 430px;
	position: absolute;
	top: 0;
	left: 315px;
}