@charset "utf-8";
@import url("weather_elements.css");
/* CSS Document */

body {
	font: 90%/1.8 Verdana, Arial, Helvetica, sans-serif;
	background: #00d1ec;
	background-image:url(../images/weather_malta_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}
 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* End Modal */

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2 {
	color:#fff;
	margin: 14px 0px 0px 10px;
}
.textcontent h1,
.textcontent h2 {
	color: black;
}
.textcontent h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}
h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

input[type=submit],
input[type=button],
button {
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid #1778A5;
	color: white;
	text-shadow: 1px 1px 2px #34302D;
	
	background: #75b7ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #75b7ce 23%, #1778a5 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#75b7ce), color-stop(92%,#1778a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #75b7ce 23%,#1778a5 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #75b7ce 23%,#1778a5 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #75b7ce 23%,#1778a5 92%); /* IE10+ */
	background: linear-gradient(to bottom,  #75b7ce 23%,#1778a5 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b7ce', endColorstr='#1778a5',GradientType=0 ); /* IE6-9 */

}

input[type=submit]:active,
input[type=button]:active,
button:active {
	color: #CCCCCC;

background: #1778a5; /* Old browsers */
background: -moz-linear-gradient(top,  #1778a5 8%, #75b7ce 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#1778a5), color-stop(77%,#75b7ce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1778a5 8%,#75b7ce 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1778a5 8%,#75b7ce 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1778a5 8%,#75b7ce 77%); /* IE10+ */
background: linear-gradient(to bottom,  #1778a5 8%,#75b7ce 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1778a5', endColorstr='#75b7ce',GradientType=0 ); /* IE6-9 */

}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
	border: 1px solid #01112B;
}

input[type=submit].small,
input[type=button].small,
button.small {
	padding: 4px 6px;
}


.clear {
	clear: both;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1155px;
	margin: 0 auto;
}
/* ~~ This is the layout information. ~~ 

*/
.content {
	padding: 0px 0;
}

/* Sticky header */
.header{
    width: 1155px;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateZ(0);position:fixed;
    /*background-color:#01112b;*/
    z-index: 300;
}
/* ~~ miscellaneous float/clear classes ~~ */


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	height: 39px;
	padding: 8px 8px 0px 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.flinks a {
	float:right;
	text-align:right;
	width:400px;
	padding: 10px 10px 10px 0px;
	color:#fff;
	text-decoration: underline;
	font-size:0.8em;
	display:block;
}
.flinks a:hover, a:active, a:focus {
	text-decoration: none;
	color:#fff;
}
.tagline{
	float:left;
	width:1100px;
	font-family: 'Libre Baskerville', serif;
	font-size:48px;
	font-style:italic;
	color:#FFF;
	padding-top:10px;
	margin-top: 185px;
}

.st-content {
	overflow-y: visible;
}

.vspace-med {
	height: 15px;
}

.textcontent {
	box-shadow: 2px 2px 4px #333333;
}

.login-form, .reports_login_form  {
	box-shadow: 2px 2px 4px #333333;
	padding: 10px;
	background-color: white;
	width: 260px;
	text-align: right;
	margin: 0 auto;
}
.login-form h2, .reports_login_form h2 {
	color: black;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

.reports_login_form {
	width: 310px;
}
	
.subscribe-form {
	width: 450px;
	text-align: left;
}
.subscribe-form #scheme-desc {
	margin: 15px 0px;
	padding: 5px;
	border-radius: 5px;
	font-size: 11px;
	text-align: left;
	
	background: rgba(23,120,165,0.45); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(23,120,165,0.45) 0%, rgba(117,183,206,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,120,165,0.45)), color-stop(100%,rgba(117,183,206,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,120,165,0.45) 0%,rgba(117,183,206,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,120,165,0.45) 0%,rgba(117,183,206,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,120,165,0.45) 0%,rgba(117,183,206,0.45) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,120,165,0.45) 0%,rgba(117,183,206,0.45) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731778a5', endColorstr='#7375b7ce',GradientType=0 ); /* IE6-9 */

}
.subscribe-form input[type=text],
.subscribe-form input[type=email],
.subscribe-form select {
	width: 250px;
	float: right;
}
.payment-form {
	width: 550px;
}
.payment-form h2 {
	text-align: center;
}
.payment-form iframe body {
	font-family: Arial, sans-serif;
}
