/*
Theme Name: Moss on the Moon
Theme URI: http://mossonthemoon.com/
Description: Moss on the Moon website.
Version: 1.0.1
Author: Alex Dahl
Author URI: http://alexdahl.com/
Tags: 
*/

body {
	margin: 0;
	font: 13px Georgia, serif;
	line-height: 17px;
	min-width: 960px; }
p {
	margin: 0 0 1em 0; }

#wrap {
	width: 960px;
	margin: 0 auto; }

#cover {
	width: 734px;
	height: 239px;
	margin: 0 auto 0 auto; }

#side {
	float: left;
	width: 227px;
	margin: -44px 0 0 101px; }
	#nav {
		margin: 0; 
		padding: 61px 20px 11px 20px;
		list-style-type: none; }
		#nav li a {
			display: block;
			margin-bottom: 0;
			padding: 8px 17px;
			font-size: 18px;
			text-decoration: none; }
			
	#stroke {
		height: 4px;
		margin: 0 16px; }
	#socialMedia {
			margin: 43px 37px 0 37px;
			font-size: 10px;
			text-align: center; }
			#socialMedia a {
				display: block;
				margin-top: 2px;
				text-decoration: none; }
	#side p {
		padding: 0 37px;
		margin-top: 43px;
		font-size: 10px; }

#main {
	float: right;
	width: 465px;
	margin: 6px 108px 0 0;
	padding: 19px 0; }	
	.item {
		margin-bottom: 4em; }
		
		h2 {
			margin: 0;
			font-weight: normal;
			font-size: 18px; }
			.featuredArticle {
				padding-left: 24px; }
		.meta {
			display: block;
			padding: 8px 0;
			font-size: 10px; }
		.more-link {
			display: block;
			margin-top: 1em; }
	#archive {
		display: block;
		width: 140px;
		height: 35px;
		margin-bottom: 1em; }

#clear {
	clear: both; }
	
/* */

body {
	color: #fff;
	background: url(images/bg.jpg) top center no-repeat #143a4d;
	-webkit-background-size: 2000px 1200px; }
a {
	color: #b8ced9; }
	a:hover {
		color: #fff; }

#cover {
	background: url(images/header.jpg) no-repeat; }
	
	#nav {
		background: url(images/sidebar.jpg) no-repeat; }
		#nav li a {
			text-decoration: none;
			color: #fff;
			text-shadow: #000 0 1px 0; }
			#nav li a:hover {
				color: #fff;
				background-color: #005580;
				background-color: rgba(0,119,179,0.35); }
		.current_page_item a {
			background-color: #fff;
			color: #005580 ! important;
			text-shadow: none ! important;
			border-top: 1px solid #00365a;
			border-bottom: 1px solid #00365a; }
			.current_page_item a:hover {
				background-color: #fff ! important;
				color: #005580;}
	#stroke {
		background-color: #fff; }
	#socialMedia a {
		border: 1px solid #b8ced9; }
		#socialMedia a:hover {
			border-color: #fff; }
	#side p a {
		color: #b8ced9;}
		#side p a:hover {
			color: #fff; }

	h2 a {
		color: #fff;
		text-decoration: none;
		text-shadow: #000 0 1px 0; }
		h2 a:hover {
			text-decoration: underline; }
		.featuredArticle {
			background: url(images/featured.gif) 0 2px no-repeat; }
	.minor {
		color: #b8ced9; }
	#archive {
		text-decoration: none;
		background: url(images/archive.gif) 0 0 no-repeat; }
		#archive:hover {
			background-position: 0 -35px; }