/*
Theme Name: JandO Fabric
Theme URI: http://bloggerdesign.com/
Description: 
Version: 1
Author: Thomas McMahon
Author URI: 
Tags: 

*/
.navigation td, .narrowcolumn, #sidebar {
	text-align: left;
}
/*#topNav {
	height: 21px;
}*/

.narrowcolumn {
	width: 490px;
	float: left;
}
#sidebar {
	float: right;
	background-color: #f2f3e9;
	width: 180px;
	padding: 20px 5px;
	border-right: 1px solid #e0e0e0;
}

/* Begin Images */
#content p img {
	padding: 0;
	max-width: 100%;
	}

.blog-title a {
	color: #9c4345;
	font-size: 26px;
	text-decoration: none;
}

.blog-title {
	margin: 20px 0;
}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border-bottom: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 5px;
	list-style: none;
	border: 1px solid #f2f3e9;
	color: #000;
	font-size: 12px;

	}
.commentlist li ul li { 
	margin-right: -5px;
	border: none;
	border-left: 1px solid #f2f3e9;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	float: right;
	background-color: #f2f3e9;
	padding: 4px;

	}
.comment-author, .post-teaser-block {
	background-color: #f2f3e9;
	padding: 4px;
}
.post-teaser-block, .sociable {
	clear: both;
}
.comment-author img {
	border: 1px solid #e2e4db;
	padding: 2px;
	background: #fff;
}
.comment-author a {
	color: #7e7144;
	text-decoration: none;
}
.commentmetadata a {
	font-size: 10px;
	color: #7e7144;
	text-decoration: none;
	}
.comment-body p {
	clear: both;
}
.reply a {
margin: 0 10px 0 0;
	background-color: #f8e781;
	padding: 1px 3px;
	font-size: 11px;
	color: #7e7144;
	border: 1px dashed #dfce71;
	text-decoration: none;
}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* 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 */

#content h1, #content h1 a  {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #F07371;
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	line-height: 24px;
}
#content h1 {
	border-bottom: 1px solid #eeede7;
}
#content h1 a:hover, .blog-title a:hover {
	text-decoration: underline;
	color: #7284e5;
}
.post {
	margin-bottom: 40px;
	clear: both;
}
#sidebar li {
	color: #000;
}
#sidebar h2 {
	color: #F07371;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0 2px 0;
	margin: 0;
	font-size: 16px;
}
.post-date {
float: right;
display: inline;
margin: 0 10px 0 0;
	background-color: #f8e781;
	padding: 1px 3px;
	font-size: 11px;
	color: #7e7144;
	border: 1px dashed #dfce71;
}
.postmetadata {
	border-top: 2px solid #f5f5f5;
	padding: 5px;
}
h3 {
	color: #7284e5;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
	margin: 5px 0;
	padding-bottom: 2px;
	line-height: 24px;
}
.post div img{
	clear: both;
}
.entry div {
	margin-bottom: 15px;
}
