#masthead
{
	background-color: black;
}

h1
{
	background-image: url(/_media/title-white.png);
}

#by a:link,
#by a:visited
{
	color: white;
}



body
{
	background-color: black;
	color: white;
}

#nav li a:link,
#nav li a:visited
{
	color: white;
	border-color: white;
}

#examples
{
	width: 960px;
}

#examples > li
{
	width: 460px;
	height: 225px;
	float: left;
	margin: 0px 0px 50px 0px;
}

#examples li ul li:hover h4 a
{
	text-decoration: underline;
}


#examples > li.odd
{
	margin-right: 20px;
}

#examples li ul li
{
	width: 225px;
	height: 225px;
	float: left;
	position: relative;
}

#examples li ul li:first-child
{
	margin-right: 8px;
}

h3
{
	color: #F597B0;
	font-size: 20px;
	font-family: LiberationMono, "Andale Mono", Consolas, monospace;
	margin-bottom: 6px;
	text-transform: uppercase;
}

h4
{
	font-weight: normal;
	position: absolute;
/*	background-color: black;
	background-color: rgba(0,0,0,.8);
	filter: alpha(opacity=80);
*/	width: 221px;
	padding: 11px 0px 0px 0px;
/*	text-transform: uppercase;*/
/*	font-family: LiberationMono, "Andale Mono", Consolas, monospace;*/
}

h4 a:link,
h4 a:visited
{
	color: white;
	text-decoration: none;
	font-size: 13px;
}

h4 a:hover
{
	text-decoration: underline;
}

#description
{
	position: absolute;
	left: 490px;
	top: 90px;
	padding: 5px;
	background-color: black;
	background-color: rgba(0,0,0,.8);
	filter: alpha(opacity=80);
}

#description p
{
	width: 220px;
	float: left;
	margin-right: 20px;

}

#description p.last
{
	margin-right: 0px;
}

code
{
	white-space: pre;
	font-family: LiberationMono, "Andale Mono", Consolas, monospace;
}

.keyword, .storage
{
	color: #f5a973/*#F93*/;
}

.var, .entity_name, .support
{
	color: #98d6f5/*#6CF*/;
}

.comment
{
	color: #7E7E7E;
}

#main h2
{
	background-image: none;
	font-weight: normal;
	color: #F597B0;
}

#main h2.break
{
	line-height: 20px;
	background-image: url(/_media/pink.png);
	background-repeat: repeat-x;
	background-position: 0px 9px;
    color: white;
    margin-top: 10px;
	clear: both;
}

ul li a:link,
ul li a:visited
{
    color: white;
}


ul#contributions li .actions a
{
	display: inline-block;
	width: 28px;
}

ul#contributions li .source
{
	display: none;
	margin-bottom: 20px;
}

ul#contributions li h3
{
	width: 200px;
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
}

ul#contributions li .actions
{
	display: inline-block;
}

#ei-samples
{
	width: 940px;
}

#ei-samples li
{
	width: 435px;
	float: left;
	margin-bottom: 30px;
}

#ei-samples li.odd
{
	margin-left: 40px;
}

#ei-samples li:first-child
{
	float: none;
}

a.important:link,
a.important:visited
{
	color: white;
	border-bottom: 2px solid white;
	text-decoration: none;
}

a.important:hover
{
	color: #F597B0;
	border-color: #F597B0;
}

div.dl
{
	margin-top: 50px;
}

p.sumbit
{
	margin-top: 20px;
	width: 440px;
}
         
p.sumbit a:link,
p.sumbit a:visited
{
	color: white;
	text-decoration: underline;
}

p.sumbit a:hover
{
	color: #F597B0;
	text-decoration: underline;
}

