/* @override http://192.168.1.103:8888/gossipgirl/css/main.css */

/*
Company:	Gossip Girl
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/inside-header-2012.jpg) no-repeat 50% 0 #fff;
}
body {
	font-family: Verdana, Arial, 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 */
/* Head */
div#hd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	overflow: hidden;
	background: url(../images/inside-header-2012.jpg) no-repeat 50% 0 #fff;
}

/* Body */
div#bd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 0 30px 0;
	clear: both;
}
div#ft a#hula-star-ft {
	display: block;
	margin: 0 0 -50px 700px;
	background: url(../images/visit-hula-star.gif) no-repeat 0 0;
	width: 218px;
	height: 143px;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#ft p.copyright {
	clear: both;
	font-size: 85%;
	color: #ff3333;
	line-height: 140%;
	margin: 0;
	padding: 0 0 0 0;
}
/* @end */

/* @group Modules */
/* Home page */
div#home-logo {
	position: absolute;
	text-indent: -9000px;
	width: 980px;
	overflow: hidden;
}
div#home-wrap {
	width: 980px;
	height: 810px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/home-content-2012.jpg) no-repeat 0 0;
}

div#home-hula-link {
	position: absolute;
	width: 170px;
	height: 140px;
	margin: 640px 0 0 720px;
	text-indent: -9000px;
}
div#home-hula-link a {
	display: block;
	height: 100%;
}
div#home-copyright {
	width: 980px;
	text-align: center;
	color: #fff;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	padding: 750px 0 0 0;
}
div#home-copyright p {
	line-height: 150%;
	margin: 0;
}


/* Logo */
div#logo {
	width: 100%;
	height: 90px;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Pic Border */
.borderpic {
	border: 1px solid #f65456;
}

/* Side */
div.side {
	width: 238px;
	margin: 0 34px 0 123px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 468px;
	float: left;
	display: inline;
}

/* Album Wrap */
div#album-wrap {
	background: url(../images/album-bkg-pattern.gif) no-repeat 50% 0;
}
/*
div#album-wrap div#bd {
	padding: 60px 0;
	padding: 100px 0 60px;
}
*/
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: 10px;
}
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: 262px 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: 262px 0 0 898px;
	text-indent: -9000px;
}
div.album-pages {
	width: 840px;
	margin: -20px auto 0;
	height: 565px;
	background: url(../images/gallery_2011/album-pages-bkg.png) no-repeat 0 0;
}
div.album-pages div.left-page {
	width: 400px;
	height: 525px;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
}
div.album-pages div.right-page {
	width: 400px;
	height: 525px;
	padding: 20px 0 0 0;
	float: left;
	display: inline;
}
div.album-pages span.zoom-icon {
	left: 175px;
	position: relative;
	z-index: 99;
	top: -282px;
	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;
}
div.album-pages a:hover span.zoom-icon {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}
div.album-thumbs {
	width: 685px;
	margin-left: auto;
	margin-right: auto;
}
div.album-thumbs.five-col{
	width: 570px;
}
div.album-thumb {
	width: 110px;
	height: 76px;
	background: url(../images/gallery_2011/album-thumb-bkg.png) no-repeat 0 0;
	margin: 0 4px 5px 0;
	float: left;
	display: inline;
}
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#active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
img.album-thumb-left {
	width: 50px;
	padding: 5px 0 0 5px;
	float: left;
	display: inline;
}
img.album-thumb-right {
	width: 50px;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
}
/* @end */

/* @group Nav */
/* Home Nav */
div#home-nav {
	position: absolute;
	margin: 172px 0 0 286px;
	width: 254px;
	height: 255px;
}
div#home-nav ul {
	margin: 0;
	padding: 0;
}
div#home-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#home-nav ul li a {
	display: block;
	background: url(../images/home-nav.png) no-repeat 0 0;
	width: 254px;
	text-indent: -9000px;
}
div#home-nav ul li#n-photo a {
	height: 32px;
	background-position: -260px 0;
}
div#home-nav ul li#n-buy a {
	height: 37px;
	background-position: -260px -32px;
}
div#home-nav ul li#n-haps a {
	height: 37px;
	background-position: -260px -69px;
}
div#home-nav ul li#n-sightings a {
	height: 40px;
	background-position: -260px -106px;
}
div#home-nav ul li#n-fun a {
	height: 36px;
	background-position: -260px -146px;
}
div#home-nav ul li#n-about a {
	height: 40px;
	background-position: -260px -182px;
}
div#home-nav ul li#n-contact a {
	height: 33px;
	background-position: -260px -222px;
}

div#home-nav ul li#n-photo a:hover {
	background-position: 0 0;
}
div#home-nav ul li#n-buy a:hover {
	background-position: 0 -32px;
}
div#home-nav ul li#n-haps a:hover {
	background-position: 0 -69px;
}
div#home-nav ul li#n-sightings a:hover {
	background-position: 0 -106px;
}
div#home-nav ul li#n-fun a:hover {
	background-position: 0 -146px;
}
div#home-nav ul li#n-about a:hover {
	background-position: 0 -182px;
}
div#home-nav ul li#n-contact a:hover {
	background-position: 0 -222px;
}

/* Main Nav */
div#nav {
	padding: 103px 0 0 200px;
}
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;
	/*background: url(../images/nav.gif) no-repeat 0 0;*/
	height: 24px;
	text-indent: -9000px;
}
div#nav ul li#n-photo a {
	width: 122px;
	background: url(../images/nav-photo.gif) no-repeat 0 0;
}
div#nav ul li#n-buy a {
	width: 130px;
	background: url(../images/nav-buy.gif) no-repeat 0 0;
}
div#nav ul li#n-haps a {
	width: 92px;
	background: url(../images/nav-haps.gif) no-repeat 0 0;
}
div#nav ul li#n-sightings a {
	width: 96px;
	background: url(../images/nav-sightings.gif) no-repeat 0 0;
}
div#nav ul li#n-fun a {
	width: 130px;
	background: url(../images/nav-fun.gif) no-repeat 0 0;
}
div#nav ul li#n-about a {
	width: 89px;
	background: url(../images/nav-about.gif) no-repeat 0 0;
}
div#nav ul li#n-contact a {
	width: 102px;
	background: url(../images/nav-contact.gif) no-repeat 0 0;
}

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

/* @group Default Headings */
div#bd h1 {
	font-size: 138.5%;
	color: #ff3333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
div#bd h1 a {
	color: #ff3333;
}
div#bd h2, div#bd h2 a {
	color: #38a7d2;
	margin-bottom: 0;
}

div#bd h3 {
	margin-bottom: 0;
}

/* @end */

/* @group Common Text Styles */
div#bd {
	color: #656565;
}
div#bd p {
	line-height: 140%;
}
div#bd p.post-date {
	color:#999;
	margin-bottom:0;
}
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 red;
}

/* @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;
	color: #38a7d2;
}
ul.link-list li a:hover {
	text-decoration: underline;
}



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

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

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #656565;
	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 */
