@import url(http://www.englishrules.com/homestyle.css);



#siteinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	padding: .3em 0;
	.currentarchive {background: #ff0000;
}
/* CLEAR AFTER HACK */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	
	.albumtitle	{
		font-family: Arial, Helvetica, Verdana, Lucida, sans-serif;
		font-size: 1.2em;
		color: #F23200;
		padding: 0;
		margin: 0;
		}			
  	.amazon {
  		background-color: #000; 
  		border: 1px solid #000; 
  		border-bottom: 5px solid #000;
  		border-left: 5px solid #000;
  		}

