/* Credits:
Grunge Frames Background: http://www.flickr.com/photos/calebkimbrough/sets/72157623212295309/detail/
IE png support iepngfix.htc: www.twinhelix.com/css/iepngfix/
*/

/*Grid*/

   <link rel="stylesheet" href="reset-fonts-grids.css" type="text/css">

@font-face {
           font-family: "comfortaa";
           src: url("../resources/Comfortaa-Regular.ttf");
        }

        
body {
	font:comfortaa,Verdana, arial, "Lucida Grande", Geneva, Arial,  sans-serif;  
	background-color: black;
	background: url('../resources/bg2.jpg') fixed;
	color: rgb(39,43,81);
    line-height: 1.6em;
}


/*IE png support*/
img { behavior: url(iepngfix.htc); }

a:link {color:rgb(97,105,199)}
a:visited {color:rgb(105,114,216)}
a:active {color:rgb(101,197,152)}
a:hover {color:rgb(255,245,239); background-color:black}


.post-menu a:link {background:black;color:white;text-decoration:none;padding:0.6em;}
.post-menu a:visited {background:black;color:white;text-decoration:none;padding:0.6em;
}
.post-item a:hover {background:black;color:yellow;text-decoration:none;padding:0.6em;}
.post-menu a:active {background:black;color:red;text-decoration:none;padding:0.8em;}

/*
a.active {
	text-decoration:none;
	color:rgb(251,239,228);
    }
*/

em {font-weight: bold}
q {background:rgb(251,239,228)}
q:before,q:after {
	content: '';
}
acronym {cursor:help}

.post-menu {
	text-align:right;
	margin-top:3.5em;
}

.post-menu li {font-size:small;display:inline; border-top-style: solid; list-style-type: none; 
border-color: transparent;
}

dt,.feed-item {
    padding:1%;	
	border: 0px solid #ccc;
	clear: both;
    text-decoration: none;
	font-weight: bold;
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
	background-image:url('../resources/1.png');	
}

dd{
	font-size:1.1;
    padding-left: 1em;
    padding-right:1em;
    text-align:justify;
	background-image:url('../resources/1.png');    
	padding-top:1em;padding-bottom: 1em;
    }

li {
	list-style-type:square;
	margin-left:0.8em;

}

h1,h2,h3,h4,h5 {
	font-size:1.3em;
	font-weight: bold;
	margin-top: 0.8em;
	background-color: black;
	color: white;
    padding:1%;	
}


h1{
		margin-top: 1em;
	}


object {padding:6em}



