/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	background:transparent;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	border:0;   
	border-top:1px solid #cccccc;
	display:block;
	height:1px;
	margin:1em 0;
	padding:0;
}

input, select, td {
	vertical-align:middle;
}

/* Panel Syndicate */
body{
	color: #333;
	font-family: arial,helvetica,clean,sans-serif;
}
b{
	font-weight:bold;
}
a:link {
	color: #408294;
}
h1{
	font-size: 160%;
	font-weight:bold;
	margin:1.3em 0 0.8em;
}
h2{
	font-size: 130%;
	font-weight:bold;
	margin:1.3em 0 0.8em;
}
h3{
	font-size: 110%;
	font-weight:bold;
	margin:1.3em 0 0.8em;
}
body{
	margin: 0 auto;
	max-width: 960px;
}
.cquote{
	font-style:italic;
	margin-top:1.1em;
}
.cquote-source{
	font-style:italic;
	margin-top:0.3em;
}
.subheader{
	background-color:#e8e8e8;
	padding:0px 30px 9px;
	text-align:right;
}
.header{
	background-color:#e8e8e8;
	padding:12px 15px 9px;
}
.headernav{
	padding-top:4px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.footer{
	background-color:#e8e8e8;
	clear: both;
	font-size:80%;
	margin-top:60px;
	padding:10px 0;
	text-align: center;
}
.logo{
	display: inline;
}
.logolink{
	border:none;
}
.ppscreenshot{
	margin-left:20px;
}
.help-separator{
	margin:50px 30px;
}
.logoline{
	font-size: 90%;
	font-style: italic;
	margin-left: 1em;
	vertical-align: 2px;
}
.download{
	font-weight:bold;
}
.downloadunit{
	margin-bottom:10px;
}
.downloadlang{
	font-size:120%;
	font-weight:bold;
}
.downloadopts{
	display:inline;
}
.downloadopts li{
	display:inline;
	margin-left:1em;
}
.downloadcopyright{
	font-size:90%;
	margin:3em 0;
}
.filesize{
	color:#888;
	font-size:80%;
}
.recommended-dwnl{
	color:#888;
	font-size:80%;
}
.social-btn{
	height:20px;
	margin-left:20px;
	width:21px;
}
.msgarea{
	margin-bottom:20px;
	text-align:left;
}
.msgtxt{
	height:6em;
	max-width:100%;
	width:100%;
}
.msgtxtleft{
	float:right;
}
.navitem{
	display:inline;
	margin-left:1em;
}
.navitem:first-child{
	margin-left:0;
}
.quote{
	margin:1em 0 2.5em;
}
.sectionad{
	font-size:120%;
	font-weight:bold;
	padding-top:50px;
	text-align:center;
}
.signed{
	float:right;
}
.section-title{
	color:#aaa;
	font-size:100%;
	margin:2.5em 0 1.5em;
}
.issue-main-container{
	border-color:#e8e8e8;
	border-style:solid;
	border-width:0 30px 30px 30px;
	margin-bottom:20px;
	padding:30px 30px 0 30px;
}
.issue-main{
	max-width:740px;
}
.issue{
	margin-bottom:60px;
}
.newsletter-snippet{
	margin:30px 0 60px 0;
}
.released{
	color:gray;
}
.series{
	/* Order is important */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/*.series:after {
  content: "";
	max-width:300px;
  flex: auto;
}*/
.serie{
	max-width:300px;
	margin-bottom:2em;
}
.serie h3{
	margin-bottom:0px;
}
.series-data{
	font-size:80%;
	margin-top:20px;
}
.series-issues{
	font-size:80%;
}
.issuetitle{
	margin-bottom:3px;
}
.issuenum{
	font-family: Helvetica, Arial, sans-serif;
	font-size:120%;
	font-weight: bold;
}
.prevlink{
/* 	margin-left:1em; */
	font-size:90%;
}
.copyright{
	font-size:80%;
	margin:20px 0 -50px 0;
	text-align:center;
}
.authname{
	font-weight:bold;
	margin-bottom:10px;
}
.authminbio{
	margin-bottom:30px;
}
.legal{
	margin-top:10px;
}
.smallissuebuy{
	padding-left:30px;
}
.buy{
	margin-top:10px;
	text-align:center;
}
.buyfmt{
	font-size:80%;
	text-align:left;
}
.buycall{
	font-size:190%;
	font-weight:bold;
	margin:20px 0 30px;
}
.buycall a{
	color: #0687f5;
	text-decoration:underline;
}
.download:link{
	text-decoration:underline;
}
.buysub{
	font-size:60%;
	font-weight:normal;
	margin-left:0.3em;
}
#modal{
	font-size:80%;
	display:none;
}
.nameprice{
	margin-bottom:20px;
	text-align:center;
}
#userprice{
	font-size:160%;
	margin-left:4px;
	text-align: right;
	width:3em;
}
.currency{
	font-size:160%;
	margin-left:0.5em;
}
.pricehelp{
	color:#888;
	margin-left:1em;
}
.downloadhelp{
	margin-bottom:20px;
}
.buttonspace{
	text-align:center;
}
.buybutton{
	height: 2.3em;
	margin-bottom:20px;
	min-width:197px;
	padding: 0 1.5em;
}
.payhelp{
	color:#888;
	margin:20px 0 0;
	text-align:left;
}
#nopay{
	display:none;
}
#pricerror{
	color:red;
	font-weight:bold;
	margin-bottom:20px;
}
.sidehelp{
	border:1px solid #ccc;
	margin-left:30px;
	padding:10px 20px;
	width:200px;
}
p {
	margin:1em 0;
}
.readers{
	color:#888;
	font-size:80%;
}
.steps{
	list-style-position:inside;
	list-style-type:decimal;
}
.q-and-a dt{
	font-weight:bold;
	margin:1.7em 0 1em;
}
.q-and-a dd{
	margin:1em 0;
}
.faqanswer{
	margin-left:30px;
}
.credits {font-size:80%; margin:3px 0 5px 0}

/* MODAL */
.ui-dialog {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	position:absolute;
}
.ui-dialog-titlebar {
	background-color: #e0e0e0;
	cursor:move;
	padding: 8px 10px;
	border-bottom: 1px solid #CCC;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.ui-dialog-content{
	padding: 20px;
}
.ui-dialog-titlebar-close{
	background: url(/images/modal_close.png);
	position: absolute;
	top: 9px;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px; 
}
.ui-widget-overlay{
	background: repeat-x scroll 50% 50% #000;
	opacity:0.4;
	filter:Alpha(Opacity=40);
	height:100%;
	width:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.preview{
	margin:50px 0;
	text-align:center;
}
.contactgroup{
	margin-top:3em;
}
.contactformitem{
	margin-top:5px;
}
.contactformfield{
	font-weight:bold;
	padding-right:0.5em;
	padding-top:9px;
	text-align:right;
	vertical-align:top;
}
.contactformdata{
	padding-top:5px;
	vertical-align:top;
}
.contactformmessage{
	display:table;
}
.formsubmit{
	text-align:right;
}
.formsubmitbt{
	font-size:120%;
}
.formhelp{
	font-size:smaller;
	margin-left:1em;
}
.formerrors{
	background-color:#ffffcc;
	color:red;
	display:table;
	margin:1em 0;
	padding:0 1em;
}
.facebookdiv{
	display:inline;
/* 	vertical-align:3px; */
}
.outstand{
	font-weight:bold;
}
.shopitem{
	margin-top:40px;
}
.shopitem td{
	vertical-align:top;
}
.shopitem-data{
	padding-left:30px;
}
.shopitem-description{
	margin:2em 0 1em;
	line-height:1.7em;
}
.printthumb{
	border:1px solid #bbb;
}
.itemprice{
	font-size:150%;
}
.addtocart{
	display:inline;
	margin-left:1em;
}
.addtocartbtn{
	font-size:larger;
}
.addtocartbtn_alternate{
	color:red;
	font-size:larger;
	font-weight:red;
}
.shipping{
	cursor:help;
	border-bottom:1px dashed gray;
}
.socialbuttons{
	margin:1em 0 0.5em;
}
.staycurrenttitle{
	margin-top:2em;
}
.staycurrentitem{
	clear:left;
	height:28px;
	margin-top:0.5em;
}
.staycurrentitemimg{
	float:left;
	margin-right:10px;
}
.staycurrentitemtext{
	padding-top:7px;
}
.tradthx{
	color:#888;
	font-size:80%;
	margin:5px 20px 10px 20px;
}
.rssdata{
	margin-top:10px;
}
.rssicon{
	border:0px;
	padding-left:0.5em;
	vertical-align:-2px;
}
