/*  
Theme Name: Juggling Store
Theme URI: http://www.jugglingstore.com/blog/
Description: A custom template for jugglingstore.com
Version: 1
Author: P Maloney
Author URI: http://www.jugglingstore.com


*/



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #202020;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
#blogcontent {
	font-size: 1.2em;
	padding-bottom: 10px;
	}
	
.meta { 
	font-size: 1em;
	color: #8b8d96;
	margin: 0 0 0 4px;
	}

.post {
	margin: 5px;
	padding-right: 15px;
	}

.postcontent {
	padding-left: 8px;
	margin-top: -3px;
	}
	
.postcontent img {
	border: 1px solid #c9c9c9;
	padding: 3px;
	margin-left: 4px;
	display: block;
	}
	
.postcontent a:link, .postcontent a:visited {
	text-decoration: none;
	color: #ba3d42;
	font-weight: bold;
	}

.postcontent a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	}
	
.feedback {
	margin: 12px 0 50px 12px;
	padding: 0;
	font-size: 1em;
	color: #8b8d96;
	}
	
.feedback a:link, .feedback a:visited {
	text-decoration: none;
	color: #cf474c;
	background-color: #e9eaf4;
	font-weight: bold;
	margin-left: 15px;
	}
	
.feedback a:hover {
	text-decoration: none;
	color: #696969;
	background-color: #daddfe;
	font-weight: bold;
	margin-left: 15px;
	}
	
	
h1, h2, h3, h1 a:link, h1 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fb0000;
	text-transform: uppercase;
	}
	
h1 {
	font-size: 1.8em;
	color: #ed1c24;
	margin: 18px 0 0 0;
	text-transform: capitalize;
	}
	
h2 {
	font-size: 1.4em;
	margin: 15px 0 3px 3px;
	}
	
#commentlist h4 {
	margin: -4px 0 -7px 0;
	padding: 0;
	font-size: 1.3em;
	color: #636363;
	}
	
#commentlist h4 a:link, #commentlist h4 a:visited {
	text-decoration: none;
	color: #636363;
	}
	
#commentlist h4 a:hover {
	text-decoration: none;
	color: #83879e;
	}
	
#commentlist li {
	margin-bottom: 40px;
	padding: 0;
	}
	
#commentlist a:link, a:visited {
	text-decoration: none;
	color: #990000;
	}

#commentlist a:hover {
	text-decoration: underline;
	color: #990000;
	}
	
.commentmeta {
	font-size: 1em;
	color: #8b8d96;
	margin: -5px 0 0 4px;
	}
	
.commentgoodies { 
	font-size: 1em;
	color: #8b8d96;
	margin: -8px 0 20px 5px;
	}

.commentgoodies a:link, .commentgoodies a:hover {
	text-decoration: none;
	color: #ba3d42;
	}
	
.commentgoodies a:hover {
	text-decoration: underline;
	color: #990000;
	}
	
.postnav {
	margin: 10px;
	font-size: 1em;
	display: block;
	text-align: center;
	}
	
.postnav a:link, .postnav a:visited {
	text-decoration: none;
	color: #ba3d42;
	}

.postnav a:hover {
	text-decoration: underline;
	color: #990000;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
a img {
	border: none;
	}

.homelink {
	margin: 15px;
	}

.homelink a:link, .homelink a:visited {
	text-decoration: none;
	color: #ba3d42;
	font-size: 1em;
	}

.homelink a:hover {
	text-decoration: underline;
	color: #990000;
	font-size: 1em;
	}
	
#blogsidebar {
	text-align: left;
	font-size: 1.2em;
	padding: 5px 0 5px 15px;
	border-left: 1px solid #c3c3c3;
	}
	
#blogsidebar h2 {
	font-size: 1.5em;
	color: #4d4d4d;
	font-weight: 800;
	}
	
#blogsidebar ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 5px;
	}
	
#blogsidebar li {
	padding: 4px 0 4px 3px;
	}

#blogsidebar a:link, #blogsidebar a:visited {
	text-decoration: none;
	color: #ba3d42;
	}
	
#blogsidebar a:hover {
	text-decoration: underline;
	color: #990000;
	}
	
#searchbar .textbox {
padding: 1px;
border: 1px solid #d71820;
}

	
#recentposts {
	margin-top: 40px;
	}	

#recentposts h3 {
	margin: 0 0 2px 0;
	color: #6e6e6e;
	text-transform: none;
	font-style: normal;
	font-size: 1.2em;
	font-weight: normal;
	}
	
#archivelist {
	margin-top: 40px;
	margin-bottom: 40px;
	}
	
#sidebarfeeds img {
	margin-bottom: -2px;
	}
	
#sidebarmisc {
	margin-top: 40px;
	}
	
#footer {
	margin: 30px 0 20px;
	}

