/*
Theme Name: Kidsmomo
Theme URI: http://kidsmomo.com/
Author: R. Wiles Development
Author URI: http://rwiles.com/
Description: Updated theme for Kidsmomo.com developed by R. Wiles Development.
Version: 1.0
License: 
License URI: 
Tags: 
*/

html, body {
	margin: 0;
	padding: 0;
	background: #b00 url('images/bg.png') repeat-x;
	font-family: 'Doppio One', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

table td, table td * {
    vertical-align: top;}


a {
	color: #b00;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

#page {
	width: 960px;
	margin: 10px auto;
}

#header {
	overflow: hidden;
}
#header div {
	float: left;
	background: #fff;
	overflow: hidden;
	padding: 4px 12px;
}
#header .books {
	background: url('images/books.png') no-repeat;
	width: 106px;
	height: 49px;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: -1px;
}
nav .books {
	background: url('images/smallbooks.png') no-repeat;
	width: 38px;
	height: 42px;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}

#header h1 {
	float: left;
}

#header h2 {
	float: left;
	margin: 13px 0 8px 25px;
}

h1 {
	font-size: 32px;
	line-height: 1em;
	font-weight: normal;
	margin: 3px 0;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	 font-size: 19px;
	 line-height: 1em;
	 margin: 8px 0;
	 font-weight: normal;
}
#searchform {
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
#primary #searchform {
	margin-top: 0;
	margin-left: 0;	
}

#searchform input {
	margin: 0;
	float: left;
}
	#searchform input[type="text"] {
		width: 160px;
	}
	#searchform input[type="submit"] {
		background-image: url('images/search.png');
		background-repeat: no-repeat;
		background-position: 7px 8px;
		width: 32px;
		text-indent: -100px;
	}
nav ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #e6e6e6;
	float: left;
	padding: 2px 2px;
	border-top: 2px solid #6c911f;
}
nav ul li {
	float: left;
	display: block;
}

nav ul li a {
	float: left;
	display: block;
	font-size: 19px;
	line-height: 1em;
	margin: 2px 5px;
	text-decoration: none;
	padding: 4px 6px;
	color: #8862b7;
}
	nav ul li a:hover {
		text-decoration: none;
		color: #fff;
		background: #8862b7;
	}

#body {
	background: #fd9e20;
	overflow: hidden;
	border-top: 2px solid #6c911f;
}

#primary { 
	width: 600px;
	float: left;
}

#secondary {
	width: 360px;
	float: left;
}

section {
	background: #fff;
	margin: 25px;
	padding: 10px;
	position: relative;
	z-index: 0;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

section:after, .featured>div:after, .pins:after,section header:after, aside header:after, nav:after, .post-nav:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	width: 0;
}

section header h2, aside header h2 {
	background: #6c911f;
	color: #fff;
	margin-top: -20px;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	z-index: 11;
}
.review-button {
	background: #b00;
	margin-left: 20px;
}
section header {
	position: relative;
	z-index: 5;
}

#form-block {
	position: absolute;
	top: -10px;
	left: 188px;
	max-width: 530px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	padding: 30px 5px 0 10px;
	z-index: 10;
	display: none;
}
	

.review-button:hover {
	background: #c11;
}

.featured-link {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 5px;
	background: #e6e6e6;
	color: #000;
	text-decoration: none;
}
.featured-link:hover {
	text-decoration: none;
	background: #adf;
}
.featured-link:last-child {
	margin-right: 0px;
}
.featured-link h3 {
	font-weight: normal;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	margin: 0;
}

.thumb {
	height: 150px;
}
.column {
	width: 150;
	margin-right: 10px;
	float: left;
}
#col-4 {
	margin-right: 0px;
}
#col-temp {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

a img {
	border: 0;
	outline: 0;
}

.pin-link {
	display: block;
	width: 150px;
	padding: 10px;
	background: #e6e6e6;
	margin-bottom: 10px;
	position: relative;
}
.pin-link h3 {
	font-weight: normal;
	margin: 0;
	font-size: 17px;
	line-height: 1.5em;
}
.pin-link h4 {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 10px 0 0 0;
}
	a.pin-link:hover {
		text-decoration: none;
		background: #adf;
	}
	span.pin-link {
		background-image: url('images/smallbooks.png');
		background-repeat: no-repeat;
		background-position: 10px 13px;
		min-height: 50px;
		padding-left: 55px;
		width: 105px;

	}
		span.pin-link.bg-2 {
			background-image: url('images/smallface.png');
		}
	span.pin-link h3 {
		color: #666;
	}

.pin-thumb {
	width: 150px;
	display: block;
}
.pin-caption {
	display:none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 5px 7px;
	background: #fff;
	background: rgba(255,255,255,0.75);
	color: #000;
}
.pin-link:hover .pin-caption {
	display: block;
}

aside {
	background: #fff;
	margin: 25px 25px 25px 0px;
	padding: 10px;
	position: relative;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

section h2 a, aside h2 a {
	color: #fff;
}
section h2 a:hover, aside h2 a:hover {
	text-decoration: none;
}

aside h3, .post h3, .comments h3 {
	font-size: 19px;
	line-height: 1em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
aside h4, .post h4 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

aside p, .post .content {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
.post .content h2 {
	display: block;
	position: static;
	background: none;
	font-family: 'Doppio One', sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin: 8px 0;
	color: #000;
	padding: 0;
}
.post .content ul, .post .content ol {
	background: #e6e6e6;
	padding: 10px;
	padding-left: 30px;
	margin: 10px 40px;
}

aside ul {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding-left: 20px;
}
aside ul li {
	margin-bottom: 10px;
}
.archives li {
	margin-bottom: 0;
}
.archives {
	margin-bottom: 10px;
}
aside ul li:last-child {
	margin-bottom: 0;
}

.featured p {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

section p, aside p {
	margin-top: 0;
	margin-bottom: 10px;
}
section p:last-child, aside p:last-child {
	margin-bottom: 0;
}

footer {
	text-align: center;
	padding: 10px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer p {
	margin: 5px 0;
}

.alignleft {
	display: block;
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	display: block;
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.aligncenter img {
	display: block;
	margin: 0 auto;
}
#respond h3 {
	margin: 0 0;
	font-weight: normal;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

.comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments li {
	background: #e6e6e6;
	padding: 10px;
	margin-bottom: 10px;
}
.comments, .reply {
	padding-bottom: 10px;
}

.avatar {
	display: none;
}
.comment-author {
	float: left;
	margin-bottom: 5px;
}
.comment-meta {
	float: right;
}
.comment-body {
	clear: both;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.disclaimer {
	font-family: 'Doppio One', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-style: italic;
	margin: 5px 0;
	color: #666;
}

.wp-caption {
	background: #e6e6e6;
	padding: 7px 4px;
margin-bottom: 8px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}

.wp-caption-text { 
	font-family: 'Doppio One', sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	font-style: normal;
	text-align: center;
	padding-top: 4px;
}

cite {
	font-style: normal;
}

.comments ul.children {
	list-style: none;
	padding-left: 40px;
}

.vote-plugin {
	clear: both;
	margin-bottom: 10px;
}

.post-meta {
	background: #e6e6e6;
	padding: 10px;
	overflow: hidden;
	margin-top: 10px;
}

	.post-meta h4 {
		float: left;
		padding: 0;
		margin: 0;
		padding-right: 15px;
	}
		.post-meta ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.post-meta ul li {
			float: left;
			padding-right: 15px;
		}

blockquote {
	background: #e6e6e6;
	padding: 10px;
	margin: 10px 40px;
}

input, textarea, select {
	border: 2px solid #8862b7;
	outline: none;
	padding: 6px;
	font-family: 'Doppio One', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	height: 16px;
	margin: 0 5px 0 0;
}
comment-form {
	border: 2px solid #8862b7;
	outline: none;
	padding: 6px;
	font-family: 'Doppio One', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	height: 16px;
	margin: 0 5px 0 0;
	width: 336px;
}

textarea {
	max-width: 336px;
	height: 72px;
	display: block;
}
select {
	display: block;
	width: 352px;
	height: 32px;
	padding: 3px;
}

input[type="button"], input[type="submit"] {
	background: #8862b7;
	color: #fff;
	height: 32px;
	padding: 7px 9px;
	width: auto;
	border: 0px;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background: #9972c9;
	color: #fff;
	cursor: pointer;
}
input[type="text"]:focus, textarea:focus, select:focus {
	background: #f8eeff;

}
input::-webkit-input-placeholder {
	color: #8862b7;
}
input:-moz-placeholder {
	color: #8862b7;
}
input:-ms-input-placeholder {
    color: #8862b7;
}
.post-nav {
	margin: 25px;
}
	.post-nav span {
		float: left;
		background: #6c911f;
		color: #fff;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
		padding: 5px 7px;
	}
		.post-nav .right-nav {
			float: right;
		}

.gallery {
	background: #e6e6e6;
	margin-bottom: 10px!important;
}
.gallery-item {
	margin-bottom: 5px!important;
}

.toplink {
	position: fixed;
	bottom: 0px;
	background: white;
	left: 50%;
	margin-left: 355px;
	padding: 10px;
	width: 80px;
	text-align: center;
	display: none;
}

.archivelist {
	padding: 0;
	margin: 0;
	list-style: none;
}
	.archivelist li {
		background: #e6e6e6;
		padding: 5px;
		margin-bottom: 10px;
	}
	.archivelist li:last-child {
		margin-bottom: 0;
	}

.archivelist p {
	font-size: 14px;
	font-family: "trebuchet MS";
	margin-top: 0;
	margin-bottom: 5px;
}

.spoiler { border: 1px #e6e6e6 solid; }
.spoiler legend { padding-right: 5px; background: white;  }
.spoiler legend input { width: 23px; height: 24px; margin-top:5px; padding: 4px 7px;}
.spoiler div { margin: 0px; overflow: hidden; height: 0;padding: 0px !important; }