/*
Theme Name: Twenty Thirteen Child for INCA
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: INCA
Author URI: www.incanet.se
Tags: black,brown,orange,tan,white,yellow,light,one-column,two-columns,right-sidebar,fluid-layout,responsive-layout,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready
Version: 1.9.1460967580
Updated: 2016-04-18 10:19:40

*/
/*Använd Arial som typsnitt*/ 
a,
p,
h1, 
h2, 
h3, 
h4, 
h5,
div,
ul, 
li,
{ 
font-family: Arial;
color: #fff; 
}


/* Headern */
a .site-title {
	color: #FBAF17;
	font-size: 50px;
	font-weight: bold;
	font-family: Arial; 
}

.site-description {
	font-color: #a9a9a9;
	font-family: Arial;
	font-style: normal;
	text-transform: uppercase;
}

/* Byt till blå färg på menyn*/
.navbar {
background-color: #00ADEF;
}

/* Vit text på menyraden */
.nav-menu li a {
color: #FFF;
font-family: Arial;
font-weight: normal; 
font-style: normal;
}

/* övriga menyförändringar */ 
.nav-menu li a:hover { 
font-family: Arial;
	background-color: #a9a9a9;
        -webkit-transition: 0.4s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
font-family: Arial;
	color: #fff;
	background-color: #a9a9a9;
	font-style: normal; 
}

/* Datum, kommentarer, kategorier mm */
.entry-meta {
font-family: Arial;
	clear: both;
	font-size: 14px;
}
.entry-meta a {
font-family: Arial;
	color: #a9a9a9;
}

.entry-meta a:hover {
font-family: Arial;
color: #FBAF17;
}

.entry-content {
font-family: Arial;
}


/* Blogginläggets rubrik */
h1.entry-title 
{ font-weight: bold;
font-family: Arial;}

/* Kommentarer */ 
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe 
.comment-meta {
font-family: Arial;
}

.comment-respond a:hover {
color: #FBAF17;
}
.comment-respond a {
color: #a9a9a9;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #a9a9a9;
}

.comment-reply-title small a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

/* Knappar */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #00ADEF; /* Old browsers */
	background: -webkit-linear-gradient(top, #00ADEF 0%, #00ADEF 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #00ADEF 0%, #00ADEF 100%); /* W3C */
	border: none;
	border-bottom: 3px solid ##00ADEF;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #00ADEF; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #00ADEF; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #00ADEF;
	padding: 10px 24px 11px;
}


/* Widget */ 
.sidebar .widget-title {
color: #000;
font-family: Arial; 
font-weight: bold; 
font-style: normal; 
}

.widget a {
font-family: Arial;
	color: #000;
}

.widget a:hover {
font-family: Arial;
	color: #000;
}



/* Footer */ 
.site-footer {
font-family: Arial;
	background-color: #fff;
	color: #a9a9a9; 
}

.site-footer .sidebar-container {
font-family: Arial;
	background-color: #00ADEF;
	padding: 20px 0;
}


/* Footer widgets */

.widget {
	background-color: transparent;
	font-family: Arial; 
	font-weight: normal;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.site-footer .widget-title {
color: #fff;
font-family: Arial; 
font-weight: bold; 
font-style: normal; 
}

.site-footer .widget a {
font-family: Arial;
	color: #FFF;
}

.site-footer .widget a:hover {
font-family: Arial;
	color: #FFF;
}
