/*
Theme Name: John B's theme
Theme URI: http://getk2.com/
Description: A child theme based on K2 1.1 RC1
Author: John Barrdear
Author URI: http://barrdear.com/john
Template: k2_1.1_rc1
*/

	
body {
	background:  #F5EFE0; /* The FT site is: FFF1E0 */
	font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
	font-size:   13px;
}

#header {
	height: 35px;
	position: relative;
	background: #3371A3;
	background-position: top left;
}

#site-title {
	padding-top:    3%;
	padding-left:   40px;
	padding-right:  40px;
	padding-bottom: 0px;
	height: 35px;
}

.headermenu {
	font-size: 1.3em;
}

.headermenu > ul > li.current_page_ancestor > a,
.headermenu > ul > li.current_page_item > a {
	background: #FFFFFF;
}
	
#page {
	position:       relative;
	
	margin-top:     5px;
	margin-left:    auto;
	margin-right:   auto;
	margin-bottom:  5px;
	
	border:         1px solid #111;
	
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;

	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;

	background:     #FFFFFF;
	
	padding-top:    0px;
	
	width:          25cm;
	max-width:      95%;
	
	clear:          both;
	text-align:     justify;
}

.columns-one #page,
.columns-one.smartposition #rollingarchivesbg {
	width:          25cm;
	max-width:      95%;
}

.wrapper {
	padding-top:    0px;
	padding-left:   10px;
	padding-right:  10px;
	padding-bottom: 0px;
}

body.flankingsidebars .primary {
	width:          100%;
	margin-top:     0px;
	margin-bottom:  0px;
	margin-left:    auto;
	margin-right:   auto;
	padding:        0px;
	text-align:     justify;
	/*max-width:      900px;*/
}

hr {
	display:        block;
}

.post,
body.attachment .attachment {
	position: relative;
	margin: 0 0 0;
	padding: 0 0 0;
}

.navigation a,
.navigation a:visited {
	color: #820;
	}


.hentry h3, 
.hentry h3 a, 
.hentry h3 a:visited {
	color: #820;
	font-weight: normal;
	letter-spacing: -1px;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	display: block; 
	margin-top: 1px;
	color: #999;
	}

.entry-meta a, 
.comment-meta a {
	color: #666;
	}

.entry-edit {
	margin-top: 2px;
	margin-left: 0px;
	}

.commentslink {
	display: block;
	clear: left;
	margin-top: 2px;
	margin-left: 0px;
	}

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url('images/comment_edit.png') left center no-repeat;
	height: 16px;
	}

.entry-content {
	font-size: 1.3em;
	font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
	line-height: 1.6em;
	text-align: justify;
	color: black;
	}

.entry-content p {
	margin: 1.5em 0;
	}

.entry-content img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	max-width: 100%;
	}


.entry-content blockquote {
	margin-top:     20px;
	margin-left:    30px;
	margin-right:   20px;
	margin-bottom:  20px;
	padding-top:    0px;
	padding-left:   30px;
	padding-right:  10px;
	padding-bottom: 0px;

	color: #333;
	background: #E5E5E5 url('images/quote.png') border-box no-repeat 3px 3px;
	border: 1px dashed #222;
}	

.entry-content blockquote blockquote {
	background: #FFFFFF url('images/quote.png') border-box no-repeat 3px 3px;
}	

.entry-content blockquote blockquote blockquote {
	background: #E5E5E5 url('images/quote.png') border-box no-repeat 3px 3px;
}	

.entry-content blockquote blockquote blockquote blockquote {
	background: #FFFFFF url('images/quote.png') border-box no-repeat 3px 3px;
}	

.entry-content blockquote blockquote blockquote blockquote blockquote {
	background: #E5E5E5 url('images/quote.png') border-box no-repeat 3px 3px;
}	

.entry-content ol, 
.entry-content ul {
	padding: 0 0 0 20px;
	}

.entry-content ol li, 
.entry-content ul li {
	margin: 0 0 0px;
	padding: 0;
	}

.akst_share_link {
	font-size: 1em;
	color: #666;
	}
	
.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	}

.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: inline;
	}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: inline;
	}