/*  
Theme Name: Mu.Nu.S.
Theme URI: http://www.dizona.com/munus
Description: Sfondo per DIZONA.com prog. Mu.Nu.S.
Author: IMG.ZEROUNO srl
Author URI: http://www.img01.com/

	Copyright (c) IMG.ZEROUNO srl.

*/
* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
html {
  	height:100%;
}


body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	background: #fff url(img/sfondo.jpg) no-repeat center top;
	color: #333333;
	width: 100%;
	display: table;
  	height:100%;
	text-align: left;
}

ul
{
	list-style: none;
}

/* Div
-----------------------------------------------------------------------------------*/
#all
{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	width: 300px;
	height: 150px;
	float: left;
}

#loghiTesta
{
	width: 540px;
	height: 150px;
	float: left;
	text-align: right;
}

#navigatore
{
	width: 840px;
	padding-bottom: 10px;
}

#contenuto
{
	width: 840px;
	float: left;
	background-color: #fff
}

#contenuto-sx
{
	width: 240px;
	float: left;
}

#contenuto-sx2
{
	width: 480px;
	float: left;
}

#contenuto-dx
{
	width: 600px;
	float: left;
}


#piede
{
	padding-top: 50px;
	width: 840px;
}

/* Menu
--------------------------------------------------------------*/
/* job list */
.joblist {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	text-align: left;
	/* background: url(img/double-stroke.gif) repeat-x; */
}
.joblist a, .joblist a:hover {
	text-decoration: none;
}
.joblist li {
	margin: 0;
	padding: 5px;
	background: none;
	border-bottom: solid 1px #ccc;
	position: relative;
	clear: both;
	cursor: pointer;
}
.joblist li:hover, .joblist li.hover {
	background-color: #effbe1;
}

.nojob {
	padding: 15px 0 0;
	/* background: url(img/double-stroke.gif) repeat-x; */
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #666;
	cursor: auto;
}
.joblist .nojob:hover {
	background: none;
}

.joblist .hover h3 a {
	color: #406618;
	border-bottom: solid 1px #d7d7d7;
}
.joblist h3 {
	padding: 14px 0 0;
	font: bold 130%/115% Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 480px;
	letter-spacing: -1px
}
.joblist h3 a:visited {
	color: #a95a5c;
}
.joblist .jobinfo {
	width: 480px;
	padding: 3px 0 14px;
	float: left;
	clear: left;
	font-size: 100%;
}
.jobinfo {
	font-size: 110%;
	color: #666;
	padding-bottom: 7px;
}
.jobinfo .type {
	text-transform: uppercase;
	font-size: 90%;
}
.jobinfo em {
	color: #999;
	padding: 0 3px;
}
.employerlogo {
	background: #fff;
	padding: 2px;
	border: solid 1px #ebebeb;
}
.joblist .employerlogo {
	float: right;
	margin: 7px 0;
}
.joblist .category {
	position: absolute;
	left: -18px;
	top: 1.5em;
}

/* Font
------------------------------------------------------*/
a {
	color: #e2007a;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}

a.lista
{
	color: #6E6E6E;
}

a.quiz
{
	font-size: 9pt;
}

.occhiello
{
	font-size: 80%;
}

.commento
{
	color: #fff;
	font-size: 70%;
}

input.testo
{
	background-color: #FFFFCC;
	border: 1px solid #D6D6D6;
	margin-bottom: 3px;
}

.domanda
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.risposta
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
