/*
Cascading Style Sheet for © Liavaag.org
Created by Morten René Liavaag Strømsborg
 _     _                                               
| |   (_)
| |    _  __ ___   ____ _  __ _  __ _   ___  _ __ __ _ 
| |   | |/ _` \ \ / / _` |/ _` |/ _` | / _ \| '__/ _` |
| |___| | (_| |\ V / (_| | (_| | (_| || (_) | | | (_| |
\_____/_|\__,_| \_/ \__,_|\__,_|\__, (_)___/|_|  \__, |
                                 __/ |            __/ |
All Rights Reserved             |___/            |___/
SEO - Liavaag.org
*/
h1#global-logo {
	display:none;
}
/*
Cloud Computing Styles
= Social Network e.g.
*/
*.addthis_button {
	border-width:0;
	margin:0;
	padding:0;
	outline:0;
	position:relative;
}
a.addthis_button {
	border-bottom:0 !important;
}
div.content a.addthis_button {
	border-bottom:0 !important;
}

/*
Global Menu Styles for Culture Content
*/
div#globalmenu {
	width:100%;
	height:50px;
	color:#ffffff;
	display:table;
	text-align:left;
	background:#000000 url('carbon.png') repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#globalmenu-width {
	width:960px;
}
div#globalmenu ul {
	margin:0;
	padding:0;
	font-size:14px;
	letter-spacing:2px;
	list-style-type:none;
}
div#globalmenu ul li {
	margin:0;
	padding:0;
	display:inline;
}
div#globalmenu ul li a {
	float:left;
	width:300px;
	height:26px;
	color:#3399cc;
	text-align:center;
	padding:10px 0 0 0;
	text-decoration:none;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background:url('globalMenu.png') repeat-x;
}
div#globalmenu ul li a:hover {
	color:#3399cc;
	background:url('globalMenuHover.png') repeat-x;
}
/*
Main Menu Styles
Content global menu
*/
div.mainmenu {
	width:100%;
	height:50px;
	display:table;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#000000 url('globalCultureMenu.png') repeat-x;
}
div#mainmenu {
	margin:0;
	padding:0;
	width:960px;
	position:relative;
	background:transparent;
}
div#mainmenu ul {
	margin:0;
	padding:0;
	font-size:16px;
	list-style-type:none;
}
div#mainmenu ul li {
	margin:0;
	padding:0;
	display:inline;
}
div#mainmenu ul li a {
   	float:left;
	color:#3399cc;
	text-decoration:none;
	background:transparent;
	padding:15px 50px 15px 50px;
	border-right:1px solid #666666;
}
div#mainmenu ul li a:hover {
	color:#3399cc;
	text-decoration:none;
	background:url('globalCultureMenuHover.png') repeat-x;
}
div#mainmenu ul li.selected a {
	color:#3399cc;
	background:url('globalCultureMenuHover.png') repeat-x;
}
div#mainmenu ul li.selected a:hover {
	color:#ffcc99;
	background:#000000 url('globalCultureMenuHover.png') repeat-x;
}