/*
Theme Name: Varg
Theme URI: http://wordpress.org/themes/varg
Description: A dark, responsive wolf theme with 3 columns at full width. Swedish translation included.
Author: Poenaş modified by AdrianO
Author URI: http://layout.nu/about/
Version: 1.3.5
Tags:black,dark,custom-header,custom-background,custom-menu,sticky-post,translation-ready,threaded-comments

 * License: GNU General Public License (GPL), v2 (or newer)
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.gallery-caption{}
.bypostauthor{}

.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto; 
	clear:both;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

.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%;
	font-size: 5pt;
	color:#8EAC72;
	line-height: 12px;
	padding:0;
	margin:0;
}

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;
}

blockquote{
	background:#ab8263;
	margin:10px;
	padding:6px;
	font-style:italic;
}
blockquote a{color:#fff;}
code{
	margin:10px;
	padding:4px;
	font-family:"Courier New", Courier, monospace;
}
cite{
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}


/* calendar  kalender */
#wp-calendar{
	width:170px;
	text-align:center;
}
#wp-calendar a,
#wp-calendar a:hover,
#wp-calendar a:visited{
	text-decoration: underline;
}
caption{
	font-size:10pt;
	padding:0;
	margin:0;
	color:#8EAC72;
	text-align:center;
	font-weight: bold;
}
#today{
	border:1px dotted;
	border-color: #ab8263;
}

/* forms, search */
#submit, 
#searchsubmit, 
#s{
	margin-top:2px;
	padding:2px;
	font-weight:bold;
	font-size: 8pt;
}

a{
	color: #ab8263; 
	text-decoration: none;
}
a:hover{
	color: yellow; 
	text-decoration: underline;
}
h1 {
	font-size: 20pt; 
	padding:0; 
	margin:0;
} 
h2 {
	font-size: 16pt;
	padding:0;
	margin:0;
}
h3 {
	font-size: 14pt;
	padding:0; margin:0;
}
h4 {
	font-size: 12pt;
	padding:0;
	margin:0;
}
h5,
h6{
	padding:0;
	margin:0;
}

body{
	/*background: #494949;*/
	font-family: palatino, palatino linotype, tahoma, verdana, arial, sans-serif;
	font-size: 11pt;
	margin:0;
	color:#ffffff;
	-ms-word-wrap: break-word; word-wrap: break-word;
}

#wrap{
	width: 70%;
	margin: 0 auto;
	padding:0;
	background:url(images/footer-right.png) no-repeat; 
	background-position:99% 100%;/*xpos ypos for Little Wolf in the footer   Lilla vargen i footern*/
	position:relative;
	clear:both;
}

#header{
	/*height:295px;*/
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0;
}
#header-image{
	padding:0;
	margin-top:-95px;
	position:relative;
	z-index:97;
}

#header-image img{
	margin:0;
	padding:0;
}

/* title  titel */
#site-title{
	font-size:24pt;
	position:relative;
	z-index:9999;
	top:20px;
	left:320px;
	width:70%;
}

/* the link in the title         url i titeln  */		
#site-title a,
#site-title a:hover {
	text-decoration: none;
}
/* description         beskrivning */
#site-description{
	font-style:italic;
	font-size: 16pt;
	margin-top:20px;
	margin-bottom:50px;
	position:relative;
	left:320px;
	z-index:9999;
	width:70%;
}
	
/* menu  menyn */
#menu {
	float:left;
	height:auto;
	margin:0 6px 10px 6px;
	background:#2f2f2f;
	border:3px solid #0f0f0f;
	border-radius:8px 8px 0 0;
	clear:both;
	display:block;
	font-weight:bold;
	width:98%;
}
 
 #menu ul {
	 float: left;
	 margin:0;
	 list-style-type:none; 
	 padding-left:12px;
 }
 #menu li {
	 float: left;
	 position: relative;
 }
 #menu ul li {
	float:left;
 }
 #menu a {
	 color:#b9b9b9;
	 text-decoration: none;
	 background: url(images/unselectedpaw.png) no-repeat;
	 display: block;
	 line-height: 38px;
	 padding-left:40px;
	 padding-right:15px;
	 margin-top:4px;
	 height: 35px;
 }
 #menu a:hover {
	 color:#ab8263;
	 text-decoration: underline;
	 background: url(images/selectedpaw.png) no-repeat;
 }
 #menu ul ul {
	 display: none;
	 position: absolute;
	 top: 39px;
	 left: -17px;
	 float: left;
	 z-index: 99999;
	 padding-left:15px;
 }
 #menu ul ul li {
		width: 270px;
 }
 #menu ul ul ul {
	 left: 95%;
	 top: 0;	
 }
 #menu ul ul a {
	 background: #2f2f2f url(images/unselectedpaw.png) no-repeat;
	 line-height: 38px;
	 padding-left:40px;
	 padding-right:15px;
	 height:38px;
	 border:2px solid #0f0f0f;
	 margin:0;
 }
 #menu li:hover > a,
 #menu ul ul :hover > a {
	 background: #2f2f2f url(images/selectedpaw.png) no-repeat;
	 color:#ab8263;
 }
 #menu ul li:hover > ul {
	display: block;
 }

/* content */
#content {
	float:left;
	width:50%;
	clear:both;
}

/*Div that contains the date, comment and edit buttons, for posts.    Div som har datum, "kommentar" och "redigera" */
.post-date{
	float:left;
	display:inline;
	padding-right:5px;
	padding-left:0;
	padding-top:-5px;
	margin:0;
	width:50px;
	text-align:center;
	font-weight:bold;
	color:#B8B8B8;
}
.post-date a{
	font-size:14px;
	text-align:center;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
/* Set the margin and padding of the comment and edit icons.    Margin och padding till ikonerna*/
.dateimg{
	margin:0;
	padding:0;
}
/* frontpage and posts    styla framsidan */
.post,
.type-page
 {
	border:3px solid #0f0f0f;
	border-radius:6px 6px 0 0;
	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); 
	margin-left:6px;
	width:95%;
	float:left;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:21px; 
	padding-left:18px;
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
	word-wrap: break-word;
}
h1.post-title{
	margin-left:70px;
	width:80%;
	word-wrap: break-word;
}
h1.page-title{
	margin-left:8px;
	width:80%;
	word-wrap: break-word;
}
.meta{
	margin-left:110px;
	margin-top:8px;
	margin-bottom:6px;
	width:70%;
	font-size:9pt;
}
/*post contents*/
.entry {
	float:left;
	width:97%;
	font-size:11pt;
	margin-left:5px;
	margin-top:15px;
	overflow:hidden;
	border:1x solid pink;
}
.entry p{
	margin:12px 0;
}
.attachment-post-thumbnail{
	margin-left:0;
	padding:0;
	max-width:100%;
}

/* Sticky posts */
.sticky {
	border:3px solid #0f0f0f;
	border-radius:6px 6px 0 0;
	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-left:6px;
	margin-bottom:10px;
	width:95%;
	float:left; 
	padding:21px 19px 2px 2px;
}
.sticky h1 a{
	color:#fff;
	margin-left:10px;
	padding-left:40px;
	background:url(images/selectedpaw.png) no-repeat;
}
.stickyentry {
	width:90%;
	font-size:10pt;
	margin-left:20px;
	overflow:hidden
}

/* Post author information */
#entry-author-info {
	clear:both;
	font-size:10pt;
	overflow:hidden;
	width:97%;
	padding-top:35px;
	margin-bottom:20px;
	padding-left:24px;
}
#entry-author-info #author-link{
	padding-top:6px; 
	font-size:10pt;
}
#entry-author-info #author-avatar {
	float:left;
	padding-right:19px;
}
#entry-author-info #author-description {
	float:left;
	margin:0;
}
#entry-author-info h2 {
	font-size:14pt;
	font-weight:bold;
	margin-bottom:0;
	padding-top:3px;
}
/* Navigation  -settings for the next and previous posts and pages*/
.navigation {
	font-size:10pt;
	float:left;
	width:97%;
	padding-top:14px;
	margin-bottom:15px;
}
.navigation .alignleft,
.navigation .alignright{width:50%; color:#ab8263;}

.navigation .alignright{text-align:right;}

.page-link{
	clear:both;
	margin-bottom:15px;
}

/* sidebar */
.sidebar{
	width:210px;
	float:left;
	margin-left:18px;
	padding:0px;
	text-align:left;
	font-size:10pt;
	color:#ffffff;
	overflow:hidden;
}
.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;
}

/* widgets */
.widget{
	margin-bottom:10px;
}
.widget h2{
	border:3px solid #0f0f0f;
	border-radius:6px 6px 0 0;
	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); 
	padding-top:4px;
	padding-bottom:4px;
	padding-left:14px;
	font-size:13pt;
	margin-bottom:5px;
}
.widget_calendar h2{
	background:none;
}

/* comments   kommentarerna */
#comments{
	width:100%;
	margin-left:7px;
	float:left;
}
#comments h3.commenthead{
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
}
.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 {
	margin-left:25px;
	color:#fff;
	padding:4px;
}
.comment-body{
padding:15px;
	margin-bottom:20px;
	min-height:50px;
	width:94%;
	color:#fff;
	overflow:hidden;
	border:3px solid #0f0f0f;
	border-radius:6px 6px 0 0;
	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{
	margin-left:32px;
	height:30px;
	color:#666;
	font-size:8pt;
}
#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;
	font-size:14pt;
}
.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;
}

.children .comment{border:none;}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	width:90%;
	margin-top:10px;
	overflow: hidden;
	position: relative;
	padding:0;
}
#respond p {
	margin:0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* footer */
#footer {
	margin-left:6px;
	margin-bottom:0;
	margin-top:10px;
	padding-top:10px;
	width:70%;
	height:auto;
	clear: both; 
	font-size: 7pt;
	overflow:hidden;
	border:3px solid #0f0f0f;
	border-radius:6px 6px 0 0;
	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); 
}
#footer h2{
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.screen-reader-text{
	display:none;
}
.archive-title{
	margin:5px 10px 18px;
}

@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;
	}
	.widget h2{
		font-size:12pt;
	}
}
@media screen and (max-width:980px){
	/* title       titel */
	#site-title{
		top:15px;
		left:0px;
	}
	/* description         beskrivning */
	#site-description{
		padding:0;
		margin-top:20px;
	}
	#header-image{
		padding:0;
		margin:0;
		position:relative;
		z-index:99;
	}
	#content{
		width:98%;
	}
	#menu, #footer{
		width:97%;
	}
	.sidebar{
		width:98%;
		margin-left:7px;
	}
	#footer .sidebar{
		width:212px;
	}
}
@media screen and (max-width:780px){
	#wrap{
		width:95%;
	}		
}
@media screen and (max-width:550px){
	#wrap{
		width:95%;
	}
	.post{
		width:93%;
	}
}
@media screen and (max-width:480px){
	#wrap{
		width:90%; 
	}
	/* Hide sub menu.*/
	#menu li ul{
		visibility:hidden;
	}
	
}
@media screen and (max-width:430px){
	#menu,
	#content,
	#footer,
	.sidebar,
	.entry{
		width:90%;
	}
	#site-title{
		font-size:16pt;
	}
}