/*
Cascading Style Sheet for © Liavaag.org
Created by Morten René Liavaag Strømsborg
 _     _                                               
| |   (_)
| |    _  __ ___   ____ _  __ _  __ _   ___  _ __ __ _ 
| |   | |/ _` \ \ / / _` |/ _` |/ _` | / _ \| '__/ _` |
| |___| | (_| |\ V / (_| | (_| | (_| || (_) | | | (_| |
\_____/_|\__,_| \_/ \__,_|\__,_|\__, (_)___/|_|  \__, |
                                 __/ |            __/ |
All Rights Reserved             |___/            |___/
*/
* {
	margin:0;
	padding:0;
	outline:0;
}
body {
   	color:#ffffff;
   	font-size:12px;
   	text-align:center;
   	font-family:Arial, Verdana, sans-serif;
   	background:#1a1a1a url('images/body.png') no-repeat;
}
img {
	border-width:0;
}
/*
Wrapper Styles
*/
div#wrapper {
   	width:950px;
   	color:#000000;
   	margin:0px auto;
   	text-align:left;
   	position:relative;
   	border:1px solid #00ff00;
   	background:#ffffff url('images/no-content.png') no-repeat;
}
div#wrapper-en {
	width:950px;
   	color:#000000;
   	margin:0px auto;
   	text-align:left;
   	position:relative;
   	border:1px solid #00ff00;
	background:#ffffff url('images/en-content.png') no-repeat;
}
/*
Header Styles
*/
div#header {
   	color:#ffffff;
   	padding:100px 25px 100px 25px;
   	background:#000000 url('images/header.png') repeat-x;
}
div#header h1 {
	color:#ffffff;
   	font-size:38px;
   	text-align:left;
   	font-weight:100;
   	font-style:italic;
   	letter-spacing:3px;
   	background:none repeat;
   	font-family:Georgia, "Times New Roman", Times, serif;
}
/*
Footer Styles
*/
div#footer {
	clear:both;
   	color:#ffffff;
   	font-size:18px;
   	padding:50px 25px 50px 25px;
   	background:#000000 url('images/footer.png') repeat-x;
}
div#footer div#validate {
	float:right;
}
div#footer div#validate a {
	color:#ffffff;
	text-decoration:none;
	background:none repeat;
}
div#footer div#validate a:visited {
	color:#ffffff;
	text-decoration:none;
	background:none repeat;
}
div#footer div#validate a:hover {
	color:#000000;
	text-decoration:none;
	background:none repeat;
}
/*
Side Menu Styles
*/
div#digital {
   	float:left;
   	width:200px;
	font-size:18px;
	font-style:italic;
}
div#digital ul {
	list-style:none;
	margin:45px 0 0 0;
}
div#digital ul li {
	display:inline;
}
div#digital ul li a {
	display:block;
	color:#ffff00;
	background:#000000;
	text-decoration:none;
	padding:10px 5px 5px 10px;
	border-bottom:1px dotted #00ff00;
}
div#digital ul li a:visited {
	color:#ffff00;
	background:#000000;
}
div#digital ul li a:hover {
	color:#0000ff;
	background:#ffffff url(images/action.png) left top repeat;
}
div#digital p {
	margin: 120px 0 0 10px;
}
/*
Content and Socio Semantic Web Styles
*/
div#content {
   	line-height:18px;
   	text-align:justify;
   	margin:20px 40px 20px 240px;
}
div#content div.ssw {
	width:100px;
	color:#000000;
	font-size:13px;
	text-align:center;
	margin:30px 50px 0 50px;
	padding:0 40px 0 40px;
	background:transparent url('images/round_background.png') repeat-y;
}
div#content div.ssw ul {
	list-style:none;
}
div#content div.ssw ul li {
	display:inline;
}
div#content div.ssw ul li a {
	color:#0000ff;
	display:block;
	text-align:center;
	padding:40px 0 40px 0;
	background:url('images/round.png') no-repeat;
}
div#content div.ssw ul li a:visited {
	color:#0000ff;
	background:url('images/round.png') no-repeat;
}
div#content div.ssw ul li a:hover {
	color:#ffa500;
	background:url('images/round_hover.png') no-repeat;
}
/*
Web 2.0 Styles
*/
div#seoContainer {
	display:none;
}
div#sswLeft-top,
div#sswLeft-middle,
div#sswLeft-bottom {
	float:left;
}
div#sswRight-top,
div#sswRight-middle,
div#sswRight-bottom {
	float:right;
}
