/* Fifnet css */

* {margin: 0; padding: 0}  

html {
   font-family: verdana, trebuchet ms, sans-serif;
   color: #FFFFFF;
   font-size: 11px;
   text-align: left;
}

body {
   background-color: #000000;
   background-attachment: fixed;
   background-position: right;
   background-repeat: no-repeat;
   background-image: url("http://frozeninflames.net/images/colortree.jpg");
   padding: 2em;
}

a > img {border:none;}

p { margin-top: 10px; margin-bottom: 10px;}

ul.nav { list-style: none;}
h2 { font-size: 11px; font-weight:normal;}

#header { float:right; }
#index {text-align:center;}

.blog {width: 500px; background-color: transparent;}

h1{
 font-size: 16px;
}


table{
 	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 11px;
}

a:link, a:visited {font-style: none; text-decoration: none; color: #DDDDDD;}
a:hover {color: #FFFFFF;}

/*.dark a:link, .dark a:visited {font-style: none; text-decoration: none; color: #272B4B;}*/
.dark a:link, .dark a:visited {font-style: none; text-decoration: underline; color: #DDDDDD;}
.dark a:hover {color: #FFFFFF;}

input {
   font-size: 10px;
   color: #FFFFFF;
   border: 1px solid #DDDDDD;
   background-color: transparent;
}

.date-header {
   font-family: verdana;
   font-size: 12px;
   margin-top: 10px;
   margin-bottom: 10px;
   }

.entry-title{
   font-size: 16px;
   font-family: verdana;
   font-weight: bold;
}