/* Page styles */

html {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #f2f4f6;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5, h6 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}

p, ul, ol, dl {
	margin: 0 0 1em 0;
	padding: 0;
}

ul, ol, dl {
	padding: 0 0 0 1.5em;
}

img {
	border-style: none;
}

code, kbd, samp {
	font-size: 1.1em;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

button, input[type="submit"] {
	-moz-border-radius: 1.5em;
	color: #000;
	background-color: #fff;
}

button:hover, input[type="submit"]:hover {
	background-color: #eee;
}

#header {
	position: relative;
	border-bottom: 2px solid #ddd;
	padding: 1.5em;
	color: #000;
	background-color: #fff;
}

#header h1 {
	margin: 0;
}

#header h1 :link, #header h1 :visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#header #get-firefox {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.5em;
	color: #000;
	background-color: transparent;
}

#content {
	position: absolute;
	right: 0%;
	border-left: 2px solid #ddd;
	padding: 1.5%;
	color: #000;
	background-color: #fff;
	
	/* IE5/Win Box Model Hack */
	width: 80%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 77%;
}

#content p {
	line-height: 1.5;
}

#content p:last-child {
	margin: 0;
}

#nav {
	padding: 1.5%;
	
	/* IE5/Win Box Model Hack */
	width: 20%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 17%;
}

#nav ul {
	list-style-type: square;
}

#nav li :link, #nav li :visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#nav li :link:hover, #nav li :visited:hover {
	text-decoration: underline;
}

#nav p {
	margin: 0;
}

#nav .buttons {
	margin: 0 0 1em 0;
	text-align: center;
}

.extension {
	color: #000;
	background-color: #f2f4f6;
}

.userscript {
	color: #000;
	background-color: #f2f6f2;
}

.obsolete {
	color: #000;
	background-color: #f6f2f2;
}

.extension, .userscript, .obsolete {
	position: relative;
	margin: 0 0 1em 0;
	border: 2px solid #ddd;
	-moz-border-radius: 0.5em;
	padding: 1em 1.25em;
}

.extension:target, .userscript:target, .obsolete:target {
	border: 2px solid #fa0;
}

.extension h2, .userscript h2, .obsolete h2 {
	margin: 0;
}

.extension img, .userscript img, .obsolete img {
	display: block;
	margin: 0.5em 0;
}

.version {
	font-style: italic;
}

label.install {
	position: absolute;
	top: 1em;
	right: 1em;
}

label.install * {
	vertical-align: middle;
}

.install > img {
	display: inline;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
}

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

.choices > li {
	display: inline;
	margin: 0;
	padding: 0;
}

.choices > li.install {
	display: block;
	margin-bottom: 1em;
}

.choices > li:last-child:before {
	content: " | ";
}

.comment-nav {
	text-align: center;
}

.comment-nav :link, .comment-nav :visited {
	color: #000;
	background-color: transparent;
}

.important {
	margin: 0 0 1em 0;
	border: 2px solid red;
	padding: 0.5em;
}

.hidden {
	display: none;
}
