@charset "utf-8";
/* CSS Document */

@font-face

{
  font-family: button_font;
  src: url('BAUHS93.TTF'),
       url('BAUHS93.eot') format("opentype"); /* IE */
}

.fb-like {
	display: inline;
	float: right;
}

div.break {
	clear: both;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0000ff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0000dd;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
		color: #1b17bf;
	text-decoration: none;
}

body{
    background: #000;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
}

a:focus{outline:0;}

a{
    color: #ddd;
    text-decoration: none;
}

a:active {
	border-style: solid;
	border-width: 0px;
}

.clr{
    clear: both;
}

/*Main Window */
.wrapper{
    /* width: 1500px; */
    margin: 42px auto 0px auto;
    outline: none;
    /*height dynamic*/
}

.img_widescreen_preview {
  background-color: #fff;
  width: 210px;
  height: 131px;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.img_widescreen_preview_dual {
  background-color: #fff;
  width: 420px;
  height: 131px;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.img_preview:hover {
  opacity: .8;
}

.img_preview_div {
  background-color: #fff;
  width: 210px;
  height: 131px;
  margin: 0px 2px 2px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-box-shadow: 0px 0px 0px 5px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 5px #000 inset;
  box-shadow: 0px 0px 0px 5px #000 inset;
}

.img_preview_div_dual {
  background-color: #fff;
  width: 420px;
  height: 131px;
  margin: 0px 2px 2px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-box-shadow: 0px 0px 0px 5px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 5px #000 inset;
  box-shadow: 0px 0px 0px 5px #000 inset;
}

.img_preview_div:hover { 
  width: 210px;
  height: 131px;
  margin: 0px 2px 2px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  cursor: pointer;
  -moz-box-shadow: 0px 0px 0px 12px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 12px #000 inset;
  box-shadow: 0px 0px 0px 12px #000 inset;
}

.img_preview_div_dual:hover { 
  width: 420px;
  height: 131px;
  margin: 0px 2px 2px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  cursor: pointer;
  -moz-box-shadow: 0px 0px 0px 12px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 12px #000 inset;
  box-shadow: 0px 0px 0px 12px #000 inset;
}

.img_preview_div > span{
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    bottom: 0px;
    left: 0px;
	color: rgba(0,0,0,0);
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img_preview_div_dual > span{
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    bottom: 0px;
    left: 0px;
	color: rgba(0,0,0,0);
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img_preview_div:hover > span{
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    bottom: 17px;
}

.img_preview_div_dual:hover > span{
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    bottom: 17px;
}

.link_div {
  background-color: #000;
  width: 210px;
  height: 131px;
  margin: 0px 2px 2px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-box-shadow: 0px 0px 0px 5px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 5px #000 inset;
  box-shadow: 0px 0px 0px 5px #000 inset;
  vertical-align: middle;
}

.link_div:hover { 
  background-color: #222;
  width: 210px;
  height: 131px;
  margin: 0px 2px 2px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  cursor: pointer;
  -moz-box-shadow: 0px 0px 0px 12px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 12px #000 inset;
  box-shadow: 0px 0px 0px 12px #000 inset;
}

.a_link > div > h1 {
  font-size: 20px;
  opacity: .9;
  padding: 30% 0px 0px 0px;
  margin: auto auto;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.a_link > div > h1 > span {
  font-size: 12px;
}

/* Footer Style */
.footer{
    font-family: 'Arial Narrow', Arial, sans-serif;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    opacity: 0.9;
    z-index: 20;
}
.footer a{
    padding: 5px 10px;
    letter-spacing: 1px;
    color: #fff;
    text-align: right;
}
.footer a:hover{
    color: #ddd;
}
.footer a span{
    font-weight: bold;
}
.footer span.right_ab{
    position: absolute;
    right: 10px;
}

/* Top Bar */
.top_hat{
    background: #000;
    position: fixed;
	opacity: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 40px;
	padding: 0px 0px 5px 0px;
}
.top_hat h1{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding: 0px 10px;
}
.top_hat h1 span{
    color: #fff;
    font-size: 12px;
}

h3 {
  padding: 0px 0px 0px 20px;
}
