/* main */

body {
background-color: #111;
background-image: url('../media/layout/back.gif');
text-align:center;
margin:0;
font: 0.8em 'georgia', 'times', serif;
color: #333331;
}

#main {
margin:auto;
width:750px;
text-align:left;
background-image: url('../media/layout/main.jpg');
background-position: 0px -2px;
_height:786px;
min-height:846px;
border-bottom: solid 6px #000;
margin-bottom:42px;
background-repeat:repeat-y;
}

#header {
z-index:0;
width:750px;
height:228px;
background-color: #f0deb6;
background-image: url('../media/layout/header-back3.jpg');
position:relative;
}

#content {
margin-top: -10px;
margin-left:20px;
margin-right:276px;
margin-bottom:30px;
font-family: 'comic sans ms';
}

/* sidebar */

#sidebar {
z-index:1;
float:right;
width:250px;
margin-top:-12px;
font-family: 'georgia', 'times', serif;
}

#sidebar a {
font-weight:bold;
color: #ffe;
border:0;
}

#sidebar a:hover {
color: #eeb;
}

/* menu */

#menu {
list-style-type:none;
margin:0;
padding:0;
margin-left:5px;
}

#menu li {
width: 203px;
background-color:#bd4d0d;
border-bottom :solid 1px #923b09;
padding:5px;
padding-left:12px;
background-image: url('../media/layout/menu-back.png');
}

#menu li.selected {
background-image: url('../media/layout/menu-back-darker.png');
}

#menu li.title,
#menu li.title:hover {
margin-top: 12px;
background-color: #5b2100;
background-image: url('../media/layout/menu-title-back.png');
color:#cfbb99;
letter-spacing: 0.06em;
padding-top:4px;
padding-bottom:4px;
font-size: 0.9em;
font-weight:bold;
}

#menu li a {
padding-left:14px;
background-image: url('../media/layout/menu-link-back.png');
background-repeat:no-repeat;
background-position: 1 5px;
}

#menu li a:hover {
background-image: url('../media/layout/menu-link-back-ani.gif');
}

#menu li p {
margin:0;
padding:0;
font-size: 0.9em;
font-family: 'comic sans ms', 'arial';
}

#menu li:hover {
background-color:#b64a0b;
background-image: url('../media/layout/menu-back-dark.png');
}

/* standard tags */

a {
color: #c50;
text-decoration: none;
border-bottom: 1px solid #dca;
}

a:visited {
color: #964;
border: none;
}

a:hover {
color: #900;
border-bottom: 1px solid #333331;
}

h1, h2, h3, h4, h5, h6 {
color:#500;
letter-spacing: 0.02em;
font-style:italic;
font-family: 'georgia', 'times', serif;
}

h1 {
font-size: 2.3em;
margin:0
padding:0;
margin-top:9px;
margin-bottom:6px;
}

h2 {
font-size: 1.85em;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.3em;
}

hr {
border: solid 1px #fc0;
background-color: #fc0;
color: #fc0;
}


/* forms */

form {
margin:0;
padding:0;
}

fieldset {
border: solid 1px #fc0;
}

legend {
color: #c70;
}

textarea,
select,
.input {
background:none;
background:#f8edce;
border: solid 1px #df9000;
border: dashed 1px #333;
}

textarea:focus,
.input:focus {
background:#f9f0d0;
border-color: #933;
}

.button {
background-color: #d1550d;
color: #fff;
font-weight:bold;
font-family: Georgia;
padding:1px;
border: solid 2px #ffffbb;
border-right-color: #cccc55;
border-bottom-color: #bbbb44;
}

/* custom */

.center {
margin:auto;
text-align:center;
}


ul#townList li h3 {
display:inline;
}

.count {
margin-left:8px;
color: #da0;
font-weight:bold;
}

ul.articles {
margin-left: 10px;
padding:0;
}

ul.articles li {
margin-bottom:4px;
border-bottom: solid 2px #fc0;
}

ul.articles li h3 {
padding:0;
margin:0;
}

ul.articles li p {
margin:0;
padding:0;
margin-bottom: 3px;
}

.blend {
width: 300px;
height:225px;
overflow:hidden;
position:relative;
background-repeat:no-repeat;
}

.blend img {
position:absolute;
top:0px;
left:0px;
opacity: 0;
filter: alpha(opacity=0);
display:none;
}

/* reservation */


table.reservation {
font-size: 12px;
border-collapse: collapse;
margin-bottom: 4px;
}

table.reservation thead td {
text-transform: capitalize;
font-weight: bold;
background-color: #ffefaa;
}

table.reservation td {
border: solid 1px #dd7733;
padding:4px;
}

table.reservation td.number,
table.reservation td.price {
text-align:right;
}

#reservationList {
margin-top: 28px;
width:220px;
padding:0;
margin-left:6px;
}

#reservationList h2 {
background-color: #5b2100;
background-image: url('../media/layout/menu-title-back.png');
color:#cfbb99;
letter-spacing: 0.06em;
padding-top:4px;
padding-bottom:4px;
font-size: 0.9em;
font-weight:bold;
font-style:normal;
padding-left:12px;
margin:0;
}

#reservationList ul {
margin:0;
padding:0;
list-style-type:none;
margin-bottom: 8px;
}

#reservationList li {
padding-top: 3px;
background-image: url('../media/layout/menu-back.png');
border-bottom :solid 1px #923b09;
padding-left: 3px;
}


#reservationList ul h3 {
font-size: 12px;
margin:0;
padding:0;
}


#reservationList ul p {
margin:0;
padding:0;
}

#reservationList .button {
margin:auto;
text-align:center;
}

input.price,
input.number {
width:40px;
text-align:right;
padding-right:4px;
}

table#reservation {
font-size: 11px;
border-collapse: collapse;
}

.delete {
opacity: 0.6;
cursor:pointer;
}

.delete:hover {
opacity:1;
}