#simbolo {
	background-image: url('../images/oratorio.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

#corpo{
	width: 527px;
	height: 860px;
	top: -10px;
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
	height: 1388px;
}

.pin {
	position: absolute;
	left: 430px;
	top: -15px;
	cursor: pointer;
	z-index: 10;
}

a:hover {
	text-decoration: underline;
}

#sottotitolo {
	width: 480px;
	font-size: 16pt;
	margin-top: 10px;
	padding-left: 30px;
}

#hashtag {
	font-family: courier new;
	font-weight: bold;
	letter-spacing: -3px;
	font-size: 24pt;
	color: #0066CC; 
	position: absolute;
	top: -25px;
	left: -10px;
}

.post {
	position: relative;
	box-shadow: 7px 10px 10px 0px #999999;
	-webkit-box-shadow: 7px 10px 10px 0px #999999;
	-moz-box-shadow: 7px 10px 10px 0px #999999;
	padding-bottom: 24px;
	width: 485px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}

.pinned {
    background: #F89A1E;
	color: white;
}

.unpinned {
    color: white;
	background: #0066CC;
}

.fb-post {
	position: relative;
	top: 30px;
}

.numpost {
	position: absolute;
	left: 0px;
	font-weight: bold;
	width: 474px;
	height: 25px;
	border-top: thin solid white;
	border-left: thin solid white;
	padding-top: 4px;
	padding-left: 10px;
}

a {
	color: #6D84B4;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

#posts {
	width: 600px;
}

#container {
	position: relative;
	left: 10px;
	width: 770px;
	padding-bottom: 130px;
	background-color: #F2F2F2;
	border-top: 7px solid #DDDDDD;
}