
@font-face { font-family: LiberationMono; src: url('/_fonts/LiberationMono-Regular.ttf'); }

*
{
	padding: 0px;
	margin: 0px;
}

.clear
{
	clear: both;
}

ul, ol
{
	list-style: none;
}

h1, h2, h3
{
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 0px;
}

a:link,
a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img { border: none; }


body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	padding-bottom: 20px;
}

#main
{
	width: 940px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px 10px 0px 10px;
}

h2
{
	font-family: LiberationMono, "Andale Mono", Consolas, monospace;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#masthead
{
	background-color: white;
	width: 950px;
	height: 80px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 20px 0px 0px 10px;	
	border-bottom: 1px solid #F597B0;

}

h1
{
	height: 0px;
	width: 521px;
	padding-top:44px;
	font-size: 5px;
	overflow: hidden;
	background-image: url(/_media/title.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#by
{
	color: white;
	position: absolute;
	left: 647px;
	top: 6px;
	padding: 16px 0px 16px 71px;

	border-left: 1px solid #F597B0;

}

#by ul
{
	float: left;
	width: 200px;
	font-size: 13px;
	line-height: 16px;
}

#by ul li:after
{
	content: ',';
}

#by ul li.last:after
{
	content: '';
}

#by a:link,
#by a:visited
{
	color: black;
	text-decoration: none;
}



#nav
{
	margin: 10px 0px 30px 0px;
	font-family: LiberationMono, "Andale Mono", Consolas, monospace;
	line-height: 20px;
	
}

#nav li
{
	display: inline;
	font-size: 20px;
	text-transform: uppercase;
}

#nav li a:link,
#nav li a:visited
{
	color: black;
	text-decoration: none;
}

#nav li a:hover,
#nav li.selected a
{
	border-bottom: 2px solid black;
	text-decoration: none;
}

#nav li:after
{
	color: #AAA;
	content: " +";
}

#nav li.last:after
{
	content: "";
}

.primary, .secondary
{
		/*letter-spacing: 1px;*/ /* ??? */
}
