/* //////////////////////////////////////////////////////////////////////////
Project:   HMR Web site
Package:   HMR CSS
Title:     HMR Style for HMR website at Di.Unipi.It
File:      style_hmr.css
Path:      / (Website html root)
Type:      CSS
Started:   April 2009
Author(s): Gianluca Sorace, Giovanni A. Cignoni
State:     In use

Version history.
- shamefully not maintained...

/////////////////////////////////////////////////////////////////////////////

This file is part of software developed by the HMR Project
Further information at: http://hmr.di.unipi.it
Copyright (C) 2009-2017 HMR Project, Gianluca Sorace, Giovanni A. Cignoni

This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 3.0 of the License,
or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.

////////////////////////////////////////////////////////////////////////////*/


body,html{
	margin:0;
	padding:0;
	text-align:center;
}

body{
	background-color:FFF;
	color:black;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

/* --- TESTATA --- */

#header{
	height:96px;
	background-color:#ccc;
	background-image:url(images/HMR-Header-760x96.jpg)
}

#titoli{
	padding-top:42px;
	padding-left:142px;
}


#unipi{
	position:absolute;
	top:6px;
	margin-left:664px;
}

#unipi a{
	display:block;
	width:96px;
	height:96px;
	text-decoration:none;
	background-image:url(images/transparent.gif);
}



/* ---- MENU ---- */

#menu{
	height:18px;
	background-color:#353535;
	background-image:url(images/menuback_off.jpg);
}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

#menu ul li{
	/*display:inline;*/
	background-image:url(images/menuback.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0 1px 0 0;
	margin:0 1px 0 0;
	height:18px;
	float:left;
}

#menu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-decoration:none;
	padding:0 10px;
}

#menu ul li a:hover{
	color:#fff;
	text-decoration:none;
}

#menu ul li a.active{
	color:#fff;
	text-decoration:none;
	border-bottom:3px solid #d81a68;
}

/* ----- */

#content{
	clear:left;
	background-color:#F8F8F8;
	padding:0 14px;
	margin:2px 0;
	padding-bottom: 25px; 
	border-top:1px solid #d81a68;
	border-bottom:1px solid #d81a68;
  min-height: 800px;
  height: auto !important;
  height: 800px;
}

/* --- FOOTER --- */

#footer{
	height:60px;
	font-size:9px;
	background-color:#353535;
	padding:10px;
	padding-bottom:0;
	margin:0;
}

#footer img{
	float:left;
	margin-right:10px;
}

#copy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	float:left;
}

#copy a{
	color:#fff;
	text-decoration:none;
}	

#cordigitale{
	text-align:right;
	float:right;
	margin-right:-10px;
}

/* ---- */


#titolo{
	color:#d81a68;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#sottotitolo{
	color:#5E5E5E;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h1{
	color:#d81a68;
	font-size:18px;
}

h2{
	color:#d81a68;
	font-size:16px;
	margin-bottom:4px;
}

h3{
	color:#d81a68;
	font-size:14px;
	margin-top:8;
	margin-bottom:4px;
}

h4{
	margin-top:2px;
	margin-bottom:6px;
}

p{
	margin:0 auto;
	padding:0;
	margin-bottom:4px;
}

b{
	color:#d81a68;
	font-weight:bold;
}


#content ul{
	padding:0;
	margin:0 0 0 18px;
	margin-bottom:4px;
	list-style:circle;
	list-style-image:url(images/circle.gif);
}

#content a img{
	border:0px solid #d81a68;
	text-decoration:none;
	margin-right:0px;
}

table{
	font-size:12px;
}

a[href]{
	color:#d81a68;
}

a[href]:hover{
	color:#d81a68;
	text-decoration:none;
}
