/* CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

@font-face {
 font-family: Roboto-Regular;
 src: url("fonts/Roboto-Regular.ttf");
}
@font-face {
 font-family: Roboto-Condensed;
 src: url("fonts/Roboto-Condensed.ttf");
}
@font-face {
 font-family: Roboto-Light;
 src: url("fonts/Roboto-Light.ttf");
}
@font-face {
 font-family: Roboto-Thin;
 src: url("fonts/Roboto-thin.ttf");
}

/* -------------------------------------------------------|
|  Styles by Tony Montemorano of Allusis Productions      |
|  http://gplus.to/allusis - http://allusis.net           |
|--------------------------------------------------------*/
html, body {
  margin:0;
  padding:0;
  font: 300 100%/1em "Roboto-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:url('../img/ui/dark_wood.png');
  background-color:#000;
  color:rgb(255,255,255);
  text-shadow: 0 0px 1px #222;
}

ul,li,div {margin:0;padding:0}

.bold {font-weight:bold;letter-spacing:1px;}
.medium {font-size:1.4em;letter-spacing:1px;}
.large {font:300 2.4em/60px "Roboto-Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
.normal {line-height:1.6em;padding:0 40px;margin-bottom:40px}

a {border-bottom:1px solid transparent;text-decoration:none;color:#E0BA16;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;}
a:hover {border-bottom:1px dotted #555;color:white;}
.content {
	padding: 50px 0 70px 0;
	box-shadow: inset 0 0 20px #000, 0 0 20px #000, 10px -10px 100px rgba(150,150,100,0.4);
  background: -moz-linear-gradient(top, rgba(48,48,48,0.52) 0%, rgba(0,0,0,0.89) 78%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,0.52)), color-stop(78%,rgba(0,0,0,0.89)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(48,48,48,0.52) 0%,rgba(0,0,0,0.89) 78%,rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(48,48,48,0.52) 0%,rgba(0,0,0,0.89) 78%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(48,48,48,0.52) 0%,rgba(0,0,0,0.89) 78%,rgba(0,0,0,1) 100%);
  background: linear-gradient(top, rgba(48,48,48,0.52) 0%,rgba(0,0,0,0.89) 78%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85303030', endColorstr='#000000',GradientType=0 );
}

.clear {clear:both}
.hidden {position:absolute !important;top:-9999px !important;left:-9999px !important}

.content p {text-align:center;}

.highlight {color:rgb(255,234,81)}

.header {background:url('../img/ui/antonino-collection_logo.png');width:557px;height:168px;margin:20px auto 40px auto}
