#title a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
    text-shadow: #000 2px 1px 1px;
}


.schoolWeek {
  color: #fff;
  background: #7182c3;
}

.fullCalendar{
  border-radius: 6px;
}



.fullFood {
  border-radius: 6px;
}




.boxContent {
    border-radius: 0 0 2px 2px;
}



.postText table,.postText td,.postText tr{
	padding:5px;
	vertical-align:middle;
}

.postText td {
    border: inherit;
}

ol{
  list-style:decimal !important;
}


#left .shade, #right .shade{
	display: none;
}


@media screen and (min-width: 1100px) {
  #navigation .sf-menu li>a {
    padding-left: 23px;
    padding-right: 23px;
  }
  
  
  #header-padding {
    padding: 1px 0px 1px 0px;
    height: 75px;
    background: rgba(57, 74, 144, 0.6392156862745098);
}
  
  #title-padding {
    width: 600px;
    margin-top: 29px;
}

  #headerText {
    width: 140px;
    margin-top: 7px;
}
 

  #title {
    margin-top: -10px;
    margin-left: 105px;
    width: 55%;
}
  

  #slider {
    margin-left: 500px;
    margin-top: 24px;
    box-shadow: #000 1px 2px 10px 0px;
    border-radius: 11px;
} 

  .submenuBoxContent{
    border-radius: 0 0 8px 8px;
    padding-bottom: 10px;
  }


  .box {
    margin-bottom: 25px;
}  

  .header {
    width: 50%;
}	

  

#search {
    margin-top: 22px;
    margin-right: 10px;
}


	#page {
	    width: 1110px;
	    margin-left: auto;
	    margin-right: auto;
	}



	#layout-padding{
		width:100%;
	}


} 
@media (max-width: 1099px)
{
  
  .boxHead {
    border-radius: 0px 0px 0 0;
}


  #slider {
    display: none;
}  

  #title a {
    line-height: 23px;
}
    
  #layout {
    background: none;
}

}