* {
    margin: 0;
    padding: 0;  
}

body {
	background: #222;
	color: #bbb;	
	font-size: 20px;	
    margin: 0 auto;
    width: 500px;			                                            
    font-family: 'Gruppo', sans-serif;        
    font-weight: 400;
    line-height: 1.35;
}                                                        

h1, h3, h4, .name, .caption, .download {
    font-family: 'Slackey', sans-serif;
    font-weight: 400;
}       
     
p, ul {
}                                  

a,a:visited {
	color: #fff;
}            

a:hover {                
    color: #fff;
}

img {
	border: 0;
}          

.clear {
    clear: both;
}        



/* LOGO */

#logo {        
    margin-top: 40px;
    background: url('/images/icon80.png') left 23px no-repeat;
    display: block;
    text-decoration: none;
    text-align: center;
}                                 

#logo .name {
    margin: 0 0;
    font-size: 80px;      
    line-height: 65px;
    white-space: nowrap;
    color: #f92;             
}

#logo .name span {
    font-weight: 100;    
}

#logo .name span:first-child {
    font-weight: 400;    
}

#logo .what {       
    margin: 0 0;     
    font-size: 25px;   
    font-weight: 100;  
    white-space: nowrap;     
    font-family: 'Gruppo', sans-serif;        
    color: #999;
}      


              
/* ERROR */ 

.error {
    display: block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px dashed #999;
    margin-top: 30px;
    padding: 25px 25px;             
    font-size: 30px;
}               


/* CONTENT */
     
.content {
    display: block;
    background-color: #000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #444;
    margin-top: 50px;
    padding: 25px 25px;             
    position: relative;
}               

.content h1, .content .title {
    margin: 0 0 20px 0;      
    /*font-weight: 700;*/
    font-size: 24px;      
}                 

.content .title a {
    text-decoration: none;
}                    

.content .title a:hover {
    text-decoration: underline;    
}         

.content h3 {
    margin-top: 25px;
    font-size: 18px;      
}                                         

.content p {
    margin-top: 20px;
}      


.content ul > li, .content ol > li {
   margin-left: 20px;
   margin-top: 10px;
}  

            
            
/* APP */

.app .icon {
    float: left;    
    width: 80px;
    height: 80px;
    margin-top: -10px;
    margin-right: 20px;   
} 
        
.app .name {
   margin: 0 0;      
   font-size: 26px; 
   color: #f92;             
} 
           
.app .name span {         
    font-family: 'Gruppo', sans-serif;    
    font-weight: 400;
    font-size: 18px;
    color: #999;
    vertical-align: super;
}   

.app .what {
   margin: 0 0;    
   font-size: 24px;      
   font-weight: 400;
   line-height: 28px;   
   color: #fff;
}     

.app .badge {
    position: absolute;
    top: -10px;
    right: -15px;
    padding: 10px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
    text-align: center;
    -webkit-transform: rotate(15deg); 
    -moz-transform: rotate(15deg);     
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    font-weight: 300;
    font-size: 22px;  
    line-height: 16px; 
}                      
        
.app .video {
    margin-top: 50px;
}

.app .beta {
    background-color: #ffffb2;      
}

.app .soon {       
    top: -30px;
    right: -30px;
    background-color: #b49b00;    
    color: #000; 
    font-size: 24px;
}                        

.app .soon span {
    font-size: 18px;
}

.app .free {
    background-color: #b2ffb2;      
}

.app .price {
    background-color: #444;    
}

.app .download {
    top: -30px;
    right: -30px;
    position: absolute;
    width: 120px;           
    height: 45px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
    background-color: #9bb400;
    color: #000;
    text-align: center;
    font-size: 18px;   
    text-decoration: none;    
    line-height: 23px;
}

.app .download span {
    font-family: 'Gruppo', sans-serif; 
    font-size: 24px;   
}                                               
                               
/* APP -> FRONTPAGE */

#frontpage .app {
    text-decoration: none;    
}                         

#frontpage .app:hover {
   border: 1px solid #aaa;
}                



/* APP -> CONTENT */

.content .app .what {
    margin: 0 0 30px 0;    
}                



/* LIKE */

.like {   
/*    border-top: 1px solid #444;                      */
    margin: 25px 0 -10px 0;
}                   

.post .like {
    padding-top: 5px;
}

.like iframe {
    float: left; 
    border:none; 
    overflow:hidden;
}              

.like iframe.twitter-share-button {
    margin-top: 22px;   
    margin-right: 10px;
}

.like iframe.facebook-like {
    margin-top: 20px;              
    width:540px; 
    height:35px;
}
    
     
.intro {
    font-size: 30px;
}


/* FOOTER */

#footer {
    margin: 40px 0;
    padding: 0 10px;
    font-size: 20px;
    text-align: left;
    font-weight: 100;
    color: #666;  
    text-align: center;  
}      

#footer li {
    display: inline-block;
    list-style: none;    
    margin: 0 10px;                    
    font-weight: 400;
}       
            
#footer li a {
    text-decoration: none;
    color: #999;    
}

#footer li a:hover {
    text-decoration: underline;
}
