/*----------- Hereford Map Centre DTM Site CSS/LESS ----------- */	

/*----------- TYPOGRAPHY ----------- */	
h1{
	font-size:38pt;
	color:white;
	font-family:Verdana, sans-serif;
	text-shadow:2px 2px 10px black;
	text-transform:uppercase;
	letter-spacing:2pt;
}

h1 span{
	font-size:53pt;
}

h2{
	font-size:20pt;
	line-height:55pt;
	color:white;
	font-family:Arial, sans-serif;
	text-shadow:2px 2px 10px black;
	text-align:right;

}

h2 span{
	color:#B7B90F;
}

h3{
	font-size:14pt;
	line-height:21pt;
	font-family:Arial, sans-serif;
	font-style:italic;
}

p{
	font-size:10pt;
	line-height:15pt;
	color:gray;
	font-family:Arial, sans-serif;
}

a{
	color:white;
	text-decoration:none;

}

/*----------- CONTENT ----------- */

body{
	background-image:url("../images/lightbgpattern.jpg");
	
}


#title{
	width:100%;
	height:75px;
	background-image:url("../images/bgpattern.jpg");
	border-bottom: 1px solid #2a3035;	

}

#title img{
	margin-top:10px;
}



#banner_container{
	width:100%;
	height:400px;
	background: #0e446d; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #0e446d 0%, #091d2c 99%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0e446d), color-stop(99%,#091d2c)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #0e446d 0%,#091d2c 99%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #0e446d 0%,#091d2c 99%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #0e446d 0%,#091d2c 99%); /* IE10+ */
	background: radial-gradient(ellipse at center, #0e446d 0%,#091d2c 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e446d', endColorstr='#091d2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow:inset 0 0 10px black;
	border-bottom: 1px solid #2a3035;
	margin-bottom:25px;
	padding-top:15px;
}

#bannerinfo{
	text-align:center;
	margin:0 auto;
	padding:10px;
	padding-top:30px;
	
}

#bannerinfo p{
	margin:10px 0;
	color:white;
}

#bannerinfo p span{
	font-weight:bold;
	color:#B7B90F;
}

#banner_container img{
	float:right;
	position:relative;
	top:6px;
}

#main_content{
	height:208px;
	margin-bottom:20px;
	background:white;
	box-shadow:0 0 10px gray;
	border-radius:10px;
	text-align:center;
}

#main_content .grid_6{
	text-align:center;
	height:200px;
	margin:0;
	padding:4px;
	
}

.borderright{
	border-right:1px solid lightgray;
}

#main_content img{
	margin:5px 0;
}

button{
	border:none;
	color:white;
	font-weight:bold;
	font-size:16px;
	background:#B7B90F;
	text-shadow:0 -1px 1px #6B6C04;
	padding:10px 20px;
	*padding:0px; /* Star hack to get buttons working in IE7 */
	*text-align:center;
	text-transform:uppercase;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}

.leftbutton{
	margin-right:5px;
}

button:hover{
	background-color:#6B6C04;
	-moz-transition:background-color .10s linear;
	-webkit-transition:background-color .10s linear;

}

#bottominfo p{
	text-align:center;
	font-size:8pt;
}

/*----------- FORM STYLES ----------- */

#body_signup{
	background: #0e446d; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #0e446d 0%, #091d2c 99%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0e446d), color-stop(99%,#091d2c)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #0e446d 0%,#091d2c 99%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #0e446d 0%,#091d2c 99%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #0e446d 0%,#091d2c 99%); /* IE10+ */
	background: radial-gradient(ellipse at center, #0e446d 0%,#091d2c 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e446d', endColorstr='#091d2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#signupcontainer{
	background-color:white;
	border-radius:5px;
	padding:10px;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:20px;
	height:600px;
}

#signupcontainer p{
	text-align:center;
}

#signupcontainer li{
	padding:12px;
	border-bottom: 1px solid #eee;	
}

input,textarea{
	border: 1px solid lightgray;
	border-radius:5px;
	box-shadow: 0 10px 15px #eee inset;
	padding:2px;
	font-size:12pt;
	height:20px;
    	width:300px;
    	padding:5px 8px;
	font-family:Arial, sans-serif;

}

input:focus,textarea:focus{
	box-shadow:0 0 10px #B7B90F, 0 10px 15px #eee inset;
}


textarea{
	padding:8px;
	width:300px;
	height:100px;
}

label {
    width:130px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
    color:gray;
}

#signupcontainer button{
	margin-top:20px;
	margin-bottom:30px;
	margin-left:350px;
}

/*----------- DEMO PAGE STYLES ----------- */	

#democontainer{
	background-color:white;
	border-radius:5px;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	height:350px;
}

#democontainer ul{
	margin-top:20px;
}

#democontainer ul p{
	text-align:center;
	font-size:18pt;
	line-height:27pt;
	color:black;
	font-weight:bold;
}

#democontainer span{
	color:#B7B90F;
}

#buttoncontainer{
	margin:0 auto;
	text-align:center;
}

#buttoncontainer button{
	margin:10px 0;
	}
