/**
 * Theme Name: Earnest
 * Theme URI: http://www.krishocker.com/about/about-this-site/
 * Description: A child theme for Hybrid, built from Justin Tadlock's Structure child theme & based on Kyle Neath's Hemingway.
 * Version: 1.0
 * Author: Kris Hocker
 * Author URI: http://www.krishocker.com/
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2010 Kris Hocker.  All rights reserved.
 * http://www.krishocker.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	font: 12px/21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #4C4843;
	/*background: #15191c;*/
	/*background: #fff;*/
	background: #fff;
	margin: 0;
	}

#body-container {
	overflow: hidden;
	/*width: 980px;*/
	margin: 0 auto;
	/*padding: 0 20px;*/
	/*background: #01203c;*/
	}

/**
*Colors****************************************/

/* text: #4C4843
/* links: #295B2F
/* background:
/* titles:



/**
* Elements
************************************************/

/* Links */
a {
	color: #00803E;
	text-decoration: none;
	}
a:hover {
	color: #FFB70E;
	text-decoration: underline;
	}
a:visited {
	color: #295B2F;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 15px;
	}
.hentry h3 {
	font: normal normal normal 18px/22px Georgia, Times, 'Times New Roman', serif;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 12px;
	}
h6 {
	font-size: 11px;
	}

/* Lists */
ul {
	list-style: none;
	}

h4.related {
	margin-top: 20px;
	}

/* Blockquotes */
blockquote {
	padding: 10px 10px 0;
	margin: 20px;
	font-size: 12px;
	/*color: #666;*/
	/*background: #eee;*/
	border-left: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
	/*background: #fff;*/
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	color: #666;
	}
tr {
	margin: 1px;
	border-top: 1px solid #333;
	}
td {
	padding: 5px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 1px solid #333;
	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #333;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 8px 5px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	margin-top: 10px;
	margin-bottom: 20px;
	}


/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

.attachment-thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #FFF;
	border: 1px solid #ccc !important;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	font-style: italic;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}



/* Search form in navigation bar. */
#navigation form {
	float: right;
	}
#primary-menu .search-text {
	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	/*font-style: italic;*/
	font: normal normal normal 11px/11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #333;
	/*background: #f7f7f7;*/
	border: 1px solid #ccc;
	}
#primary-menu .search-submit {
	display: none;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	/*border: 1px solid white;*/
	clear: all;
	}

#header {
	overflow: hidden;
	position: relative;
	top: 40px;
	height: 60px;
	padding: 20px 0px;
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	/*background: #fff;*/
	text-align: left;
	}
#site-title {
	font: normal normal normal 25px/25px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin: 5px 0;
	float: left;
	margin-right: 15px;
	}

#site-title a {
	color: #4C4843;
	padding-right: 15px;
	border-right: 1px solid #808080;
	}

#site-description {
	font: normal normal normal 13px/22px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #79736C;
	margin: 8px;
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#mypage-container {
	overflow: hidden;
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	}
#container {
	overflow: hidden;
	width: 960px;
	/*margin-top: -40px;*/
	margin 0 auto;
	padding: 0 20px;
	/*background: #f7f7f7;*/
	/*border: 1px solid red;*/
	}
.content {
	overflow: hidden;
	width: 700px;
	padding: 20px;
	float: right;
	/*display:none;*/
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 940px;
	}
.primary-active .content, .secondary-active .content {
	width: 620px;
	}

.no_sidebar {
	width: 980px;
	padding: 0 20px;
	margin-left: -200px;
	}

/**
* Content
************************************************/
.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	/*background: #fff;*/	
	/*color: #433F3B;*/
	}

.hentry {
	border-bottom: 1px solid #ddd;
	}
.breadcrumb {
	font-size: 10px;
	margin-left: 0;
	padding-left: 0;
	}

/* Entry titles. */
.entry-title {
	/*font-size: 18px;*/
	/*font-weight: bold;*/
	}
.entry-title a {
	color: #00803E;
	}
.entry-title a:hover {
	color: #FFB70E;
	text-decoration: none;
	}
h2.entry-title {
	/*margin-bottom: 10px;*/
	}

.page-title, .singular-page-title {
	/*margin: 0 0 0px 0;*/
	}

/* Entry content */

.entry-content {
	font-size: 12px;
	margin-top: 12px;
	}
.entry-content a {
	/*color: #295B2F;*/
	text-decoration: underline;
	}
.entry-content a:hover {
	color: #B85C2E;
	}

.entry-content h4 {
	/*color: #BFBFBF;*/
	}

.about-this-entry {
	/*float: left;*/
	width: 275px;
	overflow: hidden;
	font-size: 11px;
	/*color: #808080;*/
	margin-right: 10px;
	margin-top: 20px;
	}
.about-this-entry h3, .about-this-page h3 {
	font-style: normal;
	font-size: 13px;
	/*color: #BFBFBF;*/
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	}
.about-this-entry p, .about-this-page p {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	padding-bottom: 10px;
	}
.about-this-entry .label, .about-this-page .label {
	/*font-weight: bold;*/
	}

.about-this-page {
	width: 275px;
	margin-top: 40px;
	margin-right: 45px;
	font-size: 11px;
	}




/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 14px;
	font-style: normal;
	color: #666;
	/*display: none;*/
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

.byline-prep, .author {
	display: none;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: capitalize;
	margin-top: 0px;
	}
.byline a {
	color: #BFBFBF;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 11px;
	font-style: normal;
	color: #999;
	/*display: none;*/
	}
.entry-meta a {
	font-style: normal;
	/*color: #BFBFBF;*/
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* Post meta */
.post-meta-data {
	}


/* Page links <!--nextpage--> */
p.pages {
	font-style: normal;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #4C4843 !important;
	/*background: #01203C;*/
	border: 1px solid #ddd;
	font-size: 12px;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	padding: 0 20px;
	margin 0 auto;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}


/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.taxonomy-info, .archive-info, .category-info, .tag-info {
	border: 0;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: left;
	width: 300px;
	}

#secondary {
	position: relative;
	clear: left;
	float: left;
	width: 300px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	/*border: 1px solid #ccc;*/
	/*background: #fff;*/
	/*color: #808080;*/
	}
#primary .widget, #secondary .widget {
	padding: 15px 15px 0 15px;
	}

/* Widget titles */
.widget-title {
	/*font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;*/
	/*color: #4C4843;*/
	font-style: normal;
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #999;*/
	}

/* Widget content */
.widget ul {
	list-style: none;
	/*margin-left: 20px;*/
	margin-left: 0;
	}
.widget_text {
	font-size: 12px;
	}
.widget li {
	margin-left: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	}

#hybrid-pages-4 li, #hybrid-pages-4 li li, #hybrid-pages-4 li li li {
	margin-left: 18px;
	/*border-bottom: 1px solid #333;*/
	}
#hybrid-pages-4 li li, #hybrid-pages-4 li li li {
	border-bottom: 0;
	}

li.pagenav {
	list-style: none;
	margin-left: 20px;
	}
.pagenav ul li {
	border-bottom: 1px solid #414141;
	}

.pagenav ul li li, .pagenav ul li li li {
	border-bottom: 0;
	}
	
.widget .page_item li {
	list-style-type: none;
	border-bottom: none;
	}


#primary .pages li li, #primary .pages li li li {
	border-bottom: 0;
	margin: 8px;
	}
#primary .pages li li {
	/*border-left: 1px solid #79736C;*/
	padding-left: 5px;
	border-top: 1px solid #999;
	}
#primary .pages li li li {
	border-left: 0;
	border-top: 1px solid #999;
	
	}
/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	/*border: 1px solid #ccc;*/
	/*background: #fff;*/
	}

.comments-header {
	font-size: 14px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	color: #666;
	font-size: 12px;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	/*background: #f7f7f7;*/
	/*border: 1px solid #ddd;*/
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	/*background: #fff;*/
	/*border: 1px solid #ddd;*/
	}

.comment {
	border-top: 1px dotted #ddd;
	}

.comment li.byuser {
	background: #eef;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	/*border: 1px solid #ccc;*/
	/*background: #eee;*/
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	/*background: #f7f7f7;*/
	border-top: 1px solid #ddd;
	}
#respond .text-input, input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #999;
	}

input {
	color: #999;
	}

#respond label {
	font-size: 12px;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	}
.button, #respond #submit {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border: 1px double #666;
	background: #B5AEA7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}
.button:hover, #respond .form-submit input:hover  {
	cursor: pointer;
	background: #433F3B;
	}
	
.log-in-out {
	font-size: 12px;
	color: #808080;
	}

#reply h3 {
	color: #BFBFBF;
	}

.form-textarea textarea {
	background: none;
	}

/***Search******************************************/

#primary-menu .search form {
	float: right;
	}
#primary-menu .search-text {
	width: 200px;
	padding: 3px;
	margin: 5px 0;
	color: #808080;
	/*background: #333;*/
	/*border: 1px solid #333;*/
	}
#primary-menu .search-submit {
	display: none;
	}
	
#primary-menu .search-text {
	font-style: normal;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	clear: both;
	overflow: hidden;
	/*background: #B5AEA7;*/
	}
	
#mypage-footer {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	border-top: 1px solid #79736C;
	}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 960px;
	padding: 30px 20px 10px 20px;
	/*background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	}
#subsidiary a {
	/*color: #79736C;*/
	}
#subsidiary .widget {
	float: left;
	width: 300px;
	margin: 0 8px 0 8px;
	padding: 0;
	border: none;
	}
#subsidiary .widget ul{
	margin-left: 0;
	}
#subsidiary .widget li {
	border-bottom: 1px solid #79736C;
	margin-left: 0;
	}
#subsidiary .widget-title {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 0;
	}

#hybrid-tags-3 p {
	border-bottom: 1px solid #79736C;
	margin-bottom: 25px;
	padding-bottom: 8px;
	}

#recent-posts .date {
	font-weight: bold;
	padding-right: 10px;
	color: #4C4843;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 12px;
	border-top: 1px solid #79736C;
	}
#footer a {
	/*color: #79736C;*/
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
#footer .credit {
	text-align: right;
	}

/** Genealogy specifications **/

.name {
	font-variant: small-caps; 
	font-weight: bold; 
	font-size: 1.15em;
	}
.childname {
	font-variant: small-caps; 
	font-weight: normal; 
	font-size: 1.15em;
	}		
ol.children {
	list-style-type: lower-roman;
	}

.children li {
	margin-bottom: 10px;
	}

.granchild li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0;
	}
.children p {
/*	padding-top: 8px;*/
	}
.grandchild {
	font-style: italic;
	}
ol.grandchildren {
	list-style-type: decimal;
	}

.attachment-image img {
	max-width: 100%;
	height: auto;
	}


.singular-attachment .entry-content {
	margin-bottom: 125px;
	}
	
#paypal_donations-4 .paypal-donations input {
	max-width: 80px;
	max-height: 15px;
	text-align: center;
	}
	
.category-last-will-testament blockquote {
	font-size: .95em;
	padding: 20px 0px 20px 10px;
	margin: 5px;
	}

#query-posts-8 .entry-meta, #query-posts-9 .entry-meta {
	margin-bottom: 10px;
	}
#query-posts-8 .entry-title, #query-posts-9 .entry-title {
	line-height: 1.25em;
	padding-bottom: 0;
	margin-bottom: 0;
	}

#query-posts-8 .hentry, #query-posts-9 .hentry {
	margin: 5px;
	}
	

.format-aside .entry-title, .format-aside .byline, .format-aside .entry-meta {
	display: none;
	}

.format-aside {
	border-left: 5px solid #eee;
	padding-top: 20px;
	padding-left: 30px;
	margin: 20px;
	border-bottom: 0;
	font-style: italic;
	}

li.format-aside {
	display: none;
	}

.page-links {
	margin-top: 25px;
	}

p.page-links a, p.pages a{
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	}
	
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff; important!
	font-family:arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none; important!
	text-shadow:1px 1px 0px #528009;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.myButton:active {
	position:relative;
	top:1px;
}

.post_tag-wordless-wednesday img {
	margin-top: 15px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}
	
.page-template-familypage .content, .singular .content{
	width: 650px !important; 	
	}