/*
Theme Name: Varg
Theme URI: http://wptema.se/varg
Author: Carolina Nymark
Author URI: http://wptema.se
Description: A dark, responsive wolf theme with 3 columns at full width. Swedish translation included.
Version: 1.3.9
Tags:black,dark,custom-header,custom-background,custom-menu,sticky-post,translation-ready,threaded-comments, accessibility-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: Carolina Nymark 2008-2015
Text Domain: varg
*/


/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Footer
14.0 Responsive


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #000000; /* Fallback for when there is no custom background color defined. */
	font-family:tahoma, verdana, arial, sans-serif;
	color:#ffffff;
	-ms-word-wrap: break-word; 
	word-wrap: break-word;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	box-shadow: 0 0 5px rgba(162, 196, 251, 1);
	border: 1px solid rgba(162, 196, 251, 1);
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.navigation {
	float:left;
	width:97%;
	padding-top:14px;
	margin-bottom:15px;
}

.navigation .nav-links div{
	margin-bottom:15px;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
	color: #fce3b1; 
	text-decoration: none;
}

a:visited {
	color: #fce3b1; 
}

a:hover,
a:focus,
a:active {
	color: #ffffff; 
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* menu  menyn */
.menu{
	float:left;
	height:auto;
	margin:0 6px 10px 6px;
	background:#2f2f2f;
	border:3px solid #0f0f0f;
	border-radius:4px;
	clear:both;
	display:block;
	font-weight:bold;
	width:100%;
}
 
.main-navigation ul {
	 float: left;
	 margin:0;
	 list-style-type:none; 
 }

.main-navigation li {
	 float: left;
	 position: relative;
 }

.main-navigation ul li {
	float:left;
 }

.main-navigation a {
	 color:#b9b9b9;
	 text-decoration: none;
	 background: url(images/unselectedpaw.png) left center no-repeat;
	 display: block;
	 line-height: 38px;
	 padding-left:40px;
	 padding-right:15px;
	 margin-top:4px;
 }

.main-navigation a:focus{
	 color:#fce3b1;
}

.main-navigation a:hover {
	 color:#fce3b1;
	 text-decoration: underline;
	 background: url(images/selectedpaw.png) left center no-repeat;
 }

.main-navigation ul ul {
	 display: block;
	 clip: rect(1px, 1px, 1px, 1px);
	 position: absolute;
	 top: 42px;
	 left: -17px;
	 float: left;
	 z-index: 99999;
	 padding-left:15px;
 }

.main-navigation ul ul li {
		width: 270px;
 }

.main-navigation ul ul ul {
	 left: 95%;
	 top: 0;	
 }

.main-navigation ul ul a {
	 background: #2f2f2f url(images/unselectedpaw.png) left center no-repeat;
	 padding-left:40px;
	 padding-right:15px;
	 border:2px solid #0f0f0f;
	 border-top:1px solid #0f0f0f;
	 border-bottom:1px solid #0f0f0f;
	 margin:0;
 }


.main-navigation li:hover > a,
.main-navigation ul ul :hover > a {
	 background: #2f2f2f url(images/selectedpaw.png) left center no-repeat;
	 color:#fce3b1;
 }


.main-navigation li:hover ul,
.keyboard-dropdown{
	clip: auto !important;
}

/* Small menu */
.menu-toggle{display: none;}

@media screen and (max-width: 600px) {

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	
	.main-navigation{ position: relative !important;}

	.main-navigation ul {
		display: none;
	}

	.menu-toggle{ margin:0 auto 20px auto;}

	.menu-toggle:focus,
	.menu-toggle:hover{
		outline: thin dotted;
		background:#fce3b1;
	}

	.menu-toggle:before {
		content: "\f333";
		display: inline-block;
		font: normal 20px/1 'dashicons';
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: top;
 
		line-height: 1; 
		color: #000000;
		text-decoration: none; 
	}

	
	.main-navigation ul li{
		width:100%;
		float: left;
		position: relative;
	}
	.main-navigation ul li ul.sub-menu{
		display:none;
	}

	.menu-item-has-children > a:after{
	content:'';
	}

}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.site-header:before,
.site-header:after{
	content: "";
	display: table;
}

.clear:after,
.site-header:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/


/* sidebar */
.sidebar{
	width:250px;
	float:left;
	margin-top:35px;
	margin-left:18px;
	padding:0px;
	text-align:left;
}

.sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.sidebar ul ul {
	margin:0;
	padding:0;
}
.sidebar ul li {
	list-style-type:none;
	padding:0;
	line-height:14pt;
}
.sidebar ul li ul{
	padding-bottom:10px;
}
.sidebar ul ul li {
	list-style-type: none;
	list-style-position:inside;
	margin-left:16px;
	margin-bottom:3px;
}






/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget{
	margin-bottom:25px;
}

.widget-title{
	margin-bottom:10px;
}

.widget_calendar h2{
	background:none;
}

/* calendar  kalender */
#wp-calendar{
	width:170px;
	text-align:center;
}

#wp-calendar a,
#wp-calendar a:hover,
#wp-calendar a:visited{
	text-decoration: underline;
}

#today{
	border:1px dotted;
	border-color: #fce3b1;
}



/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

#wrap{
	width: 90%;
	margin: 0 auto;
	padding:0;
	position:relative;
	clear:both;
}

.site-header{
	height:295px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
}

#site-title{
	position:relative;
	margin:50px auto 35px auto;
	color: #fce3b1;
}

#site-description{
	position:relative;
	z-index:9999;
	font-size:18px;
	font-size:1.2rem; 
}


#content {
	float:left;
	width:60%;
	clear:both;
	margin-top:35px;
}

.post,
.type-page
 {
	border:3px solid #0f0f0f;
	border-radius:4px;
	background-color: #2f2f2f;     
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f2f2f), to(#000000));     
	background-image: -webkit-linear-gradient(top, #2f2f2f, #000000);     
	background-image: -moz-linear-gradient(top, #2f2f2f, #000000);     
	background-image: -ms-linear-gradient(top, #2f2f2f #000000);     
	background-image: -o-linear-gradient(top, #2f2f2f, #000000); 
	width:95%;
	float:left;
	padding:20px;
	margin:10px 0 35px 0;
	clear:both;
}

.post-title, .page-title{
	margin:0 0 5px 0;
	width:100%;
	color:#fce3b1;
	font-size:24px;
	font-size:2rem; 
}

.post-title a{
	color:#fce3b1;
}

.meta{
	margin:25px 0 25px 0px;
	width:100%;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry {
	float:left;
	width:100%;
	padding:20px;
}

.entry a{
	color:#fce3b1;
}

.attachment-post-thumbnail{
	margin-left:0;
	padding:0;
	max-width:100%;
}

/* Sticky posts */
.sticky {
	border:3px solid #0f0f0f;
	border-radius:4px;
	background-color: #656565;     
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#424242));     
	background-image: -webkit-linear-gradient(top, #656565, #424242);     
	background-image: -moz-linear-gradient(top, #656565, #424242);     
	background-image: -ms-linear-gradient(top, #656565, #424242);     
	background-image: -o-linear-gradient(top, #656565, #424242); 
	margin-bottom:35px;
	width:95%;
	float:left; 
	padding:20px;
}

.sticky .post-title{
	color:#fce3b1;
	background:url(images/selectedpaw.png) left center no-repeat;
	padding-left:50px;
}

.sticky .meta{
	display:none;

}


.page-link{
	clear:both;
	margin-bottom:15px;
}

.archive-title{
	margin:5px 10px 18px;
}

/*--------------------------------------------------------------
10.2 Comments
--------------------------------------------------------------*/

#comments{
	width:100%;
	float:left;
	margin-bottom:35px;
}

.commentlist {
	list-style: none;
	margin:0;
	width:100%;
	padding:0;
	clear:both;
	float:left;
}

.comment, .pingback, .trackback{
	position:relative;
	margin-bottom:20px;
	list-style:none;
}

.commentlist li p {
	margin:6px 0 6px 0;
	padding:0px;
	line-height: 14pt;
}
.comment-author {
	color:#fff;
	padding:4px;
}

.comment-body{
	padding:15px;
	margin-bottom:20px;
	min-height:50px;
	width:94%;
	color:#fff;
	border:3px solid #0f0f0f;
	border-radius:4px;
	background-color: #2f2f2f;     
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f2f2f), to(#000000));     
	background-image: -webkit-linear-gradient(top, #2f2f2f, #000000);     
	background-image: -moz-linear-gradient(top, #2f2f2f, #000000);     
	background-image: -ms-linear-gradient(top, #2f2f2f #000000);     
	background-image: -o-linear-gradient(top, #2f2f2f, #000000);
}
	
.comment-meta{
	color:#666;
}

#comments .comment-body ul, 
#comments .comment-body ol {
	margin-bottom: 18px;
}

.commentlist .avatar {
	position: absolute;
	top:13px;
	left:13px;
	width:32px;
	height:32px;
}

.comment-author cite {
	padding-left:4px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
}

.nopassword,.nocomments {
	display: none;
}

#comments .trackback .comment-meta,
#comments .pingback .comment-meta{
	margin:4px;
	padding:4px;
	height:20px;
}

#comments .trackback .comment-author, 
#comments .trackback p,
#comments .pingback .comment-author, 
#comments .pingback p{
	margin:4px;
	padding:4px;
}

.comment-navigation{
	width:97%;
	margin:5px 5px 25px 5px;
	float:left;
	clear:both;
}

.bypostauthor{}

.children .comment{border:none;}

/* Comments form */
input[type=submit] {
	color: #333;
}

#respond {
	width:100%;
	margin-top:10px;
	position: relative;
	padding:0;
}


#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
	margin: 0 0 25px 0;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

.reply{
	padding:0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}


#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
}



/*Infinite scroll*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/*Gallery */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin:0.4%;
	/*border:3px solid #fafafa;*/
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
}

.gallery-columns-5 .gallery-item {
	max-width: 17%;
}

.gallery-columns-6 .gallery-item {
	max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 9.11%;
}

.gallery-caption {
	display: block;
}

.single-attachment .crumbs,
.single-attachment .post-navigation{
	display :none;
}

caption{
	padding:0;
	margin:0;
	text-align:left;
	font-weight: bold;
}

img{
	border:none;
	height:auto;
	max-width:100%;
}
img a{
	border:none;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin:6px;
}

img.left{
	float:left;
	border:none;
	padding:6px;
}
img.right{
	float:right;
	border:none;
	padding:6px;
}

.gallery-caption{}


.wp-caption{
	text-align:center;
	padding:4px;
	margin:4px;
}

.wp-caption img{
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text{
	width:90%;
	line-height: 17px;
	padding:0;
	margin:0;
}

/* footer */
#footer {
	margin-bottom:0;
	margin-top:10px;
	padding-top:10px;
	width:100%;
	height:auto;
	clear: both; 
	border:3px solid #0f0f0f;
	border-radius:4px;
	background-color: #2f2f2f;     
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f2f2f), to(#000000));     
	background-image: -webkit-linear-gradient(top, #2f2f2f, #000000);     
	background-image: -moz-linear-gradient(top, #2f2f2f, #000000);     
	background-image: -ms-linear-gradient(top, #2f2f2f #000000);     
	background-image: -o-linear-gradient(top, #2f2f2f, #000000); 
}

.site-info{
	width:100%;
	text-align:center;
	margin:15px;
}


/*Responsive */

@media screen and (max-width:1330px){
	#content{
		width:64%;
	}
	.sidebar{
		width:30%;
	}
	#footer .sidebar{
		width:212px;
	}
}

@media screen and (max-width:1138px){
	#wrap{
		background-image:none;
	}
}

@media screen and (max-width:980px){
	#site-title{
		top:15px;
		left:0px;
	}

	#site-description{
		padding:0;
		margin-top:20px;
	}

	.menu,
	#content,
	.sidebar,
	.sticky,
	.post,
	.type-page,
	#footer{
		width:100%;
	}
}
