/* Stili dei font */

.regular-text {
	line-height: 18px;
	text-align: justify;
}
.date-text {
	color:#666666;
}
.highlight-text {
	color:#ff6600;
}
.small-text {
	font-size:9px;
}
.date-footer {
	color: #454545;
	text-align:right;
	font-size: 9px;
}
.menu-text {
	color:#333333;
	font-size:14px;
}
.menu-text A{
	color:#333333;
}
.menu-text A:Visited{
	color:#333333;
}
.menu-text A:Hover{
	color:#FF3300;
}
/* Stili dei tag del wrapper */

#box-wrapper {
	width:300px;
}

.box-wrapper h2 {
	font-size: 20px;
	margin: 0px;
	border-bottom:2px dotted #bbbbbb;
	font-weight: normal;
	color: #FF6600;
}

.box-wrapper h3 {
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
	color: #999999;
}
.box-wrapper h3 A {
	color: #999999;
}
.box-wrapper hr{
	height:1px;
	color:#333333;
}
.box-wrapper input {
	background:#ffcc66;
	border:1px solid #666666;
	margin-right: 10px;
	font-size:10px;
	color:#333333;
}
.box-wrapper textarea {
	background:#ffcc66;
	border:1px solid #666666;
	width:100%;
	overflow:hidden; 
	margin:0px 0px 10px 0px;
	font-size:10px;
	color:#333333;
}

/* foto con ombra */

.preview-container {
	float:left;
	margin: 10px 2px 0px 5px; 
}
.centra {
	width: 5em; margin: auto; text-align: left;
}
.img-shadow {
  float:left;
  background: url(immagini/shadowAlpha.png) no-repeat bottom right !important;
  background: url(immagini/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
/* stili dei commenti */

.comment-nickname {
	background:url(immagini/comment.gif) no-repeat;
	background-position: middle left;
	font-weight:bold;
	padding-left:20px;
}
.comment-text {
	font-size:10px;
	line-height: 14px;
	text-align: justify;
	vertical-align:middle;
}
.comment-box-even {
	background:#DDDDDD;
	padding:10px;
	border-bottom:2px dotted #bbbbbb;
}
.comment-box-odd {
	background:#EFEFEF;
	padding:10px;
	border-bottom:2px dotted #bbbbbb;
}
.rounded-box {
	background:url(immagini/rounded-box.gif) center no-repeat;
	width:337px;
	height:151px;
	text-align:center;
	vertical-align:middle;
	margin:20px;
}
.rounded-box-attention {
	background:url(immagini/rounded-box-attention.gif) center no-repeat;
	width:337px;
	height:151px;
	text-align:center;
	vertical-align:middle;
	margin:20px;
}
.rounded-box-ok {
	background:url(immagini/rounded-box-ok.gif) center no-repeat;
	width:337px;
	height:151px;
	text-align:center;
	vertical-align:middle;
	margin:20px;
}