/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
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:top;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:none}a{margin:0;padding:0;font-size:100%;vertical-align:top;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}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}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/* Mobile first queries */
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

sub {
	font-size: 70%;
}

ul {
	list-style-position: outside;
	margin-left: 10px;
}
ul li {
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
	background: url(img/bullet.png) no-repeat left 4px;
	padding-left: 20px;
}

hr {
	background: url(img/separator1.png) no-repeat center center;
	height: 25px;
	opacity: 0.5;
	background-size: contain;
	border: none !important;
}

p {
	margin-top: 10px;
}

body {
	padding: 0;
	margin: 0;
	background: #808080;	
	background-size: cover;
	background-attachment: fixed;
	font-family: 'EB Garamond', serif;
	color: #d0d0d0;
	font-size: 1em;
}
#background {
	z-index: -1;
    height: 100%;
    width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background: url(img/square_floor.jpg) center center;
}

.screenshots {
	width: 100%;
	margin-bottom: 20px;
}

.one_post {
	color: #403020;	
	text-shadow: none;
	width: 86%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	line-height: 120%;
    border: 20px solid transparent;
    padding: 0;
    -webkit-border-image: url(img/paper_border.png) round; /* Safari 3.1-5 */
    -o-border-image: url(img/paper_border.png) round; /* Opera 11-12.1 */
    border-image: url(img/paper_border.png) round;
    border-image-slice: 20 fill;
	border-image-repeat: repeat;
}

.one_post_inset_shadow {
	/*
	box-shadow: inset 0px 0px 100px rgba(128,96,64,0.5);	
	padding: 15px;
	*/
	padding: 15px;
}
.one_post h1, .one_post h2, .one_post h3 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 30px;
}
.one_post h2 {
	font-size: 150%;
	margin-bottom: 20px;
}
.one_post h3 {
	font-size: 125%;
	margin-bottom: 0;
}
.one_post .dateline {
	font-style: italic;
	font-size: 90%;
}

#support_text, #get_it {
	font-size: 1.25em;
	padding: 20px 20px 0px 20px;
	text-align: center;
	font-weight: bold;
}
#get_it {
	font-size: 0;
}
a, a:visited {
	color: #ffb050;
}
.one_post a, .one_post a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, .one_post a:hover, .one_post a:active {
	color: #ed0024;
}
#get_it a, #get_it a:visited {
	display: block;
	margin-top: 40px;
	margin-bottom: 0;
}
#get_it a img {
	width: 162px;
	height: 50px;
}

#footer {
	font-size: 1em;
	text-align: center;
	padding: 0px 20px 40px 20px;
}

#header {
	margin: 20px;
	padding-top: 75px;
	font-size: 1.5em;
	text-align: center;
	background: url(favicon_big.png) no-repeat center top;
	background-size: 60px;

}

#header h1 {
	display: block;
	font-weight: bold;
}

#slogan {

}
#disclaimer {
	text-align: right;
	opacity: 0.5;
	font-style: italic;
	padding: 10px;
}



/* Larger than mobile */
@media (min-width: 400px) {
	#get_it a, #get_it a:visited {
		display: inline-block;
		margin: 40px;
		margin-bottom: 0;
	}
	.one_post {
		width: 87%;
	}

}

/* Larger than phablet */
@media (min-width: 550px) {
	#header {
		background-position: left center;
		padding-left: 75px;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: left;
		font-size: 1.66em;
	}	
	#header_img {
		min-height: 220px;
	}
	.one_post {
		width: 85%;
	}	
	.one_post_inset_shadow {
		padding: 20px;
	}	
	.one_post h2 {
		font-size: 200%;
		font-weight: bold;
		margin-bottom: 20px;
	}	
	#get_it a, #get_it a:visited {
		display: inline-block;
		margin: 40px 20px 0 20px;
		width: 208px;
		height: 64px;
	}	
	#footer {
		padding-top: 0px;
	}
}

/* Larger than tablet */
@media (min-width: 950px) {
	body {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.one_post_inset_shadow {
		padding: 30px;
	}		
	
	#disclaimer {
		padding-right: 5px;
	}
	
	#header_img {
		min-height: 275px;
	}

}

/* Larger than desktop */
@media (min-width: 1100px) { 
	body {
		width: 100%;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}
