/* embossed white marble style */

body {
	background-image:url("images/marble-background-471900_fixed.jpg");
	margin:0 auto;
	padding:11px;
	text-shadow:0 0 2px white;
	width:640px;
}

blockquote > cite::before {
	content:"— ";
}

h1 {
	color:white;
	font-size:400%;
	text-shadow:0 0 66px yellow;
}

h2,
h3 {
	color:white;
	text-align:center;
	text-shadow:0 0 22px blue;
}

header {
	font-weight:bold;
	text-align:center;
}

header,
section {
	background-image:url("images/marble2.gif");
	border-color:rgba(255, 255, 0, 70%);
	border-style:groove;
	border-width:1em;
	padding:6px 22px 6px 22px;
}

hr {
	background-image:url("images/webnext1.gif");
	background-color:none;
	border:0;
	height:43px;
	width:100%;
}

img {
  margin-left:-1.1em;
}

q {
	quotes:"‘" "’" "“" "”";
}

#badges {
	float:right;
	margin-top:1em;
}


#download {
	text-align:center;
}

::selection {
	background-color: rgba(255, 255, 0, 70%)
}
::-moz-selection {
	background-color: rgba(255, 255, 0, 70%)
}
