/* aquapark custom CSS for Wolf CMS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,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,em,strong,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; }
h2 {font-weight:bold; margin-bottom: 4px; color:#ff4514;}
q:before,q:after { content:''; }
abbr,acronym { border:0; }
html {
  background: #EEE url(images/bs.gif);
  padding: 0;
  margin: 0;
}

body {
  color: #40595f;
  font: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a, a:visited {
  color: #FF4514;
  text-decoration: none;
}

a:hover { color: #73471B; }

strong { font-weight: bolder; }
em { font-style: italic; }

input, select, th, td {font-size:1em}

div.l { float:left; }
div.r { float:right; }
/* classes */

.error { color: red; }

#wrapper {
  background: #fff;
  border: 1px solid #EEE;
  margin: 10% auto;
  width: 760px;
  height: 420px;
}
#box {
  padding:10px;
}
#content {
  height: 375px;
  width:100%;
  position:relative;
}
#main {
  height: 320px;
  max-height: 320px;
  width:100%;
}
#header {
  height: 22px;
  padding: 0 0 8px 0; 
  width:100%;
}
img.main_nav {
  padding: 10px 0 0 0; 
  width: 100%;
}
#nav {
  float: right;
  padding: 8px 0 0 0;
}
#main,#header{
  display:none;
}
#rbcorner {
   background: url(images/bg_main.gif) no-repeat top left; 
   height: 318px;
   width: 740px;
   position: absolute;
   z-index: 100;
}
#footer {
  height: 55px;
}
.tooltip-content {
	display: none;
	position: absolute;
	padding: 10px;
	border: 2px solid white;
	background-color: #FF4514;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;	
}

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

a img { border: none; }

acronym { cursor: help; }

blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76A83A;
  border-left: 2px solid #76A83A;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;
  padding: 0 10px 0 10px;
}

hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

.comment-form-body {
  width: 450px;
}