body {
	margin: 0;
	font-family: verdana;
	color: #404040;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

.title, .footer {
	padding: 5px;
	text-align: center;
	background: white;
	color: #404040;
}

.title {
	font-size: 21px;
	letter-spacing: 5px;
	font-weight: 100;
	font-stretch: expanded;
}

.content {
	width: 1200px;
	margin: auto;
	padding: 20px 0;
	overflow: auto;
	border-top: 2px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
}

.heading {
	height: 40px;
	width: 800px;
	float: left;
	text-align: center;
	padding: 5px 0 10px 0;
}

.heading .postdate {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.heading .posttitle {
	font-size: 21px;
	padding: 3px;
	margin: 0;
}

.menu {
	width: 200px;
	min-height:505px;
	float:right;
	border: 2px solid #d0d0d0;
	padding: 100px 10px 10px 10px;
	background: #ffffff;
	text-align: center;
}

.menu div.avatar {
		position: relative;
		margin: -160px 0 10px 18px;
		background: white;
		width: 165px;
}

.menu div.avatar img {
	height: 150px;
	border-radius: 50%;
}

.menu	p {
	font-size: 11px;
}

.menu	input[type='text'] {
	border: 1px solid #d0d0d0;
	width: 80%;
	padding: 3px;
}

.menu	button {
	border: none;
	background: none;
	color: #909090;
}

.bodytext {
	width: 880px;
	float: left;
	padding: 20px;
	background-image: url('images/paper-background.jpg');
	font-size: 14px;
	box-shadow: 5px 5px 15px #ccc;
}

.bodytext pre {
	background: #ffffff;
	padding: 10px;
	line-height: 75%;
}

P.postdesc {
	font-size: 11px;
	color: #909090;
	margin: 20px 0 10px 0;
	text-align: center;
}

.bodytext h2 {
	display: inline;
	font-weight: lighter;
}


form label {
	display: inline-block;
	width: 100px;
}

.input, .select {
	border: 1px solid #d0d0d0;
	width: 200px;
	padding: 3px;
}

.select {
	width: 208px;
}

.textinput {
	width: 515px;
	height: 75px;
	border: 1px solid #d0d0d0;
	padding:3px;
}

input:focus, textarea:focus {
	outline-width: 0;
}

img.photo, img.photoleft, img.photoright {
	border-radius: 10px;
	box-shadow: 5px 5px 10px #888;
}

img.photo {
	width:100%;
}

.footer {
	font-size: 11px;
}

.footer	input {
	border: 1px solid #d0d0d0;
	width: 100px;
	padding: 3px;
}

.footer	button {
	border: none;
	background: none;
	color: #909090;
}

hr {
	background-color: #c0c0c0;
  height: 1px;
  border: 0;
}

@media only screen and (max-width: 1200px) {
  .menu {
    display: none;
  }

	.title, .content, .heading, .footer, .bodytext {
		width: 95% !important;
	}
}

@media only screen and (max-width: 900px) {
	.bodytext {
		width: 93% !important;
	}
}

@media only screen and (max-width: 700px) {
	.bodytext {
		width: 90% !important;
	}
}