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

#posts {
	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;	
}

#content {				
	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;
	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;
}

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;
}

.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;
}
