/*
	Theme Name: The Deluxe
	Theme URI: http://www.codestarlive.com/
	Description: The Deluxe
	Version: 1.0
	Author: Codestar
	Author URI: http://themeforest.net/user/Codestar/
	Tags: white & gray, custom home page, fixed width, widgets
*/

@import url("css/reset.css");
@import url("css/style.css");
@import url("css/prettyPhoto.css");

/*
 	Cleaner gallery (wp plugin) - css addition
*/

div.gallery {
 	width: 100%;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	float: left;
}
div.gallery-row dl {
 	margin: 0;
 	padding: 0;
 	float: left;
}
div.gallery-row dl dt {
 	width: 120px;
 	height: 120px;
 	margin: 5px;
 	padding: 2px;
 	border: 1px solid #c8c8c8;
}
div.gallery-row dl dt:hover {
 	border: 1px solid #3d7ea3;
 	background-color: #b0d0e2;
}