/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme 
Author: Swany
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.site-title a {
    color: #08570e !important;
}

* { 
-webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;}


.entry-content a {text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px black dotted;}

.entry-content a:hover {
padding-bottom: 1px;
border-bottom: 1px black solid;
}

.entry-content a:visited {color: #08570e;}

.entry-content h2 {margin-bottom: 4px;}

.entry-content blockquote {margin-bottom: 4px;
	font-style: normal;
	padding: 0 24px 24px 24px;
	line-height: 20px;
}


div.location {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
	border-left: 1px silver solid;
	font-size: 12px; 
	line-height: 18px;
}
