@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url(images/paper_bg.jpg)  repeat-y center top;
}

div#outer {
	position: relative;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: 1a1a1a;
}

/* //// HEADER /// */

div#header {
	position: relative;
	float: left;
	width: 950px;
	height: 302px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	clear: both;
	background: url(images/drawnheader.png) no-repeat;
}

#header h1 {
	margin: 80px 0px 20px 0px;
	padding: 0%;
	font-size: 3.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#header h1 a {
	color: #e22500;
	text-decoration: none;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}


/* /// CONTAINER /// */

a.more-link {
	font-size: 1.2em;
}

div.comments-template {
	margin-bottom: 25px;
}

div#container {
	position: relative;
	float: left;
	width: 633px;
	min-height: 656px;
	padding: 12px 32px 12px 24px;
	margin: 0px 0px 40px 0px;
	background: url(images/om_bg.png) no-repeat;
}

div.entry p {
	word-spacing: 0.2em;
	line-height: 150%;
	width: 90%;
	text-align: justify;
}

.entry ul {
	word-spacing: 0.2em;
	line-height: 150%;
	width: 70%;
	text-align: justify;
}

.navigation {
	width: 100%;
}

.navigation a {
	color: #e22500;
	font-size: 1.6em;
	margin-right: 15px;
}

.navigation a:hover {
	color: #006600;
}

.navigation img {
	border: none;
}

.navigation span {
	color: #e22500;
	font-size: 1.6em;
	margin-right: 15px;
}

.post a {
	color: #e22500;
}

.post a:hover {
	color: #006600;
}

#container h2 {
	font-size: 1.8em;
	padding: 5px;
}

img {
	border: 2px #006600 solid;
}

img.aligncenter {
	position: relative;
	left: 50%;
	margin: 15px 0px 15px -150px;
}

img.alignleft {
	float: left;
	clear: right;
	margin: 0px 15px 15px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
	clear: right;
}

p.postmetadata {
	margin-bottom: 80px;
}

/* /// SIDEBAR /// */

div.sidebar {
	position: relative;
	float: left;
	width: 210px;
	min-height: 621px;
	padding: 4px;
	margin: 0px;
	text-align: right;
	background: url(images/knifenfork.png) no-repeat;
}

.sidebar a {
	color: #fff;
	background: url(images/screenorange.png);
	padding: 1px 5px;
}

.sidebar a:hover {
	color: #006600;
}

.sidebar h2 {
	color: #000;
	font-size: 1.1em;
	margin: 15px 0px 5px 0px;
}

.sidebar ul {
	list-style: none outside;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

.sidebar ul li {
	margin: 0% 0% 4px 0%;
}

.sidebar ul ul {
	list-style: none outside;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

.sidebar ul ul li {
	font-size: 0.9em;
	margin: 0% 0% 8px 0%;
}



/* /// FOOTER /// */

div#footer {
	position: relative;
	float: left;
	width: 950px;
	height: 155px;
	padding: 0px;
	margin: 0px;
	background: url(images/drawnfooter.jpg) no-repeat;
}

#footer img {
	border: none;
	position: absolute;
	left: 830px;
	top: -25px;
	margin: 0px;
}

#footer p {
	margin: 100px 0px 0px 50px;
	width: 40%;
	padding: 0px;
	font-size: 0.9em;
	clear: none;
}

p#email {
	float: right;
	clear: none;
	margin: 100px 50px 0px 0px;
	padding: 0px;
	text-align: right;
}

#email a {
	color: #000;
}
	