/* Normalize */

* {
	background-color: transparent;
	border: none;
	font-size: 1em;
	font-weight: inherit;
	font-family: inherit;
	line-height: 1.4em;
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-decoration: none;
}

/* Main */

body {
	background-color: var(page-bg-color);
	font-family: Georgia, serif;
	color: #666;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

pre, code {
	font-family: monospace;
}

/* Links */

a, a:hover, a:active, a:visited {
	color: #58A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Headings */

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, 'Trebuchet MS', Verdana, Arial;
}

/* Content */

body {
	background: url('images/page.png') center top repeat-x;
}

#wrap {
	background: url('images/header.png') center top no-repeat;
	padding-top: 136px;
}

	#wrap-inner {
		background: url('images/shade.png') center top repeat-y;
	}

#content {
	background: url('images/header.png') center -136px no-repeat;
	text-align: center;
}

	#content-inner {
		margin: 0 auto;
		text-align: left;
		width: 568px;
	}

	#content p {
		padding-bottom: 1em;
	}

	#content h1 {
		font-size: 2em;
		margin-bottom: .5em;
	}

	#content h2 {
		font-size: 1.4em;
		margin-bottom: .5em;
	}

	#content h3 {
		font-size: 1.1em;
		margin-bottom: .6em;
	}

	#content ul {
		margin-bottom: 1em;
	}

	#content li {
		list-style: outside square;
		margin-left: 2em;
		padding-bottom: 1em;
	}

	#content .message {
		border-style: solid;
		border-width: 2px;
		font-family: Georgia, 'Trebuchet MS', Verdana, Arial;
		padding: 1em;
	}

		#content .message.notice {
			background-color: #FFC;
			border-color: #DD7;
		}

		#content .message.error {
			background-color: #FEE;
			border-color: #D77;
		}

#intro {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
	text-align: justify;
}

	#intro strong {
		color: #444;
		font-size: 1.5em;
		font-weight: normal;
	}

#bookmarklet {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding: 2em 0 !important;
	text-align: center;
}

#bookmarklet a {
	background: #C9E9F7;
	border: 1px solid #96B6C4;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	box-shadow: 0 0 3px #7494A2;
	-moz-box-shadow: 0 0 3px #7494A2;
	-webkit-box-shadow: 0 0 3px #7494A2;
	color: #110;
	cursor: move;
	display: block;
	font-size: 1.5em;
	margin: 0 auto;
	padding: .2em;
	text-decoration: none;
	width: 160px;
}

#ad {
	margin: 0 auto;
	padding-bottom: 3px;
	width: 468px;
}

#flattr {
	right: 1em;
	top: 1em;
	position: absolute;
}

.help {
	font-size: .8em;
	float: left;
}

	.help img {
		border: 1px solid #CCC;
		padding: 4px;
	}

	.help h3 {
		color: #333;
		font-size: 1.5em !important;
	}

	.help div {
	}

	.step1 {
		width: 32%
	}

	.step2 {
		margin: 0 2%;
		width: 32%
	}

	.step3 {
		width: 32%
	}

#footer {
	background: url('images/footer.png') center top no-repeat;
	font-family: Verdana, Arial;
	font-size: .7em;
	margin: 0 auto;
	width: 632px;
}

	#footer ul {
		padding: 1em 16px;
	}

		#footer ul#share {
			float: left;
		}

		#footer ul#me {
			float: right;
		}

	#footer li {
		display: inline;
	}

	#footer a {
		color: #807970;
		text-decoration: none;
	}

		#footer a:hover {
			text-decoration: underline;
		}
