body {
	height: 100%;
}

body, input, textarea, select {
	line-height: 1.75em;
}

h2 {
	font-size: 1.2em;
}

h3, h4, h5, h6 {
	font-size: 1em;
}

/* Button */
input[type="button"], input[type="submit"], input[type="reset"], .button {
	display: inline-block;
	padding: 0.2em 1em 0.2em 1em;
}

input[type="button"].small, input[type="submit"].small, input[type="reset"].small,
	.button.small {
	font-size: 0.85em;
	padding: 0.35em 1.5em 0.35em 1.5em;
}

input[type="button"].big, input[type="submit"].big, input[type="reset"].big,
	.button.big {
	font-size: 1.25em;
	padding: 0.75em 2em 0.75em 2em;
}

input[type="button"].huge, input[type="submit"].huge, input[type="reset"].huge,
	.button.huge {
	font-size: 1.5em;
	padding: 0.75em 2em 0.75em 2em;
}

/* Pagination */
.pagination {
	padding: 3em 0 0 0;
}

.pagination .previous {
	margin-right: 0.6em;
}

.pagination .next {
	margin-left: 0.2em;
}

.pagination .pages a {
	width: 2.75em;
	height: 2.75em;
	line-height: 2.75em;
}

.pagination .button {
	height: 2.75em;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 2.75em;
}

/* Box */
.box {
}
.box.post {
}
.box.post .info {
}
.box.post .info .stats {
}
.box.post .info .stats li a {
	border-radius: 0.4em;
	opacity: 0.5;
	-moz-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
	transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
}

.box.post .info .stats li:hover a {
	background-color: #f4f4f4;
	opacity: 1.0;
}

/*
 * Logo                                                                          */
 */
#logo {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.7em;
	letter-spacing: 0.1em;
}

#logo a {
	display: block;
	/*background-color: #213564;*/
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

/*
 * Content
 */
#content {
}

#content>.inner {
	/*max-width: 1400px;*/
	width: 100%;
	padding-bottom: 1em;
}

/*
 * Sidebar
 */
#sidebar {
	position: absolute;
	top: 0;
	padding: 0.2em 0.7em 0.4em 0.7em;
	width: 16.45em; /* = whatever you want */
}

body.left-sidebar #sidebar {
	left: 0;
}

body.right-sidebar #sidebar {
	right: 0;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
	margin: 2em 0 0 0;
	text-align: center;
}

#copyright p {
	font-size: 0.8em;
	line-height: 2em;
}

#copyright:before {
	height: 0.5em;
	margin: 0 0 2em 0;
}