@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Nova+Slim);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

/** CSS Document */

html {
	height: 100%;
}

body {
	font-family: "Open Sans", arial, helvetica, sans;
	font-size:11pt;
	padding:0;
	margin:0;
	background: #76008b;
	background: -moz-linear-gradient(top, #000 0%, #FFCC99 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#FFCC99));
	background: -webkit-linear-gradient(top, #000 0%,#FFCC99 100%);
	background: -o-linear-gradient(top, #000 0%,#FFCC99 100%);
	background: -ms-linear-gradient(top, #000 0%,#FFCC99 100%);
	background: linear-gradient(to bottom, #000 0%,#FFCC99 100%);
	background-attachment: fixed;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#FFCC99',GradientType=0 );
  color:#000;
}

.wrapper {
	width:975px;
	margin:0 auto;
}

body#page .content {}

/** Add .selectedanchor to the :hover for the menubar */

/** Drop down menus */

.header {
	background: #000;
	color: #fff;
	font-family: "Nova Slim", Arial, Helvetica, sans-serif;
	position: relative;
	height: 80px;
}

.header>div.admin-button {
  position: absolute;
	top: 2px;
	left: -80px;
	margin: 10px 0 0;
}

.header>.admin-button a {
	color: #fff;
  text-decoration: none;
  background: #000;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #fff;
  transition: color 0.3s, background 0.3s;
}

.header>.admin-button a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.header>div.text {
	position: absolute;	
	top: 4px;
	left: 115px;
}

.header div.contact {
  position: absolute;
  top: 5px;
  right: 5px;
}

.header>div>h1 {
	color: #fff;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 26pt;
}

.header>div>div {
	color: #fff;
	font-size: 12pt;
}

.header>a.logo {
	position: absolute;
	top: 0;
	left: 0;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header a:hover {
  text-decoration: underline;
}

.navbar {
	background: #000;
	border: 0;
	border-spacing: 0;
	padding: 0 8px;
	margin: 0;
	font-family: "Nova Slim", Arial, Helvetica, sans-serif;
	width: 100%;
}

.navbar td,.menubar-menu a {
	font-size: 12pt;
	text-align: center;
  transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  padding: 8px 10px;
}

.navbar td a,.menubar-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: text-shadow 0.3s;
  -webkit-transition: text-shadow 0.3s;
  height: 100%;
  display: block;
  text-shadow: 0 0 0 #fff;
}

.navbar td a:hover,.menubar-menu a:hover,.navbar td a.selectedanchor {
  text-shadow: 0 0 10px #fff;
}

.content {
	background: #fff;
	padding: 10px;
	line-height: 160%;
}

.content>*:first-child {
	margin-top: 0;
}

.content a {
	color: #000088;
	text-decoration: underline;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.content a:hover {
	color: #000;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
	color: #000;
	font-family: "Nova Slim", Arial, Helvetica, sans-serif;
} 

.menubar-menu {
  position: absolute;
  left: 0;
  top: 0;
  display:none;
  margin: 0;
  z-index: 1000000; /* zIndex should be greater than that of shadow's below */
  background: #000;
}

.menubar-menu ul {
  margin:0;
  padding: 0;
  list-style-type: none;
}

.anylinkshadow {
  display: none;
}

.menu-has-submenu {
  cursor:pointer;
}

/** gallery styles */

div.slideshow#image-gallery {
  border: 2px solid #E25F05;
}

div#image-gallery a.slides-next, div#image-gallery a.slides-prev {
  background:#00015F;
  background: rgba(38,51,91,0.6);
  text-decoration: none;
  transition:padding 0.2s, background 0.2s;
  -o-transition:padding 0.2s, background 0.2s;
  -ms-transition:padding 0.2s, background 0.2s;
  -moz-transition:padding 0.2s, background 0.2s;
  -webkit-transition:padding 0.2s, background 0.2s;
  padding:0 5px;
}

div#image-gallery a.slides-next:hover, div#image-gallery a.slides-prev:hover {
  background: #E25F05;
  padding:0 10px;
}

div#image-gallery * {
	padding:0;
	list-style:0;
}

div#image-gallery *:after, div#image-gallery *:before {
	display:none;
}

.footer {
	background: #fff;
	color: #000;
	padding: 6px;
}

.footer .left {
	float: left;
}

.footer .right {
	float: right;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.do3d {
  width: 975px;
  height: 650px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.do3d table {
  position: absolute;
  top: -50px;
  left: 200px;
  background: url(img/bev.jpg) top left no-repeat;
  padding: 30px;
  width: 730px;
  height: 525px;
  transform: perspective(800px) rotateZ(-40deg) rotateX(20deg) rotateY(35deg);
  -webkit-transform: perspective(800px) rotateZ(-40deg) rotateX(20deg) rotateY(35deg);        
  border-spacing: 0;
  box-shadow: -5px 10px 10px #000;
  border-radius: 10px;
}
.do3d td {
  vertical-align: middle;
  text-align: center;
  border: 5px inset #FFE9D6;
  background-color: #F2CFB1;
  width: 25%;
  height: 25%;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  font-family: "Nova Slim", Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}

.do3d a {
  color: #000;
  text-decoration: none;
}

.do3d tr {
  height: 25%;
}

.do3d table tr:last-child td:last-child { visibility: hidden; }