html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}       

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 

.amp {
    font-family: Skia, Baskerville, Palatino, "Book Antiqua", serif;
    font-style: italic;
    line-height: 75%;
}

.caps {
    font-variant: small-caps;
}

em{
    padding-right: 4px;
} 

.hidden{
    display:none;
}   

#zoom{
    z-index: 99;
}   

a, a:visited{
    color:rgb(137, 88, 129);
    text-decoration:none;
}                       

a:hover{text-decoration:underline;}    

.topline{
    background: transparent url(/media/art/line-full.png) no-repeat left -2px;    
    
}

a.button,
.button{
    background-color: rgb(36, 96, 147); 
    color: rgba(0,0,0, 0.92);
    padding: 8px;     
    text-shadow: 0px 2px 2px rgba(89, 139, 172, 0.4);
    cursor:hand;
    cursor:pointer;  
    text-align:center;
    display:inline-block;
    font-size:14px;
    line-height:16px;
    min-width: 64px;     
    -webkit-box-shadow: 0 1px 10px rgba(89, 139, 172, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(89, 139, 172, 0.1);
    box-shadow: 0 1px 10px rgba(89, 139, 172, 0.1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

a.button:hover,
.button:hover{           
    color: rgba(0,0,0, 0.92);      
    background-color: rgb(137, 88, 129); 
    text-decoration:none;
}
  
a.rssbutton,
.rssbutton{                  
 
    font-size: 12px;
    padding: 8px;  
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;   
    background-color:transparent;  
    color: rgb(137, 88, 129);    
    
}
  
.rssbutton img{
    margin-bottom: -4px;   
}  

a.rssbutton:hover,
.rssbutton:hover{
    background-color: black; 
    -webkit-box-shadow: 0 1px 10px rgba(89, 139, 172, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(89, 139, 172, 0.1);
     box-shadow: 0 1px 10px rgba(89, 139, 172, 0.1); 
     text-decoration:none;
}

body{
    font-family: Helvetica, sans-serif;
    background-color:black; 
    color: rgb(89, 139, 172); 
    font-size: 12px;  
    line-height: 16px;    
}    

#site{background: black;}                                                                   

#twrap{
    background: rgba(0,0,0, 0.96) url(/media/art/grid-texture.png); 
    -webkit-box-shadow: 0 0 1px rgba(89, 139, 172, 0.2);
    -moz-box-shadow: 0 0 1px rgba(89, 139, 172, 0.2);
    box-shadow: 0 0 1px rgba(89, 139, 172, 0.2); 
}

#twrap,
#bwrap {
    padding: 32px;    
    width: 960px;
    margin: 0 auto;  
    background: rgba(0,0, 0, 0.96) url(/media/art/grid-texture.png);                             
} 

#bwrap{padding-top: 36px;}

footer,
header{
    display:block;
    clear:both;
    background-color:rgba(100, 100, 100, 0.1);
}  

header{
   height: 112px;   
   padding-bottom: 96px;       
   margin: -32px;  
   margin-bottom:0;
   padding: 32px;   
}   

footer{   
    position:relative;   
    display:block;
    width: 1024px;
    margin:0 auto;    
    line-height: 24px;
}     

#ringce-footer{
    position:absolute;
    right:32px;
    bottom:16px;
}

#footer-bottom{  
 clear:both;
 background: rgba(0, 0, 0, 0.2) url(/media/art/line-full.png) no-repeat left -2px; 
 margin: -32px;
 padding: 16px;   
 padding-top: 18px;
 line-height: 32px;
}


footer nav{          
    display:block;
    clear:both;
}   

#tweets{
    float:left;  
    width:  358px;
    margin-top: -32px;
    padding-top: 32px;
    margin-left: -6px;    
    background: url(/media/art/bird.png) no-repeat right top;  
}

#tweets > ul{     
    padding: 32px;
    padding-top: 2px; 
}
  
#tweets .accounts li,
footer nav li{
    float:left;
}

#tweets .accounts li:after,
footer nav li:after{
    content: "/";   
    padding:0 4px; 
}
 
#tweets .accounts li.last:after,
footer nav li.last:after{
    content: " ";
}   

#tweets .tweet_list{
    list-style-type:none;
    margin-top: 4px;
}

#tweets .tweet_list li{
    line-height:32px; 
    clear:both;   
}
 
#tweets .tweet-tweet{
    display:block;
    float:left;  
    margin-top: -4px;
}           

#tweets .tweet_text{    
    display:block;
    float:left;
    line-height: 16px; 
    width: 264px;  
    padding-left: 16px; 
    margin-bottom: 16px;     
} 

#tweet-block{
    padding-left: 32px;
}

#bwrap{      
    background: rgba(100, 100, 100, 0.1) url(/media/art/grid-texture.png);              
    margin-bottom:0;
    clear:both;
}

header img{
    display:block;
    float:left;  
    margin-right: 32px; 
} 

#other-products,
#slammer-all{
    background: transparent url(/media/art/line-full.png) no-repeat left -2px;
    height: 428px;
    
}                               

#other-products{
    height: 300px;
    padding-bottom: 24px; 
    padding-top: 28px; 
}
                                                                 
#slammer-all{                
   background: 
   url(/media/art/line-full.png) no-repeat left -2px,
   -webkit-gradient(radial, 30% 40%, 180, 40% 40%, 360, from(rgba(100, 100, 100, 0.15)), to(rgba(0,0,0, 0.1)));
  padding-top: 32px; 
} 

#hyde,
#slammer{
    width: 598px;
    height: 430px; 
    float:left; 
    background: url(/media/art/line-section-v.png) no-repeat right top;  
}

#hyde{      
    height: 300px;
    background: url(/media/art/line-section-vs.png) no-repeat right top;
}

#hyde-lt{
    padding-bottom: 22px;    
}   

#slammer-lt{
    padding-bottom: 34px;
}   

#hyde-side,
#slammer-side{
    float:left;
    padding-top: 128px;
    width: 208px;
    height: 430px;     
}

#hyde-side{
    padding-top: 90px;
}

#hyde-side span,
#slammer-side span{ 
    display:block;
    line-height: 16px;
}

#hyde-logo,
#slammer-logo{
    padding: 0 32px 16px; 
    opacity: 0.8;    
}

#slammer-logo{
    padding-left: 8px;
}       

#slammer p{
    padding-bottom: 72px;
}   

#hyde .button,
#hyde p{
    font-size: 16px;
    line-height: 32px;   
}   
                      

#hyde p{ 
 padding-bottom: 42px;
 padding-right: 32px;           
}   

#slammer .button,
#slammer p {  
    font-size: 21px;
    line-height: 32px; 
}   

#sos{
   padding-top: 4px; 
}

#sos,
#conche,
#jslammer,
#onlayout{
    display:block;
    float:left; 
    width: 358px;  
    text-align: right;
}           

#sos p, 
#conche p,
#jslammer p,
#onlayout p{
    padding-bottom: 24px;
}

#onlayout img{
    padding-bottom: 16px;
}

#conche img,
#jslammer img,
#sos img{
    padding-bottom: 10px;
}

#conche,
#jslammer{
    margin-top: 24px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.1) url(/media/art/line-section-hs.png) no-repeat center -2px;
}  

#conche{
    padding-top: 18px;
}  

#recents{         
    float:left;
    padding-right: 32px;
    width: 566px;
    height: 300px;
    background: url(/media/art/line-section-vs.png) no-repeat right top;
}

#recents hgroup{
    float: left;
    padding-right: 16px;
}              

#recents h3{
    font-size: 18px;
    line-height: 24px; 
    margin-bottom: -2px;
}

#recents time{
    font-size: 12px;
    margin-right: 8px;
}

#recents div{
   float:left;
   width: 50%;
   margin-bottom: 48px;
}

#recents li{
  font-size: 14px;
  line-height: 46px; 
  border-bottom: 1px dotted rgba(89, 139, 172, 0.5);
}
           
#recents li a{ overflow:hidden;text-overflow: ellipsis;}    



/* =========== */
/* = Slammer = */
/* =========== */      

body#slammer-page header{
    background: -webkit-gradient(radial, 27% 40%, 180, 40% 40%, 360, from(rgba(80, 80, 80, 0.2)), to(rgba(0, 0, 0, 0.1)));  
    padding-bottom: 48px;
}

#slammer-nav{    
    display:block;
    height: 48px;     
    vertical-align: middle;                                       
    text-align:center;
    background: rgba(0,0,0, 0.1) url(/media/art/line-full.png) no-repeat left -2px;    
    margin: 0 -32px;
    padding: 2px 32px 0;
}




#slammer-nav ul{  
    opacity: 0.8;  
    width: 460px;
    margin-left: 200px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow:hidden;
    -webkit-transition: opacity 0.5s linear;   
} 

#slammer-nav:hover ul{                    
    opacity: 1; 
}

#slammer-nav li a{
    text-shadow: 0px 2px 2px rgba(89, 139, 172, 0.4);
    cursor:hand;
    cursor:pointer;  
    text-align:center;
    display:inline-block;
    font-size:14px; 
    line-height: 32px;  
    margin:4px 0 0;
    padding: 6px 10px;
    text-decoration:none;   
}


#slammer-nav li a:hover{
    color: rgb(36, 96, 147);
}
                          
#slammer-nav li a.selected:hover,
#slammer-nav li a.selected{
    background-color: rgb(36, 96, 147);
    color: rgba(0, 0, 0, 0.96);           
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px; 
}

  
#slammer-nav li{
    display: block;
    float:left;  
    padding:0;
    margin:0;      
    background-color: rgba(0, 0, 0, 0.4);  
    padding: 0 8px;
}
             
#slammer-page #content{
    padding-top: 32px;
}   

#slammer-page .blurb{
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 24px;
    line-height: 48px;          
    padding:0 48px 16px 64px;                       
    font-weight: lighter;    
    background: url(/media/art/line-full.png) no-repeat bottom left;
}

#slammer-page article{
    display:block;
    float: left;
    width: 633px;
}
                     
           
#slammer-page #overheard{
    display:block;
    float: right;
    width: 250px;   
    background: url(/media/art/line-section-v.png) no-repeat top -2px;
    background-size: 4px 100%;   
    -o-background-size: 4px 100%;    
    -webkit-background-size: 4px 100%;    
    -moz-background-size: 4px 100%;    
    padding-left: 32px;
    z-index:0;
}                  

#slammer-reviews ul{   
    height: 1400px; 
    margin: 0 -16px;
    padding:0 16px;
    
}                                                                     

#slammer-page section h3,    
#slammer-page aside h3{     
    font-size: 24px;
    line-height: 32px;
    color: rgb(36, 96, 147);
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;  
    padding: 16px 0; 
 
}

#slammer-page section h3{
    background: url(/media/art/line-section-hs.png) no-repeat bottom left;
        background-size: 100% 4px;    
        -o-background-size: 100% 4px;  
        -webkit-background-size: 100% 4px;
        -moz-background-size: 100% 4px;   
        margin-bottom: 16px;
}

#slammer-page aside h3{
    background: url(/media/art/line-section-h235.png) no-repeat bottom left;
        background-size: 100% 4px;    
        -o-background-size: 100% 4px;  
        -webkit-background-size: 100% 4px;
        -moz-background-size: 100% 4px;  
}

#slammer-reviews li{
    display:inline-block;   
    float:none;
    clear:both;
    word-wrap: break-word;  
    font-size: 14px;
    line-height: 16px;
    width: 235px;
    background: url(/media/art/line-section-h235.png) no-repeat bottom left;    
    padding: 16px 0;
    background-size: 100% 4px;
    -o-background-size: 100% 4px;         
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
}     

#slammer-reviews li.tweet_odd{
    background-color: rgba(0, 0, 0, 1);
}

#slammer-reviews .tweet-tweet{
    display:inline-block;
    clear:both;
    float: right;
    margin: 16px 0 0;
}
                    

#slammer-page section p{
    padding-top: 16px;
    font-size: 16px;
    line-height: 32px;  
    text-align:justify;
}

#slammer-page section img{
    float:right;
    -webkit-box-shadow: 0 1px 16px rgba(89, 139, 172, 0.3);
    -moz-box-shadow: 0 1px 16px rgba(89, 139, 172, 0.3);
    box-shadow: 0 1px 16px rgba(89, 139, 172, 0.3);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 6px solid rgba(0,0,0, 0.1);
    border-radius: 8px;                          
    margin: 8px 0 0 32px;
}                         


#slammer-page section img:hover{
    float:right;
    -webkit-box-shadow: 0 1px 16px rgba(89, 139, 172, 0.5);
    -moz-box-shadow: 0 1px 16px rgba(89, 139, 172, 0.5);
    box-shadow: 0 1px 16px rgba(89, 139, 172, 0.5);
    border: 6px solid rgba(0,0,0, 0.2);
}

#slammer-page section p:last-child{   
   padding-bottom: 32px;  
    background: url(/media/art/line-full.png) no-repeat bottom left;       
    background-size: 100% 4px;
      -o-background-size: 100% 4px;         
      -webkit-background-size: 100% 4px;
      -moz-background-size: 100% 4px;
} 

#slammer-page footer{
    background: url(/media/art/line-full.png) no-repeat -2px left;                
}

#resources{    
    clear:both;
    width: 100%;           
    height: 300px; 
}

#resources aside{
    padding-top:32px;                                                             
    width: 50%;
    float:left;
    text-align:left;
    margin-top:0;
    height: 240px;                  
}          

#resources #jslammer{       
    background: transparent url(/media/art/line-section-vs.png) no-repeat top left;        
    padding-top:80px; 
    padding-left: 32px;
    width: 45%;
    background-size: 4px 100%;    
    -o-background-size: 4px 100%;     
    -webkit-background-size: 4px 100%;     
    -moz-background-size: 4px 100%;     
}

#resources #jslammer p{
   padding-bottom: 16px; 
}                      

#resources #jslammer .button{
    margin-top: 22px;
}

#slammer-page #twrap{
    padding-bottom:0;  
}      


#download-buy{
    float:right;
    background-color: rgba(0, 0, 0, 0.2);  
}            

#download-buy .notes,
#download-buy > span{
    font-size: 12px;
}

#download-buy .button{
    min-width:0;  
    text-align: center;    
    display: block;
}


#download-buy .buy{
    width: 104px;
}

#download-buy .download{  
    clear:both;
    margin-top: 20px;
}
#download-buy span{
    display:block;
    float: left;
}                
#download-buy .dld-btn,
#download-buy .buy-btn{ 
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 8px;
}

#download-buy .version,
#download-buy .price{
    text-align:center;
    padding-left: 8px;
}

#download-buy a:hover{
    text-decoration:none;
}                             
