/* NEWS STYLES */

/* IMPORT RULES */

@import url("layout.css");

/* COMMON */

#news h1, #news h2, #news h3 {
	margin: 0px;
}
#news h2 {
	margin-bottom: 3px;
}
#news ul {
	margin-bottom: 0px;
	list-style-image: url(../../Images/bullet.png);
}
#news li {
	margin-top: 3px;
}
#news .quote-author {
	margin: 10px 0px 0px 20px;
	font-weight: bold;
	font-style: italic;
}
#news blockquote {
	background: transparent url(../../Images/forum/quote2.png) no-repeat top right;
	margin: 5px 50px 14px 20px;
	border-left: solid 5px #640909;
	padding-left: 5px;
	font-size: 11px;
}

/* ADMIN */

#news .admin a {
	color: #222222;
	font-size: 11px;
	font-weight: bold;
}
#news .admin a:hover {
	text-decoration: underline;
}

/* LAYOUT */

#news .news-spacer {
	background: transparent url(../../Images/spacer.jpg) no-repeat center center;
	width: 100%;
	height: 1px;
}
#news .news-img, #news .rank-icon {
	margin-right: 3px;
	float: left;
}
#news .news-author, #news .news-author a {
	color: #702222;
	font-size: 11px;
}
#news .news-author a  {
	font-weight: bold;
}
#news .news-author a:hover {
	text-decoration: underline;
}
#news-notlogged {
	color: #702222;
	margin: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#news-notlogged a {
	font: bold 10px Tahoma, Verdana, Sans-Serif;
}

/* FORM */

fieldset {
	border: none;
}
textarea {
	background: #ffffff url(../../Images/bg-vlight.jpg) repeat left top;
	border: solid 1px #776633;
}

/* CALENDAR */

#news-cal table {
	margin: 0px;
}
#news-cal thead {
	font-weight: bold;
}
#news-cal td {
	width: 20px;
	text-align: center;
	font-weight: bold;
}
#news-cal .week {
	color: #990000;
}
#news-cal .today {
	text-decoration: underline;
}

/* EDIT */

.editnews fieldset {
	border: none;
}
.editnews label {
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 5px;
}
.editnews input, .editnews fieldset > select {
	width: 300px;
	text-align: left;
	margin: 1px;
}
.editnews textarea {
	width: 100%;
}

/* END */
