/*
Theme Name: Krista Reese
Theme URI: http://kristareese.com/
Description: WordPress theme for Krista Reese, based on the default WordPress pages, heavily simplified and modified
Version: 1.0
Author: John Contarino
Author URI: http://www.nm-design.com/
Tags: fixed width, two columns, widgets

Do not use without permission. Copyright 2010 by John L. Contarino.

*/


.post {
	padding: 0 20px;
	width: 520px;
}
.comments {
	padding: 0 20px;
	width: 520px;
}

.sidebar {
	padding: 0 0 0 10px;
	left: 570px;
	width: 178px;
}
.sidebar_top {
	border-left: 1px #CCC solid;
	padding: 0 0 0 10px;
	margin: 0;
	top: 1px;
}

/*
Standard Stylin
*/
.nav:hover {
     text-decoration: none;
     background: none;
     color: none;
}
.post img {
	border: 1px #ccc solid ;
	margin: 5px;
	padding: 5px;
}
img a {
	background: none;
	color: none;
}
label {
	margin: 0 0 0 10px;
}
ul {
	padding: 0;
}
li {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
	list-style-type: none;
}
blockquote {
	background: #666;
	border: 1px solid #333;
	font-weight: italic;
	margin: 0 5px 10px 5px;
	padding: 10px 10px 1px 10px;
}
hr {
	color: #8a5d3b;
	margin: 0 0 10px 0;
	width: auto;
}
hr a {
	background: none;
}
.post-date{
     float: left;
     font-size: 11px;
     font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
     font-weight: bold;
     color: #fff;
     padding: 4px 4px 4px 4px;
     text-align: center;
     display: inline;
     margin: 0 0 0 0;
     background: url(images/date_button_template.gif) no-repeat;
     height: 68px;
     width: 56px;
     line-height: 1.4em;
}
/*Comment Template*/
/* comments area */
#comments, #respond {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px;
	clear: both;
}
.commentlist {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	width: 550px;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #ece3c9;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #003366;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 120%;
}
#commentform input{
	width: 200px;
	background:#fffcf2;
	border: 1px solid #666666;
	padding: 3px;
	margin-top: 3px;
	color:#000000;
	font-weight:normal;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#fffcf2;
	border: 1px solid #666666;
        color:#000000;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}


.blog_page {
    margin-left:40px;
    margin-right:40px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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: #FFFFFF;
	padding-top: 4px;
	margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 5px;
	-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: 12px;
        font-weight:bold;
	line-height: 12px;
	padding: 6px;
	margin: 0;
}
/* End captions */