/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.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:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    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 #000;
    cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* General CSS Styles
--------------------------------------------- */
/* Author: Alex Gibson - http://miniapps.co.uk */

html, body {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #EAEAEA url("../images/grid.jpg") repeat;  
	color: #333; 
	font: 1em/1.3em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; /* 16px / 21px */
	text-shadow: rgba(255,255,255,0.8) 0 1px 0;
	width: 100%;
}

header { 
	width: 95%;
	min-width:768px;
	max-width: 900px; 
	margin: 1.5em auto;
	padding: 0 1.5em;
}

article {
	width: 95%;
	min-width:768px;
	max-width: 900px; 
	background: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 1.5em;   
	margin: 0 auto;
    overflow: hidden;
}

#menulist {
	list-style:none;
	margin: 0;
	padding:0;
}

section { 
	width:65%;
	margin-right: 1.5em;
	float: left;
	background: #fff;
}

section section {
	width: 100%;
 	border-top: 1px dotted #ccc;
 	padding-top: 1.5em;
}

.icon {
	float: left; 
	margin: 0 1em .5em 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.price {
	float: right; 
	margin: 0 0 .5em 1em;
	padding: 0 4px;
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	background: #7BB33B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.price a:link, .price a:visited, .price a:hover, .price a:active {
	color:  #fff;
	text-decoration: none;
	text-shadow: none;
}

aside {
	width:30%;
	float: right;
	background: #fff;
}

aside section {
	width: 100%;
 	border-bottom: 1px dotted #ccc;
 	padding-bottom: 1.5em;
}

aside section:last-child {
	border-bottom: none;
}

aside section p, aside section ul {
	margin-bottom: 0;
}

#blog section h3 {
	margin-bottom: 0;
}


#blog section h3 + p {
	margin-top: 0;
}

nav {
	float: right;
}

nav ul { 
	margin: 0;
}

nav ul li { 
	margin: 0; 
	display:inline; 
	padding-left: 1em; 
}

footer { 
	clear: both; 
	width: 95%;
	min-width:768px;
	max-width: 900px; 
	background: transparent;
	padding: 1.5em 30px 0 30px; 
	margin: 0 auto 1.5em auto; 
	text-align: center;
}

footer p {
	margin-top: 0;
}

p {  
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
  	margin: 1.5em 0;
}

blockquote {  
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
  	margin: 1.5em;
	font-weight: normal;
	text-indent: -0.5em; 
}

figure {
	display: block;
	margin: 1.5em 0;
	padding: 0;
}

figcaption { 
	display: block; 
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	color: #333;
	margin: 1.5em 0;
	text-decoration:none;
}

small {
	display: block;
	font-size: 0.75em; /* 12px */
  	line-height: 1.5em; /* 21px */
  	margin: 1.5em 0;
}

dl { 
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	margin-bottom: 1.5em; 
}

dt {
	font-weight: bold;
	margin-bottom: 1.5em; 
}

dd { 
	font-weight: normal;
	margin-left: 1.5em; 
}

ul, ol { 
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	margin: 1.5em 0 1.5em 1.5em; 
}

dl ol, dl ul {
	margin-top:0;
 	font-size: 1em; /* 14px */
}

.clear {
	clear:both; 
}

pre {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	margin: 1.5em 0;
	padding: 1.5em;
	background: #EAEAEA url("../images/pre-noise.jpg") repeat;
	white-space: pre-wrap; /* CSS3 browsers */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
	white-space: -pre-wrap; /* Opera 4 thru 6 */
	white-space: -o-pre-wrap; /* Opera 7 and up */
	word-wrap: break-word; /* IE 5.5+ and up */
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
}

code { 
	font-family: "Courier New", monospace, serif;
	font-size: 1em;
}

/* General link states */

a:link, a:visited { 
	color: #990000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a:active {
	position:relative;
	top: 1px;
	outline: none;
}

a:focus { 
	position:relative;
	top: 1px;
	outline: thin dotted;
}

a.button:link, a.button:visited {
	display: inline-block;
	line-height: 1;
	color: #333;
	font-weight:bold;
	background: rgb(253,253,253);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(253,253,253)), to(rgb(190,190,190)));
	background: -moz-linear-gradient(top, rgb(253,253,253), rgb(190,190,190));
	border: 1px solid rgb(160,160,160);
	text-shadow: 0px 1px 1px #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 0.75em;
	text-align: center;
	text-decoration:none;
	position: relative;
	cursor: pointer;
}

a.button:hover, a.button:active {
	text-decoration:none;

}

/* Headings */

h1 {
  	font-size: 2.25em; /* 36px */
  	line-height: 1.1667em; /* 42px */
  	margin: 0.5833em 0;
  	color:#9EA9B3;   
	font-weight: bold; 
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	width: 235px; 
	height: 48px;
	background: transparent url("../images/miniappslogo.png");
	text-indent: -9999px;
}

h1 a:focus {
	display: block;
	width: 235px; 
	height: 48px;
	background: transparent url("../images/miniappslogo.png");
	text-indent: -9999px;
	overflow: hidden;
}

h1 + h2 { 
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	font-weight: normal;
	color: #333; 
}

h2 {
  	font-size: 1.5em; /* 24px */
  	line-height: 1.3em;
  	margin-bottom: 0.875em;
	color: #333; 
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

h3 {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin-bottom: 1.1667em;
  	color:#333; 
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

article section section h3 {
	margin-bottom: 0.3em;
}

h3 + h4 {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	font-weight: normal;
	color: #333;
}

h4 {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin-bottom: 1.1667em;
  	color:#333; 
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

h5, h6 {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin: 1.1667em 0;
  	color:#333; 
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

article section section h6 {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
  	margin: 1.5em 0;
  	font-weight: bold;
  	text-rendering: optimizeLegibility;
}

/* Inline styles */

em { 
	font-weight: italic;  
}

strong { 
	font-weight: bold; 
}

time { 
	color: #999; 
	font-style: italic; 
	margin: 0;
}

.logo {
	padding-right: 0.5em;
}

/* Form styles */

form { 
	margin: 1.5em 0; 
}

fieldset { 
	border: 1px solid #d6d4cf; 
	margin: 1.5em 0;
	padding: 1em;
}

legend {
 	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	color: #333; 
}

label { 
	display: block; 
 	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	color: #333; 
}

button {
	display:block;
 	font-size: 0.875em; /* 14px */
 	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
	cursor: pointer; 
	height: 1; 
	vertical-align:middle;
	margin: 1em 0;
}

input[type=text], input[type=email], input[type=search], input[type=url] {
	width:15em; 
	font-size:0.875em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	height: 1;  
	vertical-align:middle; 
	margin-bottom: 1.5em;
}

input[type=email]:focus:valid, input[type=url]:focus:valid {
	border: 2px solid #66CC00;
	outline: 0;
}

input[type=email]:focus:invalid, input[type=url]:focus:invalid {
	border: 2px solid red;
	outline: 0;
}

textarea {
	width:31em;
	height: 200px;
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 1.5em;
}

#description {
	width:660px;
}

#searchbutton {
	font-size: 0.875em; /* 14px */ 
	cursor: pointer; 
	height: 1; 
	vertical-align:middle;
	margin: 0;
}

#searchbox {
	width: 11em;
	margin-bottom: 0.5em; 
}

#searchlabel {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin-top: 0;
  	margin-bottom: 1.1667em;
  	color:#333; 
	font-weight: normal;
}

form.search, form.search button {
	margin-top: 0;
	margin-bottom: 0;
}

.required {
	color: red;
}

/* Blog styles
--------------------------------------------- */

ul.tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tags li {
    display: inline;
    padding: 0 10px 0 0;
}

/* Selection
--------------------------------------------- */
::-moz-selection {
	background: #990000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #990000;
	color: #fff;
	text-shadow: none;
}

/* Webkit animations
--------------------------------------------- */

@-webkit-keyframes pop {
	from {
		-webkit-transform: scale(.1);
		opacity: 0;
	}
	85% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
	}
}

/*	-webkit-animation-name: pop;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in; */

@-webkit-keyframes glow {		
	0% {
		-webkit-box-shadow: rgba(110,155,255,1) 0 0 15px;
	}
	50% {
		-webkit-box-shadow: rgba(110,155,255,0) 0 0 15px;
	}
	100% {
		-webkit-box-shadow: rgba(110,155,255,0) 0 0 15px;
	}
}

/* 	-webkit-animation-name: glow;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease;	
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate; */
	


/* LAYOUTS SMALLER THAN 650px AND MOBILES
--------------------------------------------- */

@media handheld, only screen and (max-width: 650px), only screen and (max-device-width: 480px) {

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none; 
}

body {
	font: 1em/1.3em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; /* 16px / 21px */
}

header, nav, article, section, aside, footer { 
	width: auto;
	min-width: inherit;
	max-width: inherit;
	margin-left: 0;
	margin-right: 0;
	float: none;
}

article {
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 1.5em 1em;
}

header {
	margin: 1.5em 0;
	padding: 0 1.5em;
}

footer {
	padding: 1.5em 1.5em 0 1.5em;
}

nav ul li {
	padding-left: 0;
	padding-right: 0.5em;
}

aside {
	padding-top: 1.5em;
	border-top: 1px solid #EAEAEA;
}

textarea {
	width:24em;
}

#description {
	width:24em;
}

button {
 	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
}

input[type=text], input[type=email] {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#searchbox {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

}


/* LAYOUTS BETWEEN 651px/1024px AND iPAD
--------------------------------------------- */

@media only screen and (min-width:651px) and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

header, article, footer { 
	width: auto;
	min-width: inherit;
	max-width: inherit;
	margin-left: 0;
	margin-right: 0;
	float: none;
}

article {
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 1.5em;
}

header {
	margin: 1.5em;
	padding: 0 1.5em;
}

footer {
	padding: 1.5em 1.5em 0 1.5em;
}

}

/* HIGH PPI DEVICES
--------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

body {
	background-size: 100px 100px;
	background: #EAEAEA url("../images/grid_highres.jpg") repeat;  
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	background-size: 235px 48px;
	background: transparent url("../images/miniappslogo_highres.png");
}

h1 a:focus {
	background-size: 235px 48px;
	background: transparent url("../images/miniappslogo_highres.png");
}

pre {
	background-size: 100px 100px;
	background: #EAEAEA url("../images/pre-noise_highres.jpg") repeat;

}

}
	