/*----------------------------------------------------------*/
/* Rosa's Pizza MOBILE Cascading Style Sheet */
/* Author: Steve Pettee, Glacier Web Creative */
/* www.GlacierWebCreative.com */
/*----------------------------------------------------------*/

/* General
------------------------------------------------------------*/
* {
    padding: 0; margin: 0
    }
    
.bold {
    font: italic bold 18px "times new roman";
    text-decoration: underline;
    clear: both;
    }

.decor {
    color: #e71823;
    }

body {
    font: normal 18px/24px "times new roman";
    background: #e5cdb1;
    }
    

    
img {
     max-width: 100%;
     max-height: auto;
     }
    
p {
     margin: 0px 15px 0px 15px;
     text-align: center;
     }
    
p.center, h3 {
     text-align: center;
     margin: 20px 0px 20px 0px;
     }
     
p.indent {
     margin-left: 15px;
     }
    
span.ul {
     text-decoration: underline;
     }
    
div#header {
     width: 100%;
     }

div#menu {
     width: 100%;
     }

span {
     display: inline-block;
     text-align: center;
     }     
div#menu span#size, ul.items span#size {
     width: 26%;
     }    
    
div#menu span#cheese, ul.items span#cheese{
     width: 27%;
     }


div#menu span#topping, ul.items span#topping{
     width: 38%;
     }

div#menu ul.specialty span {
     width: 50%;
     }









    
    