
@media handheld, only screen and (min-width:1700px) {
.Parallex{min-height:700px;}
}

@media screen and (max-width:769px) {
div .thumb_window{top:150px !important;}
}

@media screen and (max-width:500px) {
div .thumb_window{top:240px !important;}
}


.dnnFormMessage { border-radius: 5px; }

/* remove control bar logo */
#ControlBar_conrolbar_logo { display: none; }

/* get rid of annnoying spacing in edit mode */
.dnnSortable { min-height: initial !important; }






