@charset "utf-8";

html {
	background: white;
}

body {
	color: black;
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	width: 750px;
	margin: 20px auto;
}

p {
	text-align: justify;
}

h1, h2 {
	font-weight: 600;
	font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
	color: #669;
}

h2 {
	color: #666;
}

h3, h4 {
	color: #333;
}

kbd, code {
	font: 13px Courier, monospace;
}

:link {
	color: #669;
}

:visited {
	 color: #666;
}

:link:hover {
	color: #336;
}

:visited:hover {
	color: #333;
}

:link:active, :visited:active {
	color: #900;
}

:link img, :visited img {
	border: none;
}

.hash {
	color: #666;
}

header {
	display: block;
}

footer, #footer {
	display: block;
	font-size: smaller;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding-top: 1em;
	color: #666;
	text-align: center;
	clear: both;
}

/* lists */

dt {
	font-weight: bold;
}

ul li {
	list-style-type: square;
}

.screenshot {
	display: block;
	margin: auto;
}

p.code {
	padding-left: 1em;
	border-left: 1px solid #666;
	white-space: pre;
	font: .9em monospace;
	overflow: auto;
}

/* Paparazzi! */

nav ul {
	float: right;
	border: 1px solid #eee;
	width: 200px;
	font-size: 13px;
	padding: 0;
	margin: 0 0 1em;
	display: block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background: white;
}

nav li {
	list-style-type: none;
	vertical-align: middle;
}

nav li:first-child :link, nav li:first-child :visited {
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

nav li:last-child :link, nav li:last-child :visited {
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

nav li :link, nav li :visited {
	color: #669;
	display: block;
	width: 170px;
	height: 100%;
	padding: 2px 10px;
	text-decoration: none;
	text-indent: -10px;
	padding-left: 20px;
}

nav li :link:hover, nav li :visited:hover {
	color: white;
	background: #669;
	background: -webkit-gradient(linear, left bottom, left top, from(#336), to(#669));
	background: -moz-linear-gradient(bottom, #336, #669);
}

nav li.separator, nav li.separator:hover {
	padding: 0;
	height: 0;
	background: transparent;
	margin: 2px 1px;
}

nav li :link .requiredos, nav li :visited .requiredos {
	display: inline;
	color: #666;
}

nav li :link:hover .requiredos, nav li :visited:hover .requiredos {
	display: inline;
	color: white;
}

code {
	color: #666;
}

dl {
	margin-left: 2em;
}

dt {
	color: #333;
}

dd {
	margin: 1em 0;
}

.separator {
	height: .2em;
	border-bottom: 1px solid #eee;
	margin: 1ex 0;
}

#content {
	width: 500px;
}

.version {
	font-size: 0.7em;
	color: #666;
}

:target {
	outline: 1px #eef solid;
	background: #f8f8ff;
}

h1 :link, h1 :visited {
	text-decoration: inherit;
	color: inherit;
}

h1 :link:hover, h1 :visited:hover {
	color: #336;
}

#props, #requirements {
	clear: both;
	float: right;
	width: 200px;
	text-align: center;
	padding: 0;
}

#requirements {
	text-align: justify;
}

#requirements p {
	text-align: left;
	font-size: 11px;
}

#props li {
	list-style-type: none;
	margin: 1ex 0;
}

#props .note {
	font-size: 9px;
	line-height: 9px;
	color: #999;
}

form {
	width: 95%;
	margin: auto;
	background: #f8f8f8;
	padding: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

label.required:after {
	content: ' (required)';
	color: #666;
	font-size: smaller;
}

input[type=text], input[type=email], input[type=url], textarea {
	display: block;
	width: 99%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -1ex;
	border: 1px solid #ccc;
	padding: 2px;
	border-top-color: #999;
}

input[type=submit] {
	display: inline-block;
	width: 60px;
	clear: both;
}

li.macworld {
	width: 100%;
	text-align: center;
}

li.macworld a {
	display: inline-block;
	width: 88px;
	height: 66px;
	background-image: url(images/mw_4mice.png);
	/* background-image: -webkit-image-set(url(images/mw_4mice.png) 1x, url(images/mw_4mice@2x.png) 2x); */
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
	li.macworld a {
		background-image: url(images/mw_4mice@2x.png);
		background-size: 88px 66px;
	}
}