/*
Cascading Style Sheet for © Liavaag.org
Created by Morten René Liavaag Strømsborg
 _     _                                               
| |   (_)
| |    _  __ ___   ____ _  __ _  __ _   ___  _ __ __ _ 
| |   | |/ _` \ \ / / _` |/ _` |/ _` | / _ \| '__/ _` |
| |___| | (_| |\ V / (_| | (_| | (_| || (_) | | | (_| |
\_____/_|\__,_| \_/ \__,_|\__,_|\__, (_)___/|_|  \__, |
                                 __/ |            __/ |
All Rights Reserved             |___/            |___/
*/
@import url("layouts.css");
@import url("globalMenu.css");
/*
Body Styles
*/
* {
	margin:0;
	padding:0;
	outline:0;
}
body {
   	color:#ffffff;
   	text-align:center;
   	background:#121212 url('body.png') repeat-x fixed;
   	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
	border-width:0;
}
hr {
	border:1px dotted #000000;
}
h2 {
   	color:#ffa500;
   	font-size:24px;
   	font-weight:100;
   	text-align:right;
   	font-style:italic;
   	letter-spacing:1px;
   	background:none repeat;
   	border-bottom:1px dotted #000000;
}
p {
	text-align:justify;
}
/*
Container Styles
With set to 960px for
supporting SXGA and above
*/
div#container {
	clear:both;
	width:960px;
	color:#000000;
	margin:0px auto;
   	position:relative;
   	background:#ffffff;
   	border:1px solid #2c2c2c;
}
/*
Header Styles
*/
div#header {
   	color:#ffffff;
   	font-size:12px;
   	padding:10px 0 1px 0;
   	background:#000000 url('header.png') repeat-x;
}
div#header h1 {
   	color:#ffcc99;
   	font-size:28px;
   	text-align:left;
   	background:none repeat;
   	margin:90px 20px 100px 20px;
}
/*
Header Menu Styles
*/
div#header-menu {
	height:50px;
	position:relative;
	border-top:1px solid #ffcc99;
	border-bottom:1px solid #ffcc99;
	background:#000000 url('headerMenu.png') repeat-x;
}
div#header-menu ul {
	font-size:16px;
	letter-spacing:1px;
	list-style-type:none;
}
div#header-menu ul li {
	display:inline;
	float:left;
}
div#header-menu ul li a {
	float:left;
	width:150px;
	height:34px;
	color:#ffcc99;
	padding:16px 0 0 0;
	text-decoration:none;
	background:transparent;
	border-right:1px solid #666666;
}
div#header-menu ul li.selected a {
	color:#ffcc99;
	background:#000000 url('headerMenuHover.png') repeat-x;
}
div#header-menu ul li a:hover {
	color:#ffffff;
	background:#555555 url('headerMenuHover.png') repeat-x;
}
div#header ul li div {
	margin:50px 0 0 0;
	position:absolute;
	visibility:hidden;
	font-style:italic;
	background:transparent url('headerMultiMenus.png') repeat;
	border-bottom:1px #ffcc99 solid;
	border-right:1px #ffcc99 solid;
	border-left:1px #ffcc99 solid;
	border-top:0;
	width:220px; /* IE Compatibility Fix */
}
div#header ul li div hr {
	clear:both;
	height:1px;
	color:#ffcc99;
	background:none repeat;
	border-top:0px #ffcc99 dotted;
}
div#header ul li div a {
	border:0;
	width:200px;
	display:block;
	text-align:left;
	position:relative;
	white-space:nowrap;
	text-decoration:none;
	padding:20px 10px 0 10px;
	border-bottom:1px #ffcc99 dotted;
}
div#header ul li div a:hover{
	background:transparent url('headerMultiMenusHover.png') repeat;
	color:#ffffff;
}
/*
Content Styles

Content info with nice dotted bottom borders! ;)
Some hypertext pages have their own style sheet
because of the lightness of the orange color,
as well as the dotted bottom borders! 
*/
div#content {
	padding:25px;
   	font-size:96%;
   	line-height:160%;
   	margin-left:220px;
   	text-align:justify;
   	border-left:1px solid #000000;
}
div#content a:link {
   	color:#000000;
   	text-decoration:none;
   	background:none repeat;
   	border-bottom:1px dotted #000000;
}
div#content a:visited {
   	color:#666666;
   	text-decoration:none;
   	background:none repeat;
   	border-bottom:1px dotted #666666;
}
div#content a:hover {
   	color:#ffa500;
   	text-decoration:none;
   	background:none repeat;
   	border-bottom:1px dotted #ffa500;
}
div#content a:active {
   	color:#ff0000;
   	text-decoration:none;
   	background:none repeat;
   	border-bottom:1px dotted #ff0000;
}
div#content p {
	text-align:justify;
	margin:20px 0 0 0;
}
/*
Left Box Menu Styles
*/
div#leftBox {
	float:left;
   	clear:left;
   	width:200px;
   	padding:10px;
   	color:#000000;
   	font-size:14px;
   	text-align:left;
   	line-height:24px;
   	background:#ffffcc;
}
div#leftBox h2 {
   	color:#666666;
   	font-size:16px;
   	border-width:0;
   	text-align:left;
   	font-weight:100;
   	margin:30px 0 0 0;
   	background:none repeat;
}
div#leftBox ul {
	margin:0 0 16px 0;
	font-style:italic;
	list-style:none;
	font-size:16px;
	width:200px;
	padding:0;
}
div#leftBox ul li {
	display:inline;
}
div#leftBox ul li a {
	color:#000000;
	display:block;
	background:#ffffcc;
	text-decoration:none;
	padding:10px 0 0 10px;
	border-bottom:1px dotted #000000;
}
div#leftBox ul li a:visited {
	color:#000000;
	background:#ffffcc;
	text-decoration:none;
}
div#leftBox ul li a:hover {
	color:#000000;
	text-decoration:none;
	background:#cdcdac url('leftBoxHover.png') repeat-x;
}
/*
Footer Styles
Footer and the touch of class
menu bar as well as the author ID
*/
div#footer {
	clear:both;
	height:90px;
   	color:#ffffff;
   	font-size:11px;
   	text-align:right;
   	padding:60px 0 0 0;
   	background:#000000 url('footer.png') repeat-x;
}
div#footer ul {
	list-style-type:none;
}
div#footer ul li {
	list-style-type:none;
	display:inline;
}
div#class {
	clear:both;
	padding:16px;
	color:#ffcc99;
	font-size:18px;
   	text-align:right;
   	background:#000000;  	
}
div#class h3 {
	font-size:18px;
	font-weight:600;
	text-transform:lowercase;
}
div#class a:link {
   	color:#ffcc99;
   	text-decoration:none;
   	background:none repeat;
}
div#class a:visited {
   	color:#ffcc99;
   	text-decoration:none;
   	background:none repeat;
}
div#class a:hover {
   	color:#3399cc;
   	background:none repeat;
   	text-decoration:underline;
}
div#leftClass, div#leftClassEarp {
	float:left;
	width:160px;
	color:#ffcc99;
   	text-align:center;
   	background:#000000;
   	border:solid #666666 1px;
   	padding:4px 20px 4px 20px;
}
div#leftClassEarp {
	font-size:12px;
}
/*
The author and webmaster
Morten René Liavaag Strømsborg...
*/
div#footer p {
	float:left;
	color:#ffffff;
	font-size:11px;
	background:transparent;
	padding:16px 0px 0px 10px;
}
/*
Floating Bar Styles
*/
div#floatingMenu {
	left:0;
	bottom:0;
	width:100%;
	color:#ffffff;
	position:fixed;
	font-size:16px;
	letter-spacing:+2px;
	padding:20px 0 10px 0;
	border-top:1px solid #2c2c2c;
	background:transparent url('floatingMenu.png') repeat;
}
div#floatingMenu a:link {
   	color:#ffffff;
   	text-decoration:none;
   	background:none repeat;
	border-bottom:1px dotted #ffffff;
}
div#floatingMenu a:visited {
   	color:#ffffff;
   	text-decoration:none;
   	background:none repeat;
	border-bottom:1px dotted #ffffff;
}
div#floatingMenu a:hover {
   	color:#3399cc;
   	text-decoration:none;
   	background:none repeat;
	border-bottom:1px dotted #3399cc;
}
div#floatingMenu a:active {
   	color:#ffa500;
   	text-decoration:none;
   	background:none repeat;
	border-bottom:1px dotted #ffa500;
}
/*
Miscellaneous Styles
Left	=	floatLeft
Right	=	float Right
*/
*.left {
	float:left;
	color:#000000;
	background:none repeat;
}
*.right {
	float:right;
	color:#000000;
	background:none repeat;
}
/*
Hidden Container Styles
- behave like the computer...
*/
*#seoContainer {
	display:none;
}
/*
Language Selection Styles
*/
div#leftBox div#languageSelection {
	width:200px;
	font-size:16px;
	font-weight:900;
	text-align:center;
}
div#leftBox div#languageSelection a {
	color:#ffffcc;
	height:100px;
	display: block;
	padding:25px 0 0 0;
	text-decoration:none;
	background:url(English/button.png) no-repeat;
}
div#leftBox div#languageSelection a:visited {
	color:#ffffcc;
	text-decoration:none;
	background:url(English/button.png) no-repeat;
}
div#leftBox div#languageSelection a:hover {
	color:#ffffcc;
	text-decoration:underline;
	background:url(English/button-hover.png) no-repeat;
}