/*
Theme Name: blank
Theme URI: http://
Version: 1
Author: 
Author URI:
*/

*{
margin:0;
padding:0;
font-family:tronic, courier new, monospace;
font-size:10px;
font-weight:normal;
}

body{
color:grey;
background:black;
}

/*.......................SUM......*/

.imagethumb, .albumthumb{
float:left;
padding:0;
line-height:0;
}

.cattitle{
margin:10px;
}


/*.......................HEADER......*/

#header{
list-style-type:none;
float:left;
width:190px;
height:140px;
padding:5px;
background:white;
}

#header li{
display:inline;
}

h1{
text-transform:uppercase;
margin:0 0 10px 0;
}

.gal{
border-bottom:dotted grey 1px;

}

h1 a {
color:black;
text-decoration:none;
}

h3{
margin:10px 0 30px 0;
}

#footer{
background:white;
position:fixed;
clear:both;
bottom:0;
right:0;
}
#footer img{
display:none;}
a img{
border:none;}


@font-face {
font-family: tronic;
src: url('font/TrRg___.ttf');
}

a{
color:grey;
}

a:hover{
color:lightgrey;
}

a:active{
outline: none;
}

:-moz-any-link:focus {
outline: none;
}

::selection {
color:white;
background: black;
}

::-moz-selection {
color:white;
background:  black;
}
