/* @group post */

.sources {
	position: relative;
	display: block;
	font-weight: bold;
	margin-left: 15px;
}

.logo {
	position: relative;
	float: right;
	margin-right: 20px;
}

.written_on {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: small;
	margin-bottom: 30px;
	margin-left: 15px;
}

.headline {
  display: block;
  text-align: center;
  font-size: medium;
  font-weight: bold;
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
}

.sub-headline {
	display: block;
	font-size: medium;
	margin-top: 3px;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.by-line {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.text {
	display: block;
	text-align: justify;
	font-size: medium;
	clear: both;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.text a {
	color: #0000CC;
}

.text a:hover {
	color: #CC0000;
	text-decoration: none;
}

.authors {
	font-size: small;
	text-align: center;
	margin-bottom: 15px;
}

.body {
	margin-top: 20px;
	margin-left: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

.introduction {
  margin-top: 20px;
  margin-left: 10px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: justify;
}

.body a {
	color: #0000CC;
}

.body a:hover {
	color: #CC0000;
	text-decoration: none;
}

.rating {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	border-top: 1px solid;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}

.disclaimer {
	display: block;
	font-size: x-small;
	margin: 10px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
}

.caption {
	display: block;
	font-size: x-small;
	text-align: center;
}

.button_bar {
	position: relative;
	display: table;
	width: 575px;
	font-size: small;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 2px;
	background: inherit;
	border: none;
	border-top: 1px solid black;
}

.button_bar .button {
	display: table-cell;
	font-size: small;
	text-align: center;
}

.button_bar .nav_bar_cell {
	text-align: center;
	width: 250px;
}

.view_full_article_cell {
	text-align: left;
	width: 135px;
}

.button .hide {
	display: none;
	width: 575px;
	font-size: small;
	color: #0000CC;
	text-align: center;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-bottom: 1px solid black;
}

.button .hide:hover {
	color: #CC0000;
	text-decoration: none;
}

.prev_form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.next_form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.ul {
	position: relative;
	float: left;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.backup {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.link_form {
	display: table;
}

.entry_line {
	margin: 3px;
	margin-left: 20px;
	display: table-row;
}

.field {
	display: table-cell;
	font-size: small;
	vertical-align: middle;
	text-align: right;
	width: 65px;
	padding-right: 2px;
}

.data {
	display: table-cell;
	padding: 2px;
}

.descr {
	display: table-cell;
	font-size: small;
	padding-left: 2px;
}

.best {
	position: relative;
	top: -14px;
	*top: -30px;
	padding-right: 10px;
	float: right;
	font-size: x-small;
}

.right_picture
{
	position: relative;
	float: right;
	top: 0px;
	margin-left: 10px;
}

.right_picture a:hover
{
	text-decoration: none;
	border: none;
}

.left_picture
{
	position: relative;
	float: left;
	top: 0px;
	margin-right: 10px;
}

.left_picture a:hover
{
	text-decoration: none;
	border: none;
}

/* @end */

/* @group comment */

.post-comment-new {
  margin: 15px;
}

.comment {
  
}

.comment-body {
  
}

.comment-header {
  
}

.comment-date {
  
}

.comment-name {
  
}

.comment-url {
  
}

.posted_on {
  margin-left: 5em;
  margin-right: 5em;
}
/* @end */

