/*
Create an abstraction, as per: csswizardry.com/2011/09/the-nav-abstraction/
*/
.nav{
	list-style:none;
}
.nav li{
	display:inline;
}
.nav a{
	display:inline-block;
}

/*
Put a gradient on strong elements to render them sexy
*/
#me #intro strong,
section .marker h3
{
  position: relative;
  display:inline-block;
}
#me #intro strong span.gradient,
section .marker h3 span.gradient
{
  background: url(tricks/gradient.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 48px;
}

/**
 * Special comment field
 **/
label#lcomment,
label#lcomment > * {
	display: none;
	margin: 0;
	padding: 0;
	border: none;
	visibility: hidden;
	height: 0;
}