/*
Theme Name: interdesign
Theme URI: 
Author: Rueckauf
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: 

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.
*/


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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



audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Open Sans", Helvetica, sans-serif;
}

body {
	height: 100%;
	margin: 0;
}

a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}


a:active,
a:hover {
	color: black;
}

.page-id-250 a:hover  {color:#73aaa0} /*agentur*/
.category-4 a:hover  {color:#ca83b4} /*print*/
.category-5 a:hover  {color:#d74b4b} /*web*/
.category-6 a:hover  {color:#faa046} /*pos*/
.category-7 a:hover  {color:#1eafe1} /*film entertainment*/
.category-8 a:hover  {color:#96c355} /*wellness*/

a:hover {
	text-decoration: none;
}

h1, h2{
	font-family: "Open Sans", Helvetica, sans-serif;
}

h1 {
	font-weight:700;
	font-style: italic;
	font-size: 22px;
	line-height: 24px;
	margin: 40px 0 5px 0;
}
.page-id-250 h1, .page-id-250 h2 {
	color: #73aaa0;
	margin-top:20px;
}
.category-4 h1, .category-4 h2 {color: #ca83b4}
.category-5 h1, .category-5 h2 {color: #d74b4b}
.category-6 h1, .category-6 h2 {color: #faa046}
.category-7 h1, .category-7 h2 {color: #1eafe1}
.category-8 h1, .category-8 h2 {color: #96c355}

h2 {
	font-weight:600;
	font-style: italic;
	font-size: 16px;
	margin:0 0 15px 0;
}


p {
	font-weight:300;
	line-height:12pt;
	font-size: 10pt;
	margin: 0;
	max-width: 1260px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:     auto;
}


strong {
	font-weight: bold;
}

.site-footer p, 
.site-info p {
	margin: 0 auto;
	max-width: 1321px;
}

menu,
ol,
ul {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	float: left;
	margin:0 40px 0 0; 
}

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



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.slideshow_container
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
img,
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	margin: 5px 20px 5px 0;
	float: left;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

#wrapper {
	position: relative;
	min-height: 100%;
	margin:auto;
	width:1341px;
	padding:10px 0px 0px 0px;
}
.site-header {
	position:relative;
	max-width: 1321px;
	height:30px;
	margin:0 auto;
}
#home-link-left{
	position:absolute; 
	bottom:0;
	left:0;
	margin:0;
	background: url(images/id_logo_start.png) no-repeat;
	Width: 216px;
	height: 22px;
}

#home-link-right{
	position:absolute; 
	bottom:0;
	right:0;
	margin:0;
	Width: 216px;
	height: 19px;
}

.page-id-250 #home-link-left{
	background: url(images/id_logo_agentur.png) no-repeat;
}

.category-4 #home-link-left{
	background: url(images/id_logo_print.png) no-repeat;
}

.category-5 #home-link-left{
	background: url(images/id_logo_web.png) no-repeat;
}
	
.category-6 #home-link-left{
	background: url(images/id_logo_pos.png) no-repeat;
}

.category-7 #home-link-left{
	background: url(images/id_logo_fe.png) no-repeat;
}

.category-8 #home-link-left{
	background: url(images/id_logo_wellness.png) no-repeat;
}

.page-id-250 #home-link-right{
	background: url(images/id_claim_agentur.png) no-repeat;
}

.category-4 #home-link-right{
	background: url(images/id_claim_print.png) no-repeat;
}
.category-4 #home-link-right{
	background: url(images/id_claim_print.png) no-repeat;
}
.category-5 #home-link-right{
	background: url(images/id_claim_web.png) no-repeat;
}

.category-6 #home-link-right{
	background: url(images/id_claim_pos.png) no-repeat;
}
	
.category-7 #home-link-right{
	background: url(images/id_claim_fe.png) no-repeat;
}

.category-8 #home-link-right{
	background: url(images/id_claim_wellness.png) no-repeat;
}



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: auto;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	
	
}

.nav-menu li {
	font-weight:700;
	font-size: 38px;
	line-height: 1;
	float:left;
	background:#8b8b8b;
	width:216px;
	height:216px;
	margin: 5px 5px 0 0;
	position: relative;
}
                          
.nav-menu li a {
	color: white;
	width:100%;
	height:100%;
	text-transform: uppercase;
	word-wrap:break-word;
	display: block;
	text-decoration: none;
}

.nav-menu li a:hover {
	color: white;
}


.menu-item-252 a {padding-top: 183px} /*agentur*/
.menu-item-89 a {padding-top: 183px} /*print*/
.menu-item-96 a {padding-top: 183px} /*web*/
.menu-item-95 a {padding-top: 107px} /*pos*/
.menu-item-94 a {padding-top: 107px} /*film entertainment*/
.menu-item-97 a {padding-top: 183px} /*wellness*/

#menu-item-97 {margin: 5px 0 0 0;}

.menu-item-252 a:hover,.menu-item-82 a:active {background-color:#73aaa0} /*agentur*/
.menu-item-89 a:hover,.menu-item-89 a:active {background-color:#ca83b4} /*print*/
.menu-item-96 a:hover,.menu-item-96 a:active {background-color:#d74b4b} /*web*/
.menu-item-95 a:hover,.menu-item-95 a:active {background-color:#faa046} /*pos*/
.menu-item-94 a:hover,.menu-item-94 a:active {background-color:#1eafe1} /*film entertainment*/
.menu-item-97 a:hover,.menu-item-97 a:active {background-color:#96c355} /*wellness*/

.page-id-250 #menu-item-252 {background-color:#73aaa0} /*agentur*/
.category-4 #menu-item-89 {background-color:#ca83b4} /*print*/
.category-5 #menu-item-96 {background-color:#d74b4b} /*web*/
.category-6 #menu-item-95 {background-color:#faa046} /*pos*/
.category-7 #menu-item-94 {background-color:#1eafe1} /*film entertainment*/
.category-8 #menu-item-97 {background-color:#96c355} /*wellness*/

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: white;
	margin: 0 auto;
	max-width: 1321px;
	width: 100%;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

#content {
padding-bottom: 9em;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1321px;
	width: 100%;
}
#multi {
	padding: 10px 0 60px;
	max-width: 1321px;
	-moz-column-count: 2;
	-moz-column-gap: 80px;
	-webkit-column-count: 2;
	-webkit-column-gap: 80px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    manual;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	padding: 40px 0 20px; 
}

.bild {
	float: none;
}
.page-id-26 h1 {
	margin: 20px 0;
}



/**
 * 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	}

/*.error404 .page-wrapper {
	background-color: #e8e5ce;
}*/

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1321px;
	padding-bottom: 40px;
	width: 100%;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	position: relative;
	text-align: center;
	color: white;
	background-color: #8b8b8b;
	font-size: 12px;
	margin-top: -100px;
	Padding-top: 6px;
	height: 100px;
	width: 100%;
	z-index: 3;
}

.menu-footer a {
	color: white;
}

.menu-footer a:hover {
	color: black;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#wrapper {
		max-width:621px;
		padding: 0px 10px;
	}
		
	.site-header {
		position:relative;
		height:30px;
		margin:0 auto;
	}
	
	.nav-menu li {
		font-size: 17px;
		width: 96px;
		height: 96px;
		margin: 15px 5px 0 0;
	}
                          
	.menu-item-252 a {padding-top: 80px} /*agentur*/
	.menu-item-89 a {padding-top: 80px} /*print*/
	.menu-item-96 a {padding-top: 80px} /*web*/
	.menu-item-95 a {padding-top: 46px} /*pos*/
	.menu-item-94 a {padding-top: 46px} /*film entertainment*/
	.menu-item-97 a {padding-top: 80px} /*wellness*/

	#menu-item-97 {margin: 15px 0 0 0;}
	
	#multi {
	padding: 10px 0 60px;
	max-width: 1321px;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	}

	img { 
		float: none;
		max-width: 100%;
	}
	
	h1 { 
		margin-top: 20px;
	}
	
	.entry-content {
		padding-top: 20px;
	}
	
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 0px;
		padding-right: 0px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	#wrapper {
		max-width:342px;
	}
	
	.site-header {
		position:relative;
		height:30px;
		margin:0 auto;
	}
	
	.page-id-250 #home-link-right{
	background: none;
	}
	.category-4 #home-link-right{
	background: none;
	}
	.category-4 #home-link-right{
	background: none;
	}
	.category-5 #home-link-right{
	background: none
	}
	.category-6 #home-link-right{
	background: none;
	}
	.category-7 #home-link-right{
	background: none;
	}
	.category-8 #home-link-right{
	background: none;
	}

.nav-menu li {
	width: 104px;
	height: 104px;
	}
                          
	.menu-item-252 a {padding-top: 89px} /*agentur*/
	.menu-item-89 a {padding-top: 89px} /*print*/
	.menu-item-96 a {padding-top: 89px} /*web*/
	.menu-item-95 a {padding-top: 55px} /*pos*/
	.menu-item-94 a {padding-top: 55px} /*film entertainment*/
	.menu-item-97 a {padding-top: 89px} /*wellness*/

	#menu-item-96 {margin-right: 0px;}
	#menu-item-95, #menu-item-94 {margin: 5px 5px 0px 0px;}
	#menu-item-97 {margin: 5px 0 0 0;}

	
.site-footer p {
	line-height:14pt;
	max-width: 300px;
}

.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}