body { 
    margin:0;
    padding:0;
    height:100%;
    font-family: "Helvetica", helvetica, sans-serif;
    background: url('../images/paper.png');
}

#wrapper { 
    min-width:320px;
   min-height:100%;
   display:block;
}

#front-ticker { 
   width: 100%; 
   height: 200px; 
   padding-top: 55px; 
   background: url('../images/paper.png'); 
   /*border-bottom: 1px solid #cccccc;*/

}
#front-ticker #logo { 
  margin: 0px auto 30px auto; 
  height: 78px; 
  width: 460px;  
  background: #ffffff url('../images/logo.png') no-repeat; 
}
#front-ticker h2 {
    margin: 0 auto;
    min-width:300px;
    max-width: 800px;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    color: #4c5058;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    letter-spacing: 0.15em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#footer {
    margin-right: 15px; 
    font-size: 8pt; 
    color: #5e5e5e; 
   position:absolute;
   bottom:0;
   text-align:right;
   width:100%;
   height:30px;
}
#footer a { color: #333333; text-decoration: none;}
#footer a:hover { color: #5e5e5e; }
#footer ul li { display: inline; padding: 3px 7px;}


#subscriptions div.block {  
    width:380px;
    margin:0 20px; float: left;
    font-size: 10pt;
    text-align:left;
}

#subscriptions h3
{
    padding: 0 0 5px 0px;
    text-align: left;
    font-size: 20px;
    text-align:center;
    font-family: 'Lustria', serif;
    color: #2E2E31;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Doppio One', sans-serif;
    letter-spacing: 1.2px;
}
#subscriptions h2 { 
    margin: 2px 0px 5px 15px;
    font: 22px ;
    font-weight: bold;
    text-shadow: -1 -5px -1 rgba(255, 255, 255, 0.1);
    color: #333333;
}

#subscriptions input { 
            border-radius: 4px;
            border: 1px solid #bebebe;
            padding: 5px;
            float:left;
            font-size: 12pt;
}
#subscriptions input.email  { 
    background: #ffffff url('../images/email_small.png') no-repeat 10px 6px;
    padding-left: 35px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.2);
}
#subscriptions input[type=text] { 
                font-size: 12pt;
                width: 250px;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* End Clearfix */

@media screen and (min-height: 535px) and (min-width:1270px)
{
    #front-ticker { height:280px; }
      #front-ticker #logo
     {
           height: 148px; 
            width: 870px; 
          background: #ffffff url('../images/highres.png') no-repeat; 
    }
     
    #front-ticker { padding-top:120px;}
}
@media screen and (min-height: 735px) and (min-width:1270px)
{
    #front-ticker { height:280px; }
      #front-ticker #logo
     {
           height: 148px; 
            width: 870px; 
          background: #ffffff url('../images/highres.png') no-repeat; 
    }
     
    #front-ticker { padding-top:250px;}
}

@media screen and (min-height: 835px) and (min-width:1270px)
{
    #front-ticker { height:340px; }
      #front-ticker #logo
     {
           height: 148px; 
            width: 870px; 
          background: #ffffff url('../images/highres.png') no-repeat; 
    }
     
    #front-ticker { padding-top:290px;}
}

@media screen and (min-height: 935px) and (min-width:1270px)
{
    #front-ticker { height:400px; }
      #front-ticker #logo
     {
           height: 148px; 
            width: 870px; 
          background: #ffffff url('../images/highres.png') no-repeat; 
    }
     
    #front-ticker { padding-top:280px;}
}



@media screen and (max-width: 420px) {
    #subscriptions { 
        width: 100%;
        margin: 0 auto;
        text-align:center;
        display:block;
    }
    #subscriptions div.block 
    {  
        display:block;
        font-size: 10pt;
        text-align:left;
        margin:0 auto;
        padding:10px;
        width:300px;
	min-height:150px;
	float:none;
    }
    #wrapper { width:100%;}
    #front-ticker { padding:0;width:100%; margin:0;}
    #front-ticker #logo { margin:0 auto; padding:30px 0 30px 0; height: 78px; width: 260px;background: url('../images/racksmith_R.gif') no-repeat center !important;} 
    #subscriptions input[type="text"] { width:150px;}
}
/* End Mobile */

@media screen and (min-width: 421px) {
        #subscriptions { 
        width: 420px;
        margin: 0 auto;
        text-align:center;
        display:block;
    }
}

@media screen and (min-width: 840px) {
    #subscriptions { 
        width: 840px;
        margin: 0 auto;
        text-align:center;
        display:block;
    }

}
@media screen and (min-width: 1280px) {
	#subscriptions { 
    		width: 1280px;
    		margin: 0 auto;
    		text-align:center;
    		display:block;
	}
}

#copyLinks { 
	position: absolute;
	top: 0px;
	right: 2px;
}
#copyLinks ul { margin: 0px; padding: 0px; list-style-type: none; font-size: 9pt; }
#copyLinks ul li { display: inline; color: #5e5e5e; margin: 3px 4px; }
#copyLinks ul li a { color: #5e5e5e; text-decoration: none;}
