@charset "utf-8";
/* CSS Document */

/* CONTENT */
/* For WordPress Site */
#nav .pagenav, #nav .categories {text-transform: uppercase;font-weight: bold}

/*#content div.entry:first-letter {font-size:60px; line-height:0.76em; float:left;padding:5px 10px 0 0;color:#aaa}*/
#content {margin-bottom:0;padding-bottom: 20px;}
#content .post {padding-top:5px;clear:both}
#content {padding-right:50px; text-align: justify; border-right: 1px solid #ccc;}
.post h2 {font-size: 28px;text-align: left; color:#000}
h2.pagetitle {color:#333;margin:0;padding-bottom:0;}
.date {
	font-size: 30px;
	font-weight: bold;
	line-height: 0.8;
	color: #555C64;
}
.postmetadata {font-size:12px;color:#bbb;height:1%}
.small  {font-size:12px;color:#aaa;margin-top:10px;}
.postmetadata small  {font-size:12px;color:#aaa;text-transform: inherit;font-weight: normal;padding: 10px 0; margin:20px 0; border-top: 1px solid #eee;text-transform: none}
.alignnone {display: block}
img.size-medium {margin:0 0 10px 0}
.entry a img { margin:0 0 10px 0; vertical-align:top;}
/* .entry img {border: 1px solid #ddd;	text-align: center;	background-color: #fafafa;	padding: 5px; margin: 5px 10px 10px 0px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;} */
.entry img {
	border: none;	
	text-align: center;	
	background: none;
	padding: 5px; 
	margin: 5px 10px 10px 0px; 
}
dl.gallery-item  {margin:0}
dl.gallery-icon img {border: 1px solid #ddd}
dl.gallery-item a {border: none}
img.wp-smiley {border:none;margin:0;padding:0}
.entry ul li {color:#666}
/*
.entry a{color: black; text-decoration: black;}
.entry a:hover{color: red; text-decoration: red;}
*/
.addthis_container {
	padding: 0px !important;
	margin: 20px 0px !important;
	border: none;
	background: none;
}
.addthis_container * {
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
	background: none;
}

/* PREV NEXT NAV */
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px !important;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px !important;
}
.aligncenter, div.aligncenter {	
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 15px;
	text-align: center;
}
.navigation, .comment-navigation {display: block;clear:both;}
.navigation {	margin-top: 40px; padding-bottom: 70px;	}
.comment-navigation {margin-top: 15px;	padding-bottom: 5px;}		
.navigation a, .comment-navigation a {background: #eee;padding: 5px 10px;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.navigation a:hover, .comment-navigation a:hover {background: #ddd;padding: 5px 10px;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.attachment a { border:0}
.navigation a img {border-radius:0; border:none}
.navigation-image a {border:none}	

/* Captions */
/*
.wp-caption {	border: 1px solid #ddd;	text-align: center;	background-color: #fafafa;	padding-top: 5px;	margin: 5px 25px 25px 0px;	-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;	line-height: 17px;	padding: 4px 4px 5px 0;	margin: 0;	font-style: italic;	}
*/
.wp-caption {
	border: none;
	text-align: left;	
	background: none;
	padding-top: 0px;
	margin: 5px 5px 15px 5px;	
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {	
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px 4px 5px 0;
	margin: 0;
	font-style: italic;
}

.post-smallerfont {
	font-size: 0.9em !important;
}
	.post-smallerfont h2.post-title, .post-smallerfont h2.post-title *, .post-smallerfont .date {
		font-size: 26px !important;
		line-height: 34px !important;
	}
	.post-smallerfont small {
		margin-top: -10px;
	}

