

/* primary: netscape sees this: */
body  {
    /* redundant selectors to help NS4 remember */
    	font-family: Verdana, Tahoma, Helvetica, sans-serif;
    	font-size:    12px;
    }


/* should be imported, netscape cannot see: */
body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
}

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
}

/* end import */
html,body {
/*	height: 100%; */
}

#pagewrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid rgb(45, 45, 45);
	background: rgb(35, 35, 35);
    clear: all;
/*        
	causes too much bugs with image rendering in IE:
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#131313",Direction=135,Strength=5); 
*/
/*	height: 100%; */
}

#header {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid rgb(45, 45, 45);
	background: #010101 url(/images/header-bg.gif) repeat-x;
}

a, a:link,a:visited,a:active {
	color: #FFFF80;
	text-decoration: none;
}
a:hover {
	color: #B3B300;
	text-decoration: none;
}

body{
	background: rgb(30, 30, 30) url('/images/back.gif');
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}

div,th,tr,table,li,ul,form,
blockquote,p,b,i,h3,h4,h5,center,title {
	border: 0px;
	color: rgb(255, 255, 255);
	font-size: 120%;
	line-height: 1.5em;
}

li {
	margin: 0.5em;
}

font {
	margin-left: 4px;
	margin-right: 4px;
	width: 170px;
	display: block;
	color: rgb(255, 255, 255);
	font: 120% Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
}

h1, h2 {
	border-bottom: rgb(95, 121, 216) 1px dotted;
	border-bottom: rgb(71, 71, 81) 1px solid;
	margin-bottom: 1em;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	color: #eee;
	color: #eee;
	color: #809fff;
	font: bold 175% Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 4px;
	height: 21px;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	color: #809fff;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #99B3FF;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color: #99B3FF;
}

h5 {
	font-size: 105%;
	font-weight: bold;
        font-style: italic; 
}	


ul {
	font-size: 110%;
}



img {
	border: rgb(0, 0, 0) 1px solid;
}

/*
caused some crazy bug with Opera:
input {
	border: rgb(0, 0, 0) 1px solid;
}
*/

BODY { margin-top: 0px; top: 0px; }

HR { 
	color: rgb(71, 71, 81);
}

TABLE {
	border-color: rgb(71, 71, 81); 
	border-collapse: collapse;
}

TD {
	border-color: rgb(71, 71, 81);
}

#footer a, 
#footer a:link,
#footer a:visited,
#footer a:active {
	color: rgb(164, 164, 164); 
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}

#footer .powered a, 
#footer .powered a:link,
#footer .powered a:visited,
#footer .powered a:active {
	color: rgb(101, 101, 101);  
	font-weight: normal;
	text-decoration: none;
}

#footer .powered a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}

.copyright {
/*	text-align: left;
	font-size: 85%;
	margin-top: 5px;
	margin-bottom: 3px; 
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 3px;*/
}

.powered {
	text-align: center;
	font-size: 85%;
	margin:0; 
	padding:0; 
	line-height: 1em; 
}

.powered .sep {
	font-size: 50%;
}

.bottom-menu {
	clear: both;
	text-align: center;
	padding:3px; 
	margin:0;
	margin-top: 0px;
	margin-bottom: 4px;
	border-bottom: 1px solid rgb(71, 71, 81);
}

.bottom-navigation {
	font-size: 85%;
}

IMG.thumbnail {
    border: 1px solid #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#131313",Direction=135,Strength=5);
}

pre {
    color: rgb(255, 255, 255);
    font-size: 110%;
}

#footer {
    margin-bottom: 9px;
}

DIV.bottom-rule {
    margin-top:  10px;
    margin-bottom:  0px;
    padding-bottom: 0px;
    height: 1px; 
    border-bottom: rgb(71, 71, 81) 1px solid;
} 

.page-info {
    margin-top: 0px;
    font-size: 85%;
    text-align: right;
    line-height: 1.1em;
    color: rgb(101, 101, 111); 
}

/* head photo */

DIV.head-photo {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-right: 5px;
	float: left;
}

DIV.head-photo-big-margin {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
	float: left;
}

DIV.head-photo-huge-margin {
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 3px;
	float: left;
}

DIV.head-photo-text > H3 {
	padding: 0;
	margin:0;
}

DIV.head-photo-text {
	padding-left: 6px;
	float: left;
	width: 75%;
}

.after-head-photo {
	clear: both; 
	padding: 0; 
	margin:0; 
	padding-top: 10px;
}

.after-head-photo-clear-left {
	clear: left; 
	padding: 0; 
	margin:0; 
	padding-top: 10px;
}
/* end head photo */

/* start form elements */
TEXTAREA {
	background: rgb(35, 35, 35);
	color: rgb(255, 255, 255);
}

INPUT.text {
	background: rgb(35, 35, 35);
	color: rgb(255, 255, 255);
	border: rgb(71, 71, 81) 1px groove;
}


INPUT.button {
	background-color: rgb(35, 35, 35);
	color: rgb(255, 255, 255);
	cursor: hand;
	border: rgb(71, 71, 81) 2px outset;
}


/* end form elements */

DIV.bugseparator {
	border-bottom: rgb(71, 71, 81) 1px dotted;
	padding-bottom: 1em;
}

DIV.dottedruler {
	border-bottom: rgb(71, 71, 81) 1px dotted;
	padding-bottom: 1em;
}

CODE {
	color: #BBBBBB;
	font: 100% bold;
	font-family: Lucida Console, Courier New, Courier, Terminal;
}

PRE BR {
	display: none;
}

/* start nucleus */
DIV.iteminfo {
    font-size: 85%;
    text-align: right;
    line-height: 1em;
}

DIV.iteminfo a, 
DIV.iteminfo a:link,
DIV.iteminfo a:visited,
DIV.iteminfo a:active {
	color: rgb(164, 164, 164); 
	font-weight: bold;
	text-decoration: none;
}
DIV.iteminfo a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}



.backtoblog {
    text-align: right;
}

.backtoblog  a, 
.backtoblog a:link,
.backtoblog a:visited,
.backtoblog a:active {
	color: rgb(164, 164, 164); 
	font-weight: bold;
	text-decoration: none;
}
.backtoblog a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}

.rss-button {
	text-align: right;
	padding: 0px;
	margin-top: -15px;
}

/* end nucleus */

/* start style switching */
#styleswitcher {
	padding:0;
	margin:0;
	margin-right: 5px;
	margin-top: 2px;
	text-align: right;
	font-size: 50%;
}

#defaultstyle A {
	background: rgb(174, 174, 195);
	color: rgb(174, 174, 195); 
	text-decoration: none;
}

#dimstyle A {
	background: rgb(121, 121, 131);
	color: rgb(121, 121, 131);
	text-decoration: none;
}


#brighterstyle A {
	background: rgb(174, 174, 181);
	color: rgb(174, 174, 181);
	text-decoration: none;
}

#brightstyle A {
	background: rgb(217, 217, 222);
	color: rgb(217, 217, 222);
	text-decoration: none;
}

#fontsizeswitcher {
	font-weight: bold;
	font-size: 170%;
	font-family: Courier New, Courier, Lucida Console, Terminal;
	letter-spacing: 0.1em;
}

#fontsizeswitcher a, #fontsizeswitcher a:link, #fontsizeswitcher a:visited, #fontsizeswitcher a:active { 
	color: rgb(121, 121, 121);
	text-decoration: none;
}

#fontsizeswitcher A:hover {
	color: rgb(95, 121, 216); 
	text-decoration: none;
}

#fontsizeswitcher .sep {
	color: rgb(71, 71, 81);  
}

/* end style switching */

#linkstable {
	width: 100%;
}

#linkstable td {
	vertical-align: top;
	padding: 10px;
	width: 50%;
}

.linksgroup {
	background-color: rgb(40,40,40);
	border: 1px solid rgb(45,45,45);
	padding: 1em;
	margin-bottom: 2em;
}

.linksgroup H4 {
	margin-top: 0;
}

.nomargins {
	margin: 0;
}

.clear {
	clear: both;
}

.commentform DIV.formitem {
	margin-top: 3px;
	margin-bottom: 3px;
}

.commentform LABEL.text {
	text-align:right;
	width:110px;
	float:left; 
	margin:0;
}

.commentform INPUT.text {
	width : 220px;
}

.commentform INPUT.formbutton {
	margin-top: 10px;
}

.img-noborder {
	border: none;
}

.abstract {
	font-style: italic; 
}

.screenshot {
	border: none;
}

.highlighted {
	color: #BFCFFF;
}

.example-button {
	border: 1px solid #555555;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	background: #666666;
}

.example-menu {
	font-weight: bold;
}
font-weight: bold;

.smallprint {
	font-size: 80%;
}

#sidemenu {
	font-size: 85%;
	float: right;
	background-color: rgb(40,40,40);
	border: 1px solid rgb(50,50,50);
	width: 160px;
	padding: 1em;
	padding-top: 0.3em;
	margin-left: 1em;
	margin-bottom: 15px;
}

#sidemenu .smallprint {
	color: #bbbbbb;
	font-size: 85%;
}

a.navigation-link, 
a.navigation-link:link,
a.navigation-link:visited,
a.navigation-link:active {
	color: #BBBBBB;
}

a.navigation-link:hover {
	color: #FFFF80;
}

a.inverse, 
a.inverse:link,
a.inverse:visited,
a.inverse:active {
	color: #0000ff;
}

a.inverse:hover {
	color: #0000a0;
}

acronym {
	border-bottom: 1px dotted rgb(170, 170, 170);
	cursor: help;
}

.top-aligned {
	vertical-align: top;
}

.small-ident {
  padding-left: 0;
  margin-left: 0.7em;
}

.task-done {
  color: #BBBBBB;
  text-decoration: line-through;
}

.help-icon {
   vertical-align: middle;
}


#google-search form {
    margin: 0px;
    padding :0px;
}

#google-search {
    clear: both;
	border-top: 1px solid rgb(71, 71, 81); 
    margin: 0;
    margin-top: 35px;
    padding-top: 8px;
    padding-bottom: 7px;
}

#google-search td img {
  margin-right: 2px;
  margin-bottom: -8px;
  border: 0px;
}

#google-search input.radio {
  color: #232323;
  background-color: #232323;
}

#google-search input.button {
  font-size: 0.9em; 
  color: #a4a4a4;
}

#google-search td {
  color: #a4a4a4;
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
  height: 0px;
  line-height: 0;
}

#top-logo {
  float: left;
}

#top-logo img {
    border: none;
    margin-right: 20px;
}
/* Top navigation */

#top-navigation {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 1px 0 0;
  padding: 9px 0 7px 0;
  height: 2em;
  line-height: 2em; 
  float: left;
}
  
#top-navigation a {
  text-decoration: none; 
  color: #CBCBCB; 
}
  
#top-navigation ul.main-menu {
  line-height: 2em;
  font-size: 14px;
  float: left;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; 
}
   
#top-navigation .main-menu li {
  float: left;
  display: block;
  font-weight: bold; 
  margin: 0 10px 0 0;
}
      
#top-navigation .main-menu li a {
  font-size: 14px;
  font-weight: bold; 
  padding: 3px 6px; 
}

#top-navigation .main-menu li a.active,
#top-navigation .main-menu li a:hover { 
  background: #555; 
}
      
#top-navigation .popup-menu {
  position: absolute;
  background: white;
  border: solid 1px #989898;
  margin: 1px 0 0 0;
  z-index: 100;
}

#top-navigation .popup-menu ul {
  font-size: 11px; 
  font-weight: normal;
  line-height: 1em;
  list-style: none;
  padding: 5px 0;
  margin: 0; 
}
    
#top-navigation .popup-menu li {
  float: none;
  cursor: pointer;
  font-weight: normal;
  padding: 0;
  margin: 0; 
}

#top-navigation .popup-menu li.menu-separator {
  display: block;
  margin: 4px 10px;
  font-size: 1px;
  line-height: 1px;
  cursor: default;
  border-bottom: solid 1px #eee; 
}
      
#top-navigation .popup-menu li a {
  display: block;
  color: #666;
  border: solid 1px white;
  border-width: 0 1px;
  font-weight: normal; 
  font-size: 12px;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  padding: 4px 25px 4px 10px; 
}

#top-navigation .popup-menu a:hover {
  text-decoration: none;
  color: white; 
  background: #3b5998;
  border-right: solid 1px #666;
  border-left: solid 1px #666;
}

#top-navigation .main-menu li .drop-down-menu-button {
  margin-top: 0;
}

#top-navigation .main-menu li a.drop-down-menu-arrow,
#top-navigation .main-menu li a.drop-down-menu-arrow-active {
  height: 19px;
  width: 17px;
  background: transparent url(/images/drop-down-arrow.gif) no-repeat 0 center; 
  margin: 0 0 -10px -1px;
  padding: 3px 0 3px;
}
  

#top-navigation .main-menu li a.drop-down-menu-arrow:hover, 
#top-navigation .main-menu li a.drop-down-menu-arrow-active:hover,
#top-navigation .main-menu li a.drop-down-menu-arrow-active {
  background: #555 url(/images/drop-down-arrow.gif) no-repeat 0 center; 
}

#top-navigation .drop-down-menu-button a:focus { outline: 0; }
#top-navigation .drop-down-menu-arrow-active:focus { outline: 0; }

#top-navigation img { border: none; }

#top-navigation .menu-shim {
    z-index: 2;
    margin: 0;  
    position: absolute; 
    filter: mask(); 
}

/* float fixer */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfixLeft:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clearfixLeft {height: 1%;}
/* End hide from IE-mac */
/* end float fixer */

.blog-posts {
    width: 550px;
}

.blog-posts .blog-post {
    border: 1px solid #333;
    padding: 1em 2em;
    margin-top: 1em;
    background: #292929;
} 

.blog-posts .blog-post h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-posts .blog-post-title a,
.blog-posts .blog-post-title a:link,
.blog-posts .blog-post-title a:active,
.blog-posts .blog-post-title a:visited {
    color: #99B3FF;
}

.blog-posts .blog-post-title a:hover {
    color: #5F79D8;
}

.blog-posts .blog-post-date {
    font-size: 0.85em;
    color: #999;
}

.blog-posts .blog-post-content {
    margin-top: 0.6em;
}

#legacy-msg {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid rgb(45, 45, 45);
    background: rgba(253, 45, 45, 0.37);
}

#legacy-msg a {
  color: #fff !important;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5) !important;
}
