/*
Title:      	Birks home page styles for screen media
Author:     	Birks, www.birks.info
Created:	August 2007
Updated:    	*
Notes:    	
*/

#header {
	height: 180px; /* IE needs this height here apparently.. */
	background-image: url(images/cloudStripHomePage.jpg);
}
#header div.wrap {
	height: 180px;
	background-image: url(images/cloudImageHomePage.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header div.wrap p#logo {
	/*bottom: 45px;
	bottom: 35px;*/
	top: 50px;
}
#header div.wrap p#logo a {
	background-image: url(images/birksLogo-homePage.png);
	width: 361px;
	height: 58px;
}
/*\*/
/* IE6.. */
* html #nav {
	top: 50px;
	}
/**/


#mainPanel #content .blog .leading {
	margin: inherit;
	padding: inherit;
	background: none;
	width: inherit;
	height: inherit;
	}
#mainPanel #content .blog .leading h2 {
	margin: inherit;
	}
#mainPanel #content .blog .leading a {
	padding: inherit;
	display: inline;
	height: inherit;
	}
#mainPanel #content .blog .leading p {
	margin: inherit;
	position: inherit;
	}


