/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	font-size: 1em;
	background:#e1e1e1;
}

.h2 {
	font-size: 1.6em;
	display: inline;
	line-height: 60px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #1f73e0;
}

.h3 {
	font-size: 1.6em;
	display: inline;
	line-height: 60px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #1f73e0;
}

.post-navigation .meta-nav,
.entry-meta .posted-on a,
.entry-meta .posted-on a:visited,
.menu-item, 
.menu-item-type-post_type,
.menu-item-object-page,
.sf-menu li.current_page_item > a, .sf-menu li.current-menu-item > a, .sf-menu li.current_page_ancestor > a, .sf-menu li.current-menu-ancestor > a, .sf-menu li.current_page_parent > a, .sf-menu li.current-menu-parent > a,
.menu-item a, 
.menu-item-type-post_type a,
.menu-item-object-page a,
.menu-item a:hover, 
.menu-item-type-post_type a:hover,
.menu-item-object-page a:hover,
.entry-content a:hover, 
.post-navigation a, 
.post-navigation a:visited,
.post-navigation a:hover {
	color: #1f73e0;
	text-decoration: none;
}

a, 
a:visited, 
.entry-title a, 
.entry-title a:visited, 
.page-title a, 
.page-title a:visited {
	color: #1f73e0;
	text-decoration: underline;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	color: #1f73e0;
	background: #eeeeee;
	border: 1px solid #999999;
	text-decoration: underline;
}

button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	color: #ffffff;
	background: #1f73e0;
	border: 1px solid #999999;
	text-decoration: underline;
}

#dropshadow{
  -webkit-box-shadow: 5px 5px 5px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    5px 5px 5px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         5px 5px 5px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.entry-meta-header-after, 
.entry-meta-header-before, 
.entry-date {
display: none;
}

#grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.widget, .widget-title,
.entry-title,
.h3,.h2,
.hentry,
.widget .widget-title {
	font-family: Georgia,Times New Roman,Times,serif;

}

.wp-block-image figcaption,
.wp-block-image figure{
text-align:left;
  image-orientation:left;
}
/*
.page-id-456 #site-sidebar{ 
display: none; 
}
.page-id-456 #post-wrapper{ 
width:100%; 
}
.page-id-456{
	font-size: 0.5em;
}
*/
