﻿* {
	margin: 0;
	padding: 0;
}

#conash3D0 {
	display: none;
}

body {
	font-family: "Garamond Pro", Cambria, Times, "Times New Roman", Serif;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	word-spacing: 0.2em;
}

#header {
	margin: 1em 2em;
	width: 45em;
	border-bottom: 1px solid green;
}

a {
	text-decoration: none;
	color: Green;
}

#header h1 {
	display: inline;
}

#header ul {
	display: inline;
	margin-left: 1em;
}

#header li {
	display: inline;
	margin-left: 1em;
}

#content {
	margin: 0 2em;
}

h1 {
	font-size: 1.66em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.33em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h4 {
	font-size: 1.166em;
	line-height: 1.28em;
	margin-bottom: 1.28em;
}
p, ul, blockquote, pre, td, th, label {
	font-size: 1em;
	line-height: 1.5em;
	
	margin-bottom: 1.5em;
}

td {
	padding-right: 3em;
}

#footer {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	margin: 0 2em;
}


#content ul {
	list-style: none;
}

#content li {
	margin-bottom:	0.5em;
}

input {
	margin: 0.5em 0;
}
#newpastebutton {
	padding: 0.5em;
}

#linenumbers {
	float: left;
	text-align: right;
	padding-right: 1em;
	width: 4em;
	color: #555;
	border-right: 1px solid #777;
}

#pastecontent, #mathpaste {
	margin-left: 6em;
}

.viewoptions {
	margin: 0.5em 0 0.5em 6em;
}

.viewoptions a {
	margin-right: 2em;
}


pre {
	word-spacing: 0;
	font-family: Consolas, Monospace;
}

.pastetitle {
	margin-left: 4.5em;	
}

#newpastetitle {
	margin-left: 1em;
	width: 30em;
}