.room {
    position: relative;
    width: 1263px;
    height: 759px;
    
    margin: 0 auto;
    text-align: left;
    
    background-repeat: no-repeat;
    background-position: 0 0;
}
#nav .bubble em, #nav .swap em {
   background: url(/images/bubbles/bubble.png) no-repeat;
   width: 163px;
   height: 65px;
   position: absolute;
    z-index: 2;
    display: none;
    opacity: 0.8;
    font-style: normal;
    font-size: 0.9em;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 12px;
   top: -70px;
   left: 0;
}
#nav .bubbleBig em {
   background: url(/images/bubbles/bubble_big.png) no-repeat;
   top: -100px;
   left: 0;
   width: 180px;
   height: 106px;
   position: absolute;
    z-index: 2;
    display: none;
    opacity: 0.8;
    font-style: normal;
    font-size: 0.9em;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 18px;
}

#nav a, #nav .swap span {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -1000em;
    color: #ffffff;
    font-size: 0.7em;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}

#nav li {
    position: absolute;
}

#nav li.meta {
    left: 280px;
    text-indent: 0;
    color: #ffffff;
    top: 10px;
}

#nav li.meta a {
    text-indent: 0;
    font-size: 0.8em;
    font-weight: bold;
    display: inline;
}

#nav li.home a {
    text-indent: 42px;
    font-size: 0.8em;
    font-weight: bold;
}

#nav .home {
    left: 10px;
	top:2px;
}
#nav .home a {
       background: url(/images/share/vorzimmer.png) no-repeat left top;
       height: 46px;
       width: 163px;
       padding-top: 10px;
}
#nav .home a:hover {
       background: url(/images/share/vorzimmer.png) no-repeat left bottom;
}


#profile-box {
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 10px;
  right: 25px;
}

#profile-box a {
  color: #fff;
}

.FB_login_button {
    position: absolute;
    top: 5px;
    right: 5px;
}
#home .FB_login_button {
    right: 30px;
}
#nav .fanpage {
    bottom: 100px;
    left: 430px;
    width: 100px;
    height: 100px;
}

#nav .polls {
    bottom: 100px;
    left: 210px;
    width: 100px;
    height: 100px;
}

#nav .friendscout {
    bottom: 100px;
    left: 320px;
    width: 100px;
    height: 100px;
}

#nav .twitter {
    background: url(/images/share/twitter_bird.png) no-repeat;
    width: 48px;
    height: 54px;
    z-index: 2;    
}

#nav .fanpage {
    background: url(/images/share/fanpage.png) no-repeat;
    width: 45px;
    height: 45px;
    z-index: 2;    
}
#nav .fanpage em {
        left: -60px;
}

#nav .twitter em {
    left: -73px;
}

#nav .doctor_to_left {
    background: url(/images/share/changer.png) no-repeat left;
    top: 350px;
    left: 10px;
    width: 25px;
    height: 50px;
}

#nav .doctor_to_right {
    background: url(/images/share/changer.png) no-repeat right;
    top: 350px;
    right: 10px;
    width: 25px;
    height: 50px;
}

#nav .events {
    background: url(/images/share/events.png) no-repeat;
    top: 191px;
    left: 723px;
    width: 73px;
    height: 95px;
}
#nav .events em {  left: -50px; }
.events-detail .sidebar,
.events-detail .content {
    float: right;
}

.events-detail .content {
    width: 520px;
}
.events-detail .sidebar {
    margin-left: 20px;
    width: 200px;
}
.events-list,
.events-detail,
.big-list {
    width: 760px;
    height: 500px;
    overflow: auto;
}

.big-list .event {
    display: block;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 10px;
}

.big-list img {
    float: left;
    
}

.big-list .info {
    float: right;
    width: 600px;
}

.big-list .date {
    margin-top: 12px;
}

.big-list .title {
    font-weight: bold;
}

.big-list .tagline {
    color: gray;
}

.big-list .content {
    width: 520px;
}

.big-list .sidebar {
    width: 200px;
    margin-right: 20px;
    float: right;
}

.events-detail .tagline {
    display: block;
    margin-top: 4px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 13px;
    color: gray;
}

.info .label {
    color: gray;
    width: 100px;
}
#attendees li {
    margin-right: 10px;
    float: left;
    width: 50px;
    height: 90px;
    overflow: hidden;
    font-size: 11px;
}

.article {
    width: 600px;
}

.article .date {
    color: gray;
    display: block;
    margin-bottom: 13px;
}

.article .pagination {
    margin-top: 13px;
}

.article .pagination .prev {
    float: left;
}

.article .pagination .next {
    float: right;
}

#twitterwall li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid grey;
}

#twitterwall li span, #twitterwall li p {
    float:left;
}

#twitterwall li span {
  width: 60px;
  height: 48px;
  overflow: hidden;
}

#twitterwall li p {
    width: 280px;
}

#fanpage {
    width: 710px;
}
