/*
 Theme Name:   Smaerupsoerensen
 Description:  Twenty Twelve Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
*/


@import url("../twentytwelve/style.css");


/* =General
-------------------------------------------------------------- */

body{
	font-family: 'Roboto', sans-serif !important; 
}

body.custom-background {
	background-size: cover !important; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif !important; 	
}

a{
	color: #444;
}

a:hover{
	color: #277b82;
}
a:active{
	color: #277b82;
}
a:visited{
	color: #277b82;
}

.site-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.site-header h1 a:hover {
	color: #277b82;
}



/* =Frontpage
-------------------------------------------------------------- */

.home .entry-title {
	display: none;
}
.home .entry-header {
	display: none;
}

.home .entry-content h1 {
	margin: 0px;
	font-weight: normal;
}

/* =Page
-------------------------------------------------------------- */

.site-content{
	margin: 10px 0 0;
}

.site-content article {
	border: none;
}

/* =Footer
-------------------------------------------------------------- */

footer {
	display: none;
}