/*** Arable Solutions CSS - by D. Francis ***/

/*** Imports ***/

@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);


/*** Global Styles ***/

html, body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: url('../gfx/bg.jpg') #ffffff no-repeat center center fixed;
	font-family: "Lato", calibri, helvetica, arial;
	color: #4e4e4e;
	letter-spacing: normal;
	word-spacing: 3px;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	outline: none;
}

a:link, a:visited, a:active {
	color: #1b418d;
}

a:hover {
	color: #ff4040;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	vertical-align: bottom;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}

table td {
	vertical-align: top;
	padding: 5px;
}

table.w100 {
	width: 100%;
}

table td.w25 {
	width: 25%;
}



/*** Masthead Styles ***/

#header {
	background: #ffffff;
	width: 980px;
	height: 260px;
	text-align: center;
	margin: 0 auto;
	border: 0;
	border: 0;
	padding: 0;
}

img#logo {
	width: 480px;
	height: 200px;
	margin: 30px auto;
	border: 0;
	padding: 0;
}



/*** Main Nav ***/

div#navbox {
	position: relative;
	background: #ffffff;
	width: 980px;
	height: 58px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 0;
	z-index: 100;
}

ul#nav {
	position: relative;
	margin: 20px auto;
	border: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

ul#nav li {
	display: inline;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4) !important;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:active {
	padding: 2px 10px;
	font-weight: 400;
	text-decoration: none;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #363636;
}

ul#nav li a:hover, ul#nav li a:active {
	color: #606060;
}



/*** Main Content Styles ***/

#content {
	background: #ffffff;
	width: 920px;
	min-height: 100%;
	margin: -320px auto -100px auto;
	border: 0;
	padding: 0 30px;
}

#content:before {
	content: "";
	height: 320px;
	display: block;
}

#content:after {
	content: "";
	height: 100px;
	display: block;
}

div.floatright {
	float: right;
}

div.w50 {
	width: 50%;
}



/*** Content visable styles ***/

h2, p, ul, table {
	margin: 10px 0 30px 0;
}

h1 {
	font-size: 2.2em;
	font-weight: 400;
	color: #6c6c6c;
	margin: 40px 0;
}

h2 {
	font-size: 1.2em;
	font-weight: 700;
	color: #6c6c6c;
}

h6, .note {
	font-size: 0.9em;
	font-weight: 300;
	color: #404040;
}

.topImg {
	width: 980px;
	height: 300px;
	margin: 0 -30px;
	border: 0;
}

.alert {
	color: #ff0000;
}

.shadow {
	text-shadow: 3px 3px 8px #a0a0a0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
	padding-top: 26px;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.xorg, .xgen, .smurf, .davy, .tubbs, .sven {
	display: none;
}

.jeff, .beck, .eric, .robbie, .joan, .janis, .robert, .joe, .buddy, .muddy, .rory, .jimi {
	display: inline;
}


/*** Footer Styles ***/

#footer {
	background: url('../gfx/grass-strip.png') #498c04 repeat-x 0 0;
	width: 980px;
	height: 70px;
	text-align: center;
	font-size: 0.8em;
	color: #ffffff;
	margin: auto;
	border: 0;
	padding: 30px 0 0 0;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}



/*** Form styles ***/

.ewrapper {
	display: grid;
	grid-template-columns: 20% 80%;
	grid-gap: 2px;
}

.rwrapper {
	display: grid;
	grid-template-columns: 35% 65%;
	grid-gap: 2px;
	margin-bottom: 10px;
}

.shaded {
	background: #efefef;
}

.hidden {
	display: none;
}

.box {
	padding: 4px;
	font-size: inherit;
	align-self: center;
}

.box_tall {
	align-self: start;
	padding-top: 26px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"] {
	background: #fbfbfb;
	height: 20px;
	font-family: inherit;
	font-size: 1.1em;
	color: #606060;
	margin: 10px;
	border: 1px solid #aeabb9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	outline: 0;
	box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
}

input[type="text"], input[type="email"], input[type="password"] {
	width: 75%;
}

input[type="number"] {
	width: 60px;
}

textarea {
	background: #fbfbfb;
	width: 75%;
	height: 160px;
	font-family: inherit;
	font-size: 1.1em;
	color: #606060;
	line-height: 25px;
	margin: 10px;
	border: 1px solid #aeabb9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	outline: 0;
	box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,1);
}

.button {
	background-color: #fcd57e;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcd57e), color-stop(1, #cc8700));
	background: -moz-linear-gradient( center top, #fcd57e 5%, #cc8700 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd57e', endColorstr='#cc8700');
	box-shadow: inset 0px 1px 0px 0px #fcd57e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fcd57e;
	-moz-box-shadow: inset 0px 1px 0px 0px #fcd57e;
	width: auto;
	height: 40px;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #633300;
	padding: 0 60px;
	margin: 10px 160px 0 10px;
	border: 1px solid #cc8700;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	cursor: pointer;
}

.button2 {
	margin: 0;
}

.button:hover {
	background-color: #cc8700;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc8700), color-stop(1, #fcd57e));
	background:-moz-linear-gradient( center top, #cc8700 5%, #fcd57e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8700', endColorstr='#fcd57e');
}

.button:active {
	position: relative;
	top: 1px;
}

/*** End of CSS ***/
