/*
Theme Name: KingsWay
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 
*/

/* 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 */

.page_body
{
    padding-bottom: 10px;
}
#content
{
    padding: 0 20px;
    font-size: 11px;
}
#content p, 
#content h3
{
    margin-right: 0;
    margin-left: 0;
}
.post
{
    margin-bottom: 20px;
}
small
{
    color: #555;
}
.navigation
{
    clear: both;
}
.navigation div
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#content .title
{
    clear: both;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}
.title a,
.title a:hover,
.title a:visited
{
    color: Black;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#content .entry
{
    margin-top: 15px;
    line-height: 150%;
}
#content .entry p
{
    margin-bottom: 1em;
    font-size: 1em;
}

#content .postmetadata 
{
    font-size: 1em;
    text-align: right;
    margin-top: 1em;
    color: #777;
}
#content .commentlist
{
    font-size: 1em;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}
.commentlist li
{
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 0;
    margin-left: 0;
}
.commentlist .comment-author
{
    font-weight: bold;
    font-style: normal;
}
.commentlist .comment-author .fn
{
    font-style: normal;
}
.commentlist .avatar
{
    float: right;
}
.comment-meta
{
    font-size: 1em;
}
.commentlist p
{
    margin-top: 1em;
    font-size: 1em;
}
#content ul {
	font-size: 1em;
}
#content li
{
    font-size: 1em;
	margin-left: 0;
	margin-right: 0;
}
#comments
{
    clear: both;
}
#respond
{
    clear: both;
}
#content h3
{
    font-size: 1.2em;
    margin-top: 1em;
}
#commentform p
{
    font-size: 1em;
}
label small
{
    margin: 0;
}
#commentform textarea
{
    width: 100%;
    font-size: 1em;
    width: 430px;
}
