/***SMALL***/
@media only screen and (max-width: 800px) {

body {
font-size: 1.4em;
}
#wrapper {
width : 96%;
padding-top : 30px;
}
/*search*/
#searchcontainer {
position : absolute;
top : 10px;
left : 2%;
} 

#search input[type=search]:hover, #search input[type=search]:focus {
width: 80%;
}

#search input[type=search] {
	padding-left : 30px;
	padding-top : 20px;
	}
#banner {
width : 100%;
margin-top : 70px;
}
#bigname {
float : left;
font-size : 2.25em;
}
#tagline {
font-size: 1.2em;
margin-top : 1em;
margin-bottom: 0em;
}

#content, .navwidthcontent, .widecontent, .designcontent, .secondarynav, .width25, .rightcol {
width : 100%;
}
.width25, .rightcol {
width : 100%;
}
#content {
padding-bottom : 10px;
}

#secondarynav {
border-top : solid 5px #e4a450;
padding-top : 1em;
padding-bottom : 1em;
}
#secondarynav h2 {
display : inline;
line-height: 1.5em;
}
#secondarynav A:link, #secondarynav A:visited {
text-decoration: underline;
}
#secondarynav A:hover, #secondarynav A:focus {
text-decoration: none;
}
#secondarynav ul {
padding : 0;
margin-left : 1em;
list-style-type: disc;
}
#secondarynav li {
margin-top : .75em;
}
#secondarynav A:link {
padding : 0;
display : list-item;
width : auto;
}
.rightcol {
width : 99%;
padding-left : 0%;
margin-left : 0%;
float : left;
}
h1 {
font-size : 10vw;
}
h2 {
font-size : 7.5vw;
line-height: 1.3em;
}
.smallerh2 {
font-size : 8vw;
}
.signature {
margin-left : 10%;
}
.width100 {
width : 100%;
}
blockquote {
margin : 0;
}

/*page specific*/
#elizabeth {
margin-bottom : 30px;
}
#alan {
clear : both;
width : 100%;
}
#alan img {
width : 40%;
}
#afteralan {
clear : both;
}
#designscreenshots {
display : none;
}


#smalldesign {
display : inline;
}
#design {
display : none;
}

#screenreaderdemo video {
width : 98%;
min-height: 200px;
background-image: url("/a11y/images/screenreaderdemo.png");
}
#presentations {
width : 100%;
margin-top : 20px;
padding-top : 20px;
border-top : solid 5px #e4a450;
}

/*CONTACT FORM*/
input {
  width : 98%;
  padding-left : 1%;
  padding-right : 1%;
}
textarea {
width : 100%;
 }
#submit {
width : 6em;
margin-top : 0px;
float : right;
}
