@charset "UTF-8";
@import url("../webfonts/alex-brush/stylesheet.css");

body {
  margin: 0px;
  color: #0E0E0E;
  font-family:  delius, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C2BEBC), color-stop(1, #827E7C));
  background-image: -o-linear-gradient(top, #C2BEBC 0%, #827E7C 100%);
  background-image: -moz-linear-gradient(top, #C2BEBC 0%, #827E7C 100%);
  background-image: -webkit-linear-gradient(top, #C2BEBC 0%, #827E7C 100%);
  background-image: -ms-linear-gradient(top, #C2BEBC 0%, #827E7C 100%);
  background-image: linear-gradient(to top, #C2BEBC 0%, #827E7C 100%);
  background-color: #C2BEBC;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
}


h2 {
  color: #3F6DA1;
}
h3 {
  color: #A07373;
  }
h4 {
  color: #5C5DA0;
}
a, a:link {
  color: #3F6DA1;
  text-decoration: none;
}
a:visited {
  color: #3E6D75;
  text-decoration: none;
}
a:hover, a:focus {
  color: #5C5DA0;
  text-decoration: underline;
}
a img, img["usemap"] { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.signature {
  font-family: "alex_brushregular";
  font-style: normal;
  font-size: 1.6em;
  font-weight: 400;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.floatleft {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}
.floatright {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.lilla {
  color: #5C5DA0;
}

/* Simple fluid media */
img, object, embed, video {
	max-width: 100%;
}
.imgSize240 img {
	max-width: 240px;
}
.imgSize60 img {
	max-width: 60%;
}
.imgSize30 img {
	max-width: 30%;
}

.width60 {
  max-width: 60%;
}
.width50 {
  max-width: 50%;
}
.width30 {
  max-width: 30%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.clearfix {
	clear: both;
}


/* Inizio parti uguali per tutti i layout */
#container {
  background-color: #ffffff;
}

header {
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8DC1FF), color-stop(1, #3F6DA1));
  background-image: -o-linear-gradient(top, #8DC1FF 20%, #3F6DA1 80%);
  background-image: -moz-linear-gradient(top, #8DC1FF 20%, #3F6DA1 80%);
  background-image: -webkit-linear-gradient(top, #8DC1FF 20%, #3F6DA1 80%);
  background-image: -ms-linear-gradient(top, #8DC1FF 20%, #3F6DA1 80%);
  background-image: linear-gradient(to top, #8DC1FF 20%, #3F6DA1 80%);
  padding-top: 1px;
  padding-bottom: 6px;
  background-color: #3F6DA1;
}
header h1 {
  color: #F5F4F2;
  text-align: right;
  text-shadow: 2px 2px 2px #322D29;
  float: right;
  margin-right: 1em;
}
header figure {
  margin-top: 2%;
  margin-left: 2%;
  margin-bottom: 1px;
}

/****** go top button *****/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #3F6DA1; /* Set a background color */
	color: #ffffff; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px; /* Rounded corners */
	font-size: 16px; /* Increase font size */
}
#myBtn:hover {
	background-color: #5C5DA0; /* Add a dark-grey background on hover */
}


/************ navigazione principale *** #f5f4f2 ***********/
#mainNav {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #3F6DA1;
  border-bottom: 1px solid #3F6DA1;
}
#mainNav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#mainNav a {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  color: #3E6D75;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fffff;
  font-weight: bold;
}
#mainNav a:active, #mainNav a:focus, #mainNav a.thisPage {
  background-color: #8DC1FF;
  color: #F5F4F2;
}
#mainNav a:hover {
  background-color: #3F6DA1;
  color: #F5F4F2;
  text-decoration: none;
}

/************ contenuto princilae **************/
#mainContent {
  margin-left: 4%;
  margin-right: 4%;
}

.album img {
  width: 88%;
  background-color: #ffffff;
  padding-top: 6%;
  padding-right: 6%;
  padding-bottom: 6%;
  padding-left: 6%;
  border: 1px solid #000000;
  border-radius: 3px;
}
h3 a:link, h3 a:visited {
  color: #A07373;
}
h3 a:hover {
  color: #5C5DA0;
  text-decoration: none;
}
h4 a:link, h4 a:visited {
  color: #3E6D75;
}
h4 a:hover {
  color: #5C5DA0;
  text-decoration: none;
}
.articleContentLeft img {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
}
.articleContentRight img {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
}


/************ navigazione destra **************/
#menuRight {
  margin-right: 2%;
  font-size: .9em;
}

#menuRight h3 {
  font-weight: bold;
  color: #5C5DA0;
  display: block;
  border-bottom: 4px solid #213357;
  padding-left: 12px;
  margin-left: 0px;
}

#navRight ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #213357;
}
#navRight a {
  display: block;
  color: #5C5DA0;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 6px;
  padding-top: 1px;
}
#navRight a:active, #navRight a:focus, #navRight a.thisPage {
  color: #C58371;
  padding-bottom: 1px;
  padding-top: 1px;
}
#navRight a:hover {
  border-top: 0px solid #cccccc;
  background-color: #E1E2F6;
  color: #5C5DA0;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
}

#navRight2 ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #213357;
}
#navRight2 a {
  display: block;
  color: #5C5DA0;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 6px;
  padding-top: 1px;
}
#navRight2 a:active, #navRight2 a:focus, #navRight2 a.thisPage {
  color: #C58371;
  padding-bottom: 1px;
  padding-top: 1px;
}
#navRight2 a:hover {
  border-top: 0px solid #cccccc;
  background-color: #E1E2F6;
  color: #5C5DA0;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
}

/************ navigazione followMe (social) **************/
#followMe {
  margin-bottom: 1em; 
  padding-left: 0.6em;
  padding-right: 0.6em;
}
#followMe h3 {
  font-weight: bold;
  padding-left: 12px;
  color: #5C5DA0;
  display: block;
  border-bottom: 4px solid #213458;
  margin-left: 0px;
}
#followMe ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #213357;
}
#followMe li{
  display: inline;
}
#followMe a {
  color: #5C5DA0;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
}

.fb-like {
  margin-top: 1em;
  margin-left: 12px;
  margin-bottom: 1em;
}
/************ navigazione cambia lingua **************/
#language h3 {
  font-weight: bold;
  padding-left: 12px;
  color: #5C5DA0;
  display: block;
  border-bottom: 4px solid #213458;
  margin-left: 0px;
}

#language ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #213357;
}
#language a {
  display: block;
  color: #5C5DA0;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 6px;
  padding-top: 1px;
}
#language a:active, #language a:focus, #language a.thisPage {
  color: #C58371;
  padding-bottom: 1px;
  padding-top: 1px;
}
#language a:hover {
  border-top: 0px solid #cccccc;
  background-color: #E1E2F6;
  color: #5C5DA0;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
}


footer {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F6DA1), color-stop(1, #8DC1FF));
  background-image: -o-linear-gradient(top, #3F6DA1 0%, #8DC1FF 100%);
  background-image: -moz-linear-gradient(top, #3F6DA1 0%, #8DC1FF 100%);
  background-image: -webkit-linear-gradient(top, #3F6DA1 0%, #8DC1FF 100%);
  background-image: -ms-linear-gradient(top, #3F6DA1 0%, #8DC1FF 100%);
  background-image: linear-gradient(to top, #3F6DA1 0%, #8DC1FF 100%);
  background-color: #3F6DA1;
  color: #FFFEFC;
  clear: left;
  text-align: center;
}
footer a:link {
  color: #FFFEFC;
}
footer a:active, footer a:focus, footer a:hover {
  color: #FFFEFC;
}
footer a:visited {
  color: #FFFEFC;
}

footer p {
  font-size: 0.6em;
}
#bottomTextLine {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #3F6DA1;
  border-bottom: 1px solid #3F6DA1;
  margin-top: 0.3em;
}
#bottomTextLine p {
  color: #000000;
  line-height: 0.3em;
}
#bottomTextLine a:link {
  color: #3E6D75;
}
#bottomTextLine a:active, #bottomTextLine a:focus, #bottomTextLine a:hover {
  color: #3F6DA1;
}
#bottomTextLine a:visited {
  color: #3E6D75;
}
#printbottom {
	display: none;
}
.g {
}
