/*
Theme Name: eduknoppix
Theme URI: https://eduknoppix.org/
Description: template OSWD elaborato dal tronweb
Version: 1
Author: 
Author URI: 

	
*/


a {
	color:#C70036;
	text-decoration:none;
}

a.current {
	color:#999999;
}

a:hover {
	text-decoration:underline;
}

acronym {
	cursor: help;
}


body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	background-color:#ebebeb;
	margin: 1em;
}

h1 {
	color:#996666;
	font-size:150%;
	font-weight:bold;
}

h2 {
	color:#996666;
	font-size:110%;
	font-weight:bold;
}

h3 {
	color:#996666;
	font-size:75%;
	font-weight:bold;
}

.data {
	color:#666666;
	font-weight: normal;
}

p {
	text-align:justify;
	color:#666666;
	font-size: 70%;
	line-height: 1.3em;
}

ul {
	font-size:70%;
	color:#666666;
	line-height: 1.3em;
	list-style: none;
}

div.container {
	width: 700px;
	min-height: 600px;
	text-align: left;
	background-color:#FFFFFF;
	border:solid 1px #CFB8B8; 
	margin: 0px auto 0px auto;  
	background-image:url(./images/ipologo.png); 
	background-repeat:no-repeat; 
	background-position: 60% 20%;
	background-attachment: fixed;
}

div.menu {
	width: 10em;
	float: left;
	clear: left;
	padding: 0.5em 0.5em 0.5em 0.5em;

	margin: 0.5em 0.5em 0em 0.3em;
	min-height: 600px;
}

div.menu h2{
	font-size:85%;

	margin-bottom: -1em;
	border-bottom-width:0px;
}

div.menu h3{
	font-size:75%;
	border-top-style:solid; border-top-width:1px; border-top-color:#E5E5E5;
	margin-bottom: -1em;
	border-bottom-width:0px;
}

div.menu h3 a{
	color:#996666;
}




div.search {
	width: 10em;
	float: left;
	clear: left;
	background-color:#FFFFFF;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	margin: 0.5em 0.5em 0.3em 0.3em;
}

div.search h3{
	font-size:75%;
	border-bottom-width:0px;
}

#texbox {}

.searchbox {
	font-size:80%;
	color:#666666;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	margin-bottom:0.5em;
	padding: 0em 0.5em 0.5em 0.5em;
}

.inputbox {
	width : 90%; 
	margin-bottom : 0.3em; 
	padding : 2px; 
	border : 1px;
	border-style : solid;
	border-color : #D0D0D0;
}

div.content {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-style:solid; border-width:1px; border-color:#F0F0F0;
	margin: 0.5em 0.5em 0.5em 12.2em;
}

div.content h3 a {
	color:#996666;
}

div.content ul {
	list-style: circle;
}

div.news {
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	margin: 0.5em 0.5em 0.5em 12.2em;
}

div.news h3 a {
	color:#C70036;
}

div.news ul {
	list-style: square;
}

div.news ul li a {
	color:#C70036;
}

div.news a {
	font-weight:normal;
}

div.sub_links {
	margin-top:0.5em;
	text-align:center;
	color: #FFFFFF;
	font-size:65%;
	clear: both;
	background-color:#C70036;
}

div.sub_links a {
	color: #FFFFFF;
}

div.copyright {
	line-height: 3em;
	text-align:center;
	font-size:65%;
	color: #707070;

}

div.copyright a {
	color: #AAA;
}

.hide {
	display: none;
}

input:focus {background-color:#feff9b;}

div.ipologo {position:fixed; bottom:5px; right:25px;}

