/*  
Theme Name: Customized Kubrick
Description: A theme modified from the WP default.
Version: 1.0
Author: Oliver Baty
Author URI: http://www.ardamis.com/
*/

@import "http://www.uniquelasvegashomes.com/blog/wp-content/themes/default/style.css";

.inline {
	display: inline;
}
#headerimg {
	/* change the background image to suit, keep the dimensions 760px X 150px */
	height: 150px;
	background: #73a0c5 url(http://www.uniquelasvegashomes.com/blog/wp-content/themes/theme/images/760x150bg.jpg) no-repeat;
}
#header {
	/* positions the title and description within the header image */
	width: 420px;
	height: 150px;
	float: right;
	background: none;
}
h4 {
	/* this is the main blog title text */
	margin: 0;
	padding: 50px 0 0 0;
	color: #fff;
	font: bold 3.0em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h4 a, h4 a:hover {
	/* this is anchor behavior for the main blog title text */
	color: #fff;
	text-decoration: none;
}
#headerimg .description {
	text-align: left;
}
#footer {
	margin: 20px 0 0 0;
	padding: 20px 0;
	background: #eee;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 2px 0 0 20px;
	text-align: left;
}
h1 {
	/* this is the little "location" text in the footer */
	margin: 0;
	padding: 0;
	color: #333;
	font: normal 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	display: inline;
}

