﻿/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: transparant;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: black;
}


/* UILayer */
div.ps-uilayer { 
	
	background: transparant;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: transparant;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: transparant;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	
	/* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#303130, endColorstr=#000101);

    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#303130, endColorstr=#000101)";
    
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 21px;
	display: block;
	float: left;
	font-size: 20px;
}

#header
{
    display:none; position: fixed; top:0px;
    width: 100%;
    z-index: 999;
    text-align: center;
    
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(center top , #303130 0%, #000101 100%) repeat scroll 0 0 transparent;
    
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#303130), to(#000101));
    
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#303130, endColorstr=#000101);

    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#303130, endColorstr=#000101)";
    
    border-bottom: 1px solid #42403F;
    color: #FFFFFF;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    text-align: center;
    height: 40px;
    opacity:0.8;
    text-transform: uppercase;
}

#header p 
{
    padding-top: 10px;
}

#slideshowWrapper 
{
    
}

div#myContent
{
	padding: 13px;
	float: right;
}

div#myContent p 
{
    vertical-align: 13px;
}

div#myContent a
{
	color: white;
	margin: 0 15px;
}
div#myContent img
{
    padding-right: 5px;
}

div.ps-toolbar-facebook 
{
    height: 58px;
    margin: 0 auto;
    width: 88px;
}

/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 88px;
	height: 58px;
	margin: 0 auto 0;
	background-image: url("icons1.png");
	background-repeat: no-repeat;
	background: transparant;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 -15px;
	z-index: 9999;
	background-image: url("icons.png");
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -88px -15px;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -88px -88px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -264px -15px;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -264px -88px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -176px -15px;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 352px 176px;
		-o-background-size: 352px 176px;
		-webkit-background-size: 352px 176px;
		background-size: 352px 176px;
		background-image: url(icons@2x.png);
	}
	
	div#header 
	{
	    font-size: 28px;
        height: 60px;
	}
}
