@charset "UTF-8";
/* CSS Document */

body {
	font: Georgia, "Times New Roman", Times, serif;	
	font-family: 'ColaborateThin';
	background: url('background-pattern.png') repeat;
}

.clear {
	clear: both;
}

#main-wrapper {
	width: 980px;
	margin: 0 auto;
}

/* Navigation */

#navigation-wrapper a, #navigation li {
	display: block;
}

#navigation-wrapper {
	padding: 40px 40px 0px 40px;	
	height: 49px;
}

#navigation-wrapper #mariachi-logo {
	background: url('navigation-mariachi-logo.png');
	width: 218px;
	height: 49px;
	float: left;
}

#navigation, #navigation li {
	float: left;
}

#navigation {
	padding-top: 15px;
	padding-left: 50px;
}

#navigation li {
	font-family: 'ColaborateThin';
	font-size: 30px;
	line-height: 30px;
	height: 74px;
	padding: 0 30px;
}

#navigation li a {
	text-decoration: none;
	height: 74px;	
}

#navigation li a#biografia {
	color: #f5a21e;
}

#navigation li a#biografia.active {
	background: url('navigation-arrow-biografia.png') no-repeat 50% 42px;
}

#navigation li a#galleria {
	color: #e82231;
}

#navigation li a#galleria.active {
	background: url('navigation-arrow-galleria.png') no-repeat 50% 42px;
}

#navigation li a#eventi {
	color: #8ac13f;
}

#navigation li a#eventi.active {
	background: url('navigation-arrow-eventi.png') no-repeat 50% 42px;
}

#navigation li a#contatti {
	color: #03a8bb;
}

#navigation li a#contatti.active {
	background: url('navigation-arrow-contatti.png') no-repeat 50% 42px;
}

/* Sections */
.section-wrapper {
	padding: 40px;
	color: #FFF;
	font-size: 14pt;
	line-height: 25px;
}

.section-wrapper a, .section-wrapper a:hover, .section-wrapper a:visited {
	color: #0383ba;
}

.section-wrapper#biografia {
	background: #f5a21e;
}

.section-wrapper#galleria {
	background: #e82231;
	padding: 40px 30px;
}

.section-wrapper#eventi {
	background: #8ac13f;
}

.section-wrapper#contatti {
	background: #03a8bb;
}

.section-wrapper#contatti a, .section-wrapper#contatti a:hover, .section-wrapper#contatti a:visited {
	color: #affa46;
	text-decoration: none;
}

/* Galllery */
.gallery ul { list-style: none; }
.gallery ul li {
	float: left;
	height: 150px;
	display: block;
	overflow: hidden;
 }
.gallery ul li .loader {
	width: 200px;
	height: 150px;
	background: url('gallery-loader.gif') no-repeat 50%;
}
.gallery ul img {
	display: none;
}
.gallery ul a:hover { color: #fff; }

.gallery .scroll-left {
	float: left;
	background: url('footer-gallery-scroll-left.png') 50% no-repeat;
	height: 150px;
	width: 33px;	
	margin-right: 27px;
	display: block;
}

.gallery .scroll-right {
	float: right;
	background: url('footer-gallery-scroll-right.png') 50% no-repeat;
	height: 150px;
	width: 33px;
	margin-left: 27px;				
	display: block;
}

.gallery .scroll-wrapper {
	overflow: hidden;
	width: 800px;
	float: left;
}

.gallery .scrollable-area {
	width: auto;
	height: 100%;
}

.gallery .scrollable-area-wrapper {
	overflow: hidden;	
}

.gallery .album .title {
	font-size: 34px;
	margin: 15px 0 10px 65px;
}

.gallery .album {
	margin-bottom: 50px;
}

.gallery .album:last-child {
	margin-bottom: 10px;
}

/* Eventi */

#eventi #events-list {
	float: left;
	width: 280px;
	margin-right: 40px;
}

#eventi .label {
	font-family: 'ColaborateLight';
	font-weight: bold;
	font-size: 25px;
}	
	
#eventi li {
	font-size: 16px;
	line-height: 17px;
	width: 100%;
	margin: 7px 0 12px;
	margin-left: 10px;
}

#eventi li a, #eventi li a:hover, #eventi li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#eventi li .eventtitle {
	font-size: 21px;
	margin-bottom: 2px;
	color: #FFF;
	display: table;
	border-bottom: 1px solid #CCC;
}

#eventi li .eventdate {
	background: url('event-calendar.png') no-repeat 0px 4px;
	padding-left: 14px;
}

#eventi li .eventplace {
	background: url('event-place.png') no-repeat 1px 4px;
	padding-left: 14px;
}

#eventi li img {
	display: none;
}

#eventi li .eventdescription {
	display: none;
}

#eventi #event-displayer {
	overflow: hidden;
	float: left;
	width: 580px;
	padding-top: 5px;
}

#eventi #event-displayer img {
	float: left;
	display: none;
	width: 200px;
	min-height: 50px;
	margin: 0px 20px 20px 0;
	background: #FFF url('event-loader.gif') no-repeat 50%;
}

#event-displayer #eventtitle {
	display: none;
	font-size: 45px;
	line-height: 35px;
	margin-bottom: 15px;
}

#event-displayer #eventdate {
	float: left;
	background: url('event-calendar.png') no-repeat 0px 9px;
	padding-left: 14px;
	font-size: 12pt;
}

#event-displayer #eventdate span {
	font-weight: bold;
	font-family: 'ColaborateLight';
}

#event-displayer #eventplace {
	float: left;
	background: url('event-place.png') no-repeat 1px 8px;
	padding-left: 14px;
	font-size: 12pt;
}

#displayer #eventdisplayerdescription {
	float: left;
	display: block;
}

/* Contatti */
.left, .right {
	width: 48%;
	text-align: justify;
}

.left {
	float: left;
}
.right {
	float: right;
}

input, textarea {
	padding: 8px 10px;
	outline: 0;
	color: #282828;
	background: #FFFFFF;
	font-size: 14pt;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 0px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"], textarea {
	width: 100%;
}

textarea {
	height: 140px;
	resize: vertical;
}

form p {
	margin: 6px 0;
}

#name {
	background: #FFFFFF url('contact-name') no-repeat 405px;
	padding-right: 30px;
}
#email {
	background: #FFFFFF url('contact-email') no-repeat 405px;
	padding-right: 30px;
}
#message {
	background: #FFFFFF url('contact-message') no-repeat 405px 13px;
	padding-right: 30px;
}
#informativa {
	font-size: 15px;
}
#submit {
	position: relative;
	z-index: 10;
	height: 90px;
	width: 90px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	border: 5px solid #FFFFFF;
	float: right;
	margin-top: -45px;
	margin-right: 10px;
	margin-left: 10px;
	background: #e82231;
	color: #FFFFFF;
}

#submit:hover {
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	cursor: pointer;
}

.message {
	display: none;
	padding: 15px 10px 15px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.message.error {
	background: #e82231;
}
.message.success {
	background: #8ac13f;
}

/* Footer */
#footer-wrapper {
	width: 980px;
}

#footer-gallery {
	background: #282828;
	padding: 30px;
	color: #FFFFFF;
}

#footer-gallery ul li .loader {
	width: 200px;
	height: 150px;
	background: url('footer-gallery-loader.gif') no-repeat 50%;
}

#footer-gallery .scroll-left {
	float: left;
	background: url('footer-gallery-scroll-left.png') 50% no-repeat;
	height: 150px;
	width: 33px;	
	margin-right: 27px;
	display: block;
}

#footer-gallery .scroll-right {
	float: right;
	background: url('footer-gallery-scroll-right.png') 50% no-repeat;
	height: 150px;
	width: 33px;
	margin-left: 27px;				
	display: block;
}

#footer {
	margin: 30px auto;
	height: 115px;	
	font-family: 'ColaborateLight';
	font-size: 20px;
}

#footer #social {
	float: left;
	margin-left: 20px;
	text-align: center;
}

#footer #social p {
	width: 100%;
	margin-bottom: 10px;
}

#footer #social a {
	display: block;
	height: 48px;
	width: 48px;	
	float: left;	
	vertical-align: middle;
}

#footer #social a#facebook {
	background: url('social-facebook.png') no-repeat;
	margin-right: 15px;
}

#footer #social a#twitter {
	background: url('social-twitter.png') no-repeat;
}

#footer #poweredby {
	float: right;
	vertical-align: middle;
	min-height: 115px;
}

#footer #poweredby p {
	float: left;
	text-align: right;
	padding-top: 30px;
}

#footer #poweredby a, #footer #poweredby a:hover, #footer #poweredby a:visited {
	float: left;
	color: #0383ba;
	text-decoration: none;
}
	
#footer #poweredby a img {
	margin: 0 20px;
	display: block;
	vertical-align: middle;
	line-height: 115px;
	float: left;
}