/*========================================================
 @site		Citta Sane
 @company	Keepthinking LTD
 @address	http://keepthinking.it
 @author	Oskar Krawczyk (o.krawczyk@keepthinking.it)
 @rev		08/05/2007
 ========================================================*/

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #276D23;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.func {
	
}

.func:hover {

}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

legend {
	display: none;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
}

h4 {

}

p {
	margin: 0;
	padding: 10px 0 0 0;
}

.itemContainer {

}

.hide {
	display: none;
}

.show {
	display: block;
}

.content {

}

.imageContainer {

}

html, body {
	height: 100%;
}

/*
 =============================================================== */
body {
	background: #DFBF56 url(../img/bg.gif) 50% 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: center;

	font-family: Arial, Helvetica, sans-serif;
}

/*
 =============================================================== */
#login {
	border-top: solid 1px #FCD243;
	position: absolute;
	top: 120px;
	left: 250px;
	width: 480px;
	text-align: right;
	padding: 10px 0 0 0;
}

	#login label {
		display: none;
	}
	
	#login p {
		display: inline;
	}

	#login p input {
		height: 14px;
		border: solid 1px #636363;
		font-size: .9em;
		padding: 1px 3px;
		width: 80px;
		color: #999;
	}
	
	#login div {
		padding: 5px 0 0 0;
	}

	#login div input {
		background: #FFFFDB;
		border: none;
		font-size: .9em;
	}
	
	#login .loginInfo {
		color: #C27C13;
	}
	
#list {

}

	#list .itemContainer {
		border-bottom: solid 2px #D8D8D8;
		padding: 7px 0;
	}

	#list .itemContainer h3 {
		font-family: Georgia, "Times New Roman", sans-serif;
		font-weight: normal;
		padding: 0;
	}
	
	#list .itemContainer h3 a {
		color: #FB3B0A;
	}
	
	#list .itemContainer .dateLocation {
		color: #6C6F72;
	}
	
#intro {
	background: url(../img/note-big-1.gif) 0 0 no-repeat;
}

	#intro h3 {
		padding: 0 0 6px 0;
		color: #FB3B0A;
		font-size: 1.4em;
	}

	#intro p {
		padding: 0 12px 0 0;
	}

	
	#intro .bgFt {
		background: url(../img/note-big-2.gif) 0 100% no-repeat;
		padding: 15px 12px;
		color: #666666;
		line-height: 130%;
	}

/*
 =============================================================== */
#branding {
	background: #FFFFDB;
	height: 185px;
	position: relative;
}

	#branding h1 {
		position: absolute;
		top: 72px;
		left: 30px;
	}
	
	#branding h2 {
		position: absolute;
		top: 85px;
		left: 250px;
		text-indent: -9000em;
		background: url(../img/logo-2.gif) no-repeat;
		width: 264px;
		height: 27px;
	}
	
	#branding h1 a {
		display: block;
		text-indent: -9000em;
		background: url(../img/logo.gif);
		width: 182px;
		height: 100px;
	}
	

/*
 =============================================================== */
#nav {
	position: absolute;
	left: -7px;
	top: 0;
	padding: 20px 0 0 0;
	width: 774px;
	background: url(../img/bg.gif) -90px 0;
}

	#nav ul {
		background: url(../img/nav-1-border.gif) 0 100% repeat-x;
		border-bottom: solid 9px #88D4FF;
		margin: 0 7px;
		overflow: hidden;
		height: 100%;
	}

	#nav li {
		float: left;
		margin-right: -24px;
		padding: 0;
		background: url(../img/tab-1-1.png) 0 0 no-repeat;
		z-index: 20;
		position: relative;
	}
	
	#nav li span {
		display: block;
		top: 0;
		right: 0;
		height: 22px;
		width: 30px;
		text-indent: -9000em;
		position: absolute;
		background: url(../img/tab-1-2-fix.png) 0 0 no-repeat;
	}

	#nav li.active {
		top: 1px;
		z-index: 21;
	}

	#nav li a {
		display: block;
		color: #4D4D4D;
		text-decoration: none;
		padding: 4px 0 4px 0;
		margin: 0 30px 0 24px;
		outline: none;
		background: url(../img/tab-1-3-fix.png) 0 0 repeat-x;
		position: relative;
	}
	
	#nav li a:hover {
		color: #000;
	}
	
	/*
	#nav {
		position: absolute;
		left: -7px;
		top: 0;
		padding: 20px 0 0 0;
		width: 774px;
		background: url(../img/bg.gif) -90px 0;
	}

		#nav ul {
			background: url(../img/nav-1-border.gif) 0 100% repeat-x;
			border-bottom: solid 9px #88D4FF;
			margin: 0 7px;
			overflow: hidden;
			height: 100%;
		}

		#nav li {
			float: left;
			margin-right: -24px;
			padding: 0 0 0 24px;
			background: url(../img/tab-1-1.png) 0 0 no-repeat;
			z-index: 20;
			position: relative;
		}

		#nav li.active {
			top: 1px;
			z-index: 21;
		}

		#nav li a {
			display: block;
			color: #4D4D4D;
			text-decoration: none;
			padding: 4px 32px 4px 0;
			background: url(../img/tab-1-2.png) 100% 0 no-repeat;
			outline: none;
		}

		#nav li a:hover {
			color: #000;
		}
		*/

/*
 =============================================================== */
#sub-nav {
	background: #FFFFDB;
}

	#sub-nav ul {
		background: url(../img/nav-2-border.gif) 0 100% repeat-x;
		border-bottom: solid 9px #FD9611;
		overflow: hidden;
		height: 100%;
	}

	#sub-nav li {
		float: left;
		margin-right: -24px;
		padding: 0;
		background: url(../img/tab-2-1.png) 0 0 no-repeat;
		z-index: 20;
		position: relative;
	}

	#sub-nav li span {
		display: block;
		top: 0;
		right: 0;
		height: 22px;
		width: 30px;
		text-indent: -9000em;
		position: absolute;
		background: url(../img/tab-2-2-fix.png) 0 0 no-repeat;
	}

	#sub-nav li.active {
		top: 1px;
		z-index: 21;
	}

	#sub-nav li a {
		display: block;
		color: #4D4D4D;
		text-decoration: none;
		padding: 4px 0 4px 0;
		margin: 0 30px 0 24px;
		outline: none;
		background: url(../img/tab-2-3-fix.png) 0 0 repeat-x;
		position: relative;
	}

	#sub-nav li a:hover {
		color: #000;
	}
	
/*#sub-nav {
	background: #FFFFDB;
}

	#sub-nav ul {
		background: url(../img/nav-2-border.gif) 0 100% repeat-x;
		border-bottom: solid 9px #FD9611;
		overflow: hidden;
		height: 100%;
	}

	#sub-nav li {
		float: left;
		margin-right: -24px;
		padding: 0 0 0 24px;
		background: url(../img/tab-2-1.png) 0 0 no-repeat;
		z-index: 20;
		position: relative;
	}

	#sub-nav li.active {
		top: 1px;
		z-index: 21;
	}

	#sub-nav li a {
		display: block;
		color: #4D4D4D;
		text-decoration: none;
		padding: 4px 32px 4px 0;
		background: url(../img/tab-2-2.png) 100% 0 no-repeat;
		outline: none;
	}
	
	#sub-nav li a:hover {
		color: #000;
	}*/

/*
 =============================================================== */
#search {
	border-top: solid 1px #3FA6E7;
	background: #88D4FF;
	padding: 10px 0;
	overflow: hidden;
	height: 100%;
	font-size: 95%;
}

#search form {
	padding: 0;
	margin: 0;
}

	#search .block_1,
	#search .block_2,
	#search .block_3,
	#search .block_4 {
		float: left;
		border-right: solid 1px #3FA6E7;
		padding: 0 6px;
	}

	#search .block_1 {
		width: 250px;
	}

	#search .block_2 {
		width: 130px;
	}

	#search .block_3 {
		width: 200px;
	}
	
	#search p {
		overflow: hidden;
		height: 100%;
		padding: 0 0 5px 0;
	}
	
	#search label,
	#search input,
	#search select {
		float: left;
	}
	
	#search label {
		width: 70px;
		font-style: italic;
		padding: 0 4px 0 0;
	}
	
	#search label.short {
		width: 20px;
	}
	
	#search input,
	#search select {
		font-size: 95%;
		border: solid 1px #999;
	}
	
	#search .submitContainer {
		padding: 0 8px;
	}
	
	#search .submitContainer input {
		background: none;
		border: none;
		font-weight: bold;
		font-size: 1.1em;
	}

/*
 =============================================================== */
#container {
	width: 760px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 7px;
	background: url(../img/bg-container.png) 0 0 repeat-y !important;
	background: url(../img/bg-container.gif) 0 0 repeat-y ;
}

/*
 =============================================================== */
#body {
	padding: 15px 10px 10px 10px;
}

/*
 =============================================================== */
#main {
	float: left;
	width: 490px;
}

	#main h2,
	#bottom h2 {
		color: #F04712;
		margin: 10px 0 0 0;
	}
	
	#main h3 {
		font-size: 1.3em;
		padding: 15px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		color: #2A6526;
	}
	
	#main #page p {
		padding: 3px 0;
	}
	
	#main #page ul {
		padding: 3px 0;
	}
	
	#main #page .itemContainer ul {
	}
	
	#main #page .singleBlock {
		padding: 10px 0;
	}
	
	#main #page .mainContent ul li {
		padding: 0 0 0 15px;
		background: url(../img/arr.png) 0 3px no-repeat;
	}

	#main #page .singleBlock h4 {
		color: #E7A938;
		font-size: 1.2em;
		font-weight: normal;
	}

	#main h2.alt,
	#bottom h2.alt {
		width: 480px;
		background: url(../img/hd-1-1.gif) 0 0 no-repeat;
		font-size: 1.5em;
	}

	#main h2.alt span,
	#bottom h2.alt span {
		background: url(../img/hd-1-2.gif) 0 100% no-repeat;
		display: block;
		padding: 8px 5px 12px 5px;
	}
	
	#main h2.alt em,
	#bottom h2.alt em {
		display: block;
		color: #827E83;
		font-style: normal;
	}
	
	.func {
		overflow: hidden;
		height: 100%;
		font-weight: bold;
	}

	.func li {
		background: url(../img/func-1-1.gif) 0 0 no-repeat;
		padding: 0 0 0 10px;
		float: left;
		height: 31px;
	}
	
	.func li a {
		background: url(../img/func-1-2.gif) 100% 0 no-repeat;
		float: left;
		height: 31px;
		color: #276D23;
		text-decoration: none;
		padding: 0 15px 0 5px;
		line-height: 200%;
	}
	
	.files {
		margin: 10px 0;
	}
	
	.files li {
		padding: 2px 0 2px 20px;
		background: url(../img/doc_types/icon_generic.gif) 0 0 no-repeat;
	}
	
	.files li span {
		color: #878787;
		font-size: .9em;
	}
	
	.files .pdf {
		background: url(../img/doc_types/icon_pdf.gif) 0 0 no-repeat;
	}
	
	.files .doc {
		background: url(../img/doc_types/icon_doc.gif) 0 0 no-repeat;
	}
	
	.files .zip,
	.files .rar {
		background: url(../img/doc_types/icon_zip.gif) 0 0 no-repeat;
	}
	
	.pagining {
		border-bottom: solid 1px #929292;
		padding: 5px 0;
		height: 20px;
		width: 100%;
		position: relative;
	}
	
	.pagining li {
		display: inline;
	}
	
	.pagining .filter {
		display: none;
	}
	
#side-content {

}
	
/*
 =============================================================== */	
#search-results {
	
}
	
	#search-results h3 {
		padding: 0;
		margin: 0;
		color: #E94F13;
	}
	
	#search-results h3 a {
		color: #E94F13;
		font-family: Georgia, "Times New Roman", sans-serif;
	}
	
	#search-results h3 span {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #6F7270;
	}
	
	#search-results h3 span.noRelation {
		font-style: italic;
		color: #9E9E9E;
	}
	
	#search-results p {
		padding: 5px 0 0 0;
		margin: 0;
	}
	
	#search-results .itemContainer {
		border-bottom: solid 1px #929292;
		padding: 10px 0;
	}
	
	#search-results .itemContainer .key {
		display: none;
	}
	
	#search-results .itemContainer .itLabel {
		width: 200px;
		height: 70px;
		float: right;
		padding: 0 0 0 10px;
	}
	
	.people .itLabel  {
		width: 200px;
		float: right;
		padding: 0 0 0 10px;
	}
	
	.people .itLabel .pLabel,
	#search-results .itemContainer .itLabel .pLabel {
		background: url(../img/parteLabel.gif) 0 0 no-repeat;
		padding: 4px 10px;
		text-align: center;
		float: right;
		font-weight: bold;
		color: #666;		
	}
	
	.people .itLabel .pLabel {
		background: url(../img/parteLabel-2.gif) 0 0 no-repeat;
	}
	
	.people .itLabel .pLabelLink,
	#search-results .itemContainer .itLabel .pLabelLink {
		background: url(../img/parteLabelBig.png) 0 100% no-repeat !important;
		background: url(../img/parteLabelBig.gif) 0 100% no-repeat;
		padding: 4px 8px 8px 14px;
		margin: 6px 0 0 0;
		clear: both;
		float: right;
		position: relative;
		right: -17px;		
	}
	
	.people .itLabel .pLabelLink .plb,	
	#search-results .itemContainer .itLabel .pLabelLink .plb {
		background: url(../img/pla.gif) 0 0 no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		right: 0;
		top: -7px;
	}

	.c {
		clear: both;
		height: 1px;
		font-size: 1px;
	}
	
/*
 =============================================================== */	
.people {

}
	
	.people .imgPerson {
		float: left;
		width: 120px;

		background: url(../img/bg-pic-1.gif) 0 0 no-repeat;
	}
	
	.people .imgPerson a {
		display: block;
		width: 107px;
		text-align: center;
		background: url(../img/bg-pic-2.gif) 0 100% no-repeat;
	}
	
	.people .imgPerson img {
		border: none;
		display: inline;
		padding: 11px;
	}
	
	.people .itemContainer {
		border-bottom: solid 2px #FFD291;
		padding: 10px 0;
	}
	
	.people .itemContainer h4 {
		font-size: 1.0em;
		color: #EE4A19;
		padding: 0 0 5px 0;
	}	
	
	#main .people h3 {
		padding: 0 0 7px 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		color: #EE4A19;
	}
	

/*
 =============================================================== */
#side {
	float: right;
	width: 220px;
}

	#side .files {
		margin: 10px 0 0 10px;
	}

	#side .image li {
		position: relative;
		padding: 0 0 10px 0;
	}

	#side .image li a {
		display: block;
		width: 218px;
		padding: 0;
		text-align: center;
		background: url(../img/bg-img.gif) 0 0 no-repeat;
	}
	
	#side .image li span.bgFill {
		display: block;
		width: 218px;
		padding: 15px 0;
		text-align: center;
		background: url(../img/bg-img-bottom.gif) 0 100% no-repeat;
	}
	
	#side .image li img {
		border: none;
	}
	
	#side .image li p {
		padding: 0 6px;
		font-size: 95%;
		font-style: italic;
		color: #696969;
	}
	
	.clipper {
		position: absolute;
		top: 18px;
		right: -16px;
		width: 59px;
		height: 23px;
		display: block;
		background: url(../img/clipper.png);
	}
	
	#side .note {
		background: url(../img/side-note-2.gif) 0 100% no-repeat;
		padding: 0 0 22px 0;
		width: 196px;
		float: right;
		margin: 10px 0 5px 0;
	}
	
	#side .note h3 {
		color: #fff;
		font-size: 1.0em;
		background: url(../img/note-hd-red.gif) 0 100% no-repeat;
		padding: 2px 10px 2px 5px;
		width: 150px;
	}
	
	#side .note ul {
		color: #666666;
		background: url(../img/side-note-3.gif) 0 0 no-repeat;
		padding: 20px 0 0 0;
		position: relative;
	}
	
	#side .note li {
		background: url(../img/side-note-1.gif) 0 0 repeat-y;	
		padding: 5px 35px 0 7px;
		
	}
	
	#side .note p {
		padding: 5px 0 0 0;	
		border-top: solid 1px #92896C;
	}
	
	#side .note strong a {
		color: #747474;
	}
	
	#side .note strong {
		display: block;
	}
	
	#side .note a {
		text-decoration: none;
	}
	
	#side .note a:hover{
		text-decoration: underline;
	}
	
	#side .note .deco {
		background: url(../img/note-deco-red.png);	
		display: block;
		width: 52px;
		height: 28px;
		position: absolute;
		top: 12px;
		right: -19px;
		padding: 0;
		margin: 0;
	}
	
	
	/* RED
	 =============================================================== */
	#side .note.red h3 {
		background: url(../img/note-hd-red.gif) 0 100% no-repeat;
	}
	
	#side .note.red p {
		border-top: solid 1px #CC0000;
	}
	
	#side .note.red a {
		color: #CC0000;
	}
	
	#side .note.red .deco {
		background: url(../img/note-deco-red.png);	
	}
	
	/* GREEN
	 =============================================================== */
	#side .note.green h3 {
		background: url(../img/note-hd-green.gif) 0 100% no-repeat;
	}
	
	#side .note.green p {
		border-top: solid 1px #538C01;
	}
	
	#side .note.green a {
		color: #538C01;
	}
	
	#side .note.green .deco {
		background: url(../img/note-deco-green.png);	
	}
	
	/* BLUE
	 =============================================================== */
	#side .note.blue h3 {
		background: url(../img/note-hd-blue.gif) 0 100% no-repeat;
	}
	
	#side .note.blue p {
		border-top: solid 1px #128683;
	}
	
	#side .note.blue a {
		color: #128683;
	}
	
	#side .note.blue .deco {
		background: url(../img/note-deco-blue.png);	
	}
	

/*
 =============================================================== */
#site-info {
	background: url(../img/bg-footer.gif) 0 0 no-repeat;
	padding: 160px 0 0 0;
}

	#site-info ul{
		padding: 6px 10px 6px 0;
		margin: 0;
		text-align: right;
		font-size: 11px;
	}

	#site-info li {
		display: inline;
		padding: 0 6px 0 0;
	}

	#site-info a {
		color: #777;
		text-decoration: none;
	}
	
	#site-info a:hover {
		text-decoration: underline;
	}
	
	
/*
 =============================================================== */
.addContent {
	clear: both;
}

#ftFx {
	background: url(../img/bg-foot-add.png) 0 0 no-repeat;
	height: 14px;
	width: 774px;
	text-align: left;
	margin: 0 auto 0 auto;

}

#bottom {
	padding: 1px 0 0 0;
	clear: both;
}

#bottom h2 {
	font-size: 1.5em
}

#bottom h3 {
	font-size: 1.1em
}

.homeNews {
	margin: 0 0 30px 0;
}
