body {
    background-color: lightblue;
	background-image: url(../site/bg.jpg);
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.box {
	background-color: white;
	display: block;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding:15px;
}

.top-img {
	padding:0px;
	margin-bottom:-12px;
	max-width:830px;
}

.nav-bar {
	background-color: #fff;
	padding-top: 1px;
	padding-bottom:1px;
	margin-top:0px;
	margin-bottom: 20px;
}

.headline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:40px;
}

.headline a {
	text-decoration: none;
    width: 60px;
	color: black;
}

.navigation {
	list-style-type: none;
	padding: 0;
}

.navigation li {
    display: inline;
}

.nav-item {
	text-decoration: none;
    padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
    width: 60px;
	color: white;
	background-color: #000;
	font-size:12px;
	line-height:28px;
	overflow: auto;
}

.nav-item-active {
	background-color: #BEAB82;
}

.navigation a:hover, .navigation a:active {
    background-color: #BEAB82;
}

.post_meta {
	margin-top: -8px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 10px;
	
}

.post_footer {
	margin-top: 16px;
	margin-bottom: 60px;
	font-weight: bold;
	font-size: 10px;
}
.post_footer > hr {
	margin-top: 10px;
}

.left {
	float: left;
	width: 100px;
}

.mid {
	float: left;
	max-width: 500px;
	min-width:200px;
}

.right {
	float: left;
}

.post_title > a, .post_title > a:visited {
	text-decoration: none;
	color: #333;
}

.post_title > a:hover, .post_title > a:active {
	color: #BEAB82;
}

.post {
	display: block;
	background-color: white;
	height: auto;
	clear: left;
}


.content:after {
	content: ""; 
	display: table; 
	clear: left;
}



.date1 {
	font-weight: normal;
	font-size: 72px;
	height: 72px;
	line-height: 72px;
}

.date2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
}


img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

h1 {
	font-size: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

h2 {
	margin-top: 45px;
}

code {
font-family: monospace;
color:#B92C20;
background:#F5F2F0;
font-size:13;
padding: 2px;
}

.figure {
	display:table;
	margin-left:0px;
	border: 1px solid #ddd;
	padding: 4px;
	background:#eee;
}

.figcaption {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	display: table-capion;
	padding-left:8px;
	padding-right:8px;
}

.read-more-link {
	padding-top: 6px;
	padding-bottom:10px;
	font-weight: bold;
	font-size: 12px;
}

.click-to-play {
	font-weight: bold;
}



.pagination {
	list-style-type: none;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

.pagination-older {
	float: left;
    
}

.pagination-newer {
	float: right;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 14px;
	font-style: italic;
}
blockquote:before {
	font: 14px/20px italic Times, serif;
	color: #ccc;
	/*content: open-quote;*/
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

