/*
body {text-align: center; }
#wrapper {position: relative; width: 760px; margin: 0 auto; text-align: left; border: solid 5px yellow !important; }
*/

/* this is so we can have a vertical guide line,
   810px from the right */
#outerwrapper {
	position: relative;
	/* center of page */
	margin-left: auto;
	margin-right: auto;
	width: 810px; /* 960px; */ /* 150+800+10 */
	height: auto; /* 1200px; */
	/*
	border: solid 5px green !important;
	*/
}

/* this is so all elements can be positioned absolutely,
   in relation to it */
#innerwrapper {
	width: 800px; /* 960px; */
	height: auto; /* 1200px; */
	/*
	height: 1200px;
	*/
	/*
	border: solid 5px red !important;
	*/
}

/*
#construction {
	position: absolute;
	top: 5px;
	left: 350px;
 	border: solid 7px #FFCC00;
	padding: 5px;
}
*/

/* the page elements */
#logo {
	position: absolute;
	left: 0; /* left: 150px; */
	top: 35px;
}

#login {
	position: absolute;
	right: 10px;
	top: 45px;
}

#slider {
	position: absolute;
	left: 0; /* left: 150px; */
	top: 55px;
}

#controls {
	position: absolute;
	top: 370px;
	left: 0; /* left: 150px; */
	width: 800px;
}

/* Latis menu */
#header-region {
	position: absolute;
	top: 391px;
	left: 0; /* left: 150px; */
}

/* Main content */
.main-panel {
	position: absolute;
	top: 430px; /* 470px */
	left: 0; /* left: 150px; */
	width: 425px;
}

/* News feed */
#sidebar-right {
	position: absolute;
	top: 431px;
	left: 495px; /* 645px; */
	width: 300px;
}

#footer {
/*
	border: solid 5px blue !important;
*/
	position: relative;
	top: 70px;
	width: 425px;
	margin: 0 0 100px 0;
}

/* Logged in admin area */
.block-user {
	border: solid 1px red !important;
}

/* Drupal 'edit' tabs */
#adminsectionwrapper {
	position: relative;
	top: 60px;
	left: 0;
}
#tabs-wrapper a {
	color: black;
	/*
	border: solid 5px green !important;
	*/
}

/* Drupal admin menu */
.admin-menu li {
	list-style-image: none;
}
.admin-menu {
	position: relative;
	top: 65px;
	left: 0;
	width: 140px;
}


/* debug */
div {
/*
	border: solid 1px yellow !important;
*/
}



