/*
Theme Name: dna theme
Theme URI: 
Description: A theme for dNA.
Version: 1
Author: 
Author URI: 
*/
/* IE */
@font-face {
 font-family: cadlike;
 src: url(font/CADLikeFont.eot);
}
/* Firefox, Opera, Safari */
@font-face {
 font-family: cadlike;
 src: url(font/CADLikeFont.ttf) format("truetype");
}
body {
	font: 100% cadlike;
	line-height:1.4;	
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #101010;
	text-decoration: none;
}
a:hover {
	color: #707070;
	text-decoration: none;
}
img {
border: none; 
}
#header {
	width: 50%;
	height: 15%;
	position: fixed;
	top: 5%;
	left: 25%;	
	<!--border: 1px solid #000000;-->	
}
h1 {	
	font: 130% cadlike;
	vertical-align: middle;
	text-align: center; 
}
h2 {
	font: 100% cadlike;
	padding: 15px 0px;	
}
h3 {
	font: 100% cadlike;
}
h4 {
	font: 100% cadlike;
}
#page {
	font: 100% cadlike;
	margin-right:10%;
	margin-left:10%;
}
#content {	
	font: 90% cadlike;
	height: 100%;
	<!--position: fixed;-->
	top: 10%;
	padding: 0px 40px 0px;	
	overflow: auto;	
}
#nav {
	text-align:left;
	list-style: none;
	margin: 0px;
}
#nav li {
	float: left;
	padding: 0px 60px 0px 10px;
	text-align:left;
	vertical-align:middle;
	height: 25px;
}
#footer {
	position:fixed; bottom:10px;
	margin: 10px;
	height: 25px;
	background: #ffffff;
	filter:alpha(opacity=80);  
    	opacity:0.8;  
}
#footer li {
	list-style: none;
}
.post-cat {
	padding-left: 40px;
}
.entry {
	padding-left: 20px;
}
.previous-entries {
	float: left;
	padding-left: 18px;
}
.next-entries {
	float: right;
	padding-right: 18px;
}
img#fsb_image {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img#fsb_image {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

