/* base
----------------------------------------------- */

body {
padding: 0px;
margin: 0 0;
font-family: Arial, Helvetica, sans-serif;
color: white;
background-color: black;
line-height: 20px;
font-size: 12px;
text-align: left;
}

p {
line-height: inherit;
}

blockquote, h3, li {
padding-right: 10px;
padding-left: 10px;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
margin: 0;
padding: 0;
font-weight: normal;
}

h1, h2 {
padding-bottom: 5px;
font-size: 14pt;
}

h1 {
font-size: 1.5em;
color: #db8d4e;
}

h2 {
font-size: 14px;
font-weight: bold;
}

hr {
width: 650px;
color: #666; 
background-color: #666; 
border: 1px dotted #666; 
border-style: none none dotted;
}

small, .small {
font-size: 9pt;
}

strong, .strong {
font-weight: bold;
font-size: 14px;
}

.hidden {
display: none;
}

.desc {
font-size: 12px;
width: 450px;
}

.special{
font-size: 12px;
width: 240px;
}

.event_link{
font-size: 12px;
width: 200px;
font-style: normal !important;
}


.event_time {
font-style: italic;
font-size: 10pt;
}

.menu_header {
padding-bottom: 5px;
font-size: 16px;
color: #946d4e;
font-weight: bold;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #c5ba8f;
}


a:link {
text-decoration: none;
color: #c5ba8f;
}

a:visited {
text-decoration: none;
color: #c5ba8f;
}

a:hover {
text-decoration: underline;
color: #c5ba8f;
}


a:active {
text-decoration: none;
color: #c5ba8f;
}

a img {
border: none;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

div.hr {
  height: 50px;
  background:  url("http://armadillosannapolis.com/images/dilloHR.gif") no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/* layout
----------------------------------------------- */

#container {
margin: 0 auto;
padding: 0px;
width: 100%;
background: url("http://armadillosannapolis.com/images/header_bg.jpg") no-repeat;
text-align: left !important;
}

#header {
width: 1100px;
height: 166px;
cursor: pointer;
}

#header2 {
width: 1100px;
height: 480px;
background: url("http://armadillosannapolis.com/images/temp_header.jpg") no-repeat;
cursor: pointer;
}

#navigation {
width: 522px;
height: 192px;


}


#sidebar {
float: left;
width: 350px;
padding-top: 30px;
padding-left: 10px;
}

#sidebar hr {
width: 100%;
height: 1px;
color: #946d4e;
background-color: #946d4e;
border: none;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 15px;
align: left;
}


#side_item {
margin-bottom: 40px;
width: 340px;
}

#side_item h1 {
display: normal;
font-size: 16px;
}


#main {
width: 600px;
margin-left: 400px;
padding-bottom: 20px;
}

#specials {
width: 600px;
text-align:right;
margin-top: -90px;
padding-bottom: 30px;
}

#footer {
width: 100%;
clear: both;
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
border-top: 2px solid #946d4e;
background-color: #202020;
font-size: 14px;
}

