@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/116.jpg);
	background-attachment: fixed; 
	color: #000;
	font-family: "sans-serif"; "Lucida Sans Unicode", "Lucida Grande",
	font-size: 100%;
}
#wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-image: url(images/basic_phone_a.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 225%;
	color:#D1784F;
	margin: 0;
	padding-left: 40px;
	text-align: center;
}

/* Basic styles */
h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2, h3 {
	font-size: 160%;
	color: #19ACD7;
	margin-top: 0;
}
h3 {
	font-size:140%;
}
a {
	color:#3330F3;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#F33094;
	text-decoration:underline;
}

.floatleft, .floatright {
	width: 95%;
	max-width: 400px;
	display: block;
	margin: auto auto 1.5em;
}

/* Main navigation */

#nav {
	list-style-type: none;
	padding: 0;
	font-weight: bold;
	font-size: 80%;
	width: 108px;
	height: 75px;
	margin: 2px 2px 2px 2px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	width:106px;
	padding: 5px 2px;
	margin: 2px 6px 2px 6px;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #826F52;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
#nav a:hover, #nav a:focus {
	background-color:#7F8C8D;
    transform: scale(1.2, 1.2); 
    opacity: 1;

}

#nav  a:active {
	background-color:#C6A67F;
}




#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	display; block
	padding: 0px 1px;
	margin: 2px 2px 2px 2px;
	opacity: 0.8;

}

#nav li:hover ul {
	left: auto;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
    transform: scale(4, 4); /** default is 1, scale it to 1.5 */
    opacity: 1;

}











/* Content containers */
.content-medium, .content-wide, .aside {
	background-color:#DDDDDD;
	padding:20px;
	margin: 10px;
	font-size:88%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.content-medium, .content-small, .content-wide {
	margin-top: 5px;
}

.content-small {
	background-color:#fff;
	padding:20px;
	margin: 10px;
	font-size:60%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.aside {
	padding:10px;
}

.btn-social {
    width: 60px;
    position: relative;
    opacity: 0.5;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-social:hover {
    transform: scale(4, 4); /** default is 1, scale it to 1.5 */
    opacity: 1;
}


.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}



#dining {
	background-image: url(../images/top_pic.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:160px;
}

}
#bobsfile {
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:160px;
}


/* Footer */
#footer {
	color: #FFF;
	background-color: #19ACD7;
	padding: 5px 30px;
	clear:both;
}
#footer p {
	font-size: 88%;
	margin: 0 0 5px 0;
}


.fixed_headers {
  width: @table_width;
  table-layout: fixed;
  border-collapse: collapse;
  
  th { text-decoration: underline; }
  th, td {
    padding: 5px;
    text-align: left;
  }
  
  td:nth-child(1), th:nth-child(1) { min-width: @column_one_width; }
  td:nth-child(2), th:nth-child(2) { min-width: @column_two_width; }
  td:nth-child(3), th:nth-child(3) { width: @column_three_width; }

  thead {
    background-color: @header_background_color;
    color: @header_text_color;
    tr {
      display: block;
      position: relative;
    }
  }
  tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: @table_body_height;
    tr:nth-child(even) {
      background-color: @alternate_row_background_color;
    }
  }
}

.old_ie_wrapper {
  height: @table_body_height;
  width: @table_width;
  overflow-x: hidden;
  overflow-y: auto;
  tbody { height: auto; }
}






