﻿/*-------ShortArticle---------*/
div.article {
	width:530px; 
	margin-bottom:20px;
	border-bottom: 5px dashed #cfc; }
h1.headline {
	background-color:#cf9; 
	border-bottom:5px solid #9f3; 
	text-align: left; }
div.data {
	font-size: 90%; 
	text-align: left; }
div.text {
	text-align:justify; 
	background-color: #cf9; 
	width: 480px; 
	border-left: 10px #9f6 solid; 
	border-right: 10px #9f6 solid; 
	padding: 0 10px; 
	margin: 0; }
img.ends {
	margin: 0; }
div.comlink {
	text-align: right;
	margin: 10px; }


/*-----------FullArticle-----------*/
div.fullarticle {
	width:530px; 
	margin-bottom:20px; }


/*--------Comments-----------*/
div.comment {
	width: 530px;
	margin-bottom: 20px; }
div.comdata {
	border-bottom:3px solid #9f3; }
span.comauthor {
	font-family: Georgia, Garamond, serif; 
	font-size: 125%; }
div.comtext {
	padding: 5px;
	background-color: #c7f8b2; }


/*--------------Form------------*/
div.form {
	border-top: 5px dashed #cfc; }
td.say {
	font-family: Georgia, Garamond, serif; 
	font-size: 125%; }

/*-------------NewsPagination-----------*/
p.paginate {
	text-align: center; 
	font-size: 1.2em; }