/*
Theme Name: petebocken.com
Theme URI: https://petebocken.com
Description: petebocken.com
Author: Peter Bockenhauer
Author URI: https://petebocken.com
Version: 1.0
*/

@media screen {

/* Layout */
html									{ overflow-y: scroll; }
body									{ background: #262626; color: #FFF; font: 16px Tahoma, Geneva, sans-serif; }
#wrapper								{ margin: 0 auto; width: 100%; max-width: 100%; }
#content-wrapper						{ width: 1188px; margin: 0 auto; }
#content								{ width: 1063px; padding: 0 25px 25px 125px; }
body.archive #content					{ float: left; margin-left: 123px; padding-left: 0; }
.photo									{ padding: 4px; border: 1px solid #333; }
.portfolioitem							{ margin: 0 1px 2px 0; }
.portfolioitem:hover					{ box-sizing: border-box; width: 261px; height: 162px; border: 3px solid #333; }
.left									{ float: left; }
.right									{ float: right; }
.alignleft								{ float: left; margin: 0 20px 20px 0; }
.alignright								{ float: right; margin: 0 0 20px 20px; }
.aligncenter							{ display: block; margin: 0 auto; }

/* Header */
#header-wrapper							{ position: relative; width: auto; height: 100px; margin: 0 auto; }
#logo									{ position: relative; float: left; width: 100px; height: 100px; background-color: #333; }
.site-title								{ margin-left: 20px; padding: 36px 0 0 0; float: left; }
body.home .site-title					{ color: #6EACF5; }
body.about .site-title					{ color: #7F76CB; }
body.archive .site-title				{ color: #F6921F; }
body.contact .site-title				{ color: #F33E35; }

/* Nav */
#nav									{ position: fixed; float: left; padding: 0 25px 0 0; width: 100px; }
#nav ul li a							{ width: 80px; }

/* Sidebar */
#sidebar								{ float: right; padding: 10px 0 0 0; }
body.contact #sidebar					{ float: left; }

/* Footer */
#footer									{ border-top: 1px solid #333; margin: 100px auto 0 auto; padding: 10px 0 50px 0; clear: both; width: 1185px; }

/* Typography */
.altcolor,
body.home .altcolor						{ color: #BFE4FD; }
body.home a								{ color: #6EACF5; }
body.home li.home						{ background: #6EACF5; }
body.about .altcolor					{ color: #EFE8FF; }
body.about a							{ color: #7F76CB; }
body.about li.about						{ background: #7F76CB; }
body.archive .altcolor					{ color: #FFC941; }
body.archive a							{ color: #F6921F; }
body.archive li.archive					{ background: #F6921F; }
body.contact .altcolor					{ color: #F7AEA0; }
body.contact a							{ color: #F33E35; }
body.contact li.contact					{ background: #F33E35; }
p										{ padding: 0 0 10px 0; color: #FFF; }
em										{ font-style: italic; }
a										{ color: #6EACF5; }
p a:hover								{ background-color: #333; color: #FFF; text-decoration: none; }
.virtualpage a:hover					{ background: none; }
.item-name								{ float: left; color: #FFF; text-transform: uppercase; font-weight: bold; font-size: 24px; line-height: 16px; }
.site-link								{ float: right; color: #FFF; font-size: 14px; text-transform: uppercase; }
.site-link a							{ padding: 5px 10px; }
.site-link a:hover						{ background: #333; }
.site-name								{ padding: 0 25px 0 0; }
h2										{ font-size: 20px; font-weight: bold; }
strong									{ font-weight: bold; }
#nav ul									{ list-style-type: none; }
#nav ul li								{ float: left; color: #FFF; font-size: 18px; text-transform: uppercase; }
#nav ul li a							{ display: block; padding: 5px 10px; color: #FFF; text-decoration: none; }
#subnav ul li a							{ display: block; padding: 5px; color: #FFF; text-decoration: none; }
#subnav ul li							{ color: #FFF; text-transform: uppercase; text-align: right; font-size: 14px; }
#nav ul li:hover,
#subnav ul li:hover						{ background: #444; }
blockquote								{ background: #333; padding: 10px; margin-bottom: 10px; }
blockquote.highlight					{ background: #6EACF5; }
blockquote p							{ padding-bottom: 0; }
blockquote.highlight p					{ color: #000; }
.site-title								{ font-family: -apple-system, BlinkMacSystemFont, sans-serif; text-transform: none; font-size: 40px; color: black; }
hr										{ margin-bottom: 15px; border: 1px solid gray;}
pre										{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
.word1									{ color: white; }
.word2									{ font-weight: bold; }
} /* END screen media */


@media only screen and (max-width: 1252px) {
#wrapper,
#header-wrapper,
#footer									{ max-width: 100%; }
#content-wrapper,
#content								{ width: auto; }
#footer									{ width: auto; padding: 20px; }
}

@media only screen and (max-width: 900px) {
.site-title								{ font-size: 30px; }
#nav ul li								{ font-size: 16px; }
#footer .left,
#footer .right							{ float: none; }
}

@media only screen and (max-device-width: 667px) {
#wrapper								{ width: 100%; }
#header-wrapper							{ height: 100px; }
#logo									{ position: inherit; }
.site-title								{ padding: 20px 0 0 0; }
#nav									{ position: inherit; width: inherit; }
#nav ul li								{ font-size: 14px; }
#content-wrapper, #content				{ padding-top: 0; }
#content								{ padding: 10px; width: auto; }
.photo									{ width: 100px; }
#footer .left, #footer .right			{ text-align: center; float: none; }
#subnav									{ float: none; padding: 0; width: auto; text-align: center; }
#subnav ul li							{ font-size: 14px; text-align: center; display: inline-block; }
body.portfolio #content					{ width: 100%; padding: 10px; text-align: center; }
body.tech #content						{ float: none; padding: 10px; }
body.tech #content .item-name			{ margin-bottom: 10px; line-height: 22px; }
body.tech #content .fullimage			{ width: 100%; }
#footer									{ margin: 0; }
}

@media only screen and (max-width: 550px) {
#content								{ padding: 30px; }
.photo									{ width: 100%; float: none; margin: 0; }
}


@media print {
.do-not-print { display: none; }
#comments { page-break-before: always; }
body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; }
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; }
a { text-decoration: none; color: black; }
} /* END print media */