/* 
Theme Name: Wolf 
Theme URI: http://wordpress.org/extend/themes/wolf
Description: A three column theme with a wolf header and one additional gallery page template. Swedish translation included. 
Author: Poena
Author URI: http://layout.nu/about/
Version: 1.02 
Tags: gray, threaded-comments, sticky-post, translation-ready, three-columns, custom-menu, custom-background, custom-header
License: GNU General Public License (GPL), v3 (or newer)
License URI: http://www.gnu.org/licenses/gpl-3.0.html

 * Wolf WordPress Theme Copyright 2012 Carolina Nymark.
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
body{
	margin:0 auto;
	padding:0;
	font-family:Verdana,Georgia,Serif;
	background: #3b3b3a;
	color:#fff;
}
a{
	color:#000;
	text-decoration:none;
}

#wrapper{
		width:100%;
		margin:0 auto;
		padding:0;
		clear:both;
	}

/*Left side is also the header! 
-------------------------------------------------------------- */
#header{
		width:420px;
		margin-left:50px;
		margin-right:20px;
		float:left;
}
#header h1,
#header h3{
	font-family: 'Amatic SC', cursive; 
	font-size:40px; 
	font-weight:bold; 
	letter-spacing:3px;
	color:#fff;
	padding:0;
	margin-top:10px;
	position:relative;
	z-index:99;
}
#header .description h3
 {
	font-family: 'Amatic SC', cursive; 
	font-size:32px; 
	font-weight:bold; 
	letter-spacing:3px;
	margin-top:10px;
	margin-bottom:5px;
	position:relative;
	z-index:99;
}
#header a{
	color:#fff;
}
#header img{}

	/* And the Menu is placed inside the header.
	-------------------------------------------------------------- */

	#header .wolf-menu{
		text-align:center;
		background:#2c2c2b;
		border-radius:4px;
		padding:3px;
		margin-bottom:25px;
		margin-top:-90px;
		width:340px;
		-moz-box-shadow: 0px 4px 13px black;
		-webkit-box-shadow: 0px 4px 13px black;
		box-shadow: 0px 4px 13px black;
		font-family: 'Amatic SC', cursive; 
		font-size:24px; 
		font-weight:bold; 
		letter-spacing:3px;
	}
	#header .menu {
		margin:84px 4px 4px 4px; 
		padding:0 10px 10px 10px;
		width:270px;
	}

	#header .menu ul li,
	.menu li{
		list-style-type:none;
		padding:6px;
	}
	#header .menu li ul{
		font-size: 12px; 
		font-weight:normal; 
		font-family:Verdana,Georgia,Serif; 
		line-height:18px; 
		letter-spacing:2px;
		padding:6px;
	}
	#header .menu li a{
		color:#ccc; padding-top:6px;
	}
	#header .menu li ul a{
		color:#ccc;
		border:none;
	}
	#header .menu li a:hover{
		color:#fff;
	}
	#header .menu a{
		padding-left:15px;
		padding-right:15px;
		padding-bottom:5px;
		border-radius:4px;
	}
	#header .menu a:hover {
		background:#343433;
	}

/*Middle
-------------------------------------------------------------- */
#container{
	float:left;
	width:700px;
	margin-top:80px;
}

.post-title {
	font-family: 'Amatic SC', cursive; 
	font-size:32px; 
	font-weight:bold; 
	letter-spacing:3px;
}
	 
/* navigation */
.older-posts,
.newer-posts,
#paged-comments{
	font-size:12px;
	font-weight:bold;
	}
.page-link,
.more-link {
	font-size:12px;
	}
	
.crumbs,
.crumbs a{
	color:#ccc;
	padding-bottom:10px;
	text-decoration:none;
	font-size:10px;
	letter-spacing:2px;
	clear:both;
} 


/* Posts 
-------------------------------------------------------------- */

.post,
.type-page
{
	clear:both;
	overflow:hidden;
	background:#4e4e4e;
	border-radius:4px;
	padding:12px;
	padding-bottom:9px;
	font-size:14px;
	/*line-height:16px;*/
	min-height:40px;
	position:relative;
	z-index:2;
	margin-bottom:45px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
}
.post a{
	text-decoration:underline;
	color:#fff;
}
.post-title  a{
	color:#fff;
	text-decoration:none;
}
.post-title {
	display:block;
	line-height:32px;
	padding-bottom:9px;
	padding-top:6px;
	margin:0;
	text-decoration:none;
	clear:both;
}

.meta{
	clear:both;
	color:#ccc;
	padding:5px;
	margin:5px 5px 5px -5px;
	font-size:10px;
	letter-spacing:2px;
	float:left;
	position:relative;
	z-index:1;
	border:1px dotted #666;
	border-radius:4px;
}
.meta a{
	text-decoration:none;
	color:#ccc;
}
.meta a:hover{
	color:#fff;
}
.meta img{border:none; border-radius:4px;}

.sticky {
	background-color:#4e4e4e;
	background-image: url(images/paw.svg); /*paw*/
	background-repeat:no-repeat;
	background-position: -22% 75%;
	background-position-x: -348px; /*ie*/
	background-position-y: -5px; /*ie*/
	padding-left:115px; /*make room for paw*/
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
	margin-bottom:55px;
}

.search-post,
.author-meta{
	clear:both;
	overflow:hidden;
	background:#2c2c2b;
	border-radius:4px;
	color:#ccc;
	padding:12px;
	font-size:16px;
	min-height:5px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
	position:relative;
}

.archive-title,
.author-title{
	padding-left:0px;
	padding-bottom:3px;
	margin-top:5px;
	text-decoration:none;
	font-family: 'Amatic SC', cursive;
	font-weight:bold;
	letter-spacing:3px;
	font-size:26px;
}

/* attachment
-------------------------------------------------------------- */

.type-attachment{
	clear:both;
	overflow:hidden;
	background:#2c2c2b;
	border-radius:4px;
	padding:12px;
	font-size:16px;
	min-height:5px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
	position:relative;
	z-index:2;
	margin-bottom:45px;
	}
.attachment-x9999{
	border-radius:4px;
}

.attachment_nav_clear{float:right; clear:both; margin:4px;}
.attachment_nav_clear img{border-radius:4px;}

/*author info
-------------------------------------------------------------- */

#author-info {
	color:#ccc;
	clear:both;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	min-height:45px;
	margin:0;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:0;
}
#author-info #author-link{
	padding-top:6px;
}
#author-info #author-link a {
	color:#fff;
}
#author-info #author-avatar {
	border:3px solid #333;
	float:left;
	height:60px;
	margin:10px;
	border-radius:4px;
}
#author-info #author-description {
	float:left;
	margin:10px;
	font-size:12px;
}
#author-info h2 {
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.author-meta{
	margin-bottom:50px;
}

.format-link .post-title,
.format-aside .post-title,
.format-status .post-title,
.format-link .cat-links,
.format-aside .cat-links,
.format-status .cat-links,
.format-link .crumbs,
.format-aside .crumbs,
.format-status .crumbs {
	display:none;
}
.format-link,
.format-status{
	min-height:30px;
}

/*commments 
-------------------------------------------------------------- */

#comments {
	clear: both;
	width:100%;
}
#comments .navigation {
	padding:0 0 18px 0;
}
h3#comments-title{
	padding-left:0px;
	padding-bottom:3px;
	margin-top:5px;
	text-decoration:none;
	font-family: 'Amatic SC', cursive;
	font-weight:bold;
	letter-spacing:3px;
	font-size:26px;
}
.commentlist {
	list-style:none;
	margin-top:0px;
	padding:0;
}
.commentlist .children {
	list-style:none;
	margin:0;
}
.comment-author {
	margin-top:-60px;
	padding-left:65px;
	height:20px;
	line-height:20px;
	color:#fff;
	background:#2c2c2b;
	border-radius:4px 4px 0 0;
	font-weight: bold; 
	font-size:12px;
}
.comment-author a{
	color:#fff;
}
.comment-body{
	font-size:14px;
	padding-left:65px;
	padding-right:19px;
	padding-top:7px;
	padding-bottom:17px;
	min-height:5px;
	margin-bottom:50px;
	background:#efecec;
	color:#000;
	border-radius:0 0 4px 4px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
}
.comment-body p {
	margin:0;
	padding:0;
}
.comment-body a{
	color:#000;
	text-decoration:underline;
}
.commentlist .avatar {
	width:50px;
	height:50px;
	border-radius:4px;
	border:1px solid #ccc;
	position:relative;
	top:0;
	left:5px;
}
a.comment-edit-link{
	color:#ccc;
	font-size:10px;
	letter-spacing:2px;
}
.bypostauthor .comment-author {
	background:#000;
}
.bypostauthor .comment-body {
	border:2px solid #000;
}

.comment-reply{
	font-size:10px;
	letter-spacing:2px;
}
.reply {
	background:#2c2c2b;
	border-radius:4px;
	border:1px dotted #666;
	margin-top:-14px;
	padding:5px;
	float:right;
	margin-right:20px;
	font-size:12px;
	font-weight:bold;
}
.reply a{
	color:#ccc;
	text-decoration:none;
}
.reply a:hover{
	color:#fff;
}

.children li.depth-5 .reply{
	visibility:hidden;
}
.commentlist .even {}
.nopassword,.nocomments {
	display: none;
}
.pingback {
	padding-left:6px;
	padding-right:6px;
	padding-top:1px;
	padding-bottom:1px;
	min-height:5px;
	margin:0;
	margin-bottom:20px;
	background:#fff;
	color:#000;
	border-radius:4px;
}
.pingback a{
	color:#000;
	text-decoration:underline;
}

/* Comments form
-------------------------------------------------------------- */

input[type=submit] {
	color: #333;
}

#respond {
	overflow:hidden; 
	position:relative; 
	background:#2c2c2b; 
	color:#ccc;
	padding:12px; 
	border-radius:4px; 
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
	margin-bottom:30px;
}
#cancel-comment-reply-link{
	font-size:12px;
	font-weight:normal;
}
#respond a{
	color:#ccc;
}
#respond p{
	margin:0;
}
#respond .logged-in-as{
	padding-bottom:6px;
	font-size:12px;
}
#respond .logged-in-as a{
	color:#ccc;
}
#respond .comment-notes{
	font-size:12px;
	margin-bottom: 1em;
}
#respond .required {
	color:#ff4b33;
	font-weight: bold;
}
#respond label {}
.comment-form-comment label {
	display:none;
}
#respond input {
	margin:9px;
}
#respond textarea {
	border-radius:4px;
	padding:6px;
}
#respond .form-allowed-tags {
	margin:4px;
	color:#ccc;
	font-size:12px;
	line-height:18px;
}
#respond .form-allowed-tags code {
	font-size: 14px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px; width: auto;
}
	 
	 
	 
/* Right Sidebar / Widgets
-------------------------------------------------------------- */

#rightsidebar{
	float:left;
	margin-left:30px; 
	width:300px; 
	margin-top:65px;
}

.widget{
	width:100%;
	list-style: none;
	position:relative;
	z-index:2;
	float:right;
	margin-bottom:25px;
	background:#2c2c2b;
	border-radius:4px;
	padding:3px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
}
.widgettitle{
	margin-left:9px;
	margin-top:4px;
	margin-bottom:3px;
	font-weight:bold;
	font-family: 'Amatic SC', cursive;
	letter-spacing:3px;
	font-size:26px;
}

.widget ul{
	font-size:12px;
	padding:0;
	margin:0;
	float:left;
	border-radius:4px;
	width:100%;
	}
.widget ul li{
	list-style: none;
	font-weight:bold;
	margin-left:9px;
	margin-top:6px;
	margin-bottom:9px;
	padding:0;
	text-align:left;
	color:#ccc;	
}
#calendar_wrap{
	padding-top:5px;
	font-size:12px;
	border-radius:4px;
	background:#2c2c2b;
}
.widget_calendar .widgettitle {
	display:none;
}
#wp-calendar {
	color:#ccc; 
	font-weight:bold;
	padding:5px;
}
#wp-calendar a {
	color:#ccc;
	text-decoration:underline;
}
#wp-calendar a,
#wp-calendar caption,
.widget ul li a:hover,
.widgettitle:hover,
.tagcloud a:hover ,
.textwidget a{
	color:#fff;
}
#wp-calendar caption {
	font-family: 'Amatic SC', cursive;
	font-weight:bold;
	letter-spacing:3px;
	font-size:26px;
}
.tagcloud{
	padding:10px;
	background:#2c2c2b;
	border-radius:4px;
}
.widget ul li a,
.tagcloud a {
	color:#ccc;
}
.textwidget{
	color:#ccc;
	padding:10px;
	background:#2c2c2b;
	border-radius:4px;
	overflow:hidden;
}

/* Pagination 
-------------------------------------------------------------- */

.more-link {
	color:#ccc;
	clear:both;
	padding-top:3px;
}
.page-link {
	color:#ccc;
	clear:both;
	padding-top:3px;
	padding-bottom:7px;
}
.page-link a{
	color:#ccc;
	text-decoration:none; 
	padding:1px;
}
.page-link a:hover,
.more-link a:hover{
	text-decoration:underline;
}
.older-posts,
.newer-posts{
	background:#2c2c2b;
	border-radius:4px;
	color:#ccc;
	min-width:170px;
	padding:6px;
	min-height:15px;
	margin:0;
	margin-bottom:50px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
	}	
.newer-posts{
	float:right;
	margin-top:0;
}
.older-posts{
	float:left;
	margin-top:0;
}
.older-posts a,
.newer-posts a,
#paged-comments a,
#newer-comments a{
	color:#ccc;
}
.older-posts a:hover,
.newer-posts a:hover,
#paged-comments a:hover,
#newer-comments a:hover{
	color:#fff;
	}
a:hover .newer-posts,
a:hover .older-posts{
	color:#fff;
	}
#paged-comments{
	background:#2c2c2b;
	color:#ccc;
	width:140px; 
	border-radius:4px; 
	padding:6px; 
	margin-bottom:25px;
	margin-top:43px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
	min-height:15px;
}
/*-------------------------------------------------------------- */
 
/* Gallery page template
-------------------------------------------------------------- */
#gallery-container{
		margin-left:50px;
		margin-right:20px;
}
.gallery-template{
	margin-top:10px;
	clear:both;
	overflow:hidden;
	background:#4e4e4e;
	border-radius:4px;
	padding:12px;
	padding-bottom:9px;
	font-size:14px;
	line-height:16px;
	min-height:40px;
	position:relative;
	z-index:2;
	margin-bottom:65px;
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
}

.gallery-template img{
	margin:10px;
	border:2px solid #cfcfcf; 
	-moz-box-shadow: 0px 4px 13px black;
	-webkit-box-shadow: 0px 4px 13px black;
	box-shadow: 0px 4px 13px black;
	}
/*-------------------------------------------------------------- */

#searchform{
	padding:6px;
}
.attachment-post-thumbnail{
	border-radius:4px;
	border:none;
	margin-top:12px;
}
label.screen-reader-text {
	display: none;
}
.wp-caption {
	border-radius:4px; 
	padding:6px;
	color:#222;
	font-size:12px;
	font-weight:bold;
	margin:5px;
}
.size-full,
.attachment-thumbnail,
.size-medium,
.size-thumbnail{
	border-radius:4px; 
	border:none;
}
.wp-caption-text {
	font-size:12px;
}
.gallery-caption {}
.alignright {
	float:right;
	padding:10px;
}
.alignleft {
	float:left;
	padding:10px;
}
.aligncenter {
	padding:20px;
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
blockquote{
	border-radius:4px;
	background:#eeecec;
	padding:4px;
	color:#000;
}
.post blockquote a{color:#000;}