/*
Theme Name: Photos From The Show
Theme URI: http://idobi.com/
Description: Photos From The Show, 2009.
Version: 1.0
Author: Tom Cheney
Author URI: http://idobi.com
Tags: dark

	Photos From The Show 1.0
  
	2009 Template

/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

@font-face {
    font-family: 'ImpactLabelReversed';
    src: url('fonts/ImpactLabelReversed.eot');
    src: url('fonts/ImpactLabelReversed.eot?iefix') format('eot'),
         url('fonts/ImpactLabelReversed.woff') format('woff'),
         url('fonts/ImpactLabelReversed.ttf') format('truetype'),
         url('fonts/ImpactLabelReversed.svg#webfontOq1j17h5') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	position: relative;
	background: #222e34 url('images/pfts-background.gif') repeat-x fixed;
	color: #fff;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4.browse a {
	font-size: 1.2em;
	position: absolute;
	font-weight: bold;
	font-style: italic;
}

.clear {
	clear: both;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ffdd00 !important;
}

a img {
	border: none;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#header {
	position: relative;
}

	#pfts-header {
		position: absolute;
		top: 0;
		left: 0;
		background: #000 url('/i/pfts-backdrop.jpg') 134px 0 no-repeat;
		width: 980px;
		height: 407px;
		overflow: hidden;
		z-index: 10;
	}

	#headerimg {
		position: relative;
		float: right;
		margin: 0 280px 0 0;
		padding: 0;
		z-index: 11;
	}

		#headerimg h1 {
			margin: 0;
			padding: 0;
		}

		#headerimg a {
			display: block;
			background: transparent url('images/pfts-header.png') no-repeat;
			height: 160px;
			text-indent: -99999px;
			width: 265px;
		}

		.description {
			display: none;
		}


	#hmenu {
		position: relative;
		background: #ffcc33 url('images/pfts-menu-bg.gif') no-repeat;
		height: 407px;
		width: 134px;
		z-index: 11;
	}

		#hmenu ul {
			list-style: none;
			margin: 0;
			padding: 90px 0 0 25px;
		}

			#hmenu ul li {
				margin: 0;
				padding: 0;
			}

				#hmenu ul li a {
					display: block;
					background: transparent url('images/pfts-menu.png') no-repeat;
					height: 32px;
					text-indent: -99999px;
					width: 85px;
				}

				#hmenu ul li a:hover {
					background-position: -132px 0;
				}

				#hmenu li.menu-album,
				#hmenu li.page-item-5 {
					margin-top: 31px;
				}

					#hmenu li.menu-album a,
					#hmenu li.page-item-5 a {
						background-position: 0 -63px;
					}

					#hmenu li.menu-album a:hover,
					#hmenu li.page-item-5 a:hover {
						background-position: -132px -63px;
					}

				#hmenu li.menu-about,
				#hmenu li.page-item-6 {
					margin-top: 43px;
				}

					#hmenu li.menu-about a,
					#hmenu li.page-item-6 a {
						background-position: 0 -139px;
					}

					#hmenu li.menu-about a:hover,
					#hmenu li.page-item-6 a:hover {
						background-position: -132px -139px;
					}

				#hmenu li.menu-idobi,
				#hmenu li.page-item-746 {
					margin-top: 59px;
				}

					#hmenu li.menu-idobi a,
					#hmenu li.page-item-746 a {
						background-position: 0 -230px;
					}

					#hmenu li.menu-idobi a:hover,
					#hmenu li.page-item-746 a:hover {
						background-position: -132px -230px;
					}

	#hticker {
		position: absolute;
		bottom: 26px;
		right: 0px;
		background-color: #ffcc33;
		color: #000;
		height: 35px;
		width: 846px;
		z-index: 11;
	}

#content {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 670px;
}

	#content h2 {
		display: inline-block;
		background-color: #0099cc;
		color: #000;
		font-family: ImpactLabelReversed, Arial;
		font-size: 2.2em;
		font-weight: normal;
		margin: 0;
		padding: 3px 10px 5px 10px;
	}

		#content h2 a,
		#content h2 a:visited {
			color: #000;
		}

		.pagetitle,
		h2 .ttftitle,
		h3 .ttftitle {
			display: none !important;
		}

	#content .entry {
		background-color: #111a1e;
		border-top: 5px solid #0099cc;
		margin-top: -15px;
		padding: 15px 10px 10px 10px;
	}

		.entry h4 {
			font-weight: normal;
			font-size: 1.2em;
		}

	.post {
		position: relative;
	}

	.post-comments,
	#commentform,
	#comment {
		width: 100%;
	}

	.sociable_tagline a {
		
	}

	.postmetadata {
		clear: both;
		padding-top: 10px;
	}

body#home #content .post {
	margin-bottom: 15px;
}

#sidebar {
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	width: 300px;
}

	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

#footer {
	clear: both;
}

/* Custom Gallery View */

.pfts-gallery-view {
	position: relative;
	float: left;
	border: 3px groove #0099CC;
	height: 106px;
	margin: 12px 0 0 0;
	padding: 10px;
	width: 286px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}

.pfts-gallery-view-even {
	margin-left: 15px;
}

	.pfts-gallery-thumb {
		float: left;
	}

		.pfts-gallery-thumb img {
			border: 3px solid #fff;
			-moz-border-radius: 4px;
 			-webkit-border-radius: 4px;
		}

		.pfts-gallery-thumb img:hover {
			border: 3px solid #ff0;
		}

	.pfts-gallery-info {
		padding-left: 120px;
	}

		.pfts-gallery-info h3 {
			margin: 0 0 5px 0;
		}

		.pfts-gallery-info-tour {
			font-style: italic;
		}

		.pfts-gallery-info-more {
			margin: 2px 0 0 0;
		}

		.pfts-gallery-info-more a {
			text-decoration: underline;
		}

/* Lightbox */

#lightbox-overlay-text {
	display: none;
}

.ngg-galleryloading {
	clear:both; 
	background: transparent url('images/ngg-loading.gif') center center no-repeat;
	height: 300px;
	width: 100%;
}

/* Sidebar Login */

.widget_loginlogout {
	border: 1px solid #eee;
	background: #005e8c url('images/sidebar-bg.gif') repeat-x;
	margin: 14px 0 10px 0;
	padding: 10px;
}

	#user_login,
	#user_pass {
		width: 200px;
		margin-right: 10px;
	}

	#fbLoginButton {
		display: block;
		padding-top: 5px;
	}


.widget_theme_my_login {
	border: 1px solid #eee;
	background: #005e8c url('images/sidebar-bg.gif') repeat-x;
	margin: 14px 0 10px 0;
	padding: 10px;
}

	.login {
		padding: 0;
	}

	.widget_theme_my_login h2 {
		float: left;
		margin: 0;
		width: 200px;
	}

	.login-avatar {
		float: right;
		padding-top: 5px;
	}

	#loginform-tml-1,
	#registerform-tml-1 {
		clear: both;
	}

		#loginform-tml-1 p,
		#registerform-tml-1 p{
			float: left;
			margin: 0;
			width: 50%
		}

		#log-tml-1,
		#user_login-tml-1 {
			font-size: 10px;
			margin-bottom: 5px;
			padding: 0;
			width: 90%;
		}

		#pwd-tml-1,
		#user_email-tml-1 {
			font-size: 10px;
			margin-bottom: 5px;
			padding: 0;
			width: 90%;
		}

	#reg_passmail-tml-1 {
		padding-bottom: 5px;
		width: 95% !important;
	}

	.forgetmenot {
		display: block;
		margin-top: 0;
		padding-bottom: 5px;
	}

	.submit {
		clear: both;
		display: block;
	}

	#tml-1 .links {
		clear: both;
	}

	.tml-links {
		padding: 4px 0 12px 0 !important;
	}

	.tml-user-avatar {
		float: right;
	}

	.tml-user-links {
		padding-top: 24px !important;
		width: 50%;
	}

/* idobi Videos */

.idobi_videos_widget,
.idobi_interviews_widget {
	border: 1px solid #eee;
	background: #005e8c url('images/sidebar-bg.gif') repeat-x;
	margin: 14px 0 10px 0;
	padding: 10px;
}

	.idobi_videos_widget h2,
	.idobi_interviews_widget h2 {
		margin: 0 0 10px 0;
	}

		.idobi_videos_widget h2 span,
		.idobi_interviews_widget h2 span {
			font-size: .9em;
		}

.idobi-video-item {
	position: relative;
	height: 158px;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 0;
	width: 280px;
}

	.idobi-video-thumb {
		display: block;
	}

		.idobi-video-thumb img {
			width: 280px;
		}

	.idobi-video-info {
		position: absolute;
		display: block;
		background: transparent url('images/dark-bg.png');
		bottom: 0;
		height: 4em;
		left: 0;
		padding: 10px;
		width: 260px;
	}

	.idobi-video-artist {
		display: block;
	}

	.idobi-video-event {
		display: block;
	}

	.idobi-video-date {
		display: block;
	}


#directoryAlbum {
	padding-bottom: 20px;
}

	#directoryAlbum h4 {
		margin: 0;
		padding: 0;
	}

	#directoryAlbum .directoryAlbum-item {
		display: none;
		padding-bottom: 15px;
	}

.gallery-navigation {
	padding: 10px 0;
}

	.gallery-navigation ul {
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.gallery-navigation ul li {
			float: left;
			background-color: #005e8c;
			border: 1px solid #999999;
			color: #999;
			margin: 0 0 0 3px;
		}

			.gallery-navigation ul li:hover {
				border: 1px solid #ff0;
			}

		.gallery-navigation ul li a {
			display: block;
			padding: 3px;
		}

		.gallery-navigation-inactive {
			border: 1px solid #999 !important;
			padding: 3px;
		}

			.gallery-navigation-inactive:hover {
				border: 1px solid #999 !important;
			}

			/* Blog posts */
.blog {
	font-size: 1.2em;
	line-height: 1.5;
}

.blog a:link,
.blog a:active,
.blog a:visited {
	color:#008FD4;
	text-decoration: none;
}

.blog a:hover {
	color:#008FD4 !important;
	text-decoration: underline;
}

.photo-gallery-info {
	clear: both;
	padding-top: 5px;
}

.photo-gallery-info-date {
	display: block;
}

.photo-gallery-info-artist {
	display: none;
}

.photo-gallery-info-tour {
	display: block;
}

.photo-gallery-info-venue {
	display: block;
}

.photo-gallery-info-location {
	display: block;
}

.photo-gallery-info-photographer {
	display: block;
	font-weight: bold;
}

/* Sociable */

div.sociable { margin: 16px 0; }

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
