/*
Theme Name: thenewwhite
Theme URI: http://mike.kronenberg.org
Description: Fully customized.
Version: 0.1
Author: Mike Kronenberg
Author URI: http://mike.kronenberg.org
Tags: mikesmassivemess
*/



@charset "UTF-8";

@font-face {
	font-family: 'MPlus2p';
	src: url('fonts/mplus-2p-regular-webfont.ttf') format('truetype'),
		 url('fonts/mplus-2p-regular-webfont.svg#M+2pregularRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MPlus2p';
	src: url('fonts/mplus-2p-thin-webfont.ttf') format('truetype'),
		 url('fonts/mplus-2p-thin-webfont.svg#M+2pthinRegular') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'MPlus2p';
	src: url('fonts/mplus-2p-bold-webfont.ttf') format('truetype'),
		 url('fonts/mplus-2p-bold-webfont.svg#M+2pboldBold') format('svg');
	font-weight: bold;
	font-style: normal;
}/*
@font-face {
	font-family: 'MPlus2p';
	src: url('fonts/mplus-2p-light-webfont.ttf') format('truetype'),
		 url('fonts/mplus-2p-light-webfont.svg#M+2plightRegular') format('svg');
	font-weight: 200;
	font-style: normal;
}*/




* {
	font-family:						MPlus2p, "Lucida Grande", Verdana;
	letter-spacing:						-0.05em;
	line-height:						1.4em;
	font-weight:						100;
}

html{
	font-size:							100%; /* for ie */
	min-height:							1440px;
}


body {
	margin:								0em;
	width:								100%;
	height:								100%;
	background:							-webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper.png);
	background:							-moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper.png);
	background:							-ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper.png);
	background:							-o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper.png);
	background:							linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper.png);
	font-size:							1em;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (-moz-min-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2) {
		body {
			background:					-webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper@2x.png);
			background:					-moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper@2x.png);
			background:					-ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper@2x.png);
			background:					-o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper@2x.png);
			background:					linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)), url(images/paper@2x.png);
			background-size:			100% 100%, 256px 256px;
		}
}

.pagetitle,
#authorsure-author-profile,
.post,
.comment,
#respond,
#whoami {
	box-shadow:							1px 2px 6px rgba(0,0,0,1);
	background:							-webkit-linear-gradient(top left, rgba(255,255,255,0.333), rgba(255,255,255,0)) rgb(32,32,32);
	background:							-moz-linear-gradient(top left, rgba(255,255,255,0.333), rgba(255,255,255,0)) rgb(32,32,32);
	background:							-ms-linear-gradient(top left, rgba(255,255,255,0.333), rgba(255,255,255,0)) rgb(32,32,32);
	background:							-o-linear-gradient(top left, rgba(255,255,255,0.333), rgba(255,255,255,0)) rgb(32,32,32);
	background:							linear-gradient(top left, rgba(255,255,255,0.333), rgba(255,255,255,0)) rgb(32,32,32);
	color:								white;
}

#sizer {
	display:							none;
	position:							absolute;
	top:								1em;
	right:								1em;
	z-index:							1000;
}

#page {
	position:							relative;
	margin:								0 auto;
	width:								1044px;
}

#header {
	margin:								0em 0em 0em -0.5em;
	height:								13em;
}

#header a {
	font-size:							9.3em;
	font-size:							9em;
	letter-spacing:						-0.08em;
	color:								rgb(192,192,192);
}

.pagetitle {
	color:								white;
	font-size:							4em;
	line-height:						1em;
	margin:								0 0 0.25em 0;
	padding:							0.25em 0;
	width:								728px;
	text-align:							center;
}

#authorsure-author-profile {
	-webkit-box-sizing: 				border-box;
	-moz-box-sizing: 					border-box;
	-ms-box-sizing: 					border-box;
	-o-box-sizing: 						border-box;
	box-sizing: 						border-box;
	color:								white;
	width:								728px;
	margin:								1em 0 1em 0;
	padding:							0.25em 1em 0.5em 6em;
}

.post, .comment, #respond {
	-webkit-box-sizing: 				border-box;
	-moz-box-sizing: 					border-box;
	-ms-box-sizing: 					border-box;
	-o-box-sizing: 						border-box;
	box-sizing: 						border-box;
	position:							relative;
	margin:								0em 0em 2em 0em;
	width:								728px;
	padding:							2em 1em 2em 6em;
}

.post {
	-webkit-hyphens:					auto;
	-moz-hyphens:						auto;
	-ms-hyphens:						auto;
	hyphens:							auto;
}

.post h2 {
	margin:								0em;
	font-weight:						normal;
	font-size:							3em;
}

.post h2 a {
	font-weight:						100;
}

.post a {
	font-weight:						bold;
}

.post A:hover {
	color:								white;
	text-decoration:					underline;
}

.post .date, .post .postmetadata, .comment .commentmetadata {
	font-size:							0.8em;
	color:								rgb(128,128,128);
}

.posticon {
	position:							absolute;
	top:								6em;
	left:								0em;
	height:								4em;
	width:								4em;
	border-style:						solid;
	border-width:						0.5em;
	border-color:						rgb(224,224,224);
	background-color:					rgb(224,224,224);
}

.comment .avatar {
	position:							absolute;
	top:								3.2em;
	left:								0em;
	height:								4em;
	width:								4em;
}

.commentlist {
	margin:								0em;
	padding:							0em;
}

.comment {
	list-style:							none;
}

.bypostauthor {
	background-color:					black;
	color:								white;
}

#respond textarea {
	width:								44em;
}

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

a:hover {
	color:								rgb(0,0,160);
}

a img {
	border:								none;
}

#sidebar {
	position:							 absolute;
	top:								 13em;
	right:								 0em;
	width:								 300px;
	padding:							 0;
}

.secondary #sidebar {
	top:								 0em;
}

#sidebar ul {
	margin:							 0em;
	padding:							 0em;
}

#sidebar ul li {
	list-style:						 none;
}

#sidebar ul li h2 {
	margin:							 1em 0em 0em 0em;
	font-size:							 1em;
	font-weight:						 normal;
}

#sidebar ul li ul li {
	padding:							 0em 0em 0.25em 0em;
	font-size:							 0.8em;
	color:								 rgb(80,80,80);
}

#whoami {
	position: 							relative;
	margin:								0 0 1em 0;
	padding:							 0 0.5em 0.5em 0.5em;
	-webkit-box-sizing:				 border-box;
	-moz-box-sizing:					 border-box;
	-ms-box-sizing:					 border-box;
	-o-box-sizing:						 border-box;
	box-sizing:						 border-box;
	height:								300px;
}

#footer {
	padding:							1em;
	text-align:							center;
	font-size:							0.8em;
	color:								rgb(128,128,128);
}




code {
	font-family: 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}











/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

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






/* donations */
.button {
	-webkit-box-sizing:                 border-box;
	-moz-box-sizing:                    border-box;
	-ms-box-sizing:                     border-box;
	-o-box-sizing:                      border-box;
	box-sizing:                         border-box;
	border:                             none;
	border-radius:                      1em;
	font-size:                          11px ! important;
	font-weight:                        bold;
	font-style:                         italic;
	text-align:                         center;
	padding:                            0.25em 1.5em 0.125em 1.5em;
	box-shadow:                         0 0.125em 0.25em rgba(0,0,0,0.5);
	width:                              15em;
	cursor:                             pointer;
}
.dbutton {
	color:                              rgb(0,0,80);
	background:                         orange;
	background:                         -webkit-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.75) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.5)), orange;
	background:                         -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.75) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.5)), orange;
	background:                         -ms-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.75) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.5)), orange;
	background:                         -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.75) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.5)), orange;
	background:                         linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.75) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.5)), orange;
}

#bitcoin {
	position: 							relative;
	text-align:                         center;
	margin:                             0 0 16px 0px;
}

#bitcoin > div:nth-child(1) {
	display:                            inline-block;
	color:                              rgb(192,192,192);
	background-color:                   rgb(80,80,80);
	background-image:                   url(images/bitcoinLogo.svg);
	background-size:                    18px 18px;
	background-repeat:                  no-repeat;
	background-position:                0px;
	text-shadow:                        0 1px 1px black;
}

#bitcoin > div:nth-child(2) {
	display:                            none;
	position: 							absolute;
	bottom:								0;
	left:								-8px;
	z-index:							1000;
	background:							black;
	padding:							8px 0;
	width:								300px;
}

#bitcoin > div:nth-child(2) a {
	font-family:						Courier ! important;
	font-weight: 						normal;
	font-size:							11px;
}

@-webkit-keyframes smoke {
	0%	 {-webkit-transform: translateY(0px); opacity: 0.0;}
	25%	 {-webkit-transform: translateY(-16px); opacity: 0.33;}
	50%	 {-webkit-transform: translateY(-32px); opacity: 0.33;}
	100% {-webkit-transform: translateY(-48px); opacity: 0.0;}
}
@-moz-keyframes smoke {
	0%	 {-moz-transform: translateY(0px); opacity: 0.0;}
	25%	 {-moz-transform: translateY(-16px); opacity: 0.33;}
	50%	 {-moz-transform: translateY(-32px); opacity: 0.33;}
	100% {-moz-transform: translateY(-48px); opacity: 0.0;}
}
@-ms-keyframes smoke {
	0%	 {/*-webkit-transform: translateY(0px);*/top: -11em; opacity: 0.0;}
	25%	 {/*-webkit-transform: translateY(-16px);*/top: -12em; opacity: 0.33;}
	50%	 {/*-webkit-transform: translateY(-32px);*/top: -13em; opacity: 0.33;}
	100% {/*-webkit-transform: translateY(-48px);*/top: -14em; opacity: 0.0;}
}
@-o-keyframes smoke {
	0%	 {/*-webkit-transform: translateY(0px);*/top: -11em; opacity: 0.0;}
	25%	 {/*-webkit-transform: translateY(-16px);*/top: -12em; opacity: 0.33;}
	50%	 {/*-webkit-transform: translateY(-32px);*/top: -13em; opacity: 0.33;}
	100% {/*-webkit-transform: translateY(-48px);*/top: -14em; opacity: 0.0;}
}
@keyframes smoke {
	0%	 {transform: translateY(0px); opacity: 0.0;}
	25%	 {transform: translateY(-16px); opacity: 0.33;}
	50%	 {transform: translateY(-32px); opacity: 0.33;}
	100% {transform: translateY(-48px); opacity: 0.0;}
}


@-webkit-keyframes steam {
	0%	 {-webkit-transform: translateY(0px);	opacity: 0.0;}
	25%	 {-webkit-transform: translateY(-32px); opacity: 0.25;}
	50%	 {-webkit-transform: translateY(-64px); opacity: 1;}
	100% {-webkit-transform: translateY(-96px); opacity: 0.0;}
}
@-moz-keyframes steam {
	0%	 {-moz-transform: translateY(0px);	 opacity: 0.0;}
	25%	 {-moz-transform: translateY(-32px); opacity: 0.25;}
	50%	 {-moz-transform: translateY(-64px); opacity: 1;}
	100% {-moz-transform: translateY(-96px); opacity: 0.0;}
}
@-ms-keyframes steam {
	0%	 {-ms-transform: translateY(0px);	opacity: 0.0;}
	25%	 {-ms-transform: translateY(-32px); opacity: 0.25;}
	50%	 {-ms-transform: translateY(-64px); opacity: 1;}
	100% {-ms-transform: translateY(-96px); opacity: 0.0;}
}
@-o-keyframes steam {
	0%	 {-o-transform: translateY(0px);   opacity: 0.0;}
	25%	 {-o-transform: translateY(-32px); opacity: 0.25;}
	50%	 {-o-transform: translateY(-64px); opacity: 1;}
	100% {-o-transform: translateY(-96px); opacity: 0.0;}
}
@keyframes steam {
	0%	 {transform: translateY(0px);	opacity: 0.0;}
	25%	 {transform: translateY(-32px); opacity: 0.25;}
	50%	 {transform: translateY(-64px); opacity: 1;}
	100% {transform: translateY(-96px); opacity: 0.0;}
}

.coffeedonation {
	background: url(images/icon_cup_256.png);
	background-size: 4em 4em;
	background-position:13.5em 0;
	background-repeat: no-repeat;
	padding: 1.5em 0 2em 4em;
	cursor: pointer;
	position: relative;
	font-style: italic;
	font-family: Courier;
	line-height: 1em;
	font-size: 0.8em;
}

.coffeedonation IMG {
	position: absolute;
	top: -11em;
	left: 11em;
	-webkit-animation: smoke 5s linear infinite;
	-moz-animation: smoke 5s linear infinite;
	-ms-animation: smoke 5s linear infinite;
	-o-animation: smoke 5s linear infinite;
	animation: smoke 5s linear infinite;
}
.coffeedonation IMG:nth-of-type(2) {
	-webkit-animation: smoke 6s linear infinite;
	-moz-animation: smoke 6s linear infinite;
	-ms-animation: smoke 6s linear infinite;
	-o-animation: smoke 6s linear infinite;
	animation: smoke 6s linear infinite;
}
.coffeedonation IMG:nth-of-type(3) {
	-webkit-animation: smoke 6s linear infinite;
	-moz-animation: smoke 6s linear infinite;
	-ms-animation: smoke 6s linear infinite;
	-o-animation: smoke 6s linear infinite;
	animation: smoke 6s linear infinite;
}

.coffeedonation:hover IMG:nth-of-type(1) {
	-webkit-animation: steam 2.1s linear 0s infinite;
	-moz-animation: steam 2.1s linear 0s infinite;
	-ms-animation: steam 2.1s linear 0s infinite;
	-o-animation: steam 2.1s linear 0s infinite;
	animation: steam 2.1s linear 0s infinite;
}
.coffeedonation:hover IMG:nth-of-type(2) {
	-webkit-animation: steam 2.1s linear 0.7s infinite;
	-moz-animation: steam 2.1s linear 0.7s infinite;
	-ms-animation: steam 2.1s linear 0.7s infinite;
	-o-animation: steam 2.1s linear 0.7s infinite;
	animation: steam 2.1s linear 0.7s infinite;
}
.coffeedonation:hover IMG:nth-of-type(3) {
	-webkit-animation: steam 2.1s linear 1.4s infinite;
	-moz-animation: steam 2.1s linear 1.4s infinite;
	-ms-animation: steam 2.1s linear 1.4s infinite;
	-o-animation: steam 2.1s linear 1.4s infinite;
	animation: steam 2.1s linear 1.4s infinite;
}

.postmetadata {
	margin:								0;
}


.postmetadata A {
	color:								inherit;
}

DIV.entry > DIV.social-ring {
	margin:								5em 0 0 0 !important;
}

DIV.social-ring + DIV {
	display:							none;
}

.follow {
	height: 1.5em;
	border:0;
	padding:0;
	margin: 0 0.125em;
	vertical-align: middle;
}

#projects {
	margin:							 1em 0 2em 0;
	text-align:						 center;
}

#projects > div {
	font-size:							 1.25em;
	font-family:						 Zapfino;
	color:								 rgb(192,192,192);
	letter-spacing:					 0;
	line-height: 						initial;
}

#projects img {
	width:								 32px;
	height:							 32px;
}



/* Ads */
.leader,
.mediumrect,
.largerect,
.largeskyscraper,
#tower,
.quadbox > a {
	box-shadow:						 1px 2px 6px rgba(0,0,0,1);
/*	background: 						#222222;*/
	background: 						rgb(244,244,244);
}

.leader {
	margin:							 1em 0 1em 0;
	max-width:							 728px;
	max-height:						 90px;
}

.largeskyscraper {
	margin:							 0.25em 0 1em 0;
	max-width:							 300px;
	max-height:						 600px;
}

.mediumrect {
	margin:							 0.25em 0 1em 1em;
	max-width:							 300px;
	max-height:						 250px;
}

.largerect {
	margin:                             0.25em 0 1em 1em;
	width:                              336px;
	height:                             280px;
}

.productfeatures .mediumrect,
.productfeatures .largerect {
	margin:							 0.25em 1em 1em 0;
	float:								left;
	box-shadow:						 none;
}

#sidebar .mediumrect,
#sidebar .largerect {
	margin: 							1em 0 0 0;
}

.quadbox > a {
	display: 							inline-block;
	margin:							 0 50px 16px 0;
	max-width:							 125px;
	max-height:						 125px;
	float:								none;
}

.quadbox > a:nth-child(even) {
	margin:							 0 0 16px 0;
}

#footer + p {
	display:							none;
}

#ytplayer {
	margin-left:						-8px;
}




@media screen and (min-width: 1100px) {
#page,
.productfooter > * {
	width:								1080px;
}

#sidebar {
	width:                              336px;
}
}