/*
Theme Name: VibeFactory
Theme URI: http://vibefactory.dk/
Description: VibeFactory theme
Version: 1.0
Author: BechBox
Author URI: http://www.bechbox.dk/
Tags: vibe, factory, custom

*/

body {
	background-color: #2c1906;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
}

a {
	color: #000;
}

img {
	border: none;
}

DIV.frame {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 930px;
	height: 518px;
	margin-left: -465px; /* half of width */
	margin-top: -250px;  /* half of height */
}

#main {
	position: absolute;
	left: 0;
	top: 0;
	width: 930px;
	height: 500px;
	background: #e9dfa4 url(./images/bg.jpg);
}
  
#footer {
	position: absolute;
	top: 500px;
	left: 0px;
	height: 18px;
	width: 930px;
	color: #d6cc90;
	font-size: 11px;
}

#footer a {
	color: #d6cc90;
}

#menu {
	position: absolute;
	top: 38px;
	left: 528px;
	width: 339px;
	height: 149px;
}

#imgmapdiv {
	display: none;
}

#content {
	position: absolute;
	left: 418px;
	top: 193px;
	width: 477px;
	height: 273px;
	background: transparent;
	overflow: auto;
}
  
#contact {
	padding: 4px 0 0 0;
	float: left;
}

#copyright {
	padding: 4px 0 0 0;
	float: right;
}

.wp-caption {
	float: left;
}
