/*
Cascading Style Sheet for © Liavaag.org
Created by Morten René Liavaag Strømsborg
 _     _                                               
| |   (_)
| |    _  __ ___   ____ _  __ _  __ _   ___  _ __ __ _ 
| |   | |/ _` \ \ / / _` |/ _` |/ _` | / _ \| '__/ _` |
| |___| | (_| |\ V / (_| | (_| | (_| || (_) | | | (_| |
\_____/_|\__,_| \_/ \__,_|\__,_|\__, (_)___/|_|  \__, |
                                 __/ |            __/ |
All Rights Reserved             |___/            |___/
*/
* {
	outline:0;
	padding:0;
	margin:0;
}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
}
a {
	background-color:inherit;
	color:#ffa500;
}
a:visited {
	background-color:inherit;
	color:#ffa500;
}
a:hover {
	background-color:inherit;
	text-decoration:none;
	color:#ffa500;
}
h1, h1 a, h2, h2 a {
	text-decoration:none;
}
img {
	border-width:0;
}
/*
Header
*/
div#header {
	background:#ffffff url('header.png') repeat-x;
	border-bottom:#c0c0c0 1px solid;
	padding-top:20px;
	display:table;
	color:#0000ff;
	height:175px;
	width:100%;
	clear:left;
}
div#header div#center-box {
	margin:0px auto;
	width:950px;
}
div#header div#center-box h1 {
	background:#ffffff;
	text-align:left;
	font-size:32px;
	color:#0000ff;
	padding:25px;
}
div#header div#center-box ul {
   	background:transparent;
   	margin:0 25px 0 25px;
   	color:#ffffff;
   	float:left;
   	padding:0;
}
div#header div#center-box ul li {
	display:inline;
}
div#header div#center-box ul li a {
	background:transparent url('header_non_hover.png') no-repeat;
	padding:16px 0 16px 0;
	text-decoration:none;
	text-align:center;
	color:#ffa500;
	width:180px;
	float:left;
	margin:0;
}
div#header div#center-box ul li a:hover {
	background:transparent url('header_hover.png') no-repeat;
	text-decoration:none;
	color:#000000;
}
div#header div#center-box ul li#selected a {
	background:transparent url('header_non_hover.png') no-repeat;
	text-decoration:line-through;
	color:#ffa500;
}
div#header div#center-box ul li#selected a:hover {
	background:transparent url('header_hover.png') no-repeat;
	text-decoration:none;
	color:#000000;
}
/*
For elder WAP, Lynx, Text browsers e.g.
*/
div.seoContainer {
	display:none;
}
/*
Blue outbound links menu 
*/
div.menu {
	margin:0;
	padding:0;
	width:200px;
	font-size:12px;
	text-align:left;
	line-height:20px;
}
div.menu ul {
	padding:0;
	list-style:none;
	margin:0 0 10px 0;
}
div.menu li {
	display:inline;
}
div.menu a {
	margin:1px;
	display:block;
	color:#000000;
	text-decoration:none;
	padding:5px 5px 5px 10px;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background:#99ccff url('menu_blue.png') repeat-x;
}
div.menu a:visited {
	color:#000000;
	background:#a7a7a7  url('menu_black.png') repeat-x;
}
div.menu a:hover {
	color:#000000;
	background:#ffff99 url('menu_yellow.png') repeat-x;
}
/*
Wrapper
*/
div#wrapper {
	text-align:center;
	margin:0 auto;
	width:950px;
}
/*
Wrapper left
*/
div#left-content {
	text-align:left;
	padding:25px;
	width:200px;
	float:left;
}
div#left-content h2 {
	border-bottom:1px dotted #000000;
	text-transform:lowercase;
	background:transparent;
	letter-spacing:-1px;
	margin:10px 0 5px 0;
	text-align:right;
	font-weight:200;
	font-size:20px;
	color:#ffa500;
}
/*
Wrapper right
*/
div#right-content {
	text-align:left;
	padding:25px;
	width:480px;
	float:right;	
}
div#right-content h2 {
	text-transform:lowercase;
	background:transparent;
	letter-spacing:-1px;
	margin:10px 0 5px 0;
	text-align:left;
	font-weight:200;
	font-size:20px;
	color:#ffa500;
}
div#right-content hr {
	border-top:0px solid #ffa500;
	background:none repeat;
	color:#ffa500;
	height:1px;
	clear:both;	
}
div#right-content *.right {
	float:right;
}
div#right-content *.left {
	float:left;
}
/*
Solution for keeping the links (widgets news)
*/
div.link-bug {
	background:#eeeeee url('link-bug.png') repeat-y;
	color:#000000;
}
div.link-bug a {
	background-color:inherit;
	font-size:12px;
	color:#107aaa;
}
div.link-bug a:visited {
	background-color:inherit;
	color:#107aaa;
}
div.link-bug a:hover {
	background-color:inherit;
	text-decoration:none;
	color:#990000;
}
/*
Promotion
*/
p#coolText {
	font-size:11px;
	text-align:right;
	letter-spacing:1px;
	text-transform:lowercase;
}
/*
Footer
*/
div#footer {
	background:#ffffff url('footer.png') repeat-x top left;
	border-top:#c0c0c0 1px solid;
	text-align:center;
	padding-top:25px;
	font-size:12px;
	margin:0 auto;
	display:table;
	color:#000000;
	height:75px;
	width:100%;
	clear:both;
}
div#footer p {
	text-align:center;
	font-size:12px;
}
/*
ID for loading box
*/
div#loading {
	top:50%;
	left:50%;
 	width:256px;
 	height:100px;
 	color:#000000;
 	position:fixed;
 	font-size:20px;
 	padding-top:50px;
 	text-align:center;
 	margin:-50px 0 0 -100px;
 	border:#ffa500 1px dotted;
 	background:#ffffff url('loading.png') repeat-x top left; 	
}
/*
For the clouds
*/
*#addThisButton {
	margin:10px 0 10px 0;
}
/*
Back to top
*/
*#marginTop {
	text-align:right;
	margin-top:20px;
}
/*
360 tour menu
*/
#tour-360 {
	width:200px;
	font-size:14px;
	margin:20px 0 0 0;
}
#tour-360 option {
	padding:0 20px 0 20px;
}
p.worldClock {
	font-size:18px;
	text-align:center;
	margin:5px 0 10px 0;
}