@media screen and (max-device-width: 1200px){
    img{
        max-width:100%;
        height:auto;
    }
}
body {
    background-color: #ddd;
    color: #222;
    font-family: Helvetica;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#header {
 
}
#header h1 {
   
}

h1
{
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
    max-width: 300px;
}

ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
ul li a {
    background-color: #FFF;
    border: 1px solid #999;
    color: #222;
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 10px 20px 5px 5px;
    text-decoration: none;
   
    
    /* need to add > img to the right */
}
ul li:first-child a {
}
ul li:last-child a {
}
ul li a:active,ul li a:hover {
    background-color:blue;
    color:white;
}
#content {
    padding: 10px;
    text-shadow: 0px 1px 0px #fff;
}
#content a {
    color: blue;
}

#progress {
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}


p{
	font-size:12px;
	padding-bottom:8px;
	}

/*-----------------------------
	HEADINGS
-----------------------------*/
#header h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#ccc), to(#999));

}
#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
     max-width: 480px;
   

}
#header ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 20px;
    text-decoration: none;
}
#header a {
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    text-decoration: none;
    }
    
.menuBtn {
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    position: absolute;
    top: 7px;
    left: 6px;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(/images/back_button.png) 0 8 0 14;
    }
#header ul.hide {
    display: none;
}
#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#header div.leftButton {
     font-weight: bold;
    text-align: center;
    line-height: 28px;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    position: absolute;
    top: 7px;
    left: 6px;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(/images/back_button.png) 0 8 0 14;
}


div.leftButton {
   font-weight: bold;
    text-align: center;
    line-height: 28px;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    position: absolute;
    top: 7px;
    left: 6px;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(/images/back_button.png) 0 8 0 14;

}

#header div.pressed {
    -webkit-border-image: url(/images/button_clicked.png) 0 8 0 8;
}

h2 {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    white-space: nowrap;
    overflow: hidden;
	  text-overflow: ellipsis;    max-width: 300px;
 }
A.Medium {	text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;	color: #990000;font-weight: normal; border-color:#0066cc;}
A.Medium:Linked {	text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;	color: #990000;font-weight: normal; border-color:#0066cc;}
A.Medium:Hover {	text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;	color: #990000;font-weight: normal; border-color:#0066cc;}

.recipeIngredients
{
    background-color: #fff;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 16px;
     padding: 5px;
   
    }
.recipeDirections
{
    background-color: #fff;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 16px;
    padding: 5px;
   
    }
.moreArrow
{
   
   }
.contentArrow
{
   
   }
    
/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
	}
.show_normal,
.show_flipped{
	width:320px;
	}
.show_left,
.show_right{
	width:480px;
	}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
	}
/* various styles */
.headerNoPrint{}
.tableCellWidth400 {}
.tableCellWidth440 {}
.homePageMap{background-image: url('')}
.CRStateTextBold {color: #333333;}
.title13UB {FONT-SIZE: large ; color: #0066cc; text-transform: capitalize;	font-weight: bold; padding-top:5px;}
.statsPanel{ text-align:left;}
