@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/background_img.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat center center fixed; 
	margin : auto; 
	width: auto; 
	font-family: "Century Gothic", san-serif;
	font-size:10.5px;
	color:#FFF;
	}
h1 {
	margin: auto; 
	text-align: left; 
	padding: 15px; 
	padding-bottom: 0px;  
	color:#0f0f7f
	}
h2 {
	margin: auto; 
	text-align: left; 
	padding: 15px; 
	padding-top: 0px; 
	}
h3 {
	margin: auto; 
	text-align: left; 
	padding: 30px 0px 0px 20px;
	font-size:14px; 
	}
h4 {
	margin-bottom: -10px; 
	text-align: left; 
	font-size:12px;
	padding: 10px 0px 0px 20px; 
	}

textarea { 
    resize: none; 
}
	
div#top_homepage {
	margin: auto; 
	width:970px;
	} 
.container_left {
	width: 970px;
	height: 600px;
	position:relative;
	margin:auto;
	box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-khtml-box-shadow: 0 5px 15px rgba(0,0,0,.7);
} 
.text_container_left {
	width: 400px;
	height: 550px;
	overflow-y: scroll;
	position:relative;
	margin:auto;
} 
.container_right {
	position:absolute;
	width: 400px;
	height: 600px;
	background-color: #50565C;
	top:0px;
	right:0px;
	padding:0 5px 5px 5px;
}
#container_slider {
	width: 970px;
	height:100px;
	padding: 0px;
	margin: auto;
	bottom:0px;
	background-color: #270E00;
	position:relative;
	top:0px;
	box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-khtml-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	}
#container {
	width: 970px;
	height:100px;
	padding: 0px;
	margin: auto;
	bottom:0px;
	background-image:url(../images/footer.png);
	position:relative;
	border-top:solid 5px #A9A07B;
	top:0px;
	text-shadow: 0.1em 0.1em 0.2em black;
	font-weight:bold;
	box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-khtml-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	}
#container .box {
	width: 228px; 
	height: auto;
	margin: 0px; 
	background:#eee; 
	float:left; 
	border: 1px solid #ddd;
	-moz-box-shadow: inset 0 0 0 1px #fff,0px 25px 10px -20px #999;
	-webkit-box-shadow: inset 0 0 0 1px #fff, 0px 25px 10px -20px #999;
	box-shadow: inner 0 0 0 1px #fff,0px 25px 10px -20px #999;
	}
#container .box h1 { 
	margin: 0px; 
	padding: 20px 20px 10px 20px; 
	font-size:20px; color:#666; 
	font-weight:normal
	}
#container .box ul { 
	margin: 0px; 
	padding: 0px 0px 0px 20px; 
	color:#666; 
	font-weight:normal
	}
#container .box ul li { 
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	font-size:15px; color:#888; 
	font-weight:normal; 
	line-height: 24px; 
	list-style: none;
	}


/* DEMO PURPOSE */
.dbox {
	background: none;}
.slider {
	border: 0;
	margin: auto;
	width:970px;
	height: 600px;
	margin-top: 0px;
	text-align: left;
	cursor: -moz-grab
	}
.slider .rotator {
	width: 970px;
	height: 600px;
	}
.slider .fullsize {
	width: 970px; 
	height: 378px;
	}
.slider .caption {
	width: 968px; 
	bottom:0px;
}
.slider .nopaddingright {
	padding-right: 0px;
	}


 /* elements */
.image {
	overflow: hidden; 
	top: 80px; 
	left: 25px; 
	}
.title {
	font-size: 36px; 
	font-family: 'Tienne'; 
	font-weight: bold; 
	color : #fff
	}
.subtitle {
	font-size: 24px; 
	font-family: 'Tienne'; 
	color:#555; 
	width: 400px;}
.content {
	font-size: 12px; 
	font-family: 'Tienne'; 
	color:#999; 
	text-align: justify; 
	width: 550px
	}

/* controls */
.controls {
	margin-top:570px; 
	margin-left:5px
	}
.controls a {
	border-radius : 0px; 
	background-color: #000; 
	opacity: 0.7
	}
.controls a.active {
	background-color : #cc1133
	}
.dbox:hover .next {
	display: none/*block*/ !important;
	}
.dbox:hover .prev {
	display: none/*block*/ !important
	}

.positionned {
	left: 150px; 
	top: 30px; 
	position: absolute; 
	width: 970px; 
	height: 300px;}
.final_panel {
	background-color: #fff; 
	text-align: center; 
	padding: 40px; 
	padding-top: 100px; 
	text-transform: uppercase; 
	width: 688px; 
	height: 180px; 
	left: 300px;
	}
.final_panel input {
	border: 1px solid #ccc; 
	background-color: #35cf33; 
	padding: 10px; 
	font-size: 24px; 
	color:#fff; 
	cursor:pointer
	}
/* header */
#header .wrapper, #header .rotator, #header.slider {
	height: 100px; 
	margin-top : 0; 
	background: none; 
	}
#header h1, #header h2 {
	padding: 0
	}
/* ------ */
.bgup {
	background: url('images/up-pixar.jpg') no-repeat;
	}
.bigtitle {
	color:#fff; 
	font-weight: bold;
	width:500px; 
	bottom: 130px; 
	left: 160px; 
	height: 150px; 
	width: 450px; 
	font-size: 72px; 
	position: absolute
	}
.i {font: italic}
#container .box ul li a {
	text-decoration: none; 
	color : #c13;
	}
	

#menubar {
	position:absolute;
	right:-20px;
	width: 20px;
	background: #50565C;
	top: -5px;
	box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-khtml-box-shadow: 0 5px 15px rgba(0,0,0,.7);
}

#home {
	position:absolute;
	right:20px;
	bottom:0px;
    display: none;
    width: 300px;
    background: #50565C;
    height: 500px;
    padding: 50px 45px 50px 30px;
	color:#FFF;
	box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.7);
	-khtml-box-shadow: 0 5px 15px rgba(0,0,0,.7);
}

p {
	padding:0px 20px 8px 20px;
	text-align:justify;
}

a, a:visited {
	color:#FFF;
	text-decoration:none;
	font-family:"Century Gothic";
	border:none;
}
a:hover, a:active {
	color:#999;
	text-decoration:none;
	font-family: "Century Gothic";
	border:none;
}
/* Gallery Styling */
.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
	display:none;
	border:none;
}
			
.gallery {
	width: 970px;
	text-align: left;
	padding-bottom: 20px;
	overflow:auto;
}
			
.gallery ul.images li.image{
	display: inline;
	line-height: 0;
}
			
.gallery ul.images li.image a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	margin: 5px;
	display: inline-block;
	border: none;
}
			
.gallery ul.images li.image a img{
	border: none;
	padding: none;;
}
			
.gallery ul.images li.image a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-khtml-opacity: 0.6;
	border: none;
}
			
.image a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-khtml-opacity: 0.6;
	border: none;
}
.copyright {
	position:absolute; 
	bottom: 25px; 
	right:260px; 
	color:#FFF;
	font-size:10px;
}
.music {
	position:absolute; 
	bottom: 5px; 
	right: 26px; 
}
.fb_logo {
	position:absolute; 
	bottom: 40px; 
	right:28px; 
}
.navi {
	position:absolute; 
	bottom: 45px; 
	right:90px; 
	color:#FFF;
}
td {
	color:#968758;
}
