/*
Theme Name:     Djurmagazinet (Twenty Twelve Child)
Theme URI:      http://www.djurmagazinet.se/
Description:    Child theme for the Twenty Twelve theme 
Author:         Sajtkonsulterna
Author URI:     http://www.sajtkonsulterna.com
Template:       twentytwelve
Version:        1.0.0
*/

@import url("../twentytwelve/style.css");

/**Customized theme**/

body {
	background: url(http://www.djurmagazinet.se/images/patterns/plaid-grey.png) repeat left top;
	font-family: 'DIN Next W01 Light';
	font-weight: normal;
}

body .site {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
}

body.custom-font-enabled {font-family: 'DIN Next W01 Light';
font-weight: normal;}

h3.widget-title {font-size: 1.25em;}

.top-bar-red {
	background-color: #E14333;
}

.bg-white {
	background: url(http://www.djurmagazinet.se/images/body-bg.jpg);
	padding-bottom: 3.428571429rem;
}

.top-bar-red .red-bar {height: 5px; display: block; background: #CB3A30;}

.top-bar-red #masthead{
	margin: 0 auto;
	max-width: 960px;
}

.logo {
	overflow: hidden;
	display: block;
	width: 247px;
	height: 68px;
	background:url("http://blogg.djurmagazinet.se/wp-content/uploads/2014/03/djurmag-bloggen.png") no-repeat top left;
}

.site-info {text-align: center; max-width: 960px; margin: 0 auto;}

#masthead a{color: #fff;}

.site-header h2{color: #fff;}

a.backtodjurmag {margin-top:10px; overflow: hidden; background: #CB3A30; display: inline-block; padding: 15px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; text-decoration: none; transition: background-color .35s; float: right;}
a.backtodjurmag:hover {background: #b82424;};

footer{
	background: url(http://www.djurmagazinet.se/images/patterns/plaid-grey.png) repeat left top;
	padding-top: 40px;
	position: relative;
}

/* Footer */
footer[role="contentinfo"] {
	background: url(http://www.djurmagazinet.se/images/patterns/plaid-grey.png) repeat left top;
	padding-top: 40px;
	position: relative;
	width: 100% !important;
	max-width:100%;
	margin: 0;
}

footer {text-align: center;}
footer.entry-meta {
	text-align: left;
}

.entry-header .entry-title{
	font-family: 'DINNextRoundedLTW01-Med';
	font-size: 3.2em;
	line-height: 98%;
	font-weight: normal;
}

.entry-header .entry-title a {
	color: #373538;
}


.comments-link a, .entry-meta a {
	color: #CB3A30;
	text-decoration: none;
}

.comments-link a:hover, .entry-meta a:hover {
color: #cb3a30;
text-decoration: underline;
}

.comments-link a a:hover, .entry-meta a:hover {
	text-decoration: underline;
}


.entry-header .comments-link {
font-size: 1.1em;
}

.site-content article {
	border-bottom: 4px dotted #ededed;
	margin-bottom: 40px;
}

p {
font-family: inherit;
font-weight: normal;
font-size: 1.15em;
line-height: 1.6;
margin-bottom: 1.25em;
text-rendering: optimizeLegibility;
}

p {
font-family: 'DIN Next W01 Light';
font-weight: normal;
}
.widget-area .widget a{
	font-size: 1.1em;
}

.dotted-border {
background: url(http://www.djurmagazinet.se/images/patterns/dotted-border.png) repeat-x left top;
height: 4px;
width: 100%;
position: absolute;
top: -2px;
}

.widget-area .widget {
	margin-bottom: 30px;
}

.widget-area .widget h3 {
	margin-bottom: 10px;
	line-height: 18px;
}

h3.widget-title {
	text-transform: none;
	font-family: 'DINNextRoundedLTW01-Med';
	font-size: 1.4em;
	color: #373538;
}

.widget-area .widget a:visited {
	color: #CB3A30;
}

.widget_recent_entries ul li a {
	color: #CB3A30 !important;
	text-decoration: none;
	font-size: 1.2em !important;
	line-height: 1.2em;
	display: inline-block;
	transition: color .35s;
}
.widget_recent_entries ul li a:hover {
	color:#751c16 !important;
}
.widget_recent_entries ul li{
	margin-bottom: 5px;
}


.widget-area .widget a {
	/*color: #CB3A30;*/
}

footer.bottomfooter, footer.bottomfooter a{
	color: #a7a7a9;
}

footer.bottomfooter a:hover {
	color: #fff;
	text-decoration: none !important;
}

footer.bottomfooter {font-size: 1.3em;}

footer p {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	/*font-size: 1.3em;*/
}


.comments-link {display: none;}

@media screen and (max-width: 488px) {

	.four-col {
	display: block;
	float: none;
	width: 100%;
	}

	.top-bar-red .red-bar {height: 0px;}

	#masthead.site-header {
		padding: 0px 0px 10px 0px;
	}

	.logo {display: inline-block;}
	
	hgroup {text-align: center;}

    a.backtodjurmag {
    	margin-top:10px;
    	overflow: hidden;
    	background: #CB3A30;
    	display: block;
    	padding: 15px;
    	-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;
    	border-radius: 0px;
    	text-decoration: none;
    	transition: background-color .35s;
    	float: none; margin:0 auto;
		margin-bottom: 10px;}
	a.backtodjurmag:hover {background: #b82424;};
}