/* 
Theme Name: Imperial
Theme URI: http://themeforest.net/user/mattbrett/portfolio
Description: A WordPress theme with no specific purpose... it just looks awesome!
Version: 1.1
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
*/

.review {
        float: left;
        width: 440px;
	height: 180px;
        font-weight: bold;
        font-size: 15px;
        line-height: 200%;
        margin-left: 15px
        }
        
.boxartclass {
	float: left;
	width: 120px;
	height: 171px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 15px;
	}

.reviewdata {
            display: inline;
            font-weight: normal;
}
     
.datascore {
            display: inline;
            font-weight: bold;
            text-decoration:overline;
}  
.imagescore {
            float: left;
            margin-left: 10px;
}

.reviewbackground
                 {
                 float: left;
                 background-image:url('images/.jpg');
                 width: 100%;
                 height: 181px;
                 margin-bottom: 60px;
                 margin-top: 2px;
}