/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}


/*-------------------------
    General Styles
--------------------------*/


html{
    background:url('../img/tile3.jpg') repeat #696969;
}


body{
    background:url('../img/bg3.jpg') no-repeat 50% -250px;
    font:14px/1.3 'Segoe UI', Arial, sans-serif;
}

a, a:visited {
    outline:none;
    color:#1c4f64;
    color:#5e676d;
    color:#800;
}

a:hover{
    text-decoration:none;
}

section, footer, header{
    display: block;
}


/*----------------------------
    The Header
-----------------------------*/


header{
    background-color:#444;
    background-color:#fff;
    background-image: linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    
    padding:20px;
    box-shadow:0 2px 4px rgba(0,0,0,0.3);
}

header h1, header h2{
    text-align:center;
    font-weight: normal;
}

header h1{
    font: 42px/50px 'Special Elite', serif;
    font-weight: bold;
    color:#c00;
    color:#5e676d;
}

header h2{
    font-weight:normal;
    font-size:13px;
    color:#b2483a;
}


/*----------------------------
    Thumbnails
-----------------------------*/

.thumbs{
    width:480px;
    margin:60px auto 35px;
    text-align:center;
}

.thumbs {
    margin: 60px auto 35px;
    text-align: center;
    width: 885px;
}

.thumbs a{
    width:150px;
    height:150px;
    display:inline-block;
    border:7px solid #303030;
    border:0px solid #363636;
    box-shadow:0 1px 3px rgba(0,0,0,0.5);
    box-shadow:0 1px 3px rgba(0,0,2,2.5);
    border-radius:4px;
    border-radius:2px;
    margin: 6px 6px 40px;
    margin: 12px 12px 60px;
    position:relative;
    text-decoration:none;
    
    background-position:center center;
    background-repeat: no-repeat;
    
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
}

.thumbs a:after{
    background-color: #303030;
    border-radius: 7px;
    bottom: -167px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

#credit{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 11px;
    margin: 0 auto 70px;
    opacity: 0.5;
    padding: 12px 16px;
    text-align: center;
    width: 400px;
}

/*----------------------------
    The Footer
-----------------------------*/


footer{
    background-color: #111111;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 45px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2{
    color: #EEEEEE;
    font-size: 14px;
    font-weight: normal;
    left: 50%;
    margin-left: -400px;
    padding: 13px 0 0;
    position: absolute;
    width: 400px;
}

footer h2 i{
    font-style:normal;
    color:#888;
}

footer a.tzine,a.tzine:visited{
    color: #999999;
    font-size: 12px;
    top: 0;
    float: right;
    font-size: 12px;
    margin: 16px 5% 0 0;
    text-decoration: none;
}

footer a i{
    color:#ccc;
    font-style: normal;
}

footer a i b{
    color:#c92020;
    color:#b2483a;
    color:#a00;
    color:#fff;
    font-weight: normal;
}

/*----------------------------
    Updates
-----------------------------*/

header h1 {
    color: #5e676d;
    font: bold 65px/50px "Special Elite",serif;
    margin-top: 18px;
    text-shadow: -2px 1px rgba(70, 0, 0, 0.7);
}

header h2 {
    color: #b2483a;
    font-size: 24px;`
    font-weight: normal;
    margin: 11px 0 -1px;
}

.thumbs a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 solid #363636;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 2, 1);
    display: inline-block;
    height: 250px;
    margin: 12px 12px 60px;
    position: relative;
    text-decoration: none;
    width: 250px;
}

.thumbs a::after {
    background-color: #303030;
    border-radius: 7px;
    bottom: -269px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    content: attr(title);
    display: inline-block;
    font-size: 15px;
    max-width: 90px;
    overflow: hidden;
    padding: 2.5px 10px 3.5px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

body {
    background: rgba(0, 0, 0, 0) url("../img/bg3.jpg") no-repeat scroll 50% -250px;
    font: 11px/1.3 Verdana,"Segoe UI",Arial,sans-serif;
}

.bend {
    letter-spacing: -0.25em;
}

sub {
    font-size: 75%;
    font-style: italic;
    vertical-align: 7%;
}

footer a.tzine, a.tzine:visited {
    color: #999999;
    float: right;
    font-size: 13px;
    margin: 16px 5% 0 0;
    text-decoration: none;
    top: 0;
}

.thumbs {
    width: 95%;
}

.thumbs a {
    margin: 3.5% 2%;
}


/*----------------------------
    Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	
	.thumbs, #credit {
		margin: 20px;
		width: auto;
	}
    
    #bsaHolder{
        display:none;
    }
	
	header h1 {
		font: bold 62px/0.85 "Special Elite",serif;
		margin-top: 18px;
	}

	header h2 {
		font-size: 14px;
	}

	.thumbs a {
		margin: 12% 2%;
	}
}














