/*
THEME NAME: Kitty Rancher
THEME URI: http://www.kittyrancher.com
DESCRIPTION: For Doug, Love Kevin
VERSION: 1.0
AUTHOR: Kevin RE Watts
AUTHOR URI: http://kevinrewatts.com
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common */

body {
	background-color: #4eb5fa;
	color: white;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
	font-weight: bold;
}
h1 {
	margin: 10px 0 10px 0;
	font-size: 5em;
	text-align: center;
}
h2 {
	margin: 10px 0 10px 0;
	font-size: 4em;
	text-align: center;
}
h3 {
	border-top: 1px solid white;
	font-size: 2em;
	margin-top: 20px;
	padding: 10px 0 10px 0;
}
a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}

/* Structure */

#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	font-size: 1.6em;
	padding: 10px 0 5px 0;
	text-align: center;
}

#nav a {
	padding: 0 5px 0 5px;
}

.comic-strip img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5px 10px 5px;
	background-color: white;
}

.comic-meta {
	padding: 10px 5px 5px 0;
	float: right;
}

.navigation {
	font-size: 1.6em;
	padding: 10px 0 5px 0;
	text-align: center;
}

.navigation a {
	padding: 0 10px 0 10px;
}

.comment-text {
	font-size: 1.8em;
}
.comment-author {
	font-size: .8em;
	padding: 5px 0 15px 0;
}
#respond p {
	padding-bottom: 10px;
}

.narrowcolumn {
	font-size: 2.5em;
}

.wp-pagenavi span {
	float: right;
}