.post { background: no-repeat top left; }

.post.listed {
	min-height: 75px;
	padding-left: 60px;
	background: no-repeat top left;
	font-size: 11px;
	line-height: 13px;
}
	.post.listed.larger_text { font-size: 13px; line-height: 15px; }
	.post.listed.in_grid {
		float: left;
		width: 280px; height: 110px;
		margin-right: 10px;
	}
	.post.listed.with_icon.classified { padding-top: 5px; margin-bottom: -5px; }
	.post.listed.with_icon.event { padding-top: 1px; margin-bottom: -1px; }	


.post.canvas {
	width: 400px;
}
.post.canvas.editor { border-bottom: 4px solid #808080; }
.post.canvas .body { background-color: #FFF;}
.post.canvas.editor .header {
	height: 100px;
	background: no-repeat top left transparent;
}
.post.canvas .full_width { width: 350px; }
	
	.post.canvas.event.editor .header { height: 100px; background-image: url('post/event/canvas-header.png'); }
	.post.canvas.classified.editor .header { height: 100px; background-image: url('post/classified/canvas-header.png');}
	.post.canvas.note.editor .header { height: 80px; background-image: url('post/note/canvas-header.png');}


/* ICONS */
.post.with_icon.size_50 {
	padding-left: 60px;
	min-height: 70px;
	margin-top: 10px;
}
	.post.with_icon.size_50.event,
	.post.with_icon.size_50.event.unclassified { background-image: url('post/event/50-color/unclassified.png'); }
	.post.with_icon.size_50.event.creativity { background-image: url('post/event/50-color/creativity.png'); }
	.post.with_icon.size_50.event.launch { background-image: url('post/event/50-color/launch.png'); }
	.post.with_icon.size_50.event.culture { background-image: url('post/event/50-color/culture.png'); }
	.post.with_icon.size_50.event.experimentation { background-image: url('post/event/50-color/experimentation.png'); }
	.post.with_icon.size_50.event.passion { background-image: url('post/event/50-color/passion.png'); }
	.post.with_icon.size_50.event.sustainability { background-image: url('post/event/50-color/sustainability.png'); }
	.post.with_icon.size_50.event.technology { background-image: url('post/event/50-color/technology.png'); }
	.post.with_icon.size_50.event.growth { background-image: url('post/event/50-color/growth.png'); }
	.post.with_icon.size_50.event.death-afterlife { background-image: url('post/event/50-color/death-afterlife.png'); }
		
	.post.with_icon.size_50.meeting,
	.post.with_icon.size_50.meeting.unclassified { background-image: url('post/meeting/50-color/unclassified.png'); }
	
	.post.with_icon.size_50.pod,
	.post.with_icon.size_50.pod.unclassified { background-image: url('post/pod/50/unclassified.png'); }
	.post.with_icon.size_50.pod.pre_launch { background-image: url('post/pod/50/pre_launch.png'); }
	.post.with_icon.size_50.pod.emerging { background-image: url('post/pod/50/emerging.png'); }
	.post.with_icon.size_50.pod.established { background-image: url('post/pod/50/established.png'); }
	.post.with_icon.size_50.pod.expanding { background-image: url('post/pod/50/expanding.png'); }
	.post.with_icon.size_50.pod.exit { background-image: url('post/pod/50/exit.png'); }
		
	.post.with_icon.size_50.event div.event_date,
	.post.with_icon.size_50.pod div.event_date {
		float: left;
		margin-left: -60px;
		font-size: 24px;
		font-weight: bold;
		color: #FFF;
		width: 50px; height: 30px;
		text-align: center;
		padding-top: 21px;
	}
	.post.with_icon.size_50.pod div.event_date { padding-top: 17px;  }
		
	div.event_date div { font-size: 10px; text-transform: uppercase; }
	
	.post.with_icon.size_50.classified,
	.post.with_icon.size_50.classified.unclassified { background-image: url('post/classified/50-color/unclassified.png'); }
	.post.with_icon.size_50.classified.creativity { background-image: url('post/classified/50-color/creativity.png'); }
	.post.with_icon.size_50.classified.launch { background-image: url('post/classified/50-color/launch.png'); }
	.post.with_icon.size_50.classified.culture { background-image: url('post/classified/50-color/culture.png'); }
	.post.with_icon.size_50.classified.experimentation { background-image: url('post/classified/50-color/experimentation.png'); }
	.post.with_icon.size_50.classified.passion { background-image: url('post/classified/50-color/passion.png'); }
	.post.with_icon.size_50.classified.sustainability { background-image: url('post/classified/50-color/sustainability.png'); }
	.post.with_icon.size_50.classified.technology { background-image: url('post/classified/50-color/technology.png'); }
	.post.with_icon.size_50.classified.growth { background-image: url('post/classified/50-color/growth.png'); }
	.post.with_icon.size_50.classified.death-afterlife { background-image: url('post/classified/50-color/death-afterlife.png'); }
	
	.post.with_icon.size_50.note,
	.post.with_icon.size_50.note.unclassified { background-image: url('post/note/50-color/unclassified.png'); }
	.post.with_icon.size_50.note.creativity { background-image: url('post/note/50-color/creativity.png'); }
	.post.with_icon.size_50.note.launch { background-image: url('post/note/50-color/launch.png'); }
	.post.with_icon.size_50.note.culture { background-image: url('post/note/50-color/culture.png'); }
	.post.with_icon.size_50.note.experimentation { background-image: url('post/note/50-color/experimentation.png'); }
	.post.with_icon.size_50.note.passion { background-image: url('post/note/50-color/passion.png'); }
	.post.with_icon.size_50.note.sustainability { background-image: url('post/note/50-color/sustainability.png'); }
	.post.with_icon.size_50.note.technology { background-image: url('post/note/50-color/technology.png'); }
	.post.with_icon.size_50.note.growth { background-image: url('post/note/50-color/growth.png'); }
	.post.with_icon.size_50.note.death-afterlife { background-image: url('post/note/50-color/death-afterlife.png'); }
	
	.post.with_icon.size_50.discussion,
	.post.with_icon.size_50.discussion.unclassified { background-image: url('post/discussion/50-color/unclassified.png'); }
	
	.post.with_icon.size_50.comment { background-image: url('post/comment/50-color/unclassified.png'); }
	
	
	.post.with_icon.size_50.event.black,
	.post.with_icon.size_50.event.black.unclassified { background-image: url('post/event/50-black/unclassified.png'); }
	.post.with_icon.size_50.event.black.creativity { background-image: url('post/event/50-black/creativity.png'); }
	.post.with_icon.size_50.event.black.launch { background-image: url('post/event/50-black/launch.png'); }
	.post.with_icon.size_50.event.black.culture { background-image: url('post/event/50-black/culture.png'); }
	.post.with_icon.size_50.event.black.experimentation { background-image: url('post/event/50-black/experimentation.png'); }
	.post.with_icon.size_50.event.black.passion { background-image: url('post/event/50-black/passion.png'); }
	.post.with_icon.size_50.event.black.sustainability { background-image: url('post/event/50-black/sustainability.png'); }
	.post.with_icon.size_50.event.black.technology { background-image: url('post/event/50-black/technology.png'); }
	.post.with_icon.size_50.event.black.growth { background-image: url('post/event/50-black/growth.png'); }
	.post.with_icon.size_50.event.black.death-afterlife { background-image: url('post/event/50-black/death-afterlife.png'); }
	
	.post.with_icon.size_50.classified.black,
	.post.with_icon.size_50.classified.black.unclassified { background-image: url('post/classified/50-black/unclassified.png'); }
	.post.with_icon.size_50.classified.black.creativity { background-image: url('post/classified/50-black/creativity.png'); }
	.post.with_icon.size_50.classified.black.launch { background-image: url('post/classified/50-black/launch.png'); }
	.post.with_icon.size_50.classified.black.culture { background-image: url('post/classified/50-black/culture.png'); }
	.post.with_icon.size_50.classified.black.experimentation { background-image: url('post/classified/50-black/experimentation.png'); }
	.post.with_icon.size_50.classified.black.passion { background-image: url('post/classified/50-black/passion.png'); }
	.post.with_icon.size_50.classified.black.sustainability { background-image: url('post/classified/50-black/sustainability.png'); }
	.post.with_icon.size_50.classified.black.technology { background-image: url('post/classified/50-black/technology.png'); }
	.post.with_icon.size_50.classified.black.growth { background-image: url('post/classified/50-black/growth.png'); }
	.post.with_icon.size_50.classified.black.death-afterlife { background-image: url('post/classified/50-black/death-afterlife.png'); }
	
	.post.with_icon.size_50.note.black,
	.post.with_icon.size_50.note.black.unclassified { background-image: url('post/note/50-black/unclassified.png'); }
	.post.with_icon.size_50.note.black.creativity { background-image: url('post/note/50-black/creativity.png'); }
	.post.with_icon.size_50.note.black.launch { background-image: url('post/note/50-black/launch.png'); }
	.post.with_icon.size_50.note.black.culture { background-image: url('post/note/50-black/culture.png'); }
	.post.with_icon.size_50.note.black.experimentation { background-image: url('post/note/50-black/experimentation.png'); }
	.post.with_icon.size_50.note.black.passion { background-image: url('post/note/50-black/passion.png'); }
	.post.with_icon.size_50.note.black.sustainability { background-image: url('post/note/50-black/sustainability.png'); }
	.post.with_icon.size_50.note.black.technology { background-image: url('post/note/50-black/technology.png'); }
	.post.with_icon.size_50.note.black.growth { background-image: url('post/note/50-black/growth.png'); }
	.post.with_icon.size_50.note.black.death-afterlife { background-image: url('post/note/50-black/death-afterlife.png'); }
	
		
	

.post.with_icon.size_30, .post.with_icon.size_15 {
	padding-left: 40px;
	min-height: 40px;
}
	.post.with_icon.size_30.event,
	.post.with_icon.size_30.event.unclassified { background-image: url('post/event/30/unclassified.png'); }
	.post.with_icon.size_30.event.creativity { background-image: url('post/event/30/creativity.png'); }
	.post.with_icon.size_30.event.launch { background-image: url('post/event/30/launch.png'); }
	.post.with_icon.size_30.event.culture { background-image: url('post/event/30/culture.png'); }
	.post.with_icon.size_30.event.experimentation { background-image: url('post/event/30/experimentation.png'); }
	.post.with_icon.size_30.event.passion { background-image: url('post/event/30/passion.png'); }
	.post.with_icon.size_30.event.sustainability { background-image: url('post/event/30/sustainability.png'); }
	.post.with_icon.size_30.event.technology { background-image: url('post/event/30/technology.png'); }
	.post.with_icon.size_30.event.growth { background-image: url('post/event/30/growth.png'); }
	.post.with_icon.size_30.event.death-afterlife { background-image: url('post/event/30/death-afterlife.png'); }
	.post.with_icon.size_30.event.featured { background-image: url('post/event/30/featured.png'); }
	
	.post.with_icon.size_30.meeting,
	.post.with_icon.size_30.meeting.unclassified { background-image: url('post/meeting/30/unclassified.png'); }
	
	.post.with_icon.size_30.classified,
	.post.with_icon.size_30.classified.unclassified { background-image: url('post/classified/30/unclassified.png'); }
	.post.with_icon.size_30.classified.creativity { background-image: url('post/classified/30/creativity.png'); }
	.post.with_icon.size_30.classified.launch { background-image: url('post/classified/30/launch.png'); }
	.post.with_icon.size_30.classified.culture { background-image: url('post/classified/30/culture.png'); }
	.post.with_icon.size_30.classified.experimentation { background-image: url('post/classified/30/experimentation.png'); }
	.post.with_icon.size_30.classified.passion { background-image: url('post/classified/30/passion.png'); }
	.post.with_icon.size_30.classified.sustainability { background-image: url('post/classified/30/sustainability.png'); }
	.post.with_icon.size_30.classified.technology { background-image: url('post/classified/30/technology.png'); }
	.post.with_icon.size_30.classified.growth { background-image: url('post/classified/30/growth.png'); }
	.post.with_icon.size_30.classified.death-afterlife { background-image: url('post/classified/30/death-afterlife.png'); }
	.post.with_icon.size_30.classified.featured { background-image: url('post/classified/30/featured.png'); }
	
	.post.with_icon.size_30.note,
	.post.with_icon.size_30.note.unclassified { background-image: url('post/note/30/unclassified.png'); }
	.post.with_icon.size_30.note.creativity { background-image: url('post/note/30/creativity.png'); }
	.post.with_icon.size_30.note.launch { background-image: url('post/note/30/launch.png'); }
	.post.with_icon.size_30.note.culture { background-image: url('post/note/30/culture.png'); }
	.post.with_icon.size_30.note.experimentation { background-image: url('post/note/30/experimentation.png'); }
	.post.with_icon.size_30.note.passion { background-image: url('post/note/30/passion.png'); }
	.post.with_icon.size_30.note.sustainability { background-image: url('post/note/30/sustainability.png'); }
	.post.with_icon.size_30.note.technology { background-image: url('post/note/30/technology.png'); }
	.post.with_icon.size_30.note.growth { background-image: url('post/note/30/growth.png'); }
	.post.with_icon.size_30.note.death-afterlife { background-image: url('post/note/30/death-afterlife.png'); }
	.post.with_icon.size_30.note.featured { background-image: url('post/note/30/featured.png'); }
	
	.post.with_icon.size_30.discussion,
	.post.with_icon.size_30.discussion.unclassified { background-image: url('post/discussion/30/unclassified.png'); }
	
	.post.with_icon.size_30.comment { background-image: url('post/comment/30/unclassified.png'); }


.post.with_icon.size_15 {
	margin-left: 15px;
	padding-left: 25px;
}
.post.with_icon.size_15.compact { margin-left: 0px; }
	.post.with_icon.size_15.comment { background-image: url('post/comment/15/unclassified.png'); }
	.post.with_icon.size_15.note { background-image: url('post/note/15/unclassified.png'); }
	.post.with_icon.size_15.note.featured { background-image: url('post/note/15/featured.png'); }
	.post.with_icon.size_15.event { background-image: url('post/event/15/unclassified.png'); }
	.post.with_icon.size_15.event.featured { background-image: url('post/event/15/featured.png'); }
	.post.with_icon.size_15.classified { background-image: url('post/classified/15/unclassified.png'); }
	.post.with_icon.size_15.classified.featured { background-image: url('post/classified/15/featured.png'); }
	.post.with_icon.size_15.generic { background-image: url('post/generic/15/unclassified.png'); }

/* TABS */
.post_tab { position: relative; }
.post_tab .overlay, .post_tab .underlay { position: absolute; }
.post_tab.size_50 { margin-top: -8px; }
.post_tab.size_50, .post_tab.size_50 .underlay { width: 50px; height: 60px; }
.post_tab.size_50 .overlay { width: 50px; height: 20px; }
.post_tab.size_50 .underlay { top: 10px; }
    
    .post_tab.size_50.event .overlay,
	.post_tab.size_50.event.unclassified .overlay { background-image: url('post/event/tab/unclassified.png'); }
	.post_tab.size_50.event.creativity .overlay { background-image: url('post/event/tab/creativity.png'); }
	.post_tab.size_50.event.launch .overlay { background-image: url('post/event/tab/launch.png'); }
	.post_tab.size_50.event.culture .overlay { background-image: url('post/event/tab/culture.png'); }
	.post_tab.size_50.event.experimentation .overlay { background-image: url('post/event/tab/experimentation.png'); }
	.post_tab.size_50.event.passion .overlay { background-image: url('post/event/tab/passion.png'); }
	.post_tab.size_50.event.sustainability .overlay { background-image: url('post/event/tab/sustainability.png'); }
	.post_tab.size_50.event.technology .overlay { background-image: url('post/event/tab/technology.png'); }
	.post_tab.size_50.event.growth .overlay { background-image: url('post/event/tab/growth.png'); }
	.post_tab.size_50.event.death-afterlife .overlay { background-image: url('post/event/tab/death-afterlife.png'); }
	
	.post_tab.size_50.classified .overlay,
	.post_tab.size_50.classified.unclassified .overlay { background-image: url('post/classified/tab/unclassified.png'); }
	.post_tab.size_50.classified.creativity .overlay { background-image: url('post/classified/tab/creativity.png'); }
	.post_tab.size_50.classified.launch .overlay { background-image: url('post/classified/tab/launch.png'); }
	.post_tab.size_50.classified.culture .overlay { background-image: url('post/classified/tab/culture.png'); }
	.post_tab.size_50.classified.experimentation .overlay { background-image: url('post/classified/tab/experimentation.png'); }
	.post_tab.size_50.classified.passion .overlay { background-image: url('post/classified/tab/passion.png'); }
	.post_tab.size_50.classified.sustainability .overlay { background-image: url('post/classified/tab/sustainability.png'); }
	.post_tab.size_50.classified.technology .overlay { background-image: url('post/classified/tab/technology.png'); }
	.post_tab.size_50.classified.growth .overlay { background-image: url('post/classified/tab/growth.png'); }
	.post_tab.size_50.classified.death-afterlife .overlay { background-image: url('post/classified/tab/death-afterlife.png'); }
    
    .post_tab.size_50.note .overlay { top: 10px; width: 20px; height: 50px; }
    .post_tab.size_50.note .overlay,
	.post_tab.size_50.note.unclassified .overlay { background-image: url('post/note/tab/unclassified.png'); }
	.post_tab.size_50.note.creativity .overlay { background-image: url('post/note/tab/creativity.png'); }
	.post_tab.size_50.note.launch .overlay { background-image: url('post/note/tab/launch.png'); }
	.post_tab.size_50.note.culture .overlay { background-image: url('post/note/tab/culture.png'); }
	.post_tab.size_50.note.experimentation .overlay { background-image: url('post/note/tab/experimentation.png'); }
	.post_tab.size_50.note.passion .overlay { background-image: url('post/note/tab/passion.png'); }
	.post_tab.size_50.note.sustainability .overlay { background-image: url('post/note/tab/sustainability.png'); }
	.post_tab.size_50.note.technology .overlay { background-image: url('post/note/tab/technology.png'); }
	.post_tab.size_50.note.growth .overlay { background-image: url('post/note/tab/growth.png'); }
	.post_tab.size_50.note.death-afterlife .overlay { background-image: url('post/note/tab/death-afterlife.png'); }
	


/* ICONS (the new way, summer09 posting listings, eventually replace duplicate styles above) */
.post_icon.size_50 {
    width: 50px; height: 60px;
}
	.post_icon.size_50.event,
	.post_icon.size_50.event.unclassified { background-image: url('post/event/50-color/unclassified.png'); }
	.post_icon.size_50.event.creativity { background-image: url('post/event/50-color/creativity.png'); }
	.post_icon.size_50.event.launch { background-image: url('post/event/50-color/launch.png'); }
	.post_icon.size_50.event.culture { background-image: url('post/event/50-color/culture.png'); }
	.post_icon.size_50.event.experimentation { background-image: url('post/event/50-color/experimentation.png'); }
	.post_icon.size_50.event.passion { background-image: url('post/event/50-color/passion.png'); }
	.post_icon.size_50.event.sustainability { background-image: url('post/event/50-color/sustainability.png'); }
	.post_icon.size_50.event.technology { background-image: url('post/event/50-color/technology.png'); }
	.post_icon.size_50.event.growth { background-image: url('post/event/50-color/growth.png'); }
	.post_icon.size_50.event.death-afterlife { background-image: url('post/event/50-color/death-afterlife.png'); }

    .post_icon.size_50.classified,
	.post_icon.size_50.classified.unclassified { background-image: url('post/classified/50-color/unclassified.png'); }
	.post_icon.size_50.classified.creativity { background-image: url('post/classified/50-color/creativity.png'); }
	.post_icon.size_50.classified.launch { background-image: url('post/classified/50-color/launch.png'); }
	.post_icon.size_50.classified.culture { background-image: url('post/classified/50-color/culture.png'); }
	.post_icon.size_50.classified.experimentation { background-image: url('post/classified/50-color/experimentation.png'); }
	.post_icon.size_50.classified.passion { background-image: url('post/classified/50-color/passion.png'); }
	.post_icon.size_50.classified.sustainability { background-image: url('post/classified/50-color/sustainability.png'); }
	.post_icon.size_50.classified.technology { background-image: url('post/classified/50-color/technology.png'); }
	.post_icon.size_50.classified.growth { background-image: url('post/classified/50-color/growth.png'); }
	.post_icon.size_50.classified.death-afterlife { background-image: url('post/classified/50-color/death-afterlife.png'); }

    .post_icon.size_50.note,
	.post_icon.size_50.note.unclassified { background-image: url('post/note/50-color/unclassified.png'); }
	.post_icon.size_50.note.creativity { background-image: url('post/note/50-color/creativity.png'); }
	.post_icon.size_50.note.launch { background-image: url('post/note/50-color/launch.png'); }
	.post_icon.size_50.note.culture { background-image: url('post/note/50-color/culture.png'); }
	.post_icon.size_50.note.experimentation { background-image: url('post/note/50-color/experimentation.png'); }
	.post_icon.size_50.note.passion { background-image: url('post/note/50-color/passion.png'); }
	.post_icon.size_50.note.sustainability { background-image: url('post/note/50-color/sustainability.png'); }
	.post_icon.size_50.note.technology { background-image: url('post/note/50-color/technology.png'); }
	.post_icon.size_50.note.growth { background-image: url('post/note/50-color/growth.png'); }
	.post_icon.size_50.note.death-afterlife { background-image: url('post/note/50-color/death-afterlife.png'); }
	