/* General rules */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

.container, .container-fluid, .container-wider {
	padding: 0;
}

body > .flex-center{
	min-height: 100%;
	position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */

}

body > .flex-center > .container{
	padding-bottom: 0;
	position: relative;
	width: 850px;
}

a[disabled],
a[disabled]:hover,
a[disabled]:active{
	text-decoration: none;
	color: #333;
	cursor: auto;
}

/* Specific rules */

#content{
	margin-top: .9375rem;
}

#content > div > h1:first-child,
#content > div > h2:first-child,
#content > div > h3:first-child,
#content > div > h4:first-child,
#content > div > h5:first-child,
#content > div > h6:first-child{
	margin-top: 0;
}

#header .logo-container{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

#header .logo-image{
    margin: auto;
}

#footer{
	padding: 16px 0;
	color: #666;
	text-align: center;
}

#navbar ul{
	margin: 0;
	padding: 0;
}
#navbar li{
	display: inline-block;
}

#navbar .show-on-mobile a.rss,
#navbar li.rss{
	float: right;
}

#navbar a{
	display: inline-block;
	padding: 8px 12px;
}
#navbar a:first-child{
	padding-left: 0;
}
#navbar a:last-child{
	padding-right: 0;
}

.comic-page{
	text-align: center;
	padding: 0;
}

.comic-page-image{
	margin: 12px 0 20px 0;
}

.blog-post > .meta,
.blog-post > .body{
	text-align: left;
	padding: 8px 24px 24px;
}

.blog-post > .meta{
	color: #666;
	font-style: italic;
	padding: 12px 24px;
}
.blog-post > .meta > .date,
.blog-post > .meta > .author{
	font-weight: bold;
}

.blog-post .body{
	border-top: 1px solid #ccc;
	min-height: 150px;
	padding-bottom: 30px;
}

.navigation .page-taxonomy,
.navigation .page-number,
.navigation .page-title{
	margin: 0;
}

.navigation > a{
	padding: 8px 12px;
	display: inline-block;
	vertical-align: middle;
}

.navigation{
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.navigation a.previous,
.navigation a.next{
    font-size: 1.375rem;
    vertical-align: middle;
    padding: 0;
}
.navigation a.first,
.navigation a.last{
    vertical-align: middle;
    height: 100%;
}

.navigation a.previous{
    margin-right: 15px;
}

.navigation a.next{
    margin-left: 15px;
}

hr.navigation{
	max-width: 50%;
	margin: auto;
}