/*
Theme Name: Artill Blog
Theme URI: 
Author: Cross & Lecker
Author URI: 
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: artillblog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ---- * Resets default browser CSS. ---- */
div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* remember to define focus styles! */
:focus{outline:0;}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
/* Tables still need 'cellspacing="0"' in the markup. */
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
/* Remove possible quote marks (") from <q>,<blockquote>. */
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
a img{border:none;}
/* ---- */

body, html {
  	margin: 0;
  	padding: 0;
  	width: 100%;
	font-family: 'Lato', Verdana, sans-serif;
  	font-size: 11pt;
  	font-weight: 300;
	color: #434343;
  	background: #fff;
  	text-align: center;
}
body {
	border-top: 6px solid #434343;
}
/* TODO
h1, h2 {
	font-family: 'PT Sans Narrow', Verdana, sans-serif;
	font-weight: 700;
  	font-size: 15px;
  	line-height: 1;
  	margin: 0 0 9px 0;
  	padding: 0;
}
*/
a, a:link, a:visited, a:active {
  	color: #fc8d00;
  	text-decoration: none;
  	line-height: 0;
}
a:hover {
  	text-decoration: underline;
}
strong {
  	font-weight: bold;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 550px;
	text-align: left;
}
header {
	margin: 40px 0 0 0;
	padding: 0;
}
#logo {
	margin: 0 auto;
	width: 90px;
}
#navigation {
	margin: 40px 0 0 0;
	text-align: center;
}
#navigation ul {
	font-size: 10.5pt;
	color: #838383;
	display: inline-block;
}
#navigation ul li {
	list-style: none;
	float: left;
	margin: 0 16px 0 16px;
	padding: 0;
	height: 26px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
#navigation ul li > a, a:hover, a:link, a:active, a:visited {
	height: 22px;
	color: #838383;
}
#navigation ul li > a:hover {
	text-decoration: none;
}
#navigation .active, .current-menu-item {
	border-bottom: 1px solid #838383 !important;
}
#navigation ul li a {
	cursor: pointer;
}
#categories {
	position: relative;
	background-color: #e9e9e9;
	margin: 25px 0 25px 0;
	padding: 12px 0 9px 50px; 
	display: none;
}
#categories ul {
	margin: 0 50px 0 0;
	list-style: none;
	display: inline-block;
}
#categories ul li {
	float: left;
	margin: 0 3px 3px 0;
	padding: 0 5px 0 5px;
	height: 25px;
	line-height: 25px;
	background-color: #fafafa;
}
#categories ul li > a, a:hover, a:link, a:visited, a:active {
  	color: #fc8d00;
}
.current-cat {
	background-color: #fef8de !important;
}
#close-categories {
	position: absolute;
	bottom: 12px;
	right: 0;
}
#search {
	background-color: #e9e9e9;
	margin: 25px 0 25px 0;
	padding: 0;
	height: 56px;
	display: none;
}
#search input[type="text"] {
	margin: 14px 50px 14px 50px;
	padding: 0 8px 0 8px;
	height: 28px;
	width: 375px;
	font-size: 11pt;
	font-weight: 300;
	line-height: 28px;
}
#search input[type="submit"] {
	float: right;
	margin: 0;
	padding: 0;
	height: 56px;
	width: 56px;
	background: url('css/search-icon.gif') top left no-repeat;
	border-left: 3px solid #fff;
}
.search .post {
	margin-bottom: 5px;
}
.message, .not-found header {
	clear: both;
	margin: 0;
	padding: 0 0 0 50px;
	height: 55px;
	line-height: 55px;
	font-weight: 400;
	background-color: #fff8de !important;
}
.single-post .post {
	margin-bottom: 0;
}
#comments #respond {
	margin: 0;
	padding: 25px 50px 3px 50px;
	background: url('css/post-comments-arrow.gif') top right no-repeat #e9e9e9;
}
#respond form p {
	margin: 0 0 5px 0;
}
#respond form label {
	width: 50px;
	display: inline-block;
}
#respond form input[type="text"] {
	margin: 0;
	padding: 0 8px 0 8px;
	height: 20px;
	width: 384px;
	font-size: 11pt;
	font-weight: 300;
	line-height: 20px;
}
#respond form textarea {
	margin: 3px 0 0 0;
	padding: 8px;
	height: 155px;
	width: 434px;
	font-size: 11pt;
	font-weight: 300;
}
#respond form input[type="submit"] {
	margin: 3px 0 0 0;
	padding: 0;
	height: 25px;
	width: 450px;
	font-size: 11pt;
	font-weight: 300;
	background-color: #fff1d2;
}
#comments .commentlist {
	clear: both;
	margin: 55px 0 0 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	position: relative;
	margin: 0 0 3px 0;
	padding: 0 0 0 50px;
	width: 500px;
	background-color: #e9e9e9;
	display: inline-block;
}
.commentlist li article {
	padding: 20px 25px 20px 25px;
	width: 450px;
	background-color: #fafafa;
}
.comment-reply-link, .reply {
	display: none;
}
.comment-count {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0 0 0;
	width: 50px;
	font-weight: 400;
	text-align: center;
	color: #b1b1b1;
}
.comment header {
	margin: 0;
	padding: 0;
}
.comment-meta cite {
	font-weight: 400;
}
.comment-meta time {
	float: right;
	font-size: 8pt;
}
.comment-content {
	margin: 5px 0 0 0;
	line-height: 1.7;
}
.comment-content p {
	word-wrap: break-word;
	overflow: hidden;
}
/* Form fields, general styles first */
button,
input,
textarea {
	border: none;
	font-family: inherit;
	background-color: #fafafa;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	border: none;
}
#content {
	margin: 25px 0 0 0;
}
.post {
	clear: both;
	margin: 0 0 55px 0;
}
.post img {
	display: block;
}
.post .attachment-post-thumbnail {
	margin-top: 5px !important;
	height: auto !important;
    width: 100%;
}
.post .attachment-post-thumbnail:first-child {
	margin-top: 0;
}
.post-title {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0 0 0 50px;
	width: 500px;
	min-height: 55px;
	line-height: 55px;
	background-color: #e9e9e9;
	display: inline-block;
}
.post-title h1 {
	margin: 0;
	padding: 12px 0 12px 0;
	width: 400px;
	font-size: 16pt;
	font-weight: 700;
	line-height: 1.5;
	color: #434343;
}
.post-title h1 > a, a:hover, a:link, a:active, a:visited {
	color: #434343;
}
.post-title span {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 10.5pt;
	color: #b1b1b1;
}
.post-content {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.7;
	background-color: #fafafa;
}
.post-content p {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0 50px 0 50px;
	display: inline-block;
}
.post-content p:first-child {
	padding: 15px 50px 0 50px;
}
.post-content p > a, a:hover, a:link, a:active, a:visited {
	color: #fc8d00;
}
.post-content img {
	width: 100%;
	height: auto !important;
}
.post-content img {
	margin-bottom: 5px;
}
.post-content p img {
	display: none;
}
.post-content blockquote {
	clear: both;
	margin: 0;
	padding: 10px 70px 10px 70px;
	font-weight: 400;
	font-style: italic;
	background-color: #fff8de;
}
.post-content blockquote p, .post-content .download p {
	margin: 0;
	padding: 0 !important;
	display: block;
}
.post-content .download {
	min-height: 50px;
	background: url('css/post-download-icon.gif') center left no-repeat #fff8de;
}
.post-content .download span {
	display: block;
	font-style: normal;
}
.post-video {
	display: block;
}
.post-video iframe {
	margin: 0;
	padding: 0;
}
.post-content p iframe {
	max-width: 100% !important;
}
.readmore {
	margin: 5px 0 15px 0;
	padding: 0 50px 0 50px;
	font-style: italic;
	font-size: 10.5pt;
	color: #fc8d00;
	display: inline-block;
}
.more-link {
	font-style: italic;
	font-size: 10.5pt;
	color: #fc8d00;	
}
.post-meta {
	clear: left;
	margin: 3px 0 0 0;
	height: 35px;
	font-size: 10.5pt;
	font-weight: 400;
	line-height: 38px;
	background-color: #fafafa;
	color: #bfbfbf;
	display: block;
}
.post-meta span {
	float: right;
}
.post-meta span a {
	margin: 0 15px 0 0;
	padding: 0 27px 0 0;
	height: 35px;
	line-height: 38px;
	background: url('css/post-comments-icon.gif') top right no-repeat;
	display: block;
}
.post-meta span > a, a:hover, a:link, a:active, a:visited {
	color: #bfbfbf;
}
.post-meta .edit-link a {
	background: none !important;
}
.back-home {
	clear: left;
	margin: 55px 0 55px 0;
	padding: 0;
	height: 35px;
	width: 100%;
	background-color: #ececec;
	font-weight: 400;
	text-align: center;
}
.back-home > a {
	color: #666666 !important;
	display: block;
	height: 35px;
	line-height: 35px;
}
.fb-social-plugin {
	margin: 25px 50px 20px 50px !important;
}
.nav-posts {
	clear: both;
	text-align: center;
}
.nav-posts ol {
	margin: 0 -1px 0 -2px;
	font-size: 10.5pt;
	font-weight: 400;
	color: #bfbfbf;
	display: inline-block;
}
.nav-posts ol li {
	list-style: none;
	float: left;
	margin: 0 1px 0 2px;
	padding: 0 1px 0 1px;
	height: 25px;
	min-width: 23px;
	line-height: 25px;
	background-color: #fafafa;
}
.nav-posts ol li a, #nav-posts ol li a:hover, #nav-posts ol li a:link, a:active, #nav-posts ol li a:visited {
	color: #bfbfbf;
}
.nav-posts li:first-child {
	display: none;
}
.nav-posts .current {
	color: #fc8d00 !important;
}
.nav-posts .prev {
	min-width: 48px;
	display: inline-block;
}
.nav-posts .next {
	min-width: 48px;
	display: inline-block;
}
footer {
	clear: both;
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
	font-family: 'PT Sans Narrow', Verdana, sans-serif;
	text-align: center;
	background-color: #434343;
	color: #fff;
}
footer p {
	font-size: 13px;
	line-height: 1.5;
}
footer > a, a:hover, a:link, a:visited, a:active {
  	color: #fc8d00;
}
#about {
	margin: 0 auto;
	padding: 20px 50px 0 50px;
	width: 450px;
	text-align: left;
}
#about h1, #imprint h2 {
	font-family: 'PT Sans Narrow', Verdana, sans-serif;
	font-weight: 700;
  	font-size: 15px;
  	line-height: 1;
  	margin: 0 0 9px 0;
  	padding: 0;
}
#social {
	clear: left;
	margin: 0;
	padding: 10px 0 15px 0;
}
#social ul {
	margin: 0;
	padding: 0;
	height: 37px;
	list-style-type: none;
}
#social ul li {
	position: relative;
	float: left;
	margin: 0 9px 9px 0;
	padding: 0;
	height: 37px;
	width: 37px;
}
#social ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 37px;
	width: 37px;
	overflow:hidden;
}
.copyright {
	clear: both;
	margin: 35px auto 10px auto;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.copyright a, .copyright a:link, .copyright a:hover, .copyright a:visited, .copyright a:active {
	color: #fff;
	text-decoration: none;
}
#imprint-wrapper {
	display: none;
	clear: both;
	margin: 0;
	padding: 0 0 85px 0;
	width: 100%;
	text-align: center;
	background-color: #5f5f5f;
}
#imprint {
	margin: 0 auto;
	padding: 30px 50px 15px 50px;
	width: 450px;
	text-align: left;
}


/* Mobile */
@media only screen and (max-width: 480px) {
	#wrapper {
		width: 100%;
		margin: 0;
	}
	footer {
		width: 100% !important;
	}
	.post header, #content, .post-title, .post-entry, .post-content  {
		max-width: 100% !important;
   		margin: 0 !important;
	}
	header {
		max-width: 100% !important;
		margin: 20px 0 0 0;
	}
	#navigation {
		margin: 20px 0 -2px 0;
		display: block;
	}
/*	#navigation ul li {
		float: none;
		margin: 0 0 4px 0;
		height: 18px;
	} */
	#navigation ul {
		width: 100% !important;
	}
	#navigation ul li {
		margin: 0;
		padding: 8px 0;
		height: auto !important;
		width: 50% !important;
		text-align: left;
		background-color: #e9e9e9;
	}
	#navigation ul li:last-child {
		display: none;
	}
	#navigation ul li:nth-child(1), #navigation ul li:nth-child(3) {
		margin-right: -1px;
	}
	#navigation ul li:nth-child(2), #navigation ul li:nth-child(4) {
		border-left: 1px solid #fff;
		margin-right: -1px;
	}
	#navigation ul li a {
		padding: 0 0 0 20px;
	}
	#categories {
		margin: 20px 0 0 0 !important;
		padding: 12px 0 9px 20px !important;
	}
	#search {
		display: block;
		clear: both;
		margin: 0 !important;
	}
	#search input[type="text"] {
		margin: 14px 20px 14px 20px;
		padding: 0 !important;
		width: auto !important;
	}
	.message h1 {
		padding: 14px 20px 0 20px !important;
	}
	.post-title {
	   	padding: 0 !important;
	}
	.post-title h1 {
		width: auto !important;
		margin: 0 !important;
		padding: 30px 20px 10px 20px;
		font-size: 14pt;
	}
	.post-title span {
		line-height: 40px;
	}
	.post-content p {
		padding: 0 20px;
	}
	.post-content p:first-child {
		padding: 15px 20px 0 20px;
	}
	.post-content blockquote {
		padding: 10px 40px;
	}
	.post-content .download {
		background-position: -10px;
	}
	.post-video, .post-video iframe {
		max-width: 100% !important;
		height: auto !important;
	}
	#content {
		margin: 20px 0 0 0 !important;
	}
	#comments #respond {
		padding: 25px 20px 3px 20px;
	}
	.commentlist li {
		padding: 0 !important;
		display: block;
	}
	.commentlist li, .commentlist li article {		
		width: auto !important;
	}
	.commentlist li article {
		margin-left: 40px;
		padding: 15px 20px 15px 20px;
	}
	.comment-count {
		padding: 15px 0 0 0;
		width: 40px;
	}
	#about, #imprint, #imprint-wrapper {
		max-width: 100% !important;
		width: auto !important;
	}
	#about, #imprint {
		padding: 20px 20px 0 20px !important;
	}
	article {
   		width: 100% !important;
   		height: auto !important;
	}
	.post img, .page img {
   		width: 100% !important;
   		height: auto !important;
	}
	button, input, textarea {
		max-width: 100% !important;
		padding: 0 !important;
	}
	.fb-social-plugin {
		display: none !important;
	}
	.nav-posts .prev {
		min-width: 23px;
		display: inline-block;
	}
	.nav-posts .next {
		min-width: 23px;
		display: inline-block;
	}
}
@media only screen and (max-width: 320px) {

}

img.wp-smiley {
width: auto;
margin-left: 50px;
}