@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(/style/normalize.css);
@import url(/style/skeleton.css);
body
{
	font-family: "EB Garamond", "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: inherit;
	background: url(/images/hr.png) top no-repeat;
}
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.1em;
}
h4
{
	font-size: 1em;
	color: #042535;
	padding-top: 2em;
}
p
{
	margin-bottom: 2rem;
}
a, a:visited, a:hover, a:focus
{
	color: #086b98;
}
li
{
	margin-bottom: 0.3em;
}
#menu, ul.actions
{
	list-style: none;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#menu li, ul.actions li
{
	border: solid thin #086b98;
	margin: 0.5em;
	margin-left: 0;
	background-color: #086b98;
	background: linear-gradient(#0878ac, #06587e);
	border-radius: 4px;
}
#menu li a, .actions li a
{
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	color: #fff;
}
#menu li
{
	display: inline-block;
}
ul.actions.media
{
	float: right;
	margin-top: 0;
	margin-left: 12px;
}
.actions li a
{
	display: block;
	max-width: 230px;
}
.actions li
{
	max-width: 250px;
}
#menu li.current
{
	background-color: #fff;
	background: linear-gradient(#fff, #85a7b7);
}
#menu li.current a
{
	color: #086b98;
}
dt
{
	font-size: 24px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	clear: left
}
dt span
{
	font-size: 18px;
}
dd
{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
dd.first
{
	padding-top: 0;
}
dd img
{
	float: left;
	padding-right: 1em;
}
#gallery
{
	height: 360px;
}
#gallery img
{
	position: absolute;
	z-index: 1;
}

@media (min-width: 750px) {
	#gallery img
	{
		width: 48%;
	}
}
#gallery img.active
{
	z-index: 3;
}
#gallery #pause
{
	z-index: 5;
}
#pillay
{
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
@media (min-width: 750px) {
	#pillay
	{
		width: 96%;
	}
}
.quote
{
	color: #fff;
	padding: 2px 10px 6px;
	margin-left: 1em;
	margin-bottom: 1em;
	border: solid thin #086b98;
	background-color: #086b98;
	background: linear-gradient(#0878ac, #06587e);
	border-radius: 4px;
}
.quote a
{
	color: #fff;
}

cite
{
	float: right;
	font-style: normal;
	margin-bottom: 12px;
}
.category h3
{
	color: #086b98;
	padding-left: 1em;
}
.category h3 a
{
	text-decoration: none;
}
.category h3:hover, .category h3:focus
{
	cursor: pointer;
	text-decoration: underline;
}
.verdict
{
	height: 20px;
	vertical-align: middle;
}
.read-more
{
	margin-bottom: 2em;
}
div.first, div.first-photo
{
	float: left;
}
div.first-photo
{
	margin-right: 1em;
	margin-bottom: 1em;
}
div.second
{
	float: right;
	margin-left: 1em;
	magin-top: 1em;
}
div.first-photo, div.second
{
	max-width: 300px;
}
.photo-one
{
	padding-right: 1em;
}
.caption
{
	margin-top: 0.5em;
	font-size: 86%;
	padding-right: 1em;
}
.articles li
{
	padding-bottom: 0.5em;
}
.action_link
{
	vertical-align: middle;
	padding-right: 0.5em;
}
.share li, .share
{
	list-style: none;
}
#latest
{
	padding: 10px;
	border: thin solid #086b98;
	border-radius: 4px;
	margin-bottom: 1em;
}
.home-right
{
	float: right;
}
.home-left
{
	float: left;
}
#footer
{
	width: 100%;
	clear: both;
}
#footer ul
{
	float: right;
}
#footer li
{
	display: inline;
	list-style: none;
}
.top_image
{
	width: 100%;
}

.home-right img
{
	padding-left: 0;
}

.img_right
{
	padding-left: 0.5em;
}

.img_right
{
	float: right;
}

.first, .description p:first-child
{
	font-size: 1.2em;
}
blockquote
{
	margin-left: 2em;
	margin-right: 0px;
}
blockquote > p:first-child:before
{
	content: open-quote;
}
blockquote > p:last-child:after
{
	content: close-quote;
}
table.stats
{
	border: thin solid #0878ac;
	border-spacing: 0;
}
table.stats thead
{
	background: linear-gradient(#0878ac, #06587e);
	color: #fff
}
table.stats tr:last-child td, table.stats tr:last-child th
{
	border-top: thin solid #0878ac;
	border-bottom: thin solid #0878ac;
}
table.stats td, table.stats th
{
	padding: 6px;
	text-align: center;
	border-bottom: none;
}
abbr
{
	text-underline-position: under;
}
