/* HTML */

h1,
h3 {
	margin: 0px;
}

h2 {
	margin: 0px 0px 10px 0px;
}

h3 {
	font-weight: normal;
}

code {
	white-space: pre;
}

/* THEME */

#header {
	padding: 20px 0px 61px 0px;
}

#footer {
	text-align: center !important;
}

#logo {
	float: left;
}

#title {
	text-align: right;
}

#menu li li a {
	font-size: 1.2em !important;
}

#content-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	margin-top: 18px;
}

.content a:link,
.content a:visited,
.content a:active {
	border-bottom: 1px dashed #aaa;
	text-decoration: none;
	color: #222 !important;
}

.content a:hover {
	border-bottom: 1px dashed #222;
}

a.remooz-element:link,
a.remooz-element:visited,
a.remooz-element:active,
a.remooz-element:hover {
	border-bottom: 0px !important;
}

.form-input-field,
textarea {
	width: 100%;
}

.remooz-box {
	background-color: #e8e8e8 !important;
}

/* ELEMENTS */

.header {
	position: relative;
	padding: 70px 0 0 26px;
	height: 185px;
	background-image: url("http://extra.omnidea.it/website/assets/header.png");
	/*background-image: url("http://extra.omnidea.it/website/assets/header_snow.png");*/
}

.header h1,
.header h3 {
	padding-left: 5px;
}

.header h3 {
	margin-bottom: 10px;
	color: #fff !important;
}

.header_icon,
.header_icon_weather {
	position: absolute;
	top: 75px;
	right: 56px;
	width: 128px;
	height: 128px;
}

.header_icon {
	background-repeat: no-repeat;
}

.content {
	background-color: #e8e8e8;
	padding: 30px;
	border: solid 1px #ccc;
}

.content img {
	vertical-align: middle;
}

.signature {
	text-align: right;
	font-family: "Times New Roman";
	margin-top: 5px;
	font-style: italic;
}

#twitter {
	position: absolute;
	top: 21px;
	right: -170px;
	width: 150px;
	font-size: 0.6em;
	line-height: 1.3em;
	background-color: #ddd;
	color: #333;
	font-weight: normal;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	cursor: pointer;
	text-overflow: ellipsis;
	z-index: 10;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}

#twitter:hover {
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}

#twitter_arrow {
	position: absolute;
	top: 7px;
	left: -9px;
	width: 10px;
	height: 10px;
	background-image: url("http://extra.omnidea.it/website/assets/twitter_arrow.png");
}

.map {
	position: relative;
	width: 638px;
	height: 482px;
}

.overlay {
	position: absolute;
	width: 638px;
	height: 482px;
	top: 0px;
	left: 0px;
}

.transparent {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

code.scrollable {
	width: 618px;
	max-height: 130px;
	overflow: auto;
	display: block;
	border: 1px solid #ccc;
	line-height: 13px;
	padding-left: 30px;
	background-image: url("http://extra.omnidea.it/website/assets/rowlines.png");
	background-repeat: repeat-y;
}

.license {
	line-height: 32px;
	border: 1px solid #ccc;
	padding: 30px 20px;
	background-color: #efefef;
	font-size: 1.4em;
}

.license img {
	float: left;
	margin-right: 20px;
}

.license_warning {
	font-size: 0.8em;
	line-height: 1.1em;
	font-style: italic;
}

.faq_title {
	cursor: pointer;
	font-size: 1.2em;
}

.faq_description {
	display: none;
	padding-bottom: 1em;
}

#tide {
	position: absolute;
	left: 0px;
	bottom: 0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 100%;
	background-image: url("http://extra.omnidea.it/website/assets/wave.gif");
	background-repeat: repeat-x;
}

/* IMAGES */

.thumbnail {
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	padding: 1px;
	background-color: #aaa;
	margin: 5px;
}

.iphone {
	background-image: url("http://extra.omnidea.it/website/assets/iphone4_thumb.png");
	background-repeat: no-repeat;
	padding: 39px 8px 6px 9px;
	margin: 0px 10px -30px 10px;
}

/* HOME */

#home_banner_1 {
	width: 460px;
	height: 340px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#home_banner_2,
#home_banner_3 {
	float: right;
	width: 220px;
	height: 160px;
	margin-bottom: 20px;
}

#home_column_1,
#home_column_2,
#home_column_3 {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	background-color: #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
}

#home_column_1,
#home_column_2 {
	margin-right: 20px;
}

#home_column_1 img,
#home_column_2 img,
#home_column_3 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
} 

/* COLUMNS */

.column2_1,
.column2_2 {
	float: left;
	width: 300px;
}

.column2_1 {
	margin-right: 20px;
}

.column3_1,
.column3_2,
.column3_3 {
	float: left;
	width: 199px;
}

.column3_1,
.column3_2 {
	margin-right: 20px;
}

.column4_1,
.column4_2,
.column4_3,
.column4_4 {
	float: left;
	width: 144px;
}

.column4_1,
.column4_2,
.column4_3 {
	margin-right: 20px;
}

.photo_column_1,
.photo_column_2,
.photo_column_3,
.photo_column_2_big,
.photo_column_3_big {
	float: left;
	width: 199px;
	height: 209px;
	line-height: 209px;
	margin-bottom: 5px;
}

.photo_column_1_big {
	float: left;
	width: 418px;
	height: 418px;
	line-height: 418px;
	margin-bottom: 5px;
}

.photo_column_1,
.photo_column_2 {
	margin-right: 20px;
}

.photo_column_1_big {
	margin-right: 20px;
}

.photo_column_1 img,
.photo_column_2 img,
.photo_column_3 img,
.photo_column_1_big img,
.photo_column_2_big img,
.photo_column_3_big img {
	vertical-align: middle;
}

.clearer {
	clear: both;
}

.column_icon {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* BUTTONS */

a.button {
	background-color: transparent;
	background-repeat: no-repeat;
	display: inline-block;
	/*display: inline-table;
	[if IE] display: inline-block;*/
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	height: 50px;
	text-shadow: 0px 1px 2px #000;
	background-image: url("http://extra.omnidea.it/website/assets/button_right.png");
}

a.button span {
	background-color: transparent;
	background-repeat: no-repeat;
    display: block;
	color: #fff !important;
    line-height: 40px;
    padding: 5px 0 5px 13px;
    margin-right: 13px;
	background-image: url("http://extra.omnidea.it/website/assets/button_left.png");
}

a.button:active {
    outline: none;
}

a.button:link,
a.button:hover,
a.button:active,
a.button:visited {
	border: none;
}

a.button img {
	margin-right: 5px;
}

.header a.button,
.content a.button:active {
	background-position: top right;
}

.header a.button span,
.content a.button:active span {
	background-position: top left;
}

.content a.button,
.header a.button:active {
	background-position: bottom right;
}

.content a.button span,
.header a.button:active span {
	background-position: bottom left;
}
