/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://fossil-free.me/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://fossil-free.me
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

/****** @import url("../twentythirteen/style.css");  */

/* =Theme customization starts here
-------------------------------------------------------------- */

.entry-header-full,
.entry-content-full,
.entry-summary-full,
.entry-meta-full {
	margin: 0 auto;
	max-width: 1110px;
	width: 95%;
}



.checkmark-list ul li{
  list-style:square url("images/checkmark.gif"); 
  margin: 6px 0 0 0px;
  /*list-style:none;
  background: url("images/checkmark.gif") no-repeat left bottom;
  padding:0 0 0px 30px;
  */
 }

.arrow-list ul li{
  list-style:square url("images/arrow.gif"); 
  margin: 10px 0 0 0px;
 }
 
.widget-proverb {
 	background-color: rgba(247, 245, 231, 0.7);
 	text-align: center;
 	font: 300 italic 18px "Source Sans Pro", Helvetica, sans-serif;
	-webkit-hyphens: auto;
 	-moz-hyphens:    auto;
 	-ms-hyphens:     auto;
 	hyphens:         auto;
 	margin: 0 0 14px;
 	padding: 10px;
 	word-wrap: break-word;
 }


.widget-helpme {
 	text-align: center;
 	font: 300 normal 18px "Source Sans Pro", Helvetica, sans-serif;
	-webkit-hyphens: auto;
 	-moz-hyphens:    auto;
 	-ms-hyphens:     auto;
 	hyphens:         auto;
 	margin: 0 40px 0 0;
 }


.hidebutprint { 
 	display:none; 
 }




@media print {
 	.hidebutprint { display: block; }
 }

 
/* #menu-item-63 {
float: right; font-size: 12px; font-weight: normal;
}
*/

li.become-far-right {
float:right!important; 
}