/* ******************** */
/* global.css           */
/* Ohmnibus Portal (en) */
/* General Style Sheet  */
/* (c) 2012 by Ohmnibus */
/* ******************** */

/* ****************** */
/* Layout Structure:  */
/* ****************** */
/*
(BODY)
	MainContent
		Header
			Title
				TitleSection
		MiddleContainer
			Navigation
				Menu
			   		MenuSection: Overall (DIV)
						MenuHead: Menu Header (P)
						MenuBody: Menu List (DIV)
							MenuLevel1: Menu Entry (P)
							MenuLevel2: Menu Entry (P)
							MenuLevel3: Menu Entry (P)
			   		BannerSection: Overall (DIV)
			Content
				Body
					BodySection
		Footer
			FooterContainer
				FooterSection

Background: #fff;
Box Background: #ddd;
Frames: #444;
Titles: #666;
Link: #777;
Foreground: #000;

** ****************** */

/* ****************** */
/* General Formatting */
/* ****************** */

body {
	/* Scrollbar formatting is not standard */
	scrollbar-face-color: #00B400;
	scrollbar-highlight-color: #2DFF2D;
	scrollbar-shadow-color: #008C00;
	scrollbar-3dlight-color: #00F000;
	scrollbar-arrow-color: #00FF00;
	scrollbar-track-color: #007800;
	scrollbar-darkshadow-color: #003C00;

	border: 0; margin: 0; padding: 0;
	font: 11pt "Verdana", sans-serif;
	color: #000;
	background-color: #fff;
}

p
	{font: 11pt "Verdana", sans-serif; margin: 0.2em 0em; line-height: 1.3em;}

h1
	{font: 18pt "Copperplate Gothic Bold", "Verdana", sans-serif; margin: 0.7em 0 0.1em 0; color: #666; text-shadow: 0px 0px 3px #aaa;}

h2
	{font: bold 14pt "Copperplate Gothic Bold", sans-serif; margin: 0.7em 0 0 0; color: #666; text-shadow: 0px 0px 3px #aaa;}

h3
	{font: bold 12pt "Verdana", sans-serif; margin: 0.5em 0 0 0;}

hr
	{width: 80%; height: 2px; border: 1px solid #444;}

div.MainContent {
	width: 100%;
}

div.Header {
	vertical-align: top;
	width: 100%;
	height: 100px;
	background: #fff /* url(../../grafica/b_btitle.gif) repeat-x */;
}

div.MiddleContainer {
	float: left;
	width: 100%;
	/* background: #202020; */
	background: #fff /* url(../../grafica/b_blbar.png) repeat-y */;
}

div.Navigation {
	width: 210px;
	height: 100%;
	float: left;
	clear: left;
	vertical-align: top;
	background: #fff /* url(../../grafica/b_blbar.png) repeat-y */;
}

div.Content {
	height: 100%;
	margin-left: 210px;
	vertical-align: top;
	/* background: #142632  url(../../grafica/b_logo.gif) no-repeat 50% 100px; */
	background: #fff;
}

div.BodySection {
	padding: 5px 30px 5px 10px;
	padding-right: 15%;
	margin: 0;
}

div.Footer {
	vertical-align: top;
	height: 70px;
	clear: left;
	background: #fff /* url(../../grafica/b_bfoot.gif) repeat-x top */;
}

/* General Purpose */
*.Mark
	{ color: red; background-color: inherit; }

*.Note
	{ font-size: smaller; }

* span.h
	{color: #00C8FF; background: inherit;}

*.Centered,
*.Centered *
	{ text-align: center; }
img.MBanner
	{ width: 88px; height: 31px; }

img.at
	{ vertical-align: bottom; margin-left: -1px; }

/* Hypertext */
a:link
	{color: #777; text-decoration: none; background-color: inherit;}
a:visited
	{color: #777; text-decoration: none; background-color: inherit;}
a:active
	{color: #777; background-color: inherit;}
a:hover
	{color: #777; text-decoration: underline; background-color: inherit;}

a img
	{ border: none; }

/* Mailing List Table */
table.mailist
	{width: 260px; margin: 0; padding: 0; border: 2px solid black;}

td.mailist
	{padding: 1px 0 3px 0; text-align: center; color: inherit; background-color: #2B516B;}


/* *************** */
/* Body Formatting */
/* *************** */

*.Body p
	{font: 11pt "Verdana", sans-serif; margin: 0.2em 0em; line-height: 1.3em;}

/* Welcome Section */
div.Welcome p
	{text-align: justify;}

div.Welcome div.HomeNews,
div.News div.NewsEntry {
	/* News' Background and Border */
	color: inherit;
	margin: 0 25px 10px 25px;
	border: 2px solid #444;
	padding: 0 15px 5px 10px;
	background: #ddd /* transparent url(../../grafica/b_chfade.png) */;
}
div.Welcome *.HomeNews p
	{margin-left: 30px; text-align: justify;}
div.Welcome *.Centered,
div.Welcome *.Centered *
	{ text-align: center; }

/* News Section */
div.News p
	{text-align: justify;}

div.News *.News
	{margin-left: 30px; text-align: justify;}

/* Gallery Section */
div.Gallery p
	{text-align: justify;}
	
div.Gallery P.DescGallery
	{margin: 0 2.5% 0 2.5%;}

table.Gallery
	{width: 95%; margin: 0 2.5% 0 2.5%;}

table.Gallery td {
	width: 50%;
	padding: 0 5px 3px 5px;
	color: inherit;
	border: 2px solid #444;
	background: #ddd /* transparent url(../../grafica/b_chfade.png) */;
	vertical-align: top;
}

table.Gallery *.Thumb
	{margin: 3px 5px 0 0; padding: 0; float: left;}
table.Gallery *.ImageData
	{font-style: italic; font-size: 10pt; margin: 0;}
table.Gallery *.ImageDataBlock
	{margin: 0 0 5px 0; padding: 0;}
table.Gallery *.ImageDescriBlock
	{clear: both;}

/* Tales Section  */
div.Tales p
	{text-align: justify;}
div.Tales p.Abstract
	{text-align:right; margin: 0 50% 0 0; font-style: italic;}
div.Tales p.Author
	{text-align:right; margin: 0 50% 0 0; font-weight: bold;}
div.Tales p.TaleDescription
	{margin: 0 0 0 0px;}
div.Tales p.Chapter
	{margin: 0 0 0 20px;}

/* Items Section  */
div.Items div.Item {
	display:inline-block;
	width: 48%;
	vertical-align:top;
}
div.Items div.Item div.ItemContainer {
	margin: 5px 0 0 0;
	/* padding: 0 5px 5px 5px;
	border: 10px solid #ddd; */
	border: 2px solid #444;
	padding: 0 15px 5px 10px;
	background: #ddd;
}
div.Items p
	{text-align: justify;}
div.Items div.HeadBar
	{}
div.Items div.HeadBar div.HeadIcon
	{margin-top:-6px; float: left; width: 50px; height: 50px;}
div.Items div.HeadBar div.HeadText
	{margin-left: 55px;}
div.Items p.Abstract
	{text-align:left; font-style: italic;}
div.Items p.Developer
	{text-align:left; font-weight: bold;}
div.Items p.ItemDescription
	{margin: 0.4em 0 0 0; text-indent:10px;}
div.Items p.SubPageHat
	{margin: 0.4em 0 0 0; font-weight:bold; font-style:italic;}
div.Items p.SubPage
	{margin: 0 0 0 10px; list-style-type: square; background: url(../../../grafica/bullet_01.gif) no-repeat; background-position: 0px 3px; padding-left: 14px; }

/* Link & LinkList Section */
div.LinkList p
	{text-align: justify;}

div.LinkList dt
	{padding: 0.3em 0 0 0; font: italic bold 11pt "Verdana", sans-serif;}

div.LinkList dd
	{text-align: justify; font: 11pt "Verdana", sans-serif;}

div.LinkList div.LinkNew {
	color: inherit;
	margin: 10px 25px 0 25px;
	border: 2px solid #404040;
	padding: 10px 5px 0 5px;
	background: transparent url(../../grafica/b_chfade.png);
	width: 100%;
}

div.LinkList table.LinkNew {
	font-size: 11pt;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.LinkList table.LinkNew th {
	text-align: left;
	width: 45%;
}
div.LinkList table.LinkNew td {
	text-align: center;
	width: 55%;
}
div.LinkList table.LinkNew td * {
	border: 2px solid #404040;
	width: 100%;
}
div.LinkList table.LinkNew td.SubmitBar {
	text-align: center;
	width: 100%;
}
div.LinkList table.LinkNew td.SubmitBar input {
	color: #19C719;
	border: 2px outset #404040;
	background-color: #404040;
	width: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.LinkList div.BannerList
	{float: left; margin: 4px 2px 2px 0;}

div.LinkInfo p
	{text-align: justify;}
	
div.LinkListEl
	{clear: both;}

div.LinkListEl p
	{margin-left: 30px; text-align: justify;}

div.LinkListEl div.Banner
	{margin: 4px 4px 2px 15px; float: left;}

div.LinkList *.URL,
div.LinkListEl *.URL
	{font: 10pt "Courier New", monospace;}

/* Authors Section */
div.Author p
	{text-align: justify;}

div.Author p.Nome,
div.Author p.Ruolo,
div.Author p.Pagina,
div.Author p.Motto
	{margin-left: 30px;}
	
div.Author span.Motto
	{font-style: italic;}

div.Author span.Nome
	{font-weight: bold;}
	
div.Author p.Descrizione
	{margin-left: 30px;}

div.Author table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #106010 url(../../grafica/b_circ.gif);
}

div.Author col.Nick
	{width: 17%;}
div.Author col.Nome
	{width: 31%;}
div.Author col.Ruolo
	{width: 17%;}
div.Author col.Pagina
	{width: 35%;}

div.Author table th {
	font: bold 11pt "Copperplate Gothic Bold", "Verdana", sans-serif;
	color: #062A06;
	background: #8ef28e url(../../grafica/b_mhead.gif) repeat-x center left;
}
div.Author table td {
	font: 11pt "Verdana", sans-serif;
	color: inherit;
	background-color: #4b4b4b;
	background-image: none;
	vertical-align: middle;
}

/* Banner Section */	
/* Gallery Section */
div.Banner p
	{text-align: justify;}
	
div.Banner table.Banner
	{width: 95%; margin: 0 2.5% 0 2.5%;}

div.Banner table.Banner p
	{text-align: center;}
	
div.Banner table.Banner td {
	text-align: center;
	vertical-align: middle;
	width: 50%;
	padding: 5px;
	color: inherit;
	border: 2px solid #404040;
	background: transparent url(../../grafica/b_chfade.png);
}

/* Archive Section */
div.Archive p
	{text-align: justify;}

div.Archive dt
	{padding: 0.3em 0 0 0; font: italic bold 1em "Verdana", sans-serif;}

div.Archive dd
	{text-align: justify; font: 1em "Verdana", sans-serif;}

div.Archive div.Navigator,
div.Archive div.Navigator p
	{width: 100%; text-align: center;}


/* ************************* */
/* Title & Footer Formatting */
/* ************************* */

*.TitleSection {
	padding: 0;
	margin: 0;
	height: 100px;
	background: #bbb /* transparent url(../../grafica/b_title.png) no-repeat top left */;
}

div.TitleSection
	{text-align: right; vertical-align: middle;}
div.TitleSection img
	{/* width: 120px; height: 60px; margin: 20px 30px 0 0; */}
div.TitleSection a.Language
	{display: inline-block; margin: 15px 5px 0 0;}
div.TitleSection span.MainTitle {
	float: left;
	margin: 15px 0 0 15px;
	font: 36pt "Copperplate Gothic Bold", "Verdana", sans-serif;
	color: #fff;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

*.FooterSection {
	text-align: center;
	margin: 0;
	padding: 12px 50px 0 50px;
	/* background: transparent url(../../grafica/b_botlef.png) no-repeat top left; */
}

*.FooterSection img
	{margin-left: 7px;}

*.FooterSection p
	{font: 7.5pt "Verdana", sans-serif; margin: 0;}

*.VisitCount 
	{color: #666;}

/* *************** */
/* Menù Formatting */
/* *************** */
/*
		Menu
	   		MenuSection: Overall (DIV)
				MenuHead: Menu Header (P)
				MenuBody: Menu List (DIV)
					MenuLevel1: Menu Entry (P)
					MenuLevel2: Menu Entry (P)
					MenuLevel3: Menu Entry (P)
			BannerBody: Banner List (DIV)
				BannerPlace: Banner Entry (DIV)
*/

*.Menu {
	margin: 5px;
	background: #ddd;
}

*.MenuSection {
	padding: 7px 9px 5px 7px;
	margin: 0;
}

*.MenuHead {
	padding: 5px 0 3px 0; margin: 2px 0 0 0;
	text-align: center;
	/* font: bold 18pt "Courier New", monospace; */
	font: 18pt "Copperplate Gothic Bold", "Verdana", sans-serif; text-shadow: 0px 0px 3px #aaa;
	color: #666;
	background: #fff /* #8ef28e url(../../grafica/b_mhead.gif) repeat-x center left */;
}

*.MenuBody,
*.BannerBody {
	padding: 3px 5px 8px 5px;
	margin: 0 0 8px 0;
	background: #fff /* transparent url(../../grafica/b_blfade.png) */;
}

*.MenuLevel1,
*.MenuLevel2,
*.MenuLevel3 {
	padding: 2px 0;
	margin: 0;
	font-family: "Verdana", sans-serif;
	color: #666;
}
*.MenuLevel1 {
	font-weight: bold;
	font-size: 10.5pt;
}
*.MenuLevel2{
	padding-left: 14px;
	font-weight: bold;
	font-size: 9pt;
}
*.MenuLevel3{
	padding-left: 17px;
	font-weight: normal;
	font-size: 8pt; /* 7.5pt; */
}

*.MenuBody *.VisitCount {
	font-weight: bold;
	font-size: 9pt;
}

*.BannerBody {
	/* padding: 3px 5px; margin: 0 0 3px 0; */
	/* background: transparent url(../../grafica/b_blfade.png); */
	text-align: center;
}

*.BannerPlace {
	padding-top: 6px;
}



/* ******************************* */
/* Override per dispositivi mobili */
/* ******************************* */

@media (max-width: 900px) {
	html { font-size: 24pt; }
}


@media (max-width: 800px) {
	html { font-size: 20pt; }
}

@media (max-width: 700px) {
	html { font-size: 16pt; }
}

@media (max-width: 600px) {
	html { font-size: 12pt; }
}

@media (max-width: 900px) {

/* body { font-size: 18pt; } */
/* html { font-size: 24pt; } */
body { font-size: 1em; }
p { font-size: 1em; margin: 0.1em 0 0 0; }
h1 { font-size: 1.6em; margin: 0.2em 0 0.1em 0;}
h2 { font-size: 1.3em; margin: 0.2em 0 0.1em 0;}
h3 { font-size: 1.1em; margin: 0.2em 0 0.1em 0;}

*.Body p { font-size: 1em; }

div.Header {
	height: 2.5em;
}

div.MiddleContainer {
	float: none;
}

div.Navigation {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
}

div.Content {
	margin: 0 0 0 0;
}

div.BodySection {
	padding: 0.3em 0.6em 0.3em 0.6em;
	margin: 0;
}

div.TitleSection {
	height: 2.5em;
}

div.TitleSection a.Language {
	margin: 0.9em 0.3em 0 0;
}

div.TitleSection span.MainTitle {
	margin: 0 0 0 0;
	font-size: 1.8em;
}

div.TitleSection img
	{width: 1em;}

/* *************** */
/* Menù Formatting */
/* *************** */

.Menu {
	margin: 0;
	background: #ddd;
}
/*
.Menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/
.MenuSection {
	padding: 0;
	margin: 0;
}

.MenuHead {
	display: none;
}

.NewsMenuSection {
	display: none;
}

.BannerMenuSection {
	display: none;
}

.CounterMenuSection {
	display: none;
}

.MenuBody {
	padding: 0;
	margin: 0;
	background: #ddd /* transparent url(../../grafica/b_blfade.png) */;
}

.MenuLevel1 {
	padding: 0.3em 0.7em;
	display: inline-block;
	font-size: 0.9em;
}

/* Elimina i sottomenu' */
.MenuBody div {
	display: none;
}

.MenuLevel1 img {
	display: none;
}

/* ***** */
/* Altro */
/* ***** */

/* Items Section  */
div.Items div.Item {
	width: 100%;
}

div.Items div.HeadBar div.HeadIcon {
	/*margin-top:-0.4em;*/
	margin-top: 0;
	margin-right: 0.3em;
	width: 3.3em; height: 3.3em;
}

div.Items div.HeadBar div.HeadIcon img {
	width: 3.3em; height: 3.3em;
}

div.Welcome div.HomeNews h2 img {
	width: 0.8em;
}

}