/* CSS - The Noise */

body {
font-family: Courier, monospace;
font-size: 12px;
line-height: 14px;
margin: 0 auto;
color: #000000;
background-image: url(../images/bg03.gif);
background-position: top;
background-repeat: repeat-x;
}

a {
text-decoration: underline;
color: #000000;
}

a:hover {
text-decoration: none;
}

/* LAYOUT */

#header {
height: 140px;
/* background-color:#0000FF; */
}

#frame {
width: 840px;
margin: auto;
/* background-color:#FF0000; */
}


#left {
float: left;
width: 550px;
/* background-color: #00FFFF;
padding-right: 10px; */
}

#leftscroll {
overflow-x: hidden;
overflow-y: scroll;
height: 240px;
/* border-color: #000000;
border-style: solid;
border-width: 1px; */
}

#right {
float: right;
width: 280px;
/* background-color: #FF00FF; */
}

#footer {
clear: both;
border-top-color: #000000;
border-top-style: dashed;
border-top-width: 1px;
padding-top: 10px;
font-weight: normal;
/* background-color: #FF0000;*/
}

#footerleft {
float: left;
/* background-color: #FF0000; */
width: 280px;
padding-bottom: 10px;
}

#footermid {
float: left;
/* background-color: #00FF00;*/
width: 280px;
}

#footerright {
float: right;
/* background-color: #FFFF00; */
width: 280px;
}

#copyright {
clear: both;
border-top-color: #000000;
border-top-style: dashed;
border-top-width: 1px;
padding-top: 10px;
text-align: center;
/* background-color: #00FF00; */
clear: both;
margin-top: 10px;
}

/* END OF LAYOUT */

/* NAVIGATION */

#navigation {
height: 30px;
line-height: 30px;
}

#navigation a {
height: 100%;
text-decoration: none;
display: block;
padding: 0;
margin: 0;
border: none;
color: #FFFFFF;
float: left;
background-color: #000000;
width: 120px;
text-align: center;
font-family: Courier, monospace;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}

#navigation a:hover {
background-color: #FFFFFF;
color: #000000;
/* border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px; */
}

#home #navigation .home a,
#mondays #navigation .mondays a,
#fridays #navigation .fridays a,
#specials #navigation .specials a,
#media #navigation .media a,
#team #navigation .team a,
#faq #navigation .faq a {
background-color: #FFFFFF;
color: #000000;
/* border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px; */
}


/* END OF NAVIGATION */

/* HEADERS */
h1 {
border: none;
margin: 0;
padding: 0;
font-family: "Courier New", Courier, monospace;
font-size: 36px;
line-height: 30px;
font-weight: bold;
color: #000000;
}

h2 {
border: none;
margin: 0;
padding: 0;
font-family: "Courier New", Courier, monospace;
font-size: 21px;
line-height: 16px;
font-weight: bold;
color: #000000;
text-transform: uppercase;
}
/* END OF HEADERS */

/* TEAM PAGE */

#team img {
float: right;
margin-left: 10px;
/* border-color: #000000;
border-style: solid;
border-width: 1px; */
}

/* END OF TEAM PAGE */

/* right photos */
.twenty {
padding-right: 20px;
margin: 0px;
}

/* twitter */
#twitter_div ul {
padding: 0px;
border: none;
margin: 0px;
margin-bottom: 0px;
margin-left: 14px;
margin-right: 0px;
margin-top: 0px; 
}

#twitter_div li {
list-style-type: square;
padding: 0px;
border: none;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
margin-top: 12px;
}
/* end of twitter */