/*
Theme Name: produktbezogen 2015
Theme URI: 
Author: Wolf Bruening
Author URI: http://wolfbruening.de/
Description: 
Version: 2.1
License: 
License URI: 
Tags: 
Text Domain: produktbezogen

@import url(css/ci.css);
@import url(css/layout.css);
@import url(css/typography.css);

*/



/*===== Typography =====*/

/*
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:300,700,300italic,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext);
*/

/* roboto-slab-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('fonts/roboto-slab-v7-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-slab-v7-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('fonts/roboto-slab-v7-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-slab-v7-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'),
       url('fonts/merriweather-sans-v9-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/merriweather-sans-v9-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-300italic - latin-ext_latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: normal;
  src: local('Merriweather Sans Light Italic'), local('MerriweatherSans-LightItalic'),
       url('fonts/merriweather-sans-v9-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/merriweather-sans-v9-latin-ext_latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'),
       url('fonts/merriweather-sans-v9-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/merriweather-sans-v9-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-700italic - latin-ext_latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Sans Bold Italic'), local('MerriweatherSans-BoldItalic'),
       url('fonts/merriweather-sans-v9-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/merriweather-sans-v9-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body, h4, h5, blockquote span, aside ul.job_listings h3, input, cite .is-author, textarea {
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

h1, h2, h3, .article-info, blockquote, a.button, a.more-link, .button-2nd, .nav-previous a, .nav-next a, #subscribe-submit input, .application_button, cite, .form-submit input {
	font-family: 'Roboto Slab', Arial, sans-serif;
}



/*===== Color Scheme =====*/

body, article h4 { color: #222; }

article h3 { color: #333; }

aside, .comment-author-link a, input { color: #444; }

.article-info, .metadata, .commentlist a.comment-time, .commentlist a.comment-time:hover, p.form-allowed-tags, p.wp-caption-text { color: #999; }

body { background-color: #eee; }

article, .author-info { background: #fff }

h2, a { color: #3a6db5; }
a.button, a.more-link { color: #fff; background-color: #3a6db5; }

a:hover, .comment-author-link a:hover, nav ul li a:hover, nav ul li.current-menu-item a, .comment-respond span.required { color: #d9214f; }
a.button:hover, a.more-link:hover, .is-author { color: #fff; background-color: #d9214f; }

.marker { background-color: #fff066 }



/*===== Basic Layout =====*/

html {  
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0 0 20px;
	min-width: 320px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

header {
	padding: 0px 15px;
}

main {

}

aside {
	margin: 0 15px 10px;
}

aside div {
	margin-bottom: 24px;
	max-width: 450px;
}

footer {
	margin: 0 15px 20px;
}

nav.main-navigation {
	margin: 0 0 12px;
}

nav.article-navigation {
	margin: 0 15px 20px;
}

form#searchform {
	margin-bottom: 24px;
	max-width: 450px;
}

article {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.archive-header {
	margin: 0 15px;
}

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

a img {
	border: 0;
}



/*===== Meta (Sidebar, Header, Footer) =====*/

img#logo {
	max-width: 360px;
	margin: 10px 0;
	display: block;
	width: 100%;
}

aside, footer, nav, input {
	font-size: 14px;
	line-height: 20px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li {
	display: block;
	float: left;
}

nav ul li a {
	display: block;
	padding: 1px 10px 1px 0;
	border-right: 1px solid #ccc;
	margin: 0 10px 12px 0;
}

nav ul li a:hover {
	text-decoration: none;
}

header h3, aside h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 8px;
	border-bottom: 1px solid #aaa;
	padding: 0 0 6px;
}

.jetpack_subscription_widget h3 {
	display: none;
}

aside ul {
	padding: 0 0 0 20px;
}

aside ul li {
	margin: 0 0 7px;
}

footer {
	text-align: left;
}

a.icon {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 4px 4px 0;
	float: left;
}

#icon_t {
	background: #fff url(images/icon_sprite.png) 0 0;
}

#icon_f {
	background: #fff url(images/icon_sprite.png) -52px 0;
}

#icon_x {
	background: #fff url(images/icon_sprite.png) -104px 0;
}

#icon_g {
	background: #fff url(images/icon_sprite.png) -156px 0;
}

#icon_rss {
	background: #fff url(images/icon_sprite.png) -208px 0;
}

header.archive-header {
	background-color: #eee;
	padding-top: 22px;
	font-size: 14px;
}

header.archive-header h1 {
	padding: 0 0 10px;
	margin: 0;
	font-size: 28px;
}

.headline-tag {
	background-color: #fff;
	padding: 0 5px;
	border-radius: 3px;
}

.key-visual-credits {
	font-size: 11px;
	line-height: 13px;
	margin: 0 15px;
	color: #bbb;
}

.key-visual-credits a {
	text-decoration: underline;
	color: #bbb;
}




/*===== Main Content =====*/

main header, main footer {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}

main header h1, article header h2 {
	margin: 0px 15px 0;
	padding-top: 18px;
}

.content, article footer {
	padding: 0px 15px 0;
}

.article-info {
	margin: 12px 15px 24px;
}

.metadata {
	margin: 20px 0 20px;
}

article footer .comments-link {
	margin-left: 48px;
}

.single article footer .comments-link {
	margin-left: 0;
}

h1, h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 12px;	
}

h3 {
	margin: 40px 0 12px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

h4, h5 {
	margin: 24px 0 12px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #222;
}

h5 {
	font-weight: 300;
}

b, strong {
	font-weight: 700;
}

p, ul, ol {
	margin: 0 0 12px;
}

/* Für redaktionelle Hinweise */
p.redinfo {
	font-style: italic;
	color: #999;
	padding: 11px 0 11px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 24px 0;
}

/* Kleingedrucktes für rechtliche Hinweise */
p.smallinfo {
	color: #777;
	font-size: 12px;
	line-height: 14px;
}

/*
.content p, .content ul, .content ol {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
*/

hr {
	color: #d2d2d2;
	background-color: #d2d2d2;
	height: 1px;
	border: 0px solid #d2d2d2;
	margin: 24px 0 24px;
}

ul, ol {
	padding: 0 0 0 25px;
}

ul.longlist, ol.longlist {
	margin: 0;
}

.longlist li {
	margin: 0 0 12px;
}

.article-info {
	font-size: 16px;
}

blockquote p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	margin: 18px 0px 18px;
	text-align: center;
}

blockquote .author {
	color: #333;
	font-size: 16px;
}

blockquote.highlight p {
	color: #444;
}

blockquote.pullquote {
	padding: 60px 24px 24px;
	background-image: url(images/bg-pullquotes-s.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
}

blockquote.pullquote p {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	color: #333;
	text-align: left;
}

blockquote.pullquote span.author {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

blockquote.pullquote.pullquote-grey {
	background-color: #eee;
}

blockquote.pullquote.pullquote-blue {
	background-color: #79abed;
	color: #fff;
}

blockquote.pullquote.pullquote-orange {
	background-color: #ffbf27;
	color: #fff;
}

blockquote.pullquote.pullquote-petrol {
	background-color: #6097bf;
	color: #fff;
}

blockquote.pullquote.pullquote-red {
	background-color: #ec3541;
	color: #fff;
}

blockquote.pullquote.pullquote-bordeaux {
	background-color: #cc3359;
	color: #fff;
}


blockquote.pullquote.pullquote-blue p, blockquote.pullquote.pullquote-orange p, blockquote.pullquote.pullquote-petrol p, blockquote.pullquote.pullquote-red p, blockquote.pullquote.pullquote-bordeaux p, blockquote.pullquote.pullquote-blue span, blockquote.pullquote.pullquote-orange span, blockquote.pullquote.pullquote-petrol span, blockquote.pullquote.pullquote-red span, blockquote.pullquote.pullquote-bordeaux span {
	color: #fff;
}

blockquote.pullquote.info {
	background-image: url(images/bg-infoquotes-s.png);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
}

article footer {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

article .alignleft {
	margin: 5px 10px 5px 0;
}

article .alignright {
	margin: 5px 0 5px 10px;
}

article .aligncenter {
	margin: 24px auto;
	text-align: center;
}

article .alignnone {
	margin: 12px 0;
}

.wp-caption {
	width: 100% !important;
}

.wp-caption p {
	font-size: 14px;
}

#media div {
	margin-bottom: 18px;
}



/*===== Tabellen =====*/

table {
	width: 100%;
	margin: 24px 0 24px;
	border-collapse: collapse;
}

th, td {
	text-align: left;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #bbb;
}

.job-table td, .job-table th {
	vertical-align: top;
	padding: 10px;
	width: 33%;
}

.job-table th {
	background-color: #3a6fb5;
	color: #fff;
	font-weight: 400;
}

th.job-table-empty {
	background-color: #fff;
}

.job-table tfoot td {
	background-color: #eee;
	font-size: 18px;
}

.job-table tfoot td small {
	font-size: 13px;
	line-height: 13px;
	color: #999;
}


/*===== Author-Box =====*/

.author-info {
	padding: 15px;
	margin-bottom: 20px;
}

.author-description {
	float: right;
	width: 80%;
}

.author-avatar {
	float: left;
	width: 20%;
}

ol.commentlist {
	padding: 0;
}


/*===== Navigation für Artikelserien =====*/

ul.seriesNav {
	list-style: none;
	max-width: 500px;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

ul.seriesNav li {
	display: block;
	margin: 0;
	color: #666;
	background-color: #eee;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	line-height: 20px;
}

ul.seriesNav li.nolink {
	padding: 8px 20px;
}

ul.seriesNav strong {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	display: block;
	margin: 0 0 4px;
}

ul.seriesNav li a {
	display: block;
	background-color: #eee;
	color: #333;
	padding: 8px 20px;
}

ul.seriesNav li a:hover {
	background-color: #d9214f;
	color: #fff;
	text-decoration: none;
}

ul.seriesNav li.actual a {
	background-color: #666;
	color: #fff;
}

ul.seriesNav li a strong {
	color: #3a6db5;
}

ul.seriesNav li a:hover strong {
	color: #fff;
}

ul.seriesNav li.actual a strong {
	color: #fff;
}



/*===== Buttons & Formulare =====*/

a.button, a.more-link {
	display: inline-block;
	border-radius: 3px;
	padding: 12px 48px;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	margin-top: 12px;
}

.button-2nd, .nav-previous a, .nav-next a, #subscribe-submit input, .application_button, .form-submit input, #fscf_submit1, #fscf_submit5 {
	display: block;
	border-radius: 3px;
	padding: 7px 15px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #555;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	width: auto !important;
}

.button-2nd:hover, .nav-previous a:hover, .nav-next a:hover, #subscribe-submit input:hover, .application_button:hover, .form-submit input:hover, #fscf_submit1:hover, #fscf_submit5:hover { 
	color: #444;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
	text-decoration: none;
}

.nav-previous a, .nav-next a {
	display: inline-block;
	padding: 12px 36px;
	margin-bottom: 10px;
}

.nav-single {
	margin: 0 15px 20px;
}

.nav-single .nav-previous a {
	margin-bottom: 10px;
}

.nav-single .nav-next a {
	text-align: right;
	display: block;
}

input#s, input#subscribe-field, input#subscribe-field-blog_subscription-2 {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
	background-color: #fff;
	padding: 7px 0 7px 10px !important;
	border-radius: 3px 0 0 3px;
	margin: 0;
	line-height: 20px;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 0;
	float: left;
	width: 60% !important;
}

input.button-2nd, #subscribe-submit input {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 0 3px 3px 0;
	width: 40%;
}

div#subscribe-text {
	margin-bottom: 0 !important;
}

#fscf_form5 {
	background-color: #eee;
	padding: 10px;
}

.comment-form-cookies-consent input {
	display: inline;
	width: auto !important;
	margin: 0 5px 0 0;
}

.comment-form-cookies-consent label {
	display: inline !important;
}

/*===== Kommentare =====*/

.commentlist li {
	list-style: none;
	list-style-position: outside;
	padding: 0;	
}

.commentlist li article {
	margin-bottom: 10px;
	padding: 15px;
}

.commentlist img.avatar {
	display: inline;
	float: left;
	margin: 0 10px 20px 0;
}

.commentlist cite {
	font-style: normal;
	font-size: 20px;
	display: block;
}

.is-author {
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 14px;
}

.commentlist a.comment-time {
	font-size: 14px;
}

.comment-respond {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
}

.comment-respond h3 {
	margin-top: 0;
}

.comment-form label {
	display: block;
}

.comment-form input, .comment-form textarea, #fscf_form1 input, #fscf_form1 textarea, #fscf_form5 input, #fscf_form5 textarea {
	padding: 8px 10px;
	font-size: 16px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
}

.comment-form input, #fscf_form1 input, #fscf_form5 input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 350px;
}

.comment-form textarea, #fscf_form1 textarea, #fscf_form5 textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

p.form-allowed-tags {
	font-size: 12px;
	line-height: 16px;
}



/*===== Plugins =====*/

.jp-relatedposts {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none !important;
}

.sharedaddy {
	border-top: 1px solid #d2d2d2;
	padding-top: 16px;
}

.sharedaddy h3.sd-title:before {
	display: none !important;
}

aside ul.job_listings h3, aside ul.job_listings a {
	border: 0;
	margin: 0;
	padding: 0 !important;
}

aside ul.job_listings a:hover {
	background-color: #eee !important;
}

aside ul.job_listings a:hover h3 {
	text-decoration: underline;
}

aside ul.job_listings li {
	margin-bottom: 7px !important;
}

aside ul.job_listings ul.meta {
	font-size: 12px;
}

aside ul.job_listings ul.meta li.location:after, aside ul.job_listings ul.meta li.company:after {
	content: '•' !important;
}

aside div.position {
	margin: 0;
}

main ul.job_listings .meta, main ul.job_listings .location, main ul.job_listings .company {
	font-size: 14px;
}

.single-job_listing .tagline {
	font-size: 14px;
	font-style: normal !important;
}

.job_position_featured a {
	background-color: #fff9bf !important;
}

.job-type.product-management {
	color: #3a6fb5 !important;
}

.job-type.research {
	color: #ffbf27 !important;
}

.job-type.interaction-design {
	color: #cc3359 !important;
}

.job-type.visual-design {
	color: #b51822 !important;
}

.job-type.sonstige {
	color: #698ca5 !important;
}

article.single_job_listing .job-type.product-management {
	background-color: #3a6fb5 !important;
	color: #fff !important;
	border-radius: 3px;
}

article.single_job_listing .job-type.research {
	background-color: #ffbf27 !important;
	color: #fff !important;
	border-radius: 3px;
}

article.single_job_listing .job-type.interaction-design {
	background-color: #cc3359 !important;
	color: #fff !important;
	border-radius: 3px;
}

article.single_job_listing .job-type.visual-design {
	background-color: #b51822 !important;
	color: #fff !important;
	border-radius: 3px;
}

article.single_job_listing .job-type.sonstige {
	background-color: #698ca5 !important;
	color: #fff !important;
	border-radius: 3px;
}

.single-job_listing .application_button {
     float: none !important;
}


/*===== Tools =====*/

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/*=============== Responsive Behaviour ===============*/


@media (min-width: 640px) {
	/* hier nur Optimierung für Schriftgrößen und Innenabstände */
	header, main, footer, aside {
		max-width: 800px;
	}

	article {
		margin-bottom: 30px;
		padding-bottom: 40px;
	}

	main header h1, article header h2 {
		margin: 0px 50px 0;
		padding-top: 36px;
	}

	.article-info {
		margin: 12px 50px 24px;
	}

	.content, article footer {
		padding: 0px 50px 0;
	}

	article footer .comments-link {
		margin-left: 48px;
	}

	.author-info, ol.commentlist li article, .comment-respond {
		padding: 30px 50px;
	}

	.author-description {
		width: 87%;
	}

	.author-avatar {
		width: 13%;
	}

	#wrapper {
		max-width: 800px;
		margin: 0 auto;
	}

	aside {
		margin: 0 50px 10px;
	}

	nav.article-navigation {
		margin: 0 50px 30px;
	}

	footer {
		margin: 0 50px 20px;
	}

	h1, h2 {
		font-weight: 700;
		font-size: 32px;
		line-height: 36px;
		margin: 0 0 12px;
	}

	blockquote {
		font-size: 20px;
		line-height: 36px;
		margin: 36px 60px 36px;
	}

	blockquote.highlight {
		background-color: #fff0a6;
		margin: 36px 0px 36px;
		padding: 10px 60px;
	}

	blockquote.pullquote {
		padding: 40px 60px 40px 140px;
		background-image: url(images/bg-pullquotes.png);
	}

	blockquote.pullquote.info {
		background-image: url(images/bg-infoquotes.png);
	}

	p.article-info {
		margin: 0 0 24px;
		font-size: 18px;
	}

	.nav-single {
		margin: 0 0 20px;
	}

	.nav-single .nav-previous a {
		max-width: 30%;
		float: left;
		margin-bottom: 0;
	}

	.nav-single .nav-next a {
		max-width: 30%;
		float: right;
	}

	.key-visual-credits {
		text-align: right;
		margin: 0 50px;
	}
}


@media (min-width: 960px) {
	/* 640px + 30px + 280px + 10px | 67% + 3% + 29% + 1% */

	body {
		padding: 0 0 20px;
	}

	header {
		padding: 0;
	}

	header, aside {
		width: 29.2%;
		float: right;
		margin: 0 1% 10px 0;
	}

	nav.main-navigation {
		display: block;
		margin: 0 0 10px;
	}

	main, footer {
		width: 66.5%;
		float: left;
	}

	img#logo {
		width: 100%;
		margin: 10px 0 10px;
	}

	#wrapper {
		max-width: none;
	}

	footer {
		text-align: center;
	}
}


@media (min-width: 1200px) {

	body {
		padding: 40px 0 40px;
	}

	#wrapper {
		width: 1190px;
		margin: 0 auto;
	}

	header, aside {
		width: 350px;
		margin-right: 10px;
		
	}

	main, footer {
		width: 800px;
	}

	img#logo {
		margin: 0 0 10px;
	}

	nav.article-navigation {
		margin: 0 0 30px;
	}

	.archive-header {
		margin: 0;
	}
}