/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/



/*should make the background blue*/
.footer-navi {
background: #d0bf79;
}



/*.custom #page {
    position: relative;
}*/


/*make the wordpress nav-menu right-aligned*/

.custom ul.menu {
    float: right;
}


/* position the header on the right of the logo*/

.custom #header { position: relative; }
.custom #header ul.menu { position: absolute; top: 2.5em; right: 2.2em; width: auto; }
.custom #header ul.menu li.rss { float: left; }
