@import 'init.css';

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #575757;
}

#page_wrapper {
	position: relative;
	height: 100%;
	width: 1200px;
	text-align: center;
	background-color: #e5e5e5;
}

html > body #page_wrapper {
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 1200px;
}

div#decoration_gradient_top {
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 100%;
	background: url('./../images/layout/decoration_gradient_top.png') repeat-x 0 0;
}

div#decoration_lizzard_top {
	position: absolute;
	top: 0;
	left: 0;
	background: url('./../images/layout/decoration_lizzard_top.jpg') no-repeat 0 0;
	width: 133px;
	height: 400px;
}

div#decoration_lizzard_bottom {
	position: absolute;
	bottom: 60px;
	right: 10px;
	background: url('./../images/layout/decoration_lizzard_bottom.jpg') no-repeat 0 0;
	width: 201px;
	height: 249px;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 25px 0px;
	z-index: 2;
}

html > body div#header { 
	height: 50px;
}

div#header div#logos {
	float: left;
	margin-left: 20px;
}

div#header div#logos img {
	margin: 0 10px;
}

div#header div#menu {
	float: right;
	margin-right: 20px;
	color: #666633;
	height: 50px;
	font-size: 1.2em;
	padding-top: 25px;
}

html > body div#header div#menu {
	height: 25px;
}

div#header div#menu a {
	display: inline-block;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #939393;
	z-index: 2;
}

div#footer div.stripe {
	background: url('./../images/layout/footer_stripe.png') no-repeat top center;
	background-color: #e5e5e5;
	height: 2px;
	width: 100%;
}

* html body div#footer div.stripe {
	display: none;
}

div#footer p {
	margin: 8px 0 0 0;
	color: white;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}

div#footer p a {
	color: white;
}

div#footer div#socials {
	position: absolute;
	top: 0;
	right: 40px;
	margin-top: -25px;
	height: 20px;
	line-height: 20px;
}

div#footer div#socials a {
	display: inline-block;
	margin: 0 5px;
	padding-right: 20px;
	color: #575757;
	font-weight: normal;
}

div#footer div#socials a.facebook {
	background: url('./../images/layout/icon_facebook.png') no-repeat right 0;
}

div#content {
	position: relative;
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 60px;
	z-index: 1;
}

div.content_wrapper {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

div#flayers {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 40px;
	margin-bottom: 30px;
}

div#flayers div.line_horizontal_big {
	position: absolute;
	margin-left: -275px;
}

div#flayers div.line_horizontal_big.top {
	top: 2px;
	left: 50%;
}

div#flayers div.line_horizontal_big.bottom {
	top: 278px;
	left: 50%;
}

div#flayers div.controls_wrapper {
	position: relative;
	width: 50px;
	height: 100%;
}

div#flayers div.controls_wrapper a.btn_prev,
div#flayers div.controls_wrapper a.btn_next {
	position: absolute;
	display: block;
	width: 25px;
	height: 50px;
	top: 45%;
	margin-top: -25px;
}

div#flayers div.controls_wrapper a.btn_prev {
	right: 10px;
	background: url('./../images/layout/carrousel_button_prev.png') no-repeat 0 0;
}

div#flayers div.controls_wrapper a.btn_next {
	left: 10px;
	background: url('./../images/layout/carrousel_button_next.png') no-repeat 0 0;
}

div#flayers div.nodes_wrapper {
	width: 600px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

* html body div#flayers div.nodes_wrapper {
	width: 594px;
}

div#flayers div.nodes_wrapper div.node {
	position: relative;
	float: left;
	width: 200px;
	height: 100%;
	background: url('./../images/layout/carrousel_node_box.png') no-repeat 0 10px;
}

div#flayers div.nodes_wrapper div.node img {
	position: absolute;
	top: 16px;
	left: 7px;
}

div#flayers div.nodes_wrapper div.node p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	padding: 0 18px 0 8px;
	font-size: 1.2em;
	text-align: center;
}

html > body div#flayers div.nodes_wrapper div.node p {
	width: 174px;
}

div#events {
	float: left; 
	width: 300px;
	margin-left: 20px;
}

div#events div.event {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url('./../images/layout/line_horizontal_small.png') no-repeat center bottom;
}

div#newsletter {
	float: right;
	width: 300px;
	margin-right: 20px;
}

div#newsletter span.error,
div#newsletter span.ok {
	display: inline-block;
	width: 16px;
	height: 16px;
}

div#newsletter span.error {
	background: url('./../images/layout/icon_error.png') no-repeat 0 0;
}

div#newsletter span.ok {
	background: url('./../images/layout/icon_ok.png') no-repeat 0 0;
}

div#newsletter div.status {
	margin: 15px 0 5px 0;
	font-size: 1.1em;
	padding-left: 40px;
	line-height: 16px;
	font-weight: bold;
}

div#newsletter div.status.success {
	color: #669933;
}

div#newsletter div.status.fail {
	color: #993333;
}

div#newsletter div.status span.error,
div#newsletter div.status span.ok {
	vertical-align: top;
	margin-right: 3px;
}

div#newsletter form {
	margin-top: 10px;
	padding-left: 40px;
	text-align: left;
}

div#newsletter form label {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

div#newsletter form input {
	border: 1px solid gray;
	height: 20px;
	width: 160px;
	padding: 2px 4px;	
}

html > body div#newsletter form input {
	height: 14px;
	width: 150px;
}

div#newsletter form div.row span.error,
div#newsletter form div.row span.ok {
	vertical-align: -3px;
}

* html body div#newsletter form div.row span.error,
* html body div#newsletter form div.row span.ok,	
*+html body div#newsletter form div.row span.error,
*+html body div#newsletter form div.row span.ok
{
	vertical-align: 3px;
}

div#newsletter form div.button {
	float: right;
	margin-right: 28px;
	height: 25px;
	width: 100px;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 1.1em;
	color: black;
	overflow: hidden;
}

div#newsletter form div.button div.center {
	background: url('./../images/layout/form_button_center_part.png') repeat-x 0 0;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 25px;
	text-align: center;
}

div#newsletter form div.button div.left,
div#newsletter form div.button div.right {
	width: 5px;
	height: 100%;
}

div#newsletter form div.button div.left {
	float: left;
	background: url('./../images/layout/form_button_left_part.png') no-repeat 0 0;
}

div#newsletter form div.button div.right {
	float: right;
	background: url('./../images/layout/form_button_right_part.png') no-repeat 0 0;
}

div#events div.event p,
div#newsletter p {
	margin: 0;
	padding-left: 40px;
	font-size: 1.1em;
}

div#divider {
	width: 1px;
	margin: 0 auto;
}

div#gallery {
	clear: both;
	position: relative;
	width: 100%;
	margin: 20px 0;
}

div#gallery div.tabs {
	font-size: 1.1em;
}

div#gallery div.tabs a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

div#gallery div.line_horizontal_big {
	margin: 0 auto;
}

div#gallery div#gallery_nodes {
	margin: 20px 0;
	height: 110px;
	position: relative;
}

html > body div#gallery div#gallery_nodes {
	height: auto;
	min-height: 110px;
}

div#gallery div#gallery_nodes div.node {
	margin: 7px;
}

* html body div#gallery div#gallery_nodes div.node {
	margin: 6px;
}

div#gallery div#gallery_nodes div.node.photo {
	float: left;
	display: inline;
	width: 126px;
	height: 96px;
	background: url('./../images/layout/thumbnail_bg.png') no-repeat 0 0;
	overflow: hidden;
	position: relative;
}

div#gallery div#gallery_nodes div.node.photo img {
	position: absolute;
	top: 3px;
	left: 3px;
}

div#gallery div#gallery_nodes div.node.video {
	margin: 30px auto 10px auto;
	width: 640px;
	height: 490px;
}

div#gallery div#gallery_nodes div.pagination {
	position: absolute;
	height: 15px;
	line-height: 15px;
	width: 700px;
}

div#gallery div#gallery_nodes div.pagination.top {
	top: -15px;
}

div#gallery div#gallery_nodes div.pagination.bottom {
	bottom: -15px;
}

div#gallery div#gallery_nodes div.pagination a {
	display: inline-block;
	padding: 0 5px;
}

div#gallery div#gallery_nodes div.pagination a.active {
	text-decoration: underline;
}

div.line_vertical_small {
	width: 1px;
	height: 240px;
	background: url('./../images/layout/line_vertical_small.png') no-repeat 0 0;
}

div.line_horizontal_small {
	height: 1px;
	width: 240px;
	background: url('./../images/layout/line_horizontal_small.png') no-repeat 0 0;
}

div.line_horizontal_big {
	height: 1px;
	width: 550px;
	background: url('./../images/layout/line_horizontal_big.png') no-repeat 0 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #666633;
}

a:active,
a.active {
	color: #ff0099;
}

h1,
h2 {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 40px;
	margin-bottom: 5px;
	background: url('./../images/layout/page_lizzard.png') no-repeat 0 0;
	font-weight: normal;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}