/*
   CSS for theviennaproject.com
   iPhone optimisation
*/

#flashlight {
   display: none;
   background: transparent;
}

#wrap {
   min-width: 640px !important; 
   background: #000000 !important;
}

#header div,
#footer div,
#main {
   width: 640px !important; 
}

#header div {
   height: 120px;
}

#header h1 {
   height: 80px;
}

#header h1 a {
   margin: 0 auto;
}

#header ul {
   position: relative;
   bottom: 0 !important;
   width: 415px !important;
   margin: 0 auto;
}

body.closed #main {
   background: url(../images/file_closed.jpg) -68px -75px no-repeat !important;
}

#mission {
   left: 138px;
}

body.open #main {
   background: url(../images/open.jpg) -68px -75px no-repeat !important;
}   

.menu {
   left: 117px;
   clip: rect(3px 414px 70px 0px);
}

.content {
   margin: 0 130px 0 140px;
}

#footer ul li {
   margin:0 5px 5px 0;
   float: right;
   clear: right;
}

.gap {
   line-height: inherit;
}
