/* Main style sheet for whole site */

html, body {
height:99%;
margin: 0;
}

body {
margin: 0;
padding: 0 2em 2em 2em;
color: #000;
background-color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
}

.wrapper {
/*min-height:96%;*/
min-height:90%;
margin-bottom: -1.2em;
}

* {
box-sizing: border-box;
}

p {
line-height: 1.8;
color: #A1A1A1;
font-size: 1.2em;
}

ul li {
font-size: 1.25em;
line-height: 2;
}

img {
width: 100%;
height: auto;
}

img.label {
width: 240px;
height: auto;
}

#masthead {
display: inline-block;
margin: 0;
padding: 0;
color: white;
background-color: transparent;
width: 100%;
vertical-align: top;
margin-bottom: 2em;
/*margin-left: 2em;*/
}

#masthead ul li, #masthead ul li a {
color: #6869a3;
background-color: transparent;
text-decoration: none;
}

#masthead ul li a:hover, #masthead ul li a:active {
color: #A3A4FF;
background-color: transparent;
text-decoration: none;
}

#logo {
width: 100%;
height: auto;
}

#navlinks {
display: inline-block;
width: 100%;
margin-bottom: 2em;
/*margin-left: 2em;*/
}

#content {
display: inline-block;
width: 100%;
}

form {
margin-bottom: 4em;
}
label {
display: block;
padding: 0.5em;
border: 1px solid #D6D6D6;
/* border-collapse: collapse; only works on table cells */
margin-top: -1px; /* hack to collapse borders! */
width: 240px;
}
label span.label {
display: inline-block;
min-width: 45px;
}
textarea {
min-width: 215px;
min-height: 6.5em !important;
}
input[type='submit'], form input[type='reset'] {
margin: 1em;
width: 6em;
padding: 0.5em;
}
input, textarea {
border: 1px solid #ccc !important;
}
form input, form select, form textarea {
padding: 0.25em 0.5em;
}

.screenshots {
margin: 0 0 -0.7em 0;
}

.bottomnav {
margin-top: 2em;
line-height: 1.8;
color: #A1A1A1;
font-size: 1.2em;
/*margin-bottom: -0.7em;*/
margin-bottom: 2em;
}
.bottomnav a {
color: #A1A1A1;
text-decoration: none;
}
.bottomnav a:hover, .bottomnav a:active {
color: #D1D1D1;
}

.push, .copyrightline {
height: 1.2em;
margin-bottom: 2em;
color: #A1A1A1;
}

.copyrightline {
height: 3em;
}

.alert, .error { 
font-weight: bold;
color:	#f00;
background-color: transparent;
}


@media (min-width: 768px) { 

body {
margin: 0;
padding: 2em;
}

ul li {
font-size: 1.25em;
line-height: 1.5;
}

img {
width: 28%;
height: auto;
}

img.label {
width: 240px;
height: auto;
}

#masthead {
display: inline-block;
width: 40%;
}

#logo {
width: 20%;
height: auto;
}

#navlinks {
display: inline-block;
width: 40%;
vertical-align: middle;
border-left: 1px solid grey;
/*margin-left: 2em;*/
padding-top: 9em;
padding-bottom: 4em;
}

#navlinks p {
margin-left: 2em !important;
}

#content {
margin: 0;
}

#warehouse1 {
padding-bottom: 137px;
}
#warehouse3 {
padding-bottom: 151px;
}

label {
width: 50%;
}
label:hover {
background-color: #eee;
}
label span.label {
display: inline-block;
min-width: 140px;
}
textarea {
min-width: 98%;
}
input {
width: 75%;
}
input[type='submit'], form input[type='reset'] {
margin: 1em;
width: 6em;
padding: 0.5em;
}

} /* end @media (min-width: 768px) */


