body {
	background: black;
    font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:10pt;
	color: white;
}

body.splash {
    overflow: hidden;
}

img {
    border: 0px;
}

#audioplayer_hatlog {
    margin-left: -15px;
    }
	
#title {
    line-height: 60%;
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0px 0px 30px 0px;
    }

#canvas {
    margin: 0 auto;
    position: relative;
    width: 800px;
}

#canvas-wide {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#logo {
    position: absolute;
    top: 0px;
    left: -5px;
    }
            
#menubar {
    line-height: 80%;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    padding-bottom: 10px;
    }

#menubar_hatlog {
    line-height: 80%;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 100px;
    padding-bottom: 10px;
    }

#menubar_title {
    line-height: 100%;
    font-size: 40px;
    position: absolute;
    top: 95px;
    left: 30px;
    padding: 5px;
    }
    
#submenu {
    line-height: 80%;
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 0px;
    }
    
#colorchooser {
    font-size: 8pt;
    position: fixed;
    bottom: 5px;
    right: 5px;
    }

* html #colorchooser { 
	position: absolute;
    top: 15px;
    right: 5px;
}

#sidebox {
    border: 1px solid #303030; 
    padding: 10px 20px 10px 20px;
    width: 235px;
}
 
::-moz-selection{
	background:#00b0ed;
	color:black;
}

::selection {
	background:#00b0ed;
	color:black;
}

::-webkit-selection{
	background:#00b0ed;
	color:black;
}

a:link, a:visited, a:active {
	color: #00b0ed; // 100 C /  303590 100 C 100 M ;
	text-decoration: none ;
}

a:hover {
	COLOR: white;
	text-decoration: none ;
}

a:link.splash, a:visited.splash, a:active.splash {
	color: #00b0ed; // 100 C /  303590 100 C 100 M ;
	text-decoration: none ;
}

a:hover.splash {
	COLOR: #e8008c; // 100 M
	text-decoration: none ;
}

body, p, td, select {
    line-height:140%;
}

h3, #archive-title, h1  {   
    font-family: "Trebuchet MS", sans-serif;
 	font-size:16pt;  
    font-weight:normal;
}

h2 {   
    font-family: "Trebuchet MS", sans-serif;
 	font-size:12pt;  
    font-weight:normal;
}

font.sideheader {
 	font-size:12pt;      
}

font.big {
 	font-size:24pt;      
}

td.posts {
    width: 650px;
    padding: 0px 20px 0px 0px;
}

td.sidebox {
    width: 250px;
}

td {
	font-size:10pt;
}

td.border1 {
    border: 1px dashed white;
    padding: 5px;
}

.tiny { font-size: 9px; }

font.special {
	color: #00b0ed;
}

.post-footers {   
 	font-size:7pt;  
    font-weight:normal;
}

table.fullwidth {
    width: 100%;
}

tr.emptyspace {
    height: 40px;
}

tr.emptyspace_big {
    height: 100px;
}

td.center {
    text-align: center;
}

td.right {
    text-align: right;
    white-space: nowrap;
}
    
td.special {
	color: #00b0ed;
}

input
{
    font-family: "Lucida Grande", Verdana, sans-serif;
    border: 1px solid;
	font-size: 9pt;
}

input:hover {
	COLOR: black;
	cursor: auto;
}

select {
    font-family: "Lucida Grande", Verdana, sans-serif;
    border: 1px solid;
	font-size: 9px;
	background-color: black;
	color: white;
}

select:hover {
	background-color: black;
	color: white;
}

select.small {
	font-size: 10px;
}

textarea {
    font-family: "Lucida Grande", Verdana, sans-serif;
    border: 1px solid;
	font-size: 9pt;
}

textarea:hover {
	COLOR: black;
	cursor: auto;
}

checkbox {
    border: 1px solid;
}

checkbox:hover {
	COLOR: black;
	cursor: auto;
}

font.strike {
	text-decoration: line-through;
}

hr {
    border: none 0; 
	border-top: 1px solid #303030;
	text-align: center;
	height: 1px;
	}

hr.red {
    border: none 0; 
	border-top: 1px solid #8c0200;
	text-align: center;
	height: 1px;
	}

hr.blue {
    border: none 0; 
	border-top: 1px solid #595ca2;
	text-align: center;
	height: 1px;
	}

hr.abattoir {
    border: none 0; 
	border-top: 1px solid #00b0ed;
	text-align: center;
	height: 1px;
	}
    
.selected_colorchooser {
    position: relative;
    top: 0px;
    color: white;
    }
    
a.menu:hover {
//    text-shadow: #fff200 0px 0px 10px;
    }    




