/* CSS Document */
#art_head {
  min-width: 450px;
  clear: both;
  margin: 20px auto;
}

#art_head h1 {
  font-weight: bold;
  padding: 10px 20px;
}

#art_head h2 {
  font-weight: bold;
  padding: 10px 20px;
}

#art_head p {
  padding: 10px 20px;
}

.art_info {
  width: 49%;
  overflow: hidden;
  float: left;
  text-align: justify;
}

.art_info_1 {
  width: 49%;
  overflow: hidden;
  float: left;
  text-align: justify;
  border-right: 2px inset;
  border-right-color: #f3f3f3;
}

#render_container {
	min-width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
}

element.style {
  width:240px;
}

.post_cont {
  width: 220px;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}

.post_33 {
  width: 33%;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}

.content {
  height: 190px;
  text-align:center;
  margin: 0 6px;
	padding: 1%;
	border: 1px solid #8CAFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post_cred {
  width: 460px;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}

.content_cred {
  height: 165px;
  margin: 0 5px;
	padding: 4%;
	border: 1px solid #8CAFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post_video {
  width: 460px;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}

.content_video {
  height: 330px;
  margin: 0 5px;
	padding: 5%;
	border: 1px solid #8CAFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post_cont_foto_articolo {
  width: 280px;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}
.content_foto_articolo {
  text-align: center;
  margin: 0 5px;
  padding: 5%;
	border: 1px solid #8CAFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post_cont_articolo {
  overflow: hidden;
}
.content_articolo {
  margin: 0 5px;
}

.content p {
  text-align:center;
  letter-spacing:1px;
  margin-top:10px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

