﻿body{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
	background: #111 url('../images/floral.png') fixed;
	margin: 0;
	padding: 0;
}
a{
	color: #839D53;
}
a img{
	border: 0;
}
a:hover{
	color: #fff;
	background-color: #839E53 !important;
	text-decoration: none;
}
.content{
	margin: 0px auto 6em;
	width: 55em;
	max-width: 900px;
	background-color: #fff;
	padding: 0 8px;
	border: solid 1px #111;
	overflow: hidden;
}
.header{
	padding: 6em 0 0 1em; 
	vertical-align:  bottom;
	background: #839E53  no-repeat left bottom;
	background-image: url('../images/maintitle.png');
	margin: 0;
}
.header .name{
	margin: 0 0 0 -2000px;
	font-size: 1px;
}
.header .title{
	font-size: 0.9em;
	margin: 0 0 3em 0;
	padding: 0 1em 26px 340px;
	text-align: right;
	font-weight: normal;
}
.blogpage .blogpage,
.homepage .homepage,
.cvpage .cvpage,
.contactpage .contactpage,
.shoppage .shoppage{
	font-weight: bold;
}
.shoppage .main {
    border-right: solid 0px;
}
.shopWidget {
    padding: 60px 0 30px 30px;
}
.sidebar {
	width: 15em;
	float: left;
	background: #A8A7A7;
	padding: 1em;
}
.sidebar h2{
	color:#000;
}
.sidebar a{
	color: #fff;
}
.sidebar .contact{
	margin-top: 1em;
	line-height: 2em;
}
.nav{
	padding: 0 1em 26px 340px;
	text-align: right;
	margin: 0;
}
.nav li {
	display: inline;
}
.nav a{
	color: #000;
	text-decoration: none;
	padding: 0 0.4em;
}
.nav a:hover{
	color: White;
}
.main {
	background-color: #fff;
	width: 36em;
	border-right: 17em solid #A8A7A7;
	margin: 0 -17em 0 0;
	float: left;
	padding: 0 1em;
}
h2,h3, .post-title{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #839E52;
}
h2, .post-title{
	font-size: 1.8em;
	padding: 0.3em 0;
	margin: 0;
}
h3{
	font-size: 1.0em;
	padding: 0.3em 0;
	margin: 0;
	font-weight: normal;
}
h4{
	color: #839E52;
}
abbr{
	border-bottom: dotted 1px #839E53;
}
blockquote p{
	margin:0;
	display: inline;
}
.summary strong, .description strong{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.2em;
}
.strike{
	text-decoration: line-through;
}
.tla{
	padding: 1em 1em 2em;
	color: #555;
	font-variant: small-caps;
	font-size: 0.9em;
	text-align:center;
}
.tla a{
	display:block;
	color:#444;
	font-variant: normal;
	text-decoration: none;
	font-size: 0.85em;
}
.tla a:hover{
	background: inherit;
	color:#ccc;
}
.footer{
	padding: 4em 0;
	color: #ccc;
	background: #333;
	font-size: 0.9em;
	text-align: center;
	margin: 0 -8px;
	clear: both;
}
.footer img {
	border: 0px;
}
.footer a:hover{
	text-decoration:none;
	background-color: #333;
}
.clear{
	clear: both;
}
.p404 h1, .p500 h1{
	padding-top: 1em;
}
.p404 p, .p500 p{
	font-size: 1.2em;
}
.uncle {
	text-align: center;
}
.uncle img{
	margin: 20px ;
	border: solid 20px #ddd;
}
.shoutingAtUncle {
	margin: 0 1em 2em 3em;
}
