/**********************************************************************
 
    "style-boxed.css" has some additional statements to "style.css".
    It's here to allow proper display of Lavender boxed version.

    You can copy-paste these styles to "style.css" if you want to 
    have just one file.
 
**********************************************************************/

body {
	background-color: #ccc;
	background-attachment: fixed;
}

div#boxed {
    position: relative;
    background-color: #705080;
    margin: 0px auto;
    width: 1000px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}

nav {
	left: inherit;
    width: 1004px;
    margin-left: -2px;
    -moz-border-radius: 1px;
         border-radius: 1px;
}

ul#pages li#the-day .top-header {width: 1000px;}

@media screen and (max-width: 980px) {

    div#boxed {width: 100%;}

}