

/*
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-family:                        MPlus2p, "Lucida Grande", Verdana;
	letter-spacing:                     -0.05em;
	line-height:                        1.4em;
	font-weight:                        100;
}

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


body {
	margin:                             0em;
	width:                              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');
	background-size:                    100% 100%, 256px 256px ! important;
	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 (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');
		}
}

a {
	text-decoration:                    none;
	color:                              white;
	font-weight:						bold;
}

a:hover {
	color:                              white;
	text-decoration: 					underline;
}

a h1,
a h2,
a h3,
a h4,
h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: 					none ! important;
	font-weight:						100;
}

h1,
h2,
h3,
h4 {
	font-weight:						100;
	color:								white;
}

h4 {
	font-weight: 						bold;
}

.post,
.comment,
#respond,
#whoami,
#tnw_navigation,
.qa-faq-title,
.qa-faq-answer {
	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;
}

#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.1em;
	color:                              rgb(192,192,192);
}

.cutout {
	box-shadow:                         1px 2px 6px rgba(0,0,0,1);
}

.post,
.comment,
#respond,
#tnw_navigation {
	-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;
}

#tnw_navigation {
	margin:                             2em 0em 1em 0em;
	padding:                            0;
	text-align:                         left;
}

#tnw_navigation a {
	display:                            inline-block;
	margin:                             0;
	padding:                            0.5em 1em 0.5em 1em;
	border:                             solid rgb(128,128,128);
	border-width:                       0 1px 0 0;
	font-weight:                        100;
}

#tnw_navigation a:hover {
	box-shadow:                         0 0 1em rgba(255,255,255,1);
	text-decoration: 					none;
}

#tnw_navigation a.selected {
	box-shadow:                         inset 3px 0 6px -3px black, inset -3px 0 6px -3px black;
	background:                         rgba(0,0,0,0.25);
}

#tnw_navigation a.selected:first-child {
	box-shadow:                         inset -3px 0 6px -3px black;
	background:                         rgba(0,0,0,0.25);
}

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

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

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

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

.post p:first-child img:first-child,
img.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 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:                            16px;
	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;
}


#whoami:hover {
	box-shadow:                         0 0 1em rgba(255,255,255,1);
}

.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;
}

.productname {
	font-size:                          8em;
	margin:                             0;
	width:								1044px;
}

.productname a {
	color:                              rgb(192,192,192) ! important;
}

.secondary .productname {
	margin:								0;
}

.productdescription {
	margin:                             -1em 0 0 0;
	font-size:                          2em;
	color:                              white;
	width:								1044px;
}

.secondary .productdescription {
	margin:                             -1em 0 7em 0;
}

.producticon {
	display:                            inline-block;
	margin:                             3em 0 0 0;
	height:                             24em;
	vertical-align:                     bottom;
}

.productfeatures {
	text-align:                         left;
	color:                              white;
	margin:                             4em 0;
	padding:                            0;
	width:                              728px;
	-webkit-hyphens:                    auto;
	-moz-hyphens:                       auto;
	-ms-hyphens:                        auto;
	hyphens:                            auto;
}

.productfeatures:last-child {
	padding:                            0 0 4em 0;
}

.productfeatures h1,
article header h1 {
	font-size:                          3.75em;
	margin:                             0 0 0.25em 0;
}

.productfeatures h2 {
	font-size:                          2em;
	margin:                             0 0 0.5em 0;
}

.productname {
	font-weight:						100;
}

.productfeatures li:nth-of-type(1) {
	margin:                             0.5em 0 0.5em 2em;
}

.productfeatures li {
	margin:                             0 0 0.5em 2em;
}

.windowshot {
	width:                              728px;
	margin:                             0.25em 0 1em 0;
	box-shadow:                         1px 2px 6px rgba(0,0,0,1);
	border-radius:                      3px;
}

.windowshot.s256 {
	width:                              224px;
	margin:                             0.25em 1em 0.5em 0px;
	box-shadow:                         1px 2px 6px rgba(0,0,0,1);
	border-radius:                      1px;
}

.windowshot:hover {
	box-shadow:                         0 0 1em rgba(255,255,255,1);
}

.infopuzzle {
	position: 							absolute;
	font-size: 							12px;
	width: 								256px;
}
.infopuzzle .cutout {
	margin: 							0 0 4px 0;
}

.image-popup {
	cursor: 							pointer;
}

img.mfp-img {
	border-radius:                      4px;
	margin:								40px auto ! important;
	padding:							0 ! important;
}

.mfp-figure:after {
	box-shadow:                         0 20px 48px rgba(0,0,0,0.7) ! important;
}

.downloadbutton {
	-webkit-box-sizing:                 border-box;
	-moz-box-sizing:                    border-box;
	-ms-box-sizing:                     border-box;
	-o-box-sizing:                      border-box;
	box-sizing:                         border-box;
	margin:                             0.5em 0;
	display:                            inline-block ! important;
	padding:                            1em;
	width:                              300px;
	width:                              336px;
	color:                              rgb(224,224,224);
	text-align:                         left;
}

.downloadbutton:hover {
	color:                              white;
	box-shadow:                         0 0 1em rgba(255,255,255,1);
	text-decoration: 					none;
}


.downloadbutton:first-letter {
	font-size:                          2em;
	font-weight:                        100;
}

.downloadbutton div {
	font-size:                          0.75em;
}

.downloadbutton > span {
	font-size:                          0.75em;
	font-weight:                        bold;
}



.productfooter {
	margin:								3em 0 0 0;
	background-color: 					rgba(255,255,255,0.1);
	padding: 							16px 0 0 0;
	color:								rgb(192,192,192);
}

.productfooter > * {
	margin:                             0 auto;
	width:								1044px;
	padding:							0 0 5em 0;
}
.productfooter table {
	table-layout:						fixed;
}

.productfooter td {
	vertical-align: 					top;
	width:								182px;
}

.productfooter td a {
	display: 							block;
	font-weight: 						100;
}

.productfooter td a img {
	width:								16px;
	height:								16px;
	margin:								-3px 8px 0 0;
}

.copyleft {
	font-size:                          12px;
	text-align:                         left;
}

.copyleft a {
	color:                              inherit
}



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

.advertisehere {
	float: 								none;
	-webkit-box-sizing:                 border-box;
	-moz-box-sizing:                    border-box;
	-ms-box-sizing:                     border-box;
	-o-box-sizing:                      border-box;
	box-sizing:                         border-box;
	background:							white ! important;
	text-align: 						center;
	color:								gray;
	font-weight: 						bold;
	padding:							2em 0;
}

.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;
}

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

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

.quadbox > a:nth-child(even) {
/*.quadbox div[class^=PeerFly]:nth-child(even)  {*/
	margin:                             0 0 24px 0;
}

#tower {
	position: 							relative;
	margin:                             0 0 0 0;
	max-width:                          160px;
	max-height:                         600px;
}


#newssplash {
	font-style: 						italic;
	display:							block;
	text-align:                         left;
	margin:								3em 0 -3px 0;
}

#productsocial  > div {
	 padding:							0;
	 display:							inline-block;
	 width:								100px;
	 overflow: 							hidden;
}


/* microdata */
.micordata_item {
	display:							inline-block;
	width:								356px;
	height:								432px;
}

.micordata_item table {
	width:								356px;
}

.micordata_item .info td {
	vertical-align: 					top;
	padding:							0 0.5em;
	color:								white;
	font-size: 							12px;
}

.micordata_item .info td:nth-child(1) {
	text-align: 						right;
	border:								solid gray;
	border-width:						0 1px 0 0;
	width:								100px;
	-webkit-hyphens:                    none;
	-moz-hyphens:                       none;
	-ms-hyphens:                        none;
	hyphens:                            none;
}

.micordata_item .img {
	text-align: 						center;
	padding:							2em 0 1em 0;
	height:								128px;
}

.micordata_item img {
	width:								128px;
	height:								128px;
}

.micordata_item a {
	font-weight: 						100;
}

.micordata_item .description {
	margin:								0 0 1em 0;
}

.micordata_item a[itemprop=url] {
	display: 							block;
}

.micordata_item div[itemprop=offers] {
 	margin:								1em 0 0 0;
 }


/* search */
#cse-search-box {
	display: 							inline-block;
	margin: 							0 12px;
}
#cse-search-box input[type=text] {
	border-radius: 						16px;
	border: 							solid 0;
	width: 								160px;
	font-family: 						initial;
	font-size: 							initial;
	padding: 							2px 12px;
	box-shadow:                         inset 1px 2px 6px rgba(0,0,0,0.5);
	outline: 							none; 
}
#cse-search-box input[type=submit] {
	border: 							solid 0;
	font-family: 						initial;
	font-size: 							initial;
	padding: 							2px 12px;
	background: 						transparent;
	color: 								white;
}
#cse-search-box input[type=submit]:hover {
	font-weight: 						bold;
}

#cse-search-results iframe {
	box-shadow:                         1px 2px 6px rgba(0,0,0,1);
}




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

#sidebar {
	width:                              336px;
}
}



/* adwarning */
#download_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

#download_bg > div {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -200px;
	width: 280px;
	height: 200px;
	padding: 0 10px;
	background: black;
	color: white;
}

#download_bg > div > h1 {
	font-size: 20px;
}

#download_bg > div > a {
	Xtext-decoration: none;
	display: block;
	position: absolute;
	right: 100px;
	cursor: pointer;
}

#download_bg > div > b {
	font-weight: bold;
}

#download_bg > div > a:nth-child(5) {
	right: 10px;
}

/* wp */
article header {
    margin: 4em 0 0 0;
}

/* faq */
.faq-catname {
    font-size: 2em;
    margin: 0 0 0.25em 0;
}

.qa-category {
    padding: 0 0 4em 0;
}

.qa-faq-title {
    width: 696px;
    margin: 1em 0 4px 0;
    padding: 4px 16px;
}

.qa-faq-answer {
    border: solid lightgray;
    border-width: 0 0 0 8px;
    padding: 1em 24px 1em 24px;
    width: 672px;
    background-color: rgb(255,255,255);
    color: black;
}

.qa-faq-answer a {
    color: gray;
}

/* search */
.post-32 .entry-content > p {
    width: 728px;
    margin: 0 0 1em 0;
    color: white;
}