@media screen {
/* Layout */
html									{ overflow-y: scroll; }
body									{ background: black; color: white; font: 16px Tahoma, Geneva, sans-serif; }
#wrapper								{ margin: 0 auto; width: 100%; max-width: 100%; }
body.inside #wrapper					{ float: left; }
#content-wrapper						{ max-width: 500px; margin: 0 auto; }
body.archive #content-wrapper			{ border-bottom: 1px solid #333; margin-top: 10px; max-width: 100%; padding-bottom: 3px; }
#content								{ max-width: 490px; padding: 5px; text-align: center; }
#content #links a						{ padding: 20px; }
body.archive #content					{ max-width: 100%; text-align: center; }
.archive-item							{ display: inline-block; width: 300px; margin: 0 2px 7px 0; border: 3px solid transparent; }
.archive-item:hover						{ border: 3px solid white; opacity: .5; }
.archive-item img						{ margin-bottom: -2px; width: 100%; }
.archive-item a							{ text-decoration: none; color: white; padding: 10px 0; }
.archive-item-text						{ display: block; background-color: #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									{ margin-bottom: 20px; }
#avatar-wrapper							{ max-width: 500px; text-align: center; }
#avatar									{ max-width: 305px; height: 305px; border-radius: 200px; margin-top: 80px; }

/* Nav */
body.inside #nav #avatar				{ max-width: 50px; height: 50px; border-radius: 200px; margin: 10px; }
body.inside #nav .site-title			{ position: relative; top: -25px; font-size: 36px; }
body.inside #nav						{ display: block; color: transparent; text-align: center; width: 100%; height: 70px; text-decoration: none; }
body.inside #nav:hover					{ background-color: #333; }

/* Footer */
#footer									{ clear: both; max-width: 460px; margin: 0 auto; text-align: center; padding: 25px 20px 80px 20px; }
#social-icons							{ }
.social-icon							{ display: inline-block; padding: 20px; }
.social-icon:hover						{ background-color: #333; }

/* Typography */
p										{ padding: 0 0 10px 0; color: white; }
em										{ font-style: italic; }
a										{ color: #87A14A; }
p a:hover								{ background-color: #333; color: white; text-decoration: none; padding: 20px; }
.virtualpage a:hover					{ background: none; }
.item-name								{ float: left; color: white; text-transform: uppercase; font-weight: bold; font-size: 24px; line-height: 16px; }
.site-link								{ float: right; color: white; 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: white; font-size: 18px; text-transform: uppercase; }
#nav ul li a							{ display: block; padding: 5px 10px; color: white; text-decoration: none; }
#subnav ul li a							{ display: block; padding: 5px; color: white; text-decoration: none; }
#subnav ul li							{ color: white; 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: 'NTR', sans-serif; text-transform: none; font-size: 40px; color: white; }
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: 645px) {
.archive-item							{ width: 150px; }
.social-icon							{ padding: 15px; }
}

@media only screen and (max-width: 348px) {
.site-title,
body.inside #nav .site-title			{ font-size: 30px; }
#avatar									{ max-width: 205px; height: 205px; }
.social-icon							{ padding: 10px; }
}

@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: white; 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 */