/* Layouts */
#venue-leftCol { width:790px; float:left; display:inline; }
#venue-rightCol { width:160px; float:right; display:inline; }

.list-view .event-col { width:500px }

.calendar-view .light-container { padding:10px 25px; }
.calendar-view .month { font-size:16px; font-weight:bold; }
.calendar-view .month a.arrow:hover { text-decoration:none }
.calendar-table { table-layout:fixed; margin-left:-3px; }
.calendar-table th { background-color:#858486; color:#fff; text-align:left; width:114px; padding:3px 7px;  }
.calendar-table td { background-color:#efeeef; width:114px; padding:3px 7px; word-wrap:break-word; vertical-align:top;}

.calendar-table td p.day { margin:0; padding-bottom:8px; font-size:12px; color:#858486; font-weight:bold; }
.calendar-table td p.event {margin:0; padding-bottom:8px; font-size:11px; }
.calendar-table td p.event a { display:block }

.noteclip-gallery, .noteclip-wrapper {
  position:absolute;
  top:0;
  right:0;  
  width:243px;
  height:226px;
}
.noteclip-wrapper { z-index:4; background: url('../images/noteclip-gallery-bg.png') no-repeat; }
.noteclip-gallery .current-image {
 position:absolute;
 top:19px;
 left:34px;
 z-index:3;
 background-color:#a5a5a5;
 background-repeat:no-repeat;
 width:173px;
 height:142px;
}

.noteclip-gallery .nav {
 position:absolute;
 z-index:4;
 bottom:55px;
 left:70px;
 width:107px;
}

.noteclip-gallery .nav .prev,
.noteclip-gallery .nav .next {
  position:absolute;
  top:0px;  
  height:20px;
  line-height:20px;
  display:block;
  color:#6d6d6d;
  font-size:22px;  
}

.noteclip-gallery .nav .prev { left:-5px; }
.noteclip-gallery .nav .next { right:-5px; }

.noteclip-gallery .nav a.arrow:hover { text-decoration:none; }
.noteclip-gallery b { position:absolute; white-space:nowrap; left:20px; font-size:11px; font-weight:normal; top:3px; }

.third-party { 
  position:relative;
  background:#393737 url('../images/3rdparty-outer-bg.gif') 0 0 repeat-x;
  border-width:1px;
  border-style:solid;
  border-color:#646363 #666666 #626161;
  padding:9px 7px;
  font-size:14px;
  color:#fefbfb;
  width:774px;  
}

.third-party .padding {
  background:#29252a url('../images/3rdparty-inner-bg.gif') 0 0 repeat-x;
  padding:8px 121px;
  border-width:1px;
  border-style:solid;
  border-color:#817f7f #6a6a6a #706f6f;
}

.third-party b { font-weight:normal; color:#aaa9a9 }
.third-party a { font-weight:bold; color:#bc90d7; }
.third-party .time-text { font-size:12px; color:#7c7c7c }
.third-party a.more { position:absolute; bottom:20px; right:18px; font-size:12px; }

.twitter-note { position:absolute; top:-10px; left:-12px; background: url('../images/twitter-note.png') no-repeat; width:122px; height:107px; }



