/* =============================================================== */
/* BASIC ELEMENTS */
/* =============================================================== */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #5B664E;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
	min-width: 800px;
	background: #ffffff;
}

p, h1, h2, h3, ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

p.blogger-labels {
    margin-top: 0px;
    font-size: 11px;
	line-height: 13px;
	margin-bottom: 0px;
	padding:0px;
}

p.post-footer {
	text-transform: uppercase;
	color: #94A278;
	font-size: 11px;
    border:0;
    margin-top:0px;
    padding-top:0px;
    margin-bottom:40px;
}

#sidebarextras p {
	text-transform: uppercase;
	color: #94A278;
	font-size: 11px;
	line-height: 13px;
        width: 200px;
}

h1 {
	font-size: 26px;
	line-height: 26px;
}

h2 {
	color: #EE643E;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

/* =============================================================== */
/* LAYOUT */
/* =============================================================== */

#pagebody {
	position: absolute;
	top: 330px;
	left: 280px;
	width: 520px;
	margin-bottom: 20px;
}

#sidebarextras {
	position: relative;
	left: 30px;
	margin-bottom: 20px;
        width: 200px;
}

/* =============================================================== */
/* LINKS */
/* =============================================================== */

/* links default */
a { color: #34597A; text-decoration: none;}
a:hover { color: #ffffff; background-color: #34597A; text-decoration: none;}

/* =============================================================== */
/* IMAGES */
/* =============================================================== */

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.post img {
	margin: 0px;
	padding:5px;
	border:1px solid #94A278;
}

/* =============================================================== */
/* HELPERS */
/* =============================================================== */

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }archive