/*
Company:	Hula Star
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat 0 0 #f4bad6;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
/* @end */

/* Get rid of ugly outlines in FF - added by MJ 11/19/09 */
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}


/* @group Layout */
div.wrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Head */
div#hd {
	height: 49px;
	background-color: #f372b1;
	margin-top: 56px;
	width: 100%;
}

/* Body */
div#bd {
	width: 100%;
	background-color: #fff;
}

/* Footer */
div#ft div.ft-bar {
	background-color: #f372b1;
	overflow: hidden;
}
div#ft p.are-you-hula-star {
	margin: 0;
	width: 419px;
	height: 52px;
	background: url(../images/are-you-hula-star.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#ft p.are-you-hula-star a {
	display: block;
	height: 100%;
}

div#ft p.gossip-girl {
	margin: 0;
	width: 295px;
	height: 52px;
	background: url(../images/visit-gossip-girl.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#ft p.gossip-girl a {
	display: block;
	height: 100%;
}

div#ft p.copyright {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 85%;
	color: #70103c;
	font-family: Verdana, Arial, sans-serif;
	line-height: 140%;
}
/* @end */

/* @group Modules */
/* Logo */
div#home-logo {
	width: 161px;
	height: 49px;
	background: url(../images/hs-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	margin: 0;
}
div#home-logo a {
	display: block;
	height: 100%;
}


/* Logo */
div#inside-logo {
	width: 223px;
	height: 220px;
	background: url(../images/inside-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	margin: -53px 0 0 -69px;
	z-index: 200;
}
div#inside-logo a {
	display: block;
	height: 100%;
}


.homepic {
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 344px;
	margin-left: 39px;
	margin-right: 20px;
	padding: 52px 0 30px 0;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 440px;
	margin-left: 0;
	padding: 152px 0 60px 0;
	float: left;
	display: inline;
}

/* Head Flowers */
div#hd-flowers {
	width: 150px;
	height: 136px;
	background: url(../images/head-flowers.png) no-repeat 0 0;
	position: absolute;
	z-index: 200;
	margin-left: 850px;
	margin-top: -32px;
}


/* Album Wrap */
div#album-wrap {
	background: url(../images/album-bkg-pattern.gif) no-repeat 50% 0;
}
div#album-wrap div#bd {
	padding: 60px 0;
}
div#album-wrap div.full {
	background: url(../images/album-bkg-pattern.gif) no-repeat 50% 0;
}
div.album-main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-top: 60px;
}
	#bd.style-year-2011 div.album-main {
		padding-bottom:0;
	}
div.album-main a.album-previous {
	display: block;
	width: 56px;
	height: 57px;
	background: url(../images/album-prev.png) no-repeat 0 0;
	position: absolute;
	margin: 200px 0 0 25px;
	text-indent: -9000px;
}
div.album-main a.album-next {
	display: block;
	width: 56px;
	height: 57px;
	background: url(../images/album-next.png) no-repeat 0 0;
	position: absolute;
	margin: 200px 0 0 898px;
	text-indent: -9000px;
}
div.album-pages {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	height: 440px;
	background: url(../images/album-pages-bkg.png) no-repeat 0 0;
}
	#bd.style-year-2011 .album-pages {
		margin-top:-50px;
		height: 565px;
		background: url(../images/gallery_2011/album-pages-bkg.png) no-repeat 0 0;
	}
div.album-pages div.left-page {
	width: 400px;
	height: 400px;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
}
div.album-pages div.right-page {
	width: 400px;
	height: 400px;
	padding: 20px 0 0 0;
	float: left;
	display: inline;
}
	#bd.style-year-2011 div.album-pages div.left-page,
	#bd.style-year-2011 div.album-pages div.right-page {
		height: 525px;
	}

div.album-pages span.zoom-icon {
	left: 175px;
	position: relative;
	z-index: 99;
	top: -220px;
	display:block;
	text-indent:-10000px;
	height:50px;
	width:50px;
	background-image:url(../images/zoom-icon.png);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.25s linear;
	/* filter: alpha(opacity=0); */
}
	#bd.style-year-2011 div.album-pages span.zoom-icon {
		top: -283px;
	}
div.album-pages a:hover span.zoom-icon {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
	/* filter: alpha(opacity=100); */
}

div.album-thumbs {
	width: 685px;
	margin-left: auto;
	margin-right: auto;
}
	#bd.style-year-2011 div.album-thumbs {
		width: 575px;
	}
div.album-thumb {
	width: 110px;
	height: 60px;
	background: url(../images/album-thumb-bkg.png) no-repeat 0 0;
	margin: 0 4px 5px 0;
	float: left;
	display: inline;
	/* border:1px solid #fff; */
}
	#bd.style-year-2011 div.album-thumb {
		height: 76px;
		background: url(../images/gallery_2011/album-thumb-bkg.png) no-repeat 0 0;
	}
div.album-thumb img {
	opacity: 0.25;
	filter: alpha(opacity=25);
	-webkit-transition: opacity 0.15s linear;
}
div.album-thumb a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
/* 
div.album-thumb-light {
	border:1px solid #fff;
}
*/
div.album-thumb#active {
	/* border:1px solid #f372b1; */
	/* opacity: 1.0;
	filter: alpha(opacity=100); */
}
div.album-thumb#active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

img.album-thumb-left {
	width: 50px;
	height: 50px;
	padding: 5px 0 0 5px;
	float: left;
	display: inline;
}
img.album-thumb-right {
	width: 50px;
	height: 50px;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
}
	#bd.style-year-2011 img.album-thumb-left,
	#bd.style-year-2011 img.album-thumb-right {
		height:66px;
	}

/* @end */

/* @group Nav */
div#nav {
	margin-left: 235px;
	position: absolute;
	width: 638px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 49px;
}
div#nav ul li#n-photo a {
	background: url(../images/nav-photo.gif) no-repeat 0 0;
	width: 126px;
	text-indent: -9000px;
}
div#nav ul li#n-buy a {
	background: url(../images/nav-where.gif) no-repeat 0 0;
	width: 118px;
	text-indent: -9000px;
}
div#nav ul li#n-news a {
	background: url(../images/nav-news.gif) no-repeat 0 0;
	width: 102px;
	text-indent: -9000px;
}
div#nav ul li#n-fun a {
	background: url(../images/nav-fun.gif) no-repeat 0 0;
	width: 116px;
	text-indent: -9000px;
}
div#nav ul li#n-about a {
	background: url(../images/nav-about.gif) no-repeat 0 0;
	width: 84px;
	text-indent: -9000px;
}
div#nav ul li#n-contact a {
	background: url(../images/nav-contact.gif) no-repeat 0 0;
	width: 91px;
	text-indent: -9000px;
}


div#nav ul li a:hover, div#nav ul li a.active {
	background-position: 0 -49px!important;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 292%;
	color: #f93099;
	font-family: "secret recipe", "Trebuchet MS", erdana, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}
div.main h1 a {
	color: #f93099;
}			
div.main h2 {
	color: #811a4d;
	margin-bottom:0;
}			
div.main h3 {
	margin-bottom:0;
}			


/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 108%;
	line-height: 160%;
}
img.size-thumbnail, img.size-medium  {
	border:1px solid #ccc;
	margin:8px 8px 8px 0;
}
a:hover img.size-thumbnail, a:hover img.size-medium  {
	border:1px solid pink;
}
/* @end */

/* Where to Buy list */

ul.link-list {
	list-style-type:none;
	padding: 0;
	margin:0;
	font-size: 130%;
}
ul.link-list li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border-bottom:1px solid #f1f0f0;
}
ul.link-list li#first {
	border-top:1px solid #f1f0f0;
}
ul.link-list li a {
	padding:8px 0;
	display:block;
	text-decoration: none;
}
ul.link-list li a:hover {
	text-decoration: underline;
}


/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Blog Entries */
div.post { margin-bottom:3em;}

p.post-date {
	color:#999;
	margin-bottom:0;
}	
/* @end */



/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #f372b1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


