/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://03be5f1.netsolhost.com/wmaa/wp-content/themes/twenty-twelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       John Henderson
 Author URI:   johnjhenderson.com
 Template:     twentytwelve
 Version:      1.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/
body .site {
	background-color: #bac6ba;
}

.entry-content a:visited {
	color: #21759b;
}

.widget-area .widget a:visited {
	color: #21759b;
}

/* Remove the double line at the end of the page before the footer */
.page .site-content article {
	margin-botton: 0px;
	border-bottom: none
}

/* ----- blockquote reduce space  ----- */
.entry-content blockquote,
.comment-content blockquote {
	padding-top: 0;
	padding-bottom: 0;
}

/* Remove top margin from footer */
footer[role="contentinfo"] {
	margin-top: 0px;
	padding: 0px 0;
}


