/*
Theme Name: Finn Beales
*/
body {
	text-align: center;
	background: #788678 url('images/background-tile.gif') repeat top fixed;

	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-text-stroke:1px transparent;}
        @media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}  }

div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}
a {
	color: #dedac1;
	text-decoration:none;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:1px;
}
div#header {
	border-bottom: 1px solid #fff; text-align:center; padding-bottom:18px;
}
h1 {
	text-indent:-9999px; width:193px; height:80px; background:url(images/logo.png) no-repeat center; margin:0 auto; margin-top:18px; margin-bottom:27px;
}

div#notification { float:right; margin-top:40px;}

div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 100%;
	margin:0 auto;
	float: left;
}
ul#navigation li {
	display: inline;
}

ul#navigation li.rss {
	padding-left:22px;
	background:url(images/rss.gif) no-repeat;
	background-position:0 1px;
}
ul#navigation li a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	color: #fff;
	font-size: 12px;
	margin: 0 32px 0 0;
}
ul#navigation li a.enditem  { margin-right:0; }
ul#navigation li a:hover {
	color: #dedac1;
}
div#header h2 {
	font-family: 'Garamond Premier Pro', Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 14px;
}
span.f {
	font-style: italic;
}
div#content.page {
	margin: 36px 0 0 0;
}
div#content.page h2 {
	margin: 0 0 0 68px;
}

div#content {
	margin: 54px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
}
div.entry p {
	line-height:18px;
}
div#content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	color: #fff;
	line-height: 24px;
	margin-bottom:9px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #dedac1;
	text-decoration: none;
	font-size: 12px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #fff;
}
div#footer p {
	line-height: 108px;
	color: #fff;
	text-align: center;
}
div#footer p a {
	color: #dedac1;
	text-decoration: none;
}
div#footer p a:hover {
	color: #fff;
}
div.post {
	margin: 0 0 76px;
	padding-bottom:54px;
	border-bottom:1px solid #dedac1;
}
h3#comments, h3#respond {
	text-transform:uppercase;
	color: #fff;
	margin-bottom:18px;
}
div.author {
}
div.author cite {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	padding: 18px 0 0 0;
}
ol.commentlist {
	margin: 0 0 48px;
	width:500px;
}
ol.commentlist li {
	padding: 12px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#4b4736;
}
form input, form textarea {
	margin: 0;
	padding:10px;
	width:480px;
	color:#4b4736;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 18px;
	text-decoration: none;
	color: #dedac1;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #fff;
}