/*
Theme Name:     2013child
Theme URI:      http://friendsofhomeless.org/

Description:    
Author:         admin
Template:       twentythirteen
Version:        0.1.0

(optional values you can add: Theme URI, Author URI, Version)
*/



body .site-header {
background-size: 100%;
}
.home .entry-header,
.home .entry-content,
.home .entry-summary,
.home .entry-meta {
    margin: 0 auto;
    max-width: 904px;
    width: 100%;
}


a:visited {
	color: #FF00FF;
}

/* unvisited link */
a:link {
    color: pink;
}

* ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

table, tr, td {
	border-bottom: 1px solid #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ffffff;
	padding: 6px 10px 6px 0;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 95%;
}




/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */



.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}