body {
	background-color: white;
	font-size: 17px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #333333;
	color: rgba(0, 0, 0, 0.79);
}


a {
	color: #333333;
	color: rgba(0, 0, 0, 0.79);
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.4);
	border-width: 1px;
}

a:visited {
	color: #333333;
	color: rgba(0, 0, 0, 0.79);
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.4);
}

a:hover {
	color: #333333;
	color: rgba(0, 0, 0, 0.79);
	border-bottom-color: #5C1CAD;
}

h2 {
	line-height: 35px;
}

img {
	border: 0;
}

ul {
	position: relative;
	left: -13px;
	list-style-type: disc;
}

ol {
	position: relative;
	left: -13px;
}

.HiddenWords {
	display: none;
}

.TumblrName {
	font-family: "Bookman Old Style Bold", Palatino, serif;
	text-transform: lowercase;
	color: #2C4762 !important;
}
	
	.TumblrName a {
		border: none;
		color: #2C4762 !important;
	}

blockquote {
	position: relative;
	background-color: #DDDDDD;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin: 0 4px;
	padding: 2px 23px;
}

	/* creates triangle */
	blockquote:after {
		content: "\00a0";
		display: block;	/* reduce the damage in FF3.0 */
		position: absolute;
		z-index: -1;
		top: -24px;	/* value = - border-top-width - border-bottom-width */
		left: 4px;	/* controls horizontal position */
		width: 0;
		height: 0;
		border-width: 13px 16px; /* vary these values to change the angle of the vertex */
		border-style: solid;
		border-color: transparent transparent #DDDDDD;
	}
	
header, nav, section, hgroup, article, footer {
	display: block;
}

#Canvas {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	padding-top: 0;
}
	
	#Header {
		width: 768px;
		height: 44px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 13px;
		padding-top: 0;
		z-index: 20;
	}
		
		#nav {
			position: absolute;
			top: 0;
			left: 0px;
			color: #999999;
			color: rgba(0, 0, 0, 0.35);
		}
				
			#nav a {
				border: none;
				color: #999999;
				color: rgba(0, 0, 0, 0.35);
			}
			
			#nav ul {
				position: relative;
				top: 6px;
				left: 13px;
				font-size: 15px;
				line-height: 15px;
				margin: 0;
				background-color: #EEEEEE;
				background-color: rgba(0, 0, 0, 0.07);
				-webkit-border-radius: 13px;
				-moz-border-radius: 13px;
				border-radius: 13px
			}
			
			#nav li {
				display: inline-block;
				list-style-type: none;
				padding: 6px 12px;
				margin-left: -4px;
				z-index: 4;
			}
				
				#nav li:first-child {
					margin-left: -28px;
				}
				
				#nav li:last-child {
					padding-right: 24px;	/* double the normal padding */
				}
				
				#nav li#CurrentSection a {
					color: #333333;
					color: rgba(0, 0, 0, 0.79);
				}
				
	#LegallishStuff {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 89px;
		color: #A4A4A4;
		color: rgba(0, 0, 0, 0.36);
		font-size: 12px;
		line-height: 14px;
		text-align: center;
	}
	
		#LegallishStuff a {
			color: #A4A4A4;
			color: rgba(0, 0, 0, 0.36);
		}