@CHARSET "UTF-8";

/*
 * NEWS
 * scrivere news
 */

div.write_news
{
	min-height:700px;
}
div#write_news #title
{
	width:935px;
	height:20px;
	margin:0 0 10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div.write_news a#send_news
{
	clear:both;
	background:url(../img/site/template/save.png) 0 0 no-repeat;
	padding:15px 0 0 50px;
	font:bold 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9CCC37;
	background-color:#353535;
	text-decoration:underline;
	float:right;
	margin:20px 10px 0 10px;
	width:90px;
	height:35px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor: pointer; cursor: hand;	
}

table#manage_comments
{
	margin:20px 30px 20px 30px;
	width:900px;
	clear:both;
	background-color:#382D2C;
}
table#manage_comments tr
{
	height:50px;
	border:none;
	
}
table#manage_comments tr td
{
	border:1px solid #DDDDCA;
	margin:5px;
}
table#manage_comments tr td img
{
	padding:10px 0 0 0;
}
table#manage_comments tr td#poster
{
	width:100px;
	text-align:center;
}
table#manage_comments tr td#text
{
	width:690px;
	padding:0 5px 0 5px;
}
table#manage_comments tr td#delete
{
	width:50px;
	text-align:center;
}
table#manage_comments tr td#edit
{
	width:50px;
	text-align:center;
}

/*
 * NEWS
 * leggere news
 */
 
 div#show_news
 {
 	width:965px;
	border-left:7px solid #DDDDCA;
	border-right:7px solid #DDDDCA;
	border-top:7px solid #DDDDCA;
	background:#B9B99D;
	margin:0px auto;
	padding:5px 0 20px 0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
 }
 
 div#show_news h2
 {
 	margin:20px 20px 0 20px;
	font:bold 20px Arial, Helvetica, sans-serif;
	width:925px;
	border-bottom:1px #DDDDCA solid;
	color:#62625C;
	background-color:inherit;
	display:block;	
 }
 
 div#show_news p.newsmetadata, div#show_news p.flags
 {
 	margin:0 20px 0 20px;
	text-align:left;
	font: 12px/14px "Courier New", Courier, monospace;
	width:925px;
	border-bottom:1px #DDDDCA solid;
	color:#62625C;
	background-color:inherit;
	display:block;		
 }
 
 div#show_news p.flags
 {
	text-align:right;
 }
 div#show_news p.ads
 {
	text-align:center;
	border-bottom:1px #DDDDCA solid;
	width:925px;
	margin:0px auto;
	margin-bottom:10px;
 }
 div#show_news p.flags img
 {
 	cursor: pointer; cursor: hand;
 }
 
 div#show_news div.rightTxt1
 {
 	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
 	width: 925px;
 	margin:0 20px 0 20px;
 }
 
 div#show_news div.rightTxt1 img
 {
 	margin-right:5px;
 }
 
 div#social_bookmarking, div#comments div
 {
 	width:925px;
	height:25px;
	border:1px solid #DDDDCA;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0px auto;
	text-align:center;	
 }
 
  div#social_bookmarking div
  {
  	width:700px;
	margin:0px auto;
  }
  
  div#social_bookmarking div p
  {
  	display:block;
	float:left;
	width:100px;
	height:25px;
	margin:5px 50px 10px 10px;
  }
  
div#comments
{
	border:none;
	min-height:500px;
	padding:20px 0 0 0;
}
div#comments p, div#comments a
{
	width:925px;
	height:25px;
	border:1px solid #DDDDCA;
	clear:both;
	display:block;
	margin:0px auto;
	text-align:center;
}
div#comments p
{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	
}
div#comments a
{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
div#comments a:hover{background-color:green; cursor: pointer; cursor: hand; color:white;}

div#comments textarea
{
	margin:0 0 0 19px;
	width:925px;
	height:100px;
	border:1px solid #DDDDCA;
	clear:both;
	font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
div#comments div.saved
{
	padding:0;
	width:925px;
	height:100%;
	border:1px solid #DDDDCA;
	font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
}
div#comments div.saved img{float:left;-webkit-border-top-left-radius:10px;-moz-border-radius-topleft:10px;}
div#comments div.saved span.metadata
{
	color:#DDDDCA;
	font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	float:left;
	height:40px;
	width:875px;
	background:#382D2C;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	text-align:center;
}
div#comments div.saved span.text
{
	margin:10px 0 0 0;
	font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	height:100px;
}

/*
 * pannello admin
 */
div.admin_panel table
{
	width:900px;
	margin:0px auto;
}
div.admin_panel table tr
{
	height:40px;
}
div.admin_panel table tbody
{
	border:3px solid #B9B99D;
	background:#382D2C;
}

div.admin_panel table tr td#date
{
	width:100px;
}
div.admin_panel table tr td#title
{
	width:700px;
	text-align:center;
}
div.admin_panel table tr td#text
{
	width:700px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.admin_panel table tr td#edit, div.admin_panel table tr td#delete
{
	cursor: pointer; cursor: hand;
}

/*
 * Gallery
 */

div#gallery
{
 	width:965px;
	border-left:7px solid #DDDDCA;
	border-right:7px solid #DDDDCA;
	border-top:7px solid #DDDDCA;
	background:#B9B99D;
	margin:0px auto;
	padding:5px 0 20px 0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	
}
div#gallery table
{
	margin:0px auto;
	width:800px;
}
div#gallery table tr td
{
	width:200px;
	text-align:center;
}
div#gallery table tr td span.album_title
{
	display:block;
	clear:both;
}
div#gallery table tr td span.album_pics
{
	display:block;
	clear:both;
}
div#album
{
 	width:965px;
	border-left:7px solid #DDDDCA;
	border-right:7px solid #DDDDCA;
	border-top:7px solid #DDDDCA;
	background:#B9B99D;
	margin:0px auto;
	padding:5px 0 20px 0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	
}
div#album h2
{
	margin:5px 0 20px 20px;
}
div#album table
{
	margin:0px auto;
}
div#album table tr
{
	height: 110px;
}
div#album table tr td
{
	width: 110px;
}

#all_news
{
 	width:965px;
	border-left:7px solid #DDDDCA;
	border-right:7px solid #DDDDCA;
	border-top:7px solid #DDDDCA;
	background:#B9B99D;
	margin:0px auto;
	padding:5px 0 20px 0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	
}

#all_news div{clear:both; border-bottom:1px solid #DDDDCA; margin:5px 0 5px 0; height:50px;}
#all_news div img{margin:0 5px 0 20px;}
/*
 * Classi Overlay
 */ 
.overlay
{
	position:absolute;
	display:none;
	width:800px;
	height:250px;
	margin:0px auto;
	top:310px;
	left:240px;
	margin:0px auto;
	background-color:black;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index:1000;
	text-align:center;
	border:5px solid #999;
}
.overlay p
{
	color:white;
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.overlay img
{
	margin:50px 0 0 0;
}





