/* Credits:
2012:

2011:
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">

html{

/*	background-position: fixed; */

	}
  
body {
	font:Verdana, Arial, "Lucida Grande", Geneva, sans-serif;  
	color: rgb(39,43,81);
	background-image: url("../resources/bg.jpg");
	background-color: rgb(185,176,104);
    line-height: 1.6em;
	padding-bottom:4em;
	font-size:1.0em;	        
}

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

/*typography*/
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:green;text-decoration:none;padding:0.6em;}

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

em {font-weight: bold}

.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-color:white;
	background-color:rgba(199,199,199,0.9);	
	background-color: rgba(201,192,113,0.8);	
/*	background-image:url('../resources/1.png');	*/
}

dd{
	font-size:1.1;
    padding-left: 1em;
    padding-right:1em;
    text-align:justify;
	background-color:white;	
	background-color:rgba(199,199,199,0.9);	
	background-color: rgba(201,192,113,0.5);
	/*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}


input[type="submit"]{
	text-decoration:none;

	padding:0.35em 1.5em 0.35em 1.5em ;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* Radius for IE */
	behavior: url(border-radius.htc);

	border-top: solid 1px rgb(198,198,68);
	border-bottom: solid 1px rgb(158,151,36);
	border-left: solid 1px rgb(198,198,68);
	border-right: solid 1px rgb(198,198,68);
	background-color: rgb(182,195,169);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(130,130,44)), to(rgb(228,228,78)));
	background-image: -moz-linear-gradient(rgb(130,130,44), rgb(228,228,78));
	background-image: -webkit-linear-gradient(rgb(130,130,44), rgb(228,228,78));
	background-image: -o-linear-gradient(rgb(130,130,44), rgb(228,228,78));
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(130,130,44), endColorstr=rgb(228,228,78))";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(130,130,44), endColorstr=rgb(228,228,78))";
	color: black;
	cursor: pointer;
	font-weight: bold;
}



#footer a {
	color:white;
	}

#footer {
	padding-top:1em;padding-bottom:1em;background-color:black;text-align:center;
	border-top: solid 1px #C7C2C0;
	border-bottom: solid 1px #736F6F;
	border-left: solid 1px #C7C2C0;
	border-right: solid 1px #C7C2C0;
	background-color: black;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C7C2C0), to(#484645)));
	background-image: -moz-linear-gradient(#C7C2C0, #484645);
	background-image: -webkit-linear-gradient(#C7C2C0, #484645);
	background-image: -o-linear-gradient(#C7C2C0, #484645);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(130,130,44), endColorstr=rgb(228,228,78))";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(130,130,44), endColorstr=rgb(228,228,78))";
}



/**/
q {background:rgb(251,239,228)}
q:before,q:after {
	content: '';
}
acronym {cursor:help}


