/*
 * jquery.popeye.style.css 2.0
 *
 * Example styles for jQuery.popeye
 *
 * Copyright (C) 2010 Christoph Schuessler (schreib@herr-schuessler.de)
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* fallback styles for image list */
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#ppy2 .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy2 .ppy-imglist li {
    width:          240px;
    height:         270px;
}
#ppy2 .ppy-imglist li,
#ppy2 .ppy-imglist li a {
    width:              160px;
    height:             160px;
    overflow:           hidden;
    display:        block;
}

/* popeye example 1 */
#ppy2.ppy-active {
    width:          620px;
    float:          left;
    margin:         0 20px 10px 0;
}

#ppy2 .ppy-outer {
    padding:        10px;
    border:         1px solid #EEE;
    border-radius:          10px 10px 10px 10px;
    -moz-border-radius:     10px 10px 10px 10px;
    -webkit-border-radius:  10px 10px 10px 10px;
    background:     #EEE;
}

#ppy2 .ppy-stage {
    width:          920px;
    height:         441px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

#ppy2 .ppy-outer:hover,
#ppy2.ppy-expanded .ppy-outer {
    border:         1px solid #DDD;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}

#ppy2 .ppy-caption {
    margin:         10px 0 0;
    padding:        0px 0px 0px 10px;
    color:          #EEE;
    background:     #777;
	height: 		80px;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy2 .ppy-caption h1 {
	margin-top: 10px;
	margin-bottom: 0px;	
	padding: 0px;	
}

#ppy2 .ppy-caption h1 > a {
	color: #FFF;
	padding: 0px;	
	font: bold 1.4em 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
}

#ppy2 .ppy-caption h1 > a:hover {
	color: #FFF87D;
	text-decoration: none;
}

#ppy2 .ppy-caption .caption_details {
	font: bold 1.0em 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;	
	font-style: italic;
}

#ppy2 .ppy-counter {
    background:         #EEE;
    color:              #222;
    padding:            0 5px;
    font-size:          0.8em;
    position:           absolute;
    bottom:             0;
    right:              10px;
    opacity:            0.7;
    border-radius:          5px 5px 0 0;
    -moz-border-radius:     5px 5px 0 0;
    -khtml-border-radius:   5px 5px 0 0;
    -webkit-border-radius:  5px 5px 0 0; 
}



#ppy2 .ppy-stagewrap {
    background:     #FFF;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

#ppy2 .ppy-loading {
    background:     #FFF url(/images/gfx/popeye/loading1.gif) no-repeat center !important;
}

#ppy2 .ppy-nav {
    background:     #CCC;
    background:     -moz-linear-gradient(
        center bottom,
        rgb(200,200,200) 100%,
        rgb(200,200,200) 50%
    );
    width:          65px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 5px 0px;
    -moz-border-radius:     0 0 5px 0px;
    -webkit-border-radius:  0 0 5px 0px;   
}

#ppy2 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#ppy2 .ppy-prev {
    width:          22px;
    background:     url(/images/gfx/popeye/prev3.png) no-repeat center;
}

#ppy2 .ppy-next {
    width:          22px;
    background:     url(/images/gfx/popeye/next3.png) no-repeat center;
}

#ppy2 .ppy-switch-enlarge {
    width:          30px;
    background:     url(/images/gfx/popeye/enlarge3.png) no-repeat center;
}

#ppy2 .ppy-switch-compact {
    width:          30px;
    background:     url(/images/gfx/popeye/compact3.png) no-repeat center;
}

#ppy2 .ppy-nav a:hover {
    background-color:   #444;
    cursor:         pointer;
}