/* Nerd Punk CSS */


body {
	background-color: #212424;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #C2CED1;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #C2CED1;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FDD01D;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #FDD01D;
	font-weight:bold;
}

.steps {
color: #FFF300;

}
.iambrent {
padding-bottom: 4px;
border-bottom: 3px dotted #ffffff;
}



.aboutbrief {
font-size:11px;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
padding-left: 9px;
text-align:justify;
padding-top: 8px;
}

.border-image img{
border: 4px solid #111313;
}

.border-image:hover img{
border: 4px solid #005062;
}

.border-image:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


.miniphoto-cell {
padding-top: 8px;
}

.border-top {
border-top: 3px dotted #ffffff;
padding-top: 10px;
}

.newsheadline {
font-size: 17px;
font-weight: bold;
}

.news-body {
font-size: 11px;
display:block;
border-bottom: 2px dotted #ffffff;
padding-bottom: 10px;
padding-top: 6px;
}

.featuredtext {
font-size: 10px;
font-weight: bold;
padding-bottom: 6px;
background-image:url(images/featuredbg.gif);
background-repeat:repeat-x;
border: 1px solid #111313;
}

.featuredtext a{
color:#FF9900;
text-decoration:none;
}

.featuredtext a:hover{
color:#ffffff;
text-decoration:none;
}






#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding-right: 10px;
width: 216px;
background-image: url(images/download-bg.jpg);
background-repeat:no-repeat;
background-position:right;

}

#navcontainer a:link, #navlist a:visited
{
color: #111313;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(images/download-bg-over.jpg);
color: #005062;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(images/download-bg-over.jpg);
color: #111313;
font-weight: bold;
}

.footertext {
font-size:10;
color: #717B7B;
border-top: 1px dotted #717B7B;
padding: 10px;
}

.footertext a{
color: #919999;
}

.footertext a:hover{
color: #FFCC00;
}

.socialbookmark {
padding-top: 10px;
padding-bottom: 10px;
}
