/* Reset browser default values */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; font-size: 100%; margin: 0; padding: 0; outline: 0; vertical-align: baseline; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; }
code, pre, samp { font-family: Monaco, Consolas, Courier New, Courier; /* Do not declare generic family for the monospaced fonts */}
strong { font-weight: bold; }
em { font-style: italic; }

body {
 background: #5c5c5c;
 color: #333;
}
#container {
 background: #fff url(images/bg-sidebar.png) no-repeat 0 171px;
 color: #333;
 font: normal 12px Arial, Sans-serif;
 position: relative;
 width: 100%;
}
a:link, a:visited
{
	background: transparent;
	 color: #333;
	 font-size: 1em;
}
a:active, a:hover
{
	background: transparent;
	 color:#ffa500;
	 font-size: 1em;
	 
	 
}
/* sign in */
#regList {
 height: 31px;
 position: absolute;
 right: 2px;
 z-index: 2;
}
#regList li {
 display: inline;
}
#regList a {
 background-image:url(pics/topnavi_a_bg.gif);
 background-repeat: repeat-x;
 color: #fff;
 border-left: 1px solid #333;
 display: block;
 float: left;
 line-height: 31px;
 margin-left: 1px;
 text-align: center;
 text-decoration: none;
 vertical-align: middle;
 width: 100px;
}
#regList a:hover {
  background-image:url(pics/topnavi_ahover_bg.gif);
 background-repeat: repeat-x;
 color: #fff;
}

/* sidebar stuff */
#sidebar {
 float: left;
 width: 235px;
}
#sidebar h1 {
 background: transparent url(pics/logo.gif) no-repeat 0 0;
 color: #333;
 height: 171px;
 margin-bottom: 33px;
 overflow: hidden;
 text-indent: -999em;
 width: 228px;
 cursor:pointer;
}
#sidebar h3 {
 margin-bottom: 15px;
}
#sidebar ul {
 margin: 0 25px 2em 35px;
}
#sidebar li {
 line-height: 1;
 margin-bottom: .5em;
}
#content {
 background: transparent url(images/bg-top-bar.png) no-repeat -0 0;
 color: #333;
 margin-left: 228px;
 overflow: visible;
 padding: 65px 25px 25px 40px;
 position: relative;
}

/* content */
#content h1 {
 font-size: 2.5em;
 font-weight: bold;
 margin-bottom: 1em;
}

#content h2, #content h2 a:link{
 font-size: 2em;
 font-weight: bold;
 margin-bottom: 1em;
}
#content h2 a:link, #content h2 a:visited
{
	text-decoration:none;
	color:#595959;
}
#content h2 a:hover
{
	text-decoration:none;
	color:#ffa500;
}


#content h3 {
 font-size: 1.5em;
 font-weight: bold;
 margin-bottom: 1em;
}

/* links */
.linkContainer {
 margin-bottom: 1.5em;
 width: 100%;
}
.linkHeader a, .linkHeader a:visited {
 background: transparent;
 color: #333;
 font-size: 1.3em;
 font-weight:bold;
}
.linkMeta, .linkURI {
 background: transparent;
 color: #909090;
}
.linkMeta a, .linkMeta a:visited {
 background: transparent;
 color: #909090;
}
.linkContainer img.new
{
	display:block;
	position:absolute;
	float:left;
	z-index:1000;
	left: 20px;
	width:48px;
	height:46px;
	border:0;
	margin-top:-8px;
}

.linkImage {
 float: left;
 width: 130px;
	 height:97px;
}
.linkContainer dl {
 margin-left: 150px;
}

/* footer */
#footer {
 background: #fff url(images/bg-footer.png) no-repeat 0 0;
 color: #333;
 clear: both;
 height: 130px;
 position: relative;
 width: 100%;
}
#footer p {
 background: transparent url(images/bg-footer-absum-net.png) no-repeat 0 0;
 background-position: right;
 color: #fff;
	text-align:right;
 overflow: hidden;
 position: absolute;
 top: 15px;
 right: 25px;
 text-indent: 0em;

 padding-top:45px;
 font-size:10px;
}