@import url(http://fonts.googleapis.com/css?family=Roboto:500,300italic,500italic,300);



/*** Layout di pagina ***/

*, body {
	margin: 0;
	padding: 0;
	border: 0px none;
	text-decoration: none;
}
#container {
	width: 90%;
	max-width: 1000px;
	margin: 30px auto;
}
#header {
	position: relative;
	height: 25px;
	overflow: hidden;
}
#page {
	margin: 25px 0;
}
#content > div:not(.no-padding) {
	padding: 2%;
	min-height: 20em;
}
#content > div#system-message-container {
	padding: 0;
	min-height: 0;
}
#rightcol {
	width: 25%;
	float: right;
}
#footer {
	
}
#content {
	
}
#logo {
	position: absolute;
	bottom: 0;
	left: 0;
}
#position-0 {
	text-align: center;
	padding-top: 4px;
}
#position-1 {
	position: absolute;
	bottom: 2px;
	right: 0;
}
#position-6 {
	
}
#position-12 {
	
}
#position-14 {
	
}
#debug {
	display: none;
}


/*** Colori e Sfondi ***/

body {
	color: black;
	background: #E6E6E6;
}
#content > div:not(.no-padding) {
	background: #F4F4F4;
}
h1, h2, h3, h4, h5, h6, .componentheading, .contentheading, .page-title {
	color: #998675;
}
h1.page-title {
	text-shadow: none;
}
#position-14 p {
	color: #888;
}

a, a:link, a:visited, a:hover {
	color: #998675;
}
a:active {
	color: #333;
}
#position-0 a, #position-0 a:link, #position-0 a:visited, #position-0 a:hover {
	color: #333;
}
#position-0 a:active {
	color: #998675;
}
#page a:not(.btn), #page a:link:not(.btn), #page a:visited:not(.btn) {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #998675;
}
#page a:hover:not(.btn) {
	color: #333;
	border-bottom-style: solid;
}
#page a:active:not(.btn) {
	color: #998675;
	border-bottom-color: #998675;
}
#header a, #header a:link, #header a:visited,
#footer a, #footer a:link, #footer a:visited,
#page a.highslide, #page a.highslide:link, #page a.highslide:visited,
#page a.pagenav, #page a.pagenav:link, #page a.pagenav:visited {
	text-decoration: none;
	border-bottom: none;
}
#header a:hover,
#footer a:hover,
#page a.highslide:hover,
#page a.pagenav:hover {
	text-decoration: underline;
	border-bottom: none;
}
#header a:active,
#footer a:active,
#page a.highslide:active,
#page a.pagenav:active {
	text-decoration: none;
	border-bottom: none;
}

.label-info, .badge-info {
	background-color: #998675;
}

/*** Bordi ***/

hr {
	height: 1px;
	margin: 0.7em 0;
	border-bottom: 1px dashed #333;
}
.badge {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.well {
	padding: 0;
	margin: 1em 0;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*** Elenchi ***/



/*** Caratteri, Flusso di testo ***/

body,
input, select, textarea,
.highslide-container div, .text-controls a span {
	font-family: Roboto, Tahoma, Geneva, sans-serif;
}
body {
	font-size: 90%;
	line-height: 140%;
	font-weight: 300;
	letter-spacing: 0.2px;
}
.page-header {
	padding: 0;
	margin: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
	padding: 0;
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6, .componentheading, .contentheading, .page-title {
	font-weight: 500;
	padding: 0 0 0.6em;
	text-align: center;
}
div.blog h2 {
	font-size: 110%;
	text-transform: none;
}
h1, h2, div.blog > h2, .componentheading, .contentheading, .page-title {
	font-size: 125%;
	text-transform: lowercase;
}
#logo h1 {
	font-size: 145%;
	text-transform: none;
}
h3, table.moduletable th, legend {
	font-size: 110%;
	padding-bottom: 10px;
}
legend {
	margin-bottom: 0;
	line-height: 140%;
	border-bottom: none;
}
h4 {
	font-size: 100%;
}

#content p, li {
	line-height: 150%;
	margin-bottom: 0.7em;
}
#position-14 p {
	font-size: 85%;
	line-height: 140%;
	text-align: center;
	margin-bottom: 0;
}

.clr {
	clear: both;
}

#position-0 ul {
	text-align: center;
	margin: 0;
}
#position-0 li {
	list-style-type: none;
	display: inline-block;
}
#position-0 li h4 {
	display: inline-block;
	padding: 0 0.7em;
	text-transform: lowercase;
}

#position-1 {
	text-transform: lowercase;
}
#position-1 div.mod-languages li {
	margin: 0;
	padding: 0 0.3em 2px;
	line-height: 110%;
}
#position-1 div.mod-languages li:first-child {
	border-right: 1px solid #998675;
}
#position-1 div.mod-languages ul.lang-inline li {
	display: block;
	float: left;
}

#position-14 ul {
	text-align: center;
	margin: 0;
}
#position-14 li {
	list-style-type: none;
	display: inline-block;
}
#position-14 li h4 {
	display: inline-block;
	padding: 0 0.7em;
	font-size: 92%;
	text-transform: lowercase;
}




/*** Componenti, moduli, ecc. ***/

.btn-toolbar {
	margin-bottom: 20px;
}

div.pull-left.item-image {
	max-width: 49%;
	margin: 0 2% 1em 0;
}

p.readmore {
	text-align: center;
}

div.phrases-box label,
div.ordering-box > label, div.ordering-box > div,
div.form-limit > label, div.form-limitordering-box > div {
	float: left;
	width: 20%;
}
div.ordering-box, div.form-limit {
	clear: both;
	padding-top: 1em;
}
fieldset.phrases, dl.search-results {
	padding-top: 2em;
}

div.logout .form-horizontal .controls {
	margin-left: 0;
}

#phocagallery + div {
	display: none;
}
#phocagallery-upload > p+ h4, #phocagallery-upload > #phocagallery-upload, #phocagallery-multipleupload > form > h4,
#phocagallery-pane dt.pgupload, #phocagallery-pane dt.user, #phocagallery-pane dt.category {
	display: none;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	padding: 0.3em;
}
#phocagallery-subcategory-creating table.adminlist {
	margin-bottom: 30px;
}
.pg-cv-box {
	float: left;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0x;
	border-radius: 0;
	margin-right: 20px;
	margin-bottom: 40px;
}
.pg-cv-box:nth-child(4n) {
	margin-right: 0;
}
.pg-cv-box:hover {
	background: transparent;
}
.pg-cv-name {
	text-align: center;
	margin-top: 6px;
	font-size: 100%;
}
#phocagallery .pagination {
	margin: 0;
}

.highslide-heading, .highslide-caption {
	text-align: center;
}
.wide-border {
	background: #E6E6E6;
}
.highslide-image {
	border-color: #E6E6E6;
}
.highslide-controls, .highslide-controls ul {
	background: white;
}

.pagination ul {
	 -webkit-box-shadow: none; 
	-moz-box-shadow: none;
	 box-shadow: none; 
}
.pagination ul > li > a, .pagination ul > li > span {
	float: none;
	line-height: 140%;
	background-color: transparent;
	border: 0px none;
}


@media screen and (max-width: 1023px) {
	#header {
		height: auto;
	}
	#logo, #position-0, #position-1 {
		position: static;
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	#position-1 div.mod-languages ul.lang-inline li {
		display: inline-block;
		float: none;
	}
}