/* Butterfly Cafe - HTML & CSS by Mihai Petre - DOTWEB Software Systems */

/* X-browser CSS properties reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym,input,textarea {border:0;}
a {outline: none;}
/* /X-browser CSS properties reset */

body {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px;
  color: #959595;
  background: url(../images/bodywrap-bg.gif) repeat 0px 0px;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

#bodywrap {
  background: url(../images/body-bg.gif) repeat-x 0px 0px;
}

#wrapper {  
  width: 990px; margin: 0 auto;
  background: url(../images/wrapper-bg.gif) no-repeat top;
  position: relative; left: -25px;
}



/*** Header ***/
#header {
  height: 120px;
}

#header h1 {
  float: left; display: inline;
  margin: 50px 0 0 0;
}

#header h1 a {
  display: block; width: 215px; height: 49px;
  text-indent: -10000px;
  background: url(../images/header-logo.gif) no-repeat center;
}

#header #motto {
  float: left; display: inline;
  margin: 50px 0 0 10px;
  padding: 20px 0 3px 10px;
  border-left: 1px solid #444444;
}

#header ul#nav {
  float: right; display: inline;
  margin: 60px 0 0 0;
  padding: 0px 25px 0px 75px;
  border-top: 1px solid #232323; border-bottom: 1px solid #232323;
}

#header ul#nav li {
  float: left; display: inline;
  margin-left: 35px;
}

#header ul#nav li a {
  display: inline-block;
  height: 31px; line-height: 31px;
  padding: 0 10px;
  color: #b0b0b0;
  text-decoration: none;
  background: url(../images/header-menu-link-bg.gif) repeat-x 0px -31px;
}
#header ul#nav li a:hover {
  background-position: 0px 0px;
}
#header ul#nav li a.active{
  color: #fff;
  background: url(../images/header-menu-link-bg.gif) repeat-x center;
}

#content {
  width: 890px;
  padding-top: 100px; padding-left: 100px;
  background: url(../images/content-full-bg.png) no-repeat 0px top;
}
/******************************/



/*** Content ***/
.box {
  width: 890px;
  margin-bottom: 50px;
  overflow: hidden;
}

h2.imgreplaced {
  margin-bottom: 15px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #151310;
  color: #575555;
}

p {
  margin-bottom: 10px;
}

a.more {
  clear: both;
  color: #F63C20;
  text-decoration: none;
}
a.more:hover {
  text-decoration: underline;
}

#about {
  float: left;
  width: 500px;
}

#main-pic {
  float: right;
}

#main-pic img {
  padding: 3px;
  border: 1px solid #232323;
}


#gallery {
  position: relative;
}

#gallery h2 {
  float: left;
  width: 740px;
  margin-bottom: 15px;
}

#gallery #gallery-nav {
  float: right; display: inline;
  width: 150px;
  margin: 18px 0 15px 0;
  text-align: center;
}

#gallery #gallery-nav a {
  cursor: pointer;
}

#gallery #images {
  clear: both;
}

#gallery ul li {
  float: left; display: inline;
  margin: 0 12px;
}

#gallery ul li a img {
  border: 1px solid #646464;
}


#reservation {
  width: 330px;
  padding-right: 550px;  padding-bottom: 15px;
  background: url(../images/reservation-bg.gif) no-repeat right bottom;
}

#reservation form {
  visibility: hidden;
}


h3 {
  margin-bottom: 10px;
  color: #A4A2A2;
  font-family: 'Trebuchet MS'; font-size: 17px;
}

a {
  color: #F63C20;
}

ul.event-gallery {
  width: 890px;
  margin-bottom: 40px;
  overflow: hidden;
}

ul.event-gallery li {
  float: left;
  margin: 0 5px;
}

ul.event-gallery li a img {
  border: 1px solid #646464;
}

.event-text {
  margin-bottom: 10px;
}

ul#comments-list {
  width: 500px;
  padding-left: 10px;
}

ul#comments-list li {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #151310;
}

ul#comments-list li .title {
  width: 500px;
  margin-bottom: 5px;
  overflow: hidden;
}

ul#comments-list li .name {
  float: left;
  font-size: 16px; font-weight: bold;
}

ul#comments-list li .date {
  float: right;
  padding: 0 0 3px 5px;
  border-left: 1px solid #151310; border-bottom: 1px solid #151310;
  font-size: 11px;
}

#contact-info {
  margin-bottom: 50px;
  font-size: 13px;
}

#contact-info address {
  margin-bottom: 15px;
  font-family: Georgia; font-size: 14px;
}

#contact-info address span {
  font-family: Arial; font-size: 13px;
}

#contact-info span.phone {
  font-family: Georgia; font-size: 14px;
}

#contact-form {
  float: left;
}

#billing-info {
  float: right; display: inline;
  margin-right: 150px;
}

#billing-info h3 {
  margin-bottom: 15px;
}

#billing-info p {
  margin-left: 10px;
}
/******************************/



/*** General form styles ***/
form {
  margin-bottom: 50px;
}

form legend {
  margin-bottom: 15px;
  font-size: 17px; font-weight: bold;
}

form ul li {
  margin-bottom: 10px;
}

form ul li label {
  float: left;
  width: 70px;
  margin-right: 5px;
  padding-top: 5px;
  text-align: right;
  cursor: pointer;
}

.border {
  display: inline-block;
  padding: 1px;
  border: 1px solid #1B1B1B;
}

.error {
  margin-bottom: 15px;
  color: #C00606;
}

form ul li input {
  float: left;
  width: 220px;
  padding: 4px 2px;
  font-size: 14px;
  color: #3B3B3B;
  background: #CBCBCB;
}

form ul li textarea {
  float: left;
  width: 220px; height: 120px;
  padding: 4px 2px;
  font-size: 14px;
  color: #3B3B3B;
  background: #CBCBCB;
}

form .submit {
  margin-left: 230px;
  cursor: pointer;
}
/******************************/



/*** Footer ***/
#footer {
  clear: both;
  padding-top: 100px; padding-bottom: 20px;
  text-align: center;
  background: url(../images/hr.gif) no-repeat center 40px;
}

#footer {
  color: #4F4F4F;
}

#footer a {
  color: #4F4F4F;
  text-decoration: none;
}
#footer a:hover {
  color: #777;
}

#dotweb {
  padding-top: 10px;
  font-size: 10px;
}

#dotweb a {
  color: #989898;
} 
/******************************/
