body {
	text-align: center;
	background: white;
}

#posts {
	max-width:600px;
	margin-right:40px;
	margin-bottom:10px;
	float: left;
}

#sidebar {
	width:300px;
	float: left;
	color: #113;
	font-family: 'EB Garamond', Garamond, serif;
	line-height: 1.5em;
	background: white;
	padding: 10px 0px 10px 0px;	
}

@media screen and (max-width: 900px) {
    #sidebar {
    	display: none;
    }
}

#content {				
	max-width: 950px;
	margin: 0px auto;
	text-align: left;
}

header {
	font-family: Arial, Helvetica;
	font-size: 32px;
	font-weight: bold;
	color: #ccc;
//	margin-top: 70px;
}

header a {
	float: right;
	font-size:11px;
	text-decoration: underline;
	color:#ccc;
}

article {
	margin-bottom: 35px;
	max-width: 600px;
}

time {
	font-size: 11px;
	padding:0px 0px 0px 0px;
	color:#ddd;
}

#droparea {
	color: #113;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
//	font-family: 'EB Garamond', Garamond, serif;
	line-height: 1.5em;
	background: white;
	padding: 10px 0px 10px 0px;
}

#droparea img {
	width: 100%;
}

#droparea td img {
	width: auto;
}

#droparea td {
	padding: 10px;
}

#droparea th {
	padding: 10px;
}

#droparea th {
	background: rgb(219, 219, 219);
}

#droparea tr:nth-child(even) {
	background: rgb(243, 243, 243);
}

#droparea tr:nth-child(odd) {
	background: rgb(231, 231, 231);
}


textarea {
	width: 100%;
	height: 800px;
}

h1 {
	margin-bottom: 1em;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	margin-top:0px;
	font-size: 30px;
	color: black;
}

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

h1 a:hover {
	color: #ccc;
}

h2 {
	margin-top: 50px;
}

.upperPlace {
	width: 8px;
	height: 6px;
	margin: -5px 0px 0px 250px;
	background: black;
	position: absolute;
}

.rightPlace {
	width: 8px;
	height: 6px;
	background: black;
	margin: 10px 0px 0px 500px;
	position: absolute;
}

.leftPlace {
	width: 8px;
	height: 6px;
	background: black;
	margin: 10px 0px 0px -10px;
	position: absolute;
}

.upperImg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 500px;
}

.leftImg {
	margin-right: 10px;
	float: left;
	width: 250px;
}

.rightImg {
	margin-left: 10px;				
	float: right;
	width: 250px;
}
