*{
    margin:0;
    padding:0;
}
a{
   color:#fff;
   text-decoration:none;
}
a:hover{
    text-decoration:none;
}

body{
    #background-color:#000;
    background:url(../images/fundo.jpg) repeat;
    #font-family:Verdana;
    #text-transform:uppercase;
    color:#fff;
    overflow:hidden;
}

body h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.topbar{
    width: 100%;
    margin: 0 auto;
    background-color:#006633;
    height:32px;
    line-height:32px;
    position:fixed;
    top:0px;
    right:0px;
    left:0px;
    z-index:999999999;
    text-align:center;   
    display: table-cell;
    vertical-align: middle;
    color:#ddd;
    #-moz-border-radius:0px 0px 0px 0px;
    #-webkit-border-bottom-left-radius:10px;
    #-webkit-border-bottom-right-radius:10px;
    #border-bottom-left-radius:10px;
    #border-bottom-right-radius:10px;
    text-shadow:1px 1px 1px #000;
}

.topbar span{
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 15px;	
}

.infobar{
    width: 100%;
    background-color:#006633;
    height:28px;
    line-height:28px;
    position:fixed;
    bottom:0px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    #-moz-border-radius:10px 10px 0px 0px;
    #-webkit-border-top-left-radius:10px;
    #-webkit-border-top-right-radius:10px;
    #border-top-left-radius:10px;
    #border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
}
span#description{
    text-shadow:0px 1px 1px #ccc;
    display:none;
    color:#ddd;
}

span.reference{
	    #width: 50%;
	    float: right;
	     margin-right: 2%;
            #position:absolute;
            #left:10px;
            bottom:0px;
	    font-family: 'Roboto Condensed', sans-serif;
	    font-size:10px;
	    font-weight: bold;
	    text-shadow:0px 1px 1px #000;
        }
span.reference a{
            color:#ccc;
        }
span.reference a:hover{
            color:#ddd;
            text-decoration:none;
        }

span#loading{ 
    float: left;
    margin-left: 45%;
    display:none;
}
#thumbsWrapper{
    overflow:hidden;
    position:fixed;
    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
}
#content{
   position:absolute;
   top:0px;
   height:100%;
   width:100%;
   padding: 3% 0% 0% 1%;
   left:0px;
   #background-color:#fff;
   background:url(../images/fundo.jpg) repeat;
   overflow:auto;
   display:none;
}
#content img{
    width: 105px;
    height: 105px;
    float:left;
    margin:2px;
    cursor:pointer;
    #opacity:0.4;
    #filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
#panel{
    background-color:#222;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
}
#panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #000;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 10px #111;
    display:none;
}

#wrapper{
    position:relative;
    margin:40px auto 0px auto;
}
a#next,
a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../nav.png) no-repeat top left;
}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px 0px;
}
a#prev{
    left:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px -40px;
}

@media only screen and (max-width: 640px) {
body{
    background-color:#000;
    font-family:Verdana;
    #text-transform:uppercase;
    color:#fff;
    overflow:hidden;
}

body h1 {
	float: center;
	font-size: 14px;
	font-weight: bold;
}
.topbar{
    width: 100%;
    height:45px;
    line-height:20px;
}

.topbar span{
	width: 30%;
	float: left;
	font-family: 'Audiowide', cursive;
	#margin-left: 5px;
}

.infobar{
    width: 100%;
    background-color:#006633;
    height:26px;
    line-height:26px;
    position:fixed;
    bottom:0px;
    right:0px;
    left:0px;
    z-index:999999999;
    font-size:8px;
    text-align:center;
    color:#ddd;
    #-moz-border-radius:10px 10px 0px 0px;
    #-webkit-border-top-left-radius:10px;
    #-webkit-border-top-right-radius:10px;
    #border-top-left-radius:10px;
    #border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
}
#content{
   position:absolute;
   top:15px;
   height:90%;
   width:100%;
   padding: 12% 0% 0% 5%;
   background-color:#fff;
   overflow:auto;
   display:none;
}
.infobar span#description{
    display:block;
}

}
