/* Start off with Eric Meyer's CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

html, body {
	line-height: 1;
	height: 100%;
	width: 100%;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* And now some of the basics */

body {
	text-align: center;
	background-color: #343434;
	color: black;
	font: normal 80% "Lucida Grande", Verdana, Arial, sans-serif;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #6f9719;
	}

a:hover {
	text-decoration: underline;
	color: black;
	}

h1 {
	font-size: 130%;
	margin-bottom: 10px;
	}

h2 {
	font-size: 105%;
	}

/* Keep everything centered */
#wrapper {
	width: 800px;
	margin: 0 auto 1em;
	text-align: left;
	padding: 0 0 15px;
	}

#menu {
	background-image: url('../images/layout/menu.png');
    font: bold 120% "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0;
	white-space: nowrap;
	width: 100% !important;
	height: 95px;
	display: block;
	text-align: right;
	line-height: 89px;
	}

#menu img {
	vertical-align: middle;
	margin-right: -10px;
	}

#menu a:link, #menu a:visited, #menu a:hover {
	text-decoration: none;
	padding: 10px 8px;
	color: #afafaf;
	}

#menu a:hover, #menu a.current {
	text-decoration: none;
	color: #9fc749;
	}

#menu a.last {
	padding-right: 45px;
	}

#logo {
	float: left;
	margin: 0 0 0 25px;
	}

#copyright {
	font-size: x-small;
	color: #ccc;
	text-align: center;
	padding-bottom: 1em;
	}

.content_page {
	width: 800px;
	background: url('../images/layout/content_middle.png') repeat-y top left;
	}

.content_page div.content {
	display: block;
	width: 760px;
	padding: 20px 20px 5px;
	min-height: 73px;
	height: 100% !important;
	height: 73px;
	background: url('../images/layout/content_top.png') top right no-repeat;
	}

.content_bottom {
	height: 15px;
	width: 800px;
	background: url('../images/layout/content_bottom.png') top right no-repeat;
	}














.box {
	background: url('../images/layout/sides.png') repeat-y top left;
	clear: both;
	}

.inner_box {
	padding: 8px 21px 8px 8px;
	display: block;
	background: url('../images/layout/sides.png') top right repeat-y;
	margin-left: 13px;
	}

.box_top {
	padding: 0;
	display: block;
	background: url('../images/layout/corners.png') top left no-repeat;
	padding-left: 20px;
	margin-top: 1em;
	}

.box_top span {
	padding: 0;
	height: 10px;
	display: block;
	background: url('../images/layout/corners.png') top right no-repeat;
	}

.box_bottom {
	padding: 0;
	display: block;
	background: url('../images/layout/corners.png') bottom left no-repeat;
	padding-left: 20px;
	}

.box_bottom span {
	padding: 0;
	height: 16px;
	display: block;
	background: url('../images/layout/corners.png') bottom right no-repeat;
	}
















.clear {
	clear: both;
	}

div.clear, br.clear {
	height: 1px;
	}

.smalltext {
	color: #242424;
	margin-top: 2px;
	font-size: smaller;
	}

.smalltext img {
	margin-left: 10px;
	vertical-align: middle;
	}

.smalltext a {
	color: #242424;
	padding: 4px;
	}

.smalltext a:hover {
	text-decoration: none;
	}

.larger {
	font-size: larger;
	}

a.jumpto {
	color: #242424;
	padding: 5px;
	}

a.jumpto:hover {
	text-decoration: none;
	}

.entry {
	padding: 2px 5px 5px;
	display: block;
	width: 750px;
	}

.entry .date {
	width: 40px;
	height: 40px;
	background: #343434 url('../images/layout/date.png') top left no-repeat;
	border: 1px solid #d3d3d3;
	text-align: center;
	font-weight: bold;
	color: #d1d1d1;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	}

.entry .date span {
	color: #dedede;
	font-size: 1.5em;
	}

.entry .title {
	padding-left: 20px;
	float: left;
	}

.entry .title span {
	margin-left: 10px;
	font-size: x-small;
	}

.entry .text {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #343434;
	}

.body {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #343434;
	}

.flickr p {
	text-align: center;
	}

.flickr p img {
	padding: 0 5px;
	}