/* Styles specific to the homepage.php template - called via homepage-header.php */

/* Header Area 
-----------------------------------------------------------*/
#header {
	background:url(images/home-header.jpg) no-repeat;
	border: 2px solid #e88c5c;
	float:left;
	overflow: hidden;
	padding: 0 475px 0 0;
	width:473px; height:373px;
}

#logo {
	background: url(images/home-logo.png) no-repeat;
	float: left;
	height: 267px; width: 473px;
	padding: 0;
	text-indent: -9999px;
}

* html #logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pukaboutiquegallery.com/wp-content/themes/puka/images/home-logo.png', sizingMethod='scale');
	background: none;
}

#tagline {
	background: url(images/tagline.gif) no-repeat;
	clear: both;
	float: left;
	height: 106px; width: 473px;
	padding: 0;
	text-indent: -9999px;
}

/* Navigation
-----------------------------------------------------------*/

#nav ul {
	float: left;
	padding: 10px 0 0 0;
}

#nav ul li {
	padding: 7px 35px 0 0;
}

#nav ul li a {
	color:#d73556;
}

#nav ul li.current_page_item a,
#nav ul li.current_page_item a:hover {
	color:#479e4d;
}

/* Content Area
-----------------------------------------------------------*/

#content {
	position: relative;
}

#content p {
	color: #838f77;
	width: 473px;
}

#content #hometext {
	color: #cd6935;
	float: right;
	position: absolute; bottom: 0; right: 25px;
	width: 450px;
}

#content #hometext p{
	color: #cd6935;
	text-align: right;
}

