/*
	Theme Name:   Vinklubben Flaskedrengene
	Theme URI:    http://www.larsenpedersen.com
	Description:  Wordpress Twenty Fifteen child theme for Vinklubben Flaskedrengene
	Author:       Søren Larsen Pedersen
	Author URI:   http://www.larsenpedersen.com
	Template:     twentyfifteen
	Version:      0.1
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	Tags:         responsive, larsen pedersen, twenty fifteen, child theme
	Text Domain:  twenty-fifteen-child
*/

a {
	color: #7f0b28;
}
ol, ul {
margin-left:1em;
list-style-position:inside;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
	border-bottom: 1px dotted #7f0b28;
}

.box-facts {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.8em;
	table-layout: auto;
/*	text-transform: uppercase;*/
}
	.box-facts thead {
		background-color: #7f0b28;
		color: #fff;
	}

	.box-facts tr td {
		
	}

	.box-facts .title {
		font-weight: bold;
	}

	.box-facts .value a:link,
	.box-facts .value a:visited {
		border-bottom: none;
		color: #7f0b28;
	}

	.box-facts .value a:hover {
		border-bottom: 1px dotted #7f0b28;
	}


.widget_lc_taxonomy a {
	border: 0;
}

.widget_lc_taxonomy ul {
	list-style: none;
	margin: 0;
}

.widget_lc_taxonomy li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_lc_taxonomy li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_lc_taxonomy li:last-child {
	padding-bottom: 0;
}

.widget_lc_taxonomy .post-date {
	display: block;
}

.site-info {
	text-align: center;
}

@media screen and (min-width: 55em) {
	.site-branding {
		text-align: center;
	}	
}

@media screen and (max-width: 55em) {
	#site-logo {
		display: none;
	}
}
.widget {
margin-bottom:1.5em;
}