﻿html {
	margin: 0;
	padding: 0;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

a {
	color: #000;
	text-decoration: underline;
}

ul, li {
	list-style: armenian;
}

img {
	max-width: 450px;
}

#pane {
	width: 900px;
	margin-left: auto;
	margin-right: auto; 
	
}

#header {
	border-bottom: medium #000 ridge;
	clear: both;
	height: 70px;
}

#body {
	padding-top: 10px;
}

#content {
	
}

#right {
	width: 150px;
	float: right;
}

#right h2 {
	border-bottom: medium #000 ridge;
}

.topnav {
	display: inline;
	float: right;
	padding: 20px;
	margin-top: 20px;
}

.topnav:hover {
	border-left: thin black solid;
	border-right: thin black solid;
}

.topnav a {
	color: #000;
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: underline;
}

#logo {
	display: inline;
	float: left;
	font-weight: 100;
	font-size: 3em;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	border-left: thin black solid;
	border-right: thin black solid;
}

#logo a {
	color: #000;
	text-decoration: none;
}

.item {
	padding: 5px;
	padding-left: 0;
	border-bottom: thin #ececec ridge;
	font-size: .9em;
}

#body {
	margin-bottom: 10px;
	clear: both;
}

#footer {
	width: 900px;
	clear: both;
	color: #999999;
	font-size: small;
}

.footList {
	display: block;
	float: left;
	padding: 20px;
	padding-left: 0;
	width: 150px;
}

.footList a {
	text-decoration: none;
	color: #999999;
}

.footList a:hover {
	text-decoration: underline;
}

#copy {
	border-top: thin gray ridge;
	padding-top: 5px;
}

#footerList {
	height: 200px;
}

#footerStuff {
	color: #999999;
	font-size: small;
}

.im {
	font-style: italic;
	font-weight: 100;
}

.im a {
	color: #000;
	text-decoration: underline; 
}

#valid {
	float: right;
}

.idc-foot {
	visibility: hidden;
}

#IDCNavGuest2 {
	visibility: hidden;
}

.idc-postnav-list {
	visibility: hidden;
}
.idc-right {
	
}

.idc-share {
	visibility: hidden;
}

.date {
	font-style: italic;
}

blockquote {
	font-style: italic;
}

.author {
	visibility: hidden;
	display: none;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
	color: #808080;
}

.caption {
	width: 450px;
	background: #ececec;
	padding: 10px;
	font-size: .8em;
	font-style: italic;
}

.verdict {
	font-size: 1.3em;
	letter-spacing: 2px;
}

.wrap {
	float: left;
	margin-right: 20px;
}

