

/* tablets and desktop
@media only screen and (min-width: 768px) {
}
*/

/* phones
@media only screen and (max-width: 768px) {
}
*/

/* portrait phones 
@media only screen and (max-width: 768px) and (orientation: portrait) {
    
}
*/

@media only screen and (max-width: 768px) 
{ 

    .ResponsiveDesign .Diary .DiaryList ul.FirstLevel,
    .ResponsiveDesign ul.DropMenu { background-color: #00353b; }
    .ResponsiveDesign .ContentContainer { background: black url("images/bg-glow.png") no-repeat center -525px;  }
    .ResponsiveDesign .PageFooter { background: url("images/bg-glow.png") no-repeat center -520px; }

}


