/*
Theme Name: Twenty Twelve Child
Version:    1.0.0
Template:   twentytwelve
Theme URI:
Author:
Author URI:
Description: Child-tema från Twenty Twelve.
Text Domain: twentytwelve-child
*/

@import url("../twentytwelve/style.css");

/* ------------------------------------------- */



/*
Stäng av temats avstavning i widgets.
*/
.widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}


.header-image {
	margin-top: 0px;
	margin-top: 0rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 3px;
	margin-top: 0.214285714rem;
	text-align: center;
	/* 200604, grå bakgrundsfärg i menyn, istf vit */
	background-color: #eee;
	padding-left: 9px;
}

/* */
.myimgborder {
	border:1px solid grey;
}


/* rubrik överst på kategorisidor */
.archive-title,
.widget-title {
	font-size: 14px;
	font-size: 1rem;
	font-weight: bold;
	color: #636363;
}

/* beskrivningstext överst på kategorisidor */
.archive-meta {
	color: #757575;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 4px;
	margin-top: 0.2857rem;
}

/* något mindre radmellanrum i inlägg, 1.5 istf 1.714285714 */

.entry-content,
.entry-content p,
.entry-content ol,
.entry-content ul {
	line-height: 1.5;
}



/* Ta bort mellanrummet längst upp som visas i fönster större än 960 pixel */
body .site {margin-top:0;}


/*
	Add fancy borders to all WordPress-added images but not things like badges and icons and the like
    border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
Ta bort kantlinjer kring uppladdade bilder
*/
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Do NOT add fancy borders to all WordPress-added images */
	border-radius: 0px;
	box-shadow: none;
}

/*
Stäng av temats avstavning i inläggen. Och minska mellanrum under inläggets horisontella linje från 72 till 24px.
*/
.site-content article {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/*
Fixa fontproblem med Chrome för Android ("Open Sans" visar ej fetstil eller kursivt)
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
*/

body.custom-font-enabled {
	font-family: Helvetica, Arial, sans-serif;
}


.site-header h1 {
	font-size: 30px;
	font-size: 2.14285714rem; 
	line-height: 1.285714286;
	margin-bottom: 3px;
	margin-bottom: 0.214285714rem;
/*	
	font-size: 40px;
	font-size: 2.85714286rem;
	font-size: 60px;
	font-size: 4.285714286rem;
	rem = fontsize/14
*/
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.6;
}

.entry-header .entry-title {
	font-size: 40px;
	font-size: 2.857142857rem;
	line-height: 1.2;
	font-weight: bold;
}

.site-header {
	padding: 3px 0;
	padding: 0.214285714rem 0;
}

.entry-header {
	margin-bottom: 10px;
	margin-bottom: 0.714285714rem;
}

a {
	outline: none;
	color: #336699; 
}
a:hover {
	color: #996633;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #336699;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #996633;
}


.widget-area .widget a:hover {
	color: #996633;
}


.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 3px;
	margin-bottom: 0.214285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	padding-top: 3px;
	padding-top: 0.214285714rem;
	font-style: italic;
}

.m24-nav-contact {
	text-align: center;
}

.site-info:before {
content: "Copyright (C) Tony/Mysterium24 - All rights reserved. | ";
}

hr {
	margin-left: 0;
	margin-right: 0;
}

li {
	padding-bottom: 5px;
	padding-bottom: 0.357142857rem;
}
