/* Customize your layout here, for support please visit www.webart.no/forum */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {margin-top: 1px;
	margin-bottom: 5px;
	background-image: url(images/header_low.jpg);
	background-repeat: no-repeat;
	background-position: 90px 0px;
	height: 500px;
	width: 900px;
	border: 1px solid #FFFFFF;
}

#intro {margin-top: 1px;
	margin-bottom: 5px;
	background-image: url(images/summer.jpg);
	background-repeat: no-repeat;
	background-position: 90px 0px;
	height: 500px;
	width: 900px;
	border: 1px solid #FFFFFF;
}

#enter {margin-top: 1px;
	margin-bottom: 5px;
	background-image: url(images/entrance.jpg);
	background-repeat: no-repeat;
	background-position: 90px 0px;
	height: 500px;
	width: 900px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 155px;
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #C138C1;
	padding: 5px;
}

#right {
	background-color: #C138C1;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #5A3D59;
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	margin-top: 100px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background-image: url(images/bar_bg.gif);
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
}

h1{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
}

.list {
	margin-left: 25px;
	list-style-image: url(images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #9999FF;
	background-color: inherit;
}
a:hover {
	color: #FF9966;
	background-color: inherit;
}
a:active {
	color: #99FF00;
	background-color: inherit;
}

/********** Begin top navigation *************/

#menu {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 53px;
	padding: 27px 0 0 0;
	background: #C138C1 url(images/img02.gif) no-repeat;
	border-left: 2px solid #000000;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF url(images/img04.gif) no-repeat;
	color: #005826;
}

#menu .active a {
	background: #99FFFF url(images/img03.gif) no-repeat;
	border: none;
	color: #E80732;
}

div.transbox
  {
  width: 760px;
  height: 80px;
  margin: 400px 60px;
  background-color: #ffffff;
  border: 1px solid black;
  position:relative;
  left: 2.5px;
  top: 20px;
  /* for IE */
  FILTER: progid:DXImageTransform.Microsoft.Alpha( opacity=50); 
  /* CSS3 standard */
  opacity:.6;
  }

/****************Form*************/

label{
float: left;
width: 120px;
margin-right: 0.8em;
text-align: right;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
}

fieldset { border:2px solid #ffffff}

legend {
  padding: 0.2em 0.5em;
  border:1px whte;
  color: #ffffff;
  font-size:90%;
  text-align:right;
  }

/***********************Gallery***********************/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 75px; /*position where enlarged image should offset horizontally */
z-index: 50;
}