/*  
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 "../default/style.css";

.inline {
	display: inline;
}
#headerimg {
	/* change the background image to suit, keep the dimensions 760px X 150px */
	height: 100px;
	background: #73a0c5 url(http://www.bestchicagocondos.com/templates/new/images/top.gif) no-repeat;
}
#header {
	/* positions the title and description within the header image */
	background: none;
}

#date{
	color:rgb(31,80,131);
	font-size:11px;
	font-weight:bold;
	position:relative;
	top:50px;
	left:605px;
}

#sidebar {
	background-color:rgb(208,232,239);
	padding:10px;
	margin-top:20px;
	width:180px;
}

#sidebar h2{
	color:rgb(2,76,139);
}

h4 {
	/* this is the main blog title text */
	margin: 0;
	padding: 50px 0 0 0;
	color: #000;
	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: #000;
	text-decoration: none;
}
#headerimg .description {
	text-align: left;
}
#footer {
	margin: 20px 0 0 0;
	padding: 20px 0;
	background: #eee;
	clear: both;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 2px 0 0 20px;
	
}
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;
}

.narrowcolumn {
	width:500px;
}

