﻿*
{
	padding: 0;
	margin: 0 auto;
	font-family: Georgia;
}

body
{
	background: #1e434c url("/Content/images/Themes/SubtleSea/content_bg.png");
}
	
div.menu
{
	top: 0;
	position: fixed;
	text-align: center;
	padding: 0.75em;
	height: 1.5em;
	width: 100%;
	background: #001924 url("/Content/images/Themes/SubtleSea/nav_bg.png") repeat-x;
}
	
div.menu a
{
	color: #4cb5f5;
	letter-spacing: 0.2em;
	text-decoration: none;
	padding-right: 1.9em;
	font-family: "Century Gothic", CenturyGothic, sans-serif;
}

div.menu a.active
{
	color: #fef3f2;
}

div.menu a:last-child
{
	padding-right: 0;
}
	
div.content
{
	color: #fef3f2;
	margin: 2.5em auto 0 auto;
	padding: 2em 4em;
}

div.content a
{
	color: #a4cacb;
	text-decoration: none;
	font-family: Georgia;
}

div.content a:hover
{
	text-decoration: underline;
}

div.content div.post
{
	padding: 1.8em 0;
}

div.content div.post .meta
{
	clear: both;
	font-family: Verdana;
	font-weight: lighter;
}

div.content div.post h4.meta
{
	color: #e3b212;
	border-bottom: 1px solid #e3b212;
}

div.content div.post h4.meta a
{
	font-family: Verdana;
	font-weight: lighter;
	color: #e3b212;
	text-decoration: none;
}

div.content div.post div.coverImage img
{
	width: 100%;
}

div.content div.post p.postImages
{
	margin-top: 1.8em;
}

div.content div.post p.postImages img
{
	padding: 0.2em;
}

div.content div.post div.description
{
	display: inline;
	width: 82%;
	float: left;
	margin-bottom: 1.8em;
	margin-top: 0;
}

div.content div.post div.description > div
{
	padding-right: 1.2em;
}

div.content div.post div.icon
{
	display: inline;
	width: 18%;
	float: left;
	margin-bottom: 1.8em;
	margin-top: 1.8em;
}

div.content div.post h5.meta
{
	color: #b7b8b6;
}

div.content div.post:first-child
{
	padding-top: 0;
}

div.content div.post:last-child
{
	border-bottom: none;
}

div.content div.post div
{
	margin-top: 1em;
	font-family: Georgia;
}

div.content div.post div img
{
	width: 100%;
}

div.content div.post div img.inline
{
	width: 85%;
	height: auto;
	margin: 0 7.5%;
}

div.restricted
{
	width: 50%;
}

div.footer
{
	width: 100%;
	text-align: center;
	padding: 1em 0;
	color: #b7b8b6;
	background: #001924 url("/Content/images/Themes/SubtleSea/nav_bg.png") repeat-x;
}

div.footer a
{
	color: #b7b8b6;
	text-decoration: none;
}

div.footer a:hover
{
	text-decoration: underline;
}

div.pagination
{
	text-align: center;
}

div.pagination span, div.pagination a
{
	border: 0;
	padding: 1em;
	background: #001924;
	color: #4cb5f5;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	font-size: small;
}

div.pagination a:hover
{
	text-decoration: underline;
}

div.pagination span.active
{
	font-weight: bold;
	font-size: medium;
	color: #b7b8b6;
}