@media only screen and (max-width: 600px) {

#all {
display:block; 
width:100%;
height:auto;
}

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

#navig ul {
display:block;
width:100%;
height:auto;
}

#navig a {
height:auto;
margin-bottom:5px;
}

#textfull {
display:block;
height: auto;
}

#copyright {
display:block;
width:95%;
height: auto;
padding-left:5%;
}

#excerptbox a {
   font-size:80%;
}

#newsletterbox a {
   font-size:100%;
}

}