/*
Theme Name: 88mph
Theme URI: 
Author: Tim
Author URI: http://timwheatley.org
Description:
Text Domain: twentyeleven
*/
html,
body {
margin:0;
padding:0;
text-align:center;
background-color:#000000;
}
.clr {
clear:both;
}
.cover {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.container {
text-align:left;
margin:0 auto;
background-color:#555555;
}
@media screen and (min-width: 1px) {
.container,
.menucontain {
width:990px !important;
}
}
@media screen and (min-width: 1024px) {
.container,
.menucontain {
width:100% !important;
}
}
@media screen and (min-width: 1921px) {
.container,
.menucontain {
width:1920px !important;
}
}
.maincol {
overflow:hidden;
}
.rtcol {
display:block;
float:right;
width:350px;
}
.ftad {
text-align:center;
padding:0 20px;
}
.menupad,
.menucontain {
height:40px;
background-color:#000000;
color:#ffffff;
}
.menucontain {
position:fixed;
width:100%;
padding:5px 0;
}
.menucontain a {
color:#ffffff;
padding:0 6px;
}