/*
Theme Name: Elaine Fong.com Theme
Theme URI: http://wordpress.org/
Description: Custom WordPress theme via Glenn Turner
Version: 1.0
Author: Glenn Turner
Author URI: http://turnered.com
Tags: custom header, fixed width, two columns, widgets

	Elaine Fong.com v.1.0
	http://turnered.com/elainefong.com

	This theme was designed and built by Glenn Turner,
	whose portfolio you will (eventually) find at http://turnered.com/
*/


body {
	background-image: url(/wordpress/wp-content/gallery/aboutcontactnews-images/bg.gif);
	margin-top: 75px;
}

#cont {
	width: 870px;
	min-height: 600px;
	margin-left: auto;
	margin-right:auto;
	background-color: #fff !important;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo {
	height: 34px;
	margin: 0;
	padding: 10px 0 0 20px;
	float: left;
}

#logo a {
	display: block;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	padding-top: 34px;
	width: 221px;
	height: 0;
	overflow: hidden;
}

/* main navigation */
ul#nav {
	clear: left;
	float: left;
	list-style-type: none;
	text-align: right;
	height: 475px;
	width: 90px;
	padding: 56px 0px 5px 20px;
	margin: 0;
}

ul#nav li {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	width: 103px;
	height: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
}

/* navigation menu images */
#nav #nav-news a {
	background-image: url(images/nav_news.gif);
	padding-top: 28px;
}
#nav #nav-news a:hover,#nav #nav-news a.current, #news #nav-news a {
	background-image: url(images/nav_news_hover.gif) !important;
}

#nav #nav-print a {
	background-image: url(images/nav_print.gif);
	padding-top: 26px;	
}
#nav #nav-print a:hover,#nav #nav-print a.current, .print #nav-print a {
	background-image: url(images/nav_print_hover.gif) !important;
}

#nav #nav-posters a {
	background-image: url(images/nav_posters.gif);
	padding-top: 29px;	
}

#nav #nav-posters a:hover, .posters #nav-posters a {
	background-image: url(images/nav_posters_hover.gif) !important;
}

#nav #nav-packaging a {
	background-image: url(images/nav_packaging.gif);
	padding-top: 31px;	
}

#nav #nav-packaging a:hover, .packaging #nav-packaging a {
	background-image: url(images/nav_packaging_hover.gif) !important;
}

#nav #nav-identity a {
	background-image: url(images/nav_identity.gif);
	padding-top: 32px;	
}

#nav #nav-identity a:hover, .identity #nav-identity a {
	background-image: url(images/nav_identity_hover.gif) !important;
}

#nav #nav-paper a {
	background-image: url(images/nav_paper.gif);
	padding-top: 40px;	
}

#nav #nav-paper a:hover, .paper #nav-paper a {
	background-image: url(images/nav_paper_hover.gif) !important;
}

#nav #nav-web a {
	background-image: url(images/nav_web.gif);
	padding-top: 29px;	
}

#nav #nav-web a:hover, .web #nav-web a {
	background-image: url(images/nav_web_hover.gif) !important;
}

#nav #nav-art a {
	background-image: url(images/nav_art.gif);
	padding-top: 44px;	
}

#nav #nav-art a:hover, .art #nav-art a {
	background-image: url(images/nav_art_hover.gif) !important;
}

/* sub-navigation */
ul#subnav {
	list-style-type: none;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul#subnav li {
	display: inline; 
	float: left;
}

#subnav a {
	display: block;
	width: 83px;
	height: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
}

ul#subnav #nav-contact a {
	padding: 25px 0 0 0;
	width: 85px;
	background-image: url("images/nav_contact.gif");
	background-position: top left;
	border-bottom: solid 10px #fff;
}

ul#subnav #nav-contact a:hover,ul#subnav #nav-contact a.current,#contact #subnav #nav-contact a {
	background-image: url("images/nav_contact_hover.gif");
}

ul#subnav #nav-about a {
	padding-top: 25px;
	width: 80px;
	background-image: url("images/nav_about.gif");
	background-position: top left;
	border-bottom: solid 10px #fff;	
}

ul#subnav #nav-about a:hover,ul#subnav #nav-about a.current,#about #subnav #nav-about a {
	background-image: url("images/nav_about_hover.gif");
}

ul#subnav #nav-news a {
	padding: 25px 0 0 0;
	width: 63px;
	background-image: url("images/nav_news.gif");
	background-position: top left;
	border-bottom: solid 10px #fff;
}

ul#subnav #nav-news a:hover,ul#subnav #nav-news a.current,#news #subnav #nav-news a {
	background-image: url("images/nav_news_hover.gif");
}

ul#subnav #nav-gallery a {
	padding: 25px 0 0 0;
	width: 67px;
	background-image: url("images/nav_work.gif");
	background-position: top left;
	border-bottom: solid 10px #fff;
}

ul#subnav #nav-gallery a:hover,ul#subnav #nav-gallery a.current,#gallery #subnav #nav-gallery a {
	background-image: url("images/nav_work_hover.gif");
}

/* additional general styling */
#viewer {
	clear: right;	
}

#footer {
	vertical-align: middle;
	clear: left;
	float: left;
	width: 210px;
	margin: 1px 0 5px 10px;
}

/* back-to-main page killed in last-minute decision */
#footer #back {
	margin: 0;
	padding: 0;
}

#footer #back a {
	display: block;
	padding: 15px 0 0 0;
	margin-left: 107px;
	background-image: url(images/nav_back_to_main.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 0px;
	width: 90px;
	overflow: hidden;
}

#footer #back a:hover {
	background-image: url(images/nav_back_to_main_hover.gif);
}

#footer #copyright {
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

#news #viewer h2,#gallery #viewer h2,#about #viewer h2, #contact #viewer h2 {
	display: none;
}

hr.clear {
	background-color: transparent;
	color: #fff;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	width: 500px;
}

/* sidebar */
#sidebar {
	float: right;
}

#sidebar ul {
	list-style-type: none;
}

/* default view */
#default #viewer, #archive #viewer {	
	width: 640px;
	height: 420px;
	padding-top: 45px;
	margin-left: 150px;
}

#default #viewer h2, #archive #viewer h2 {
	margin-top: 0 !important;
}

/* gallery */
#gallery #gallery-images, #gallery #content {
	margin: 0 0 0 150px;
	padding-top: 15px;
}

#gallery .ngg-albumoverview {
	float: right;
	width: 100%;
}

#gallery .ngg-galleryoverview { clear: right; }

#gallery ul#gallery-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 585px;
	float: left;
}

#gallery ul#gallery-nav li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.5em;
}

#gallery ul#gallery-nav li a {
	margin: 0 10px 0 0;
	
}	

#gallery #gallery-nav .ngg-thumbnail {
	display: inline;
}

#gallery .ngg-albumoverview .ngg-description, #gallery .ngg-albumoverview .ngg-albumtitle, #gallery .ngg-navigation .next, #gallery .ngg-navigation .prev, #gallery .ngg-albumoverview .ngg-clear {
	display: none;
}

/* gallery back & forth links */
#gallery ul.gallery-nav-back-forth {
	width: 75px;
	list-style-type: none;
	float: right;
	margin: 5px 50px 0 0;
	padding: 0;
}

#gallery ul.gallery-nav-back-forth li {
	margin: 0;
	padding: 0;
	float: left;
	width: 30px;
	
}

#gallery .gallery-nav-back-forth a {
	display: block;
	height: 0;
	padding: 10px 15px 0 0;
	width: 16px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#gallery .gallery-nav-back-forth a.no-back {
	margin-left: 30px;
}


#gallery .gallery-nav-back-forth a.back {
	background-image: url(images/gallery_nav_back.gif);
}

#gallery .gallery-nav-back-forth a.forward {
	background-image: url(images/gallery_nav_forward.gif);
}

#gallery .gallery-nav-back-forth a.back:hover,#gallery .gallery-nav-back-forth a.back:active {
	background-image: url(images/gallery_nav_back_hover.gif);
}

#gallery .gallery-nav-back-forth a.forward:hover,#gallery .gallery-nav-back-forth a.forward:active {
	background-image: url(images/gallery_nav_forward_hover.gif);
}


/* wrapper so we can do vertical-alignment */
#gallery #gallery-subnav-cont {
	width: 60px;
	height: 290px;
	float: right;	
	position: relative;
	top: 0;
	left: 0;
}

#gallery ul#gallery-subnav, #gallery .ngg-navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}

#gallery ul#gallery-subnav li, #gallery .ngg-navigation li {
	margin: 10px 10px 0 0;
	padding: 0;
}

#gallery ul#gallery-subnav a, #gallery .ngg-navigation li a, #gallery .ngg-navigation li > span {
	text-decoration: none;
	font-weight: bolder;
}

#gallery a.page-numbers {
	text-decoration: none !important;
}

#gallery #current-img, #gallery .ngg-gallery-thumbnail {
	display: table-cell;
	vertical-align: middle;
	width: 640px;
	height: 420px;
	padding-top: 15px;
	text-align: center;
}

#gallery p#current-img-descr {
	width: 640px;
	text-align: center;
	margin: 0;
	padding: 18px 0 0 0;
	background-color: #fff;
}

/* news (also see about/contact below) */
#news #viewer h3 {
	margin: 0 0 -1em 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}

#news #viewer h3 a {
	text-decoration: none;
	color: inherit;
}

/* about/contact */
#about #nav,#contact #nav,#news #nav {
	display: none;
}

#about-contact h3 {
	display: none;
}

#about-contact #about-bg, #news #archive-bg {
	float: right;
	margin: 46px 80px 0 10px;
	height: 500px;
	width: 520px;
	background-position: top right;
	background-repeat: no-repeat;
}

#about-contact #about-text, #news .news-entries, #news .widecolumn {
	clear: left;
	float: left;
	height: 440px;
	width: 220px;
	padding: 36px 0px 5px 20px;	
	margin-bottom: 44px;
}

#about #about-bg {
	background-image: url(/wordpress/wp-content/gallery/aboutcontactnews-images/elainefong_about.jpg);
}

#contact #about-bg {
	background-image: url(/wordpress/wp-content/gallery/aboutcontactnews-images/elainefong_contact.jpg);
}

#news #archive-bg {
	background-image: url(/wordpress/wp-content/gallery/aboutcontactnews-images/elainefong_news.jpg);
}

/* splash */
#splash {
	background-image: none;
}

#splash #cont {	
	width: 640px;
	height: 420px;
	background-image: none;
}

#splash #nav, #splash #subnav, #splash #logo {
	display: none;
}

#splash #splash-entrance {
	display: block !important;
	width: 640px;
	padding-top: 420px;
	height: 0;
	overflow: hidden;
	background-image: url(images/elainefong_welcome.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* debuggery */
/* hide splash */
#default #back, #gallery #back, #news #back, #splash #footer {
	display: none;
}