/*
Theme Name:		Kids to Kids, based on WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0
Author: 		Kristine Jubeck, Ptah Dunbar
Author URI:		http://ptahdunbar.com

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

div.post {
margin-bottom: 20px;
}
.entry-header {
margin-bottom: 15px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.entry-footer {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.more-link {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-weight: normal;
}
div.entry-content {
font-size: 13px;
}
div.entry-content ol, div.entry-content ul{
margin: 0 0 1em 2em;
}
div.entry-content ol li {
list-style-type: decimal;
margin-bottom: .25em;
}
div.entry-content ul li {
list-style-type: disc;
margin-bottom: .25em;
}
div.entry-content blockquote {
margin-left: 2em;
border-left: 3px dotted #ccc;
padding-left: 20px;
}
div.entry-content cite {
margin-left: 2em;
padding-left: 23px;
}
div#comments, div#respond {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-top: 1px solid #BFBFBF;
padding-top: 10px;
margin-top: 30px;
}
ol.comment-list {
margin-left: 2em;
}
ol.comment-list li {
list-style-type: decimal;
}
div.comment-content {
margin-top: 1em;
}
div#respond div.form-section {
clear: both;
margin-bottom: 5px;
}
div#respond label {
float: left;
width: 100px;
}
div.navigation-links {
font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
border-top: 1px solid #BFBFBF;
padding-top: 10px;
margin-top: 30px;
position: relative;
}
div.nav-next {
position: absolute;
top: 10px;
right: 0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#salesforce {
	width:930px;
	margin:0 auto;
	padding-bottom:20px;
}
#salesforce div.sf-button {
	border:none;
}
#salesforce div.sf-button a img {
	margin-left:-1px;
}
