/**
 * Overload for What's up page
 */

.content { background-image:url(../i/bg/blog.png); height:auto; }

.content .outer { background-image:url(../i/bg/blog_top.png); background-position:top left; background-repeat:no-repeat; }
.content .outer .inner {
	background-image:url(../i/bg/blog_bottom.png); background-position:bottom left; background-repeat:no-repeat;
	padding:30px 0 30px 42px;
}

.blog { float:left; width:464px; background: #e6e2cd url('../i/whatsup/blog.png') repeat-y; }
.blog .blogtop { height:36px; background: #e6e2cd url('../i/whatsup/blog_top.png') no-repeat top; }
.blog .blogbottom { height:16px; background: #e6e2cd url('../i/whatsup/blog_bottom.png') no-repeat bottom; }

.blog .text { padding:0 50px 25px 50px; }
.blog .text h2 { padding:8px 0 4px 0; font-size:1.3em; }
.blog .text div.body { font-size:12px; padding-bottom:10px; margin-bottom:3px; border-bottom:1px solid #c3c198; }

.list { float:left; width:306px; margin-left:24px; }

.list .calendar { background:#e6e2cd url('../i/whatsup/calendar.png') no-repeat top; padding:23px 0 5px 0; }
.list .calendar table { width:300px; margin:0 3px; }
.list .calendar table th, .list .calendar table td { font-size:12px; padding:3px 0 2px 10px; }
.list .calendar table th.db { width:90px; border-bottom:1px solid #c3c198; }
.list .calendar table td { border-bottom:1px solid #c3c198; border-left:1px solid #c3c198; }
.list .calendar table th.pages { border-right:1px solid #c3c198; }
.list .calendar table th.pages a { padding:0 2px; }
.list .calendar table th.pages a.act { color:#2f4249; }

.list .box { margin-top:25px; }
.list .box img { float:left; }
.list .box table { width:306px; border-top:1px solid #c3c198; }
.list .box td { padding-top:2px; font-weight:bold; }
.list .box td.lb { text-align:left; }
.list .box td.bl { text-align:right; }
.list .box th { font-size:12px; font-weight:normal; border-bottom:1px solid #7e7b6b; padding:2px 0; text-align:left; }
.list .box th a { color:#e6e2cd; }
.list .box th a:hover { color:#bfb893; }

.list table.listnav { width:306px; margin-top:5px; }
.list table.listnav td { width:33%; }
.list table.listnav .c { text-align:center; font-size:12px; }
.list table.listnav .r { text-align:right; }

#leafcontainer { position:absolute; display:none; width:57px; height:200px; background-image:url(../i/whatsup/leaf.png); }