body {
	font-size: 16px;
}

#wrapper {
	width: 860px;
}

h1 strong {
	font-weight: bolder;
	font-size: 5em;
}

h1 a {
	color: #333;
	background: none;
}
h1 a .para {
	font-size: 5em;
	color: #D70044;
	background: none;
	padding-top: -5px;
}

h1 a:hover {
	text-decoration: none;
}

#primary {
	width: auto;
}

#primary div.post {
	font-size: 16px;
	line-height: 1.5em;
}

h1 {
	margin: 0;
}

#subtitle {
	font-size: 2em;
	padding-bottom: 2em;
}

input, button {
	font-size: 38px;
}

button.submit {
	cursor: pointer;
	cursor: hand;
}

h2 button {
	font-size: 24px;
}

ul {
	list-style-type: none;
	float: left;
}

ul li {
	margin-bottom: 0.5em;
}

#primary .post img.picture {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#primary div.post h2 {
	line-height: 2em;
}

#primary p {
	font-size: 3em;
	line-height: 1.5em;
}

input.text {
	width: 300px;
}

input.faded {
	color: #999999;
}

#footer {
	padding-top: 100px;
}