@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

	section.sub {
        padding-left: 15px !important;
    }
    
    .thumb {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
        border: 2px solid #282828;
	}

	.main .title {
		display: inline;
		font-size: 13px !important;
		font-weight: normal !important;
		font-family: Arial, Helvetica, sans-serif !important;
		margin-right: 10px;
		color: #bd2b30;
		margin-bottom: 0;
		line-height: normal;
		background: none !important;
		padding: 0 !important;
		height: auto !important;
	}

	.content {
		padding: 0 !important;
	}

		.content a.zoom {
			border: 2px solid #282828;
		}

	.timestamp {
        float: left;
		display: inline;
		color: #999;
		font-style: italic;
	}
	
	a.back {
		display: inline-block;
		margin-top: 2em;
        padding-left: 22px;
        background-image: url(../../../../../images/arrow_button_back.gif); /* fallback */
        background-image: url(../../../../../images/arrow_button_back.gif), -moz-linear-gradient(top,  #2c507a 0%, #395f89 50%, #2c507a 50%, #305681 100%); /* FF3.6+ */
        background-image: url(../../../../../images/arrow_button_back.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c507a), color-stop(50%,#395f89), color-stop(50%,#2c507a), color-stop(100%,#305681)); /* Chrome,Safari4+ */
        background-image: url(../../../../../images/arrow_button_back.gif), -webkit-linear-gradient(top,  #2c507a 0%,#395f89 50%,#2c507a 50%,#305681 100%); /* Chrome10+,Safari5.1+ */
        background-image: url(../../../../../images/arrow_button_back.gif), -o-linear-gradient(top,  #2c507a 0%,#395f89 50%,#2c507a 50%,#305681 100%); /* Opera 11.10+ */
        background-image: url(../../../../../images/arrow_button_back.gif), -ms-linear-gradient(top,  #2c507a 0%,#395f89 50%,#2c507a 50%,#305681 100%); /* IE10+ */
        background-image: url(../../../../../images/arrow_button_back.gif), linear-gradient(to bottom,  #2c507a 0%,#395f89 50%,#2c507a 50%,#305681 100%); /* W3C */
        background-repeat: no-repeat;
        background-position: left center;
	}

	.gallery {
	    clear: right;
        text-align: center;
        background: transparent
                    url(../../../../../images/striped_bg.gif)
                    repeat
                    center center;
	}

		.gallery a.thumb {
            float: none;
            display: inline-block;
			margin: 18px;
            font-size: 0;
            line-height: 0;
		}

			.gallery a.thumb img {
				max-width: 162px !important;
				height: auto !important;
			}


.social {
    float: right;
	display: block;
}

	.social .share {
		background: transparent
					url(../../../../../images/icon_share.gif)
					no-repeat
					left center;
		padding-left: 21px;
	}
		
.source {
	clear: both;
	background-color: #333;
	border: 1px solid #515151;
	padding: 10px;
	margin: 20px 0;
}

.kiosk .selectionname {
    position: absolute;
    bottom: 32px;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: white;
}

section.box {
    border: 3px solid #343434;
    margin-bottom: 12px;
}
    
    section.box .content {
        padding: 25px !important;
        margin: 0;
        background: transparent
                    url(../../../../../images/striped_bg.gif)
                    repeat
                    center center;
    }

    section.box .content h2 {
        margin-top: 0;
    }

.thumb-gallery li .thumb {
	margin: 0;
	border-color: #343434;
}