/* @override http://www.kelseyschnell.com/wp-content/themes/kelseyschnell/style.css */

/* @group Basic HTML */
html {
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

body {
	background: #fff;
	font: 14px/2em Arial, Verdana, sans-serif normal;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, sans-serif;
	margin: 5px 0;
	font-weight: normal;
	color: #222;
	clear: both;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
	text-align: justify;
	text-rendering: optimizeLegibility;
}

blockquote {
	background: #eee;
	padding: 10px 20px 5px;
	font-style: italic;
	margin: 25px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a, a:visited, a:hover {
	color: #3c6c92;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 10px 25px;
	list-style-position: outside;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}



/* @group Forms */

form.fm {
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
}

form.fm div {
	width: 100%;
	margin: 0 0 10px 0;
}

form.fm div label, form.fm div.fm-notice-label {
	float: left;
	display: block;
	width: 25%;
	margin: 0 2% 0 0;
	padding: 0;
}

form.fm div.fm-notice-message {
	float: left;
	width: 70%;
}

form.fm div.fm-text input, form.fm div.fm-textarea textarea {
	float: left;
	width: 70%;
	padding: 3px;
	margin: 0;
	background: #fff;
	border: 2px inset;
}

form.fm div.fm-text input:focus, form.fm div.fm-textarea textarea:focus {
	background: #eee;
}

form.fm div.fm-submit input {
	float: right;
}

/* @end */

/* @end */


/* @group Layout */

body > header {

}

body > header #logo {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
}

/* @group Container */

#container {
	background: #fff;
	position: relative;
	margin: 50px auto 0px auto;
	width: 960px;
	height: auto !important;
	min-height: 800px;
	height: 100%;
	clear: both;
	display: block;
}

/* @group Site Backgrounds */
#container.home {
	background: url(images/ks-main.jpg) no-repeat center bottom;
}

#container.contact {
	background: url(images/ks-contact.jpg) no-repeat -100px bottom;
}

#container.about {
	background: url(images/ks-about.jpg) no-repeat 720px bottom;
}

#container.posts, #container.search {
	background: none;
}

/* @end */

#container #content {
	margin: 0 auto;
	padding: 150px;
	width: 460px;
}

/* @group Top Navigation */

#container #topnav {
	height: 250px;
	width: 960px;
	display: block;
	position: absolute;
}

#container #topnav #nav-search, #container #topnav #nav-contact, #container #topnav #nav-about, #container #topnav #nav-posts, #container #topnav #nav-rss {
	position: absolute;
}

#container #topnav #nav-search {
	top: 200px;
	left: 150px;
}

#container #topnav #nav-contact {
	top: 80px;	
	left: 265px;
}

#container #topnav #nav-about {
	top: 0px;
	left: 455px;
}

#container #topnav #nav-posts {
	top: 80px;
	left: 645px;
}

#container #topnav #nav-rss {
	top: 200px;
	left: 760px;
}

#container #topnav a, #container #topnav a:visited, #container #topnav a:hover {
	text-decoration: none;	
}

#container #topnav a div {
	display: none;
	position: absolute;
	left: -37.5px;
	top: 27px;
	text-align: center;
	width: 150px;
	color: #000;
	text-shadow: 1px 1px 1px #eee;
	filter: dropshadow(color=#eee, offx=1, offy=1);
}

#container #topnav a div span {
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}
  

/* @end */

/* @end */

/* @group Footer */

body > footer {
	background: #333;
	height: 200px;
	height: auto !important;
	min-height: 200px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #777;
}

body > footer #footerWrapper {
	width: 460px;
	margin: 0 auto;
}

body > footer #footerWrapper .footerCol {
	width: 210px;
	margin: 15px 0 20px 0;
	float: left;
	font-size: 12px;
	line-height: 1.7em;
	height: auto;
}

body > footer #footerWrapper .footerCol .textwidget {
	display: block;
	margin-bottom: 20px;
}

body > footer #footerWrapper .footerCol.left .textwidget p {
	text-align: right;
}

body > footer #footerWrapper .footerCol .small {
	font-size: 10px;
	display: block;
}

body > footer #footerWrapper .footerCol .designedBy {
	font-size: 10px;
	display: block;
	margin-top: 10px;
	color: #555;
}

body > footer #footerWrapper .footerCol .designedBy a {
	color: #666;
}

body > footer #footerWrapper .footerCol.left {
	text-align: right;
	margin-right: 10px;
}

body > footer #footerWrapper .footerCol.right {
	text-align: left;
	margin-left: 10px;
}

body > footer #footerWrapper .footerCol h1 {
	font-size: 12px;
	color: #bbb;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

body > footer #footerWrapper .footerCol ul {
	
}

body > footer #footerWrapper .footerCol ul li {
	
}

body > footer #footerWrapper .footerCol ul li a {
	color: #bbb;
	font-weight: normal;
}

/* @end */

/* @end */


.clearboth, .clear {
	clear: both;
	height: 0;
}

/* @group Posts */


.post {
	display: block;
	margin-bottom: 30px;
	padding: 0 0 30px 0;
	clear: both;
	position: relative;
	text-align: justify;
	background: url(images/flourish.png) bottom center no-repeat;
}

.post h1 {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}

.post h1 a, .post h1 a:visited, .post h1 a:hover {
	color: #333;
	text-decoration: none;
}

.post p, .post li {
	line-height: 1.6em;
}

.post .thumbnail {
	padding: 0px;
	margin: 0;
	width: 460px;
	display: block;
	border-top: 1px dotted #ccc;
}

.post .thumbnail img {
	display: block;
	margin: 10px 0px;
	padding: 0;
	width: 460px;
	height: 150px;
}

.post .content {
	width: 575px;
	float: left;
}

.post.home .content * img {
	display: none;
}

.post .originalPosting {
	background: #eee;
	text-align: center;
	font-style: italic;
	padding: 10px;
	margin: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @group Links */

.more-link, .more-link:visited {
	display: block;
	text-align: left;
	margin-top: 3px;
}

/* @end */

/* @group Alignment */

.post .left, .post .alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.post .center, .post .aligncenter {
	display: block;
	margin: 5px auto;
}

.post .right, .post .alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

/* @end */

/* @group Captions */

.wp-caption {
	font-size: 10px;
}

/* @end */

/* @group Meta */

.meta {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding: 3px 0;
	display: block;
	color: #999;
	font-size: 11px;
}

.meta time {
	text-align: center;
	display: block;
	width: 100%;
}

/* @end */

/* @group Post-Update */

.post .update {
	background: #fff8d8;
	border: 5px solid #f9ebb8;
	padding: 10px;
}

/* @end */

/* @end */


/* @group Comments */

#comments {
	
}

#comments h1 {
	letter-spacing: -1px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

#newcomment h1 {
	font-size: 1.4em;
	font-weight: bold;
}

/* @group Comments */

#comments #commentlist li.comment {
	list-style-type: decimal;
	padding: 10px;
	border-bottom: 1px #eee solid;
	margin-bottom: 10px;
}

#comments #commentlist li.comment .comment-body {
	margin-left: 42px;
	position: relative;
}

#comments #commentlist li.comment .comment-body .comment-meta {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 10px;
	color: #333;
}

#comments #commentlist li.comment .comment-body .comment-author {
	display: block;
	height: 32px;
	margin-bottom: 10px;
	margin-left: -42px;
}

#comments #commentlist li.comment .comment-body .comment-author .avatar {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

#comments #commentlist li.comment .comment-body .reply {
	display: block;
	height: 20px;
}

#comments #commentlist li.comment .comment-body .reply .comment-reply-link {
	float: right;
}

/* @end */

/* @group Comment Form */

#commentform {
	background: #eee;
	padding: 20px;
	margin: 10px 0px;
	width: 420px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#commentform .subscribe-to-comments {
	background: #ddd;
	display: block;
	width: 100%;
	padding: 5px 20px;
	margin: 5px -20px;
}

/* @end */

/* @end */




/* @group WP-PageNavi */

.wp-pagenavi {
	display: block;
	clear: both;
	width: auto;
	margin: 20px auto;
	text-align: center;
}

.wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .last, .wp-pagenavi .first {
	display: inline-block;
	padding: 6px;
	background: transparent;
	color: #333;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .last, .wp-pagenavi .first {
	width: 20px;
	height: 20px;
	text-align: center;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagenavi .page, .wp-pagenavi .current {
	
}

.wp-pagenavi .first, .wp-pagenavi .last {
	width: auto;
}

.wp-pagenavi .current, .wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .last:hover, .wp-pagenavi .first:hover {
	color: #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	
}

.wp-pagenavi .extend {
	display: none;
}

/* @end */