@charset "UTF-8";
/* CSS Document */

#post, #dnd_post { padding:2% 3%; margin:0; }
#post a { color:#33CCFF; }
#dnd_post img { height:125px; width:125px; margin:1%; padding:0% }


/* Gallery 1 --------------------------------------------------------------------------- */
#post_1_width { width:545px; float:right; clear:none; }
	#post_1_content { text-align:left; }
	.post_1 { margin:2% 0; padding:2% 0; border-bottom:1px solid #cccccc; }
	.post_1_photo {}
	.post_1_embed {}
	.post_1_title { font-weight:bold; }
	.post_1_create_date { font-size:8pt; }
	.post_1_text {}
	.post_1_link {}

/* Gallery 2 --------------------------------------------------------------------------- */
#post_2_width { width:545px; float:right; clear:none; }
	#post_2_content { text-align:left; }
	.post_2 { margin:2% 0; padding:2% 0; border-bottom:1px solid #cccccc; }
	.post_2_photo {}
	.post_2_embed {}
	.post_2_title {font-weight:bold;}
	.post_2_event_date { font-weight:bold; }
	.post_2_text {}
	.post_2_link {}


/* Edit Gallery --------------------------------------------------------------------------- */
#edit_post {  }
	#edit_post_width {  }
		#edit_post_content { border:1px solid #cccccc; padding:1% 2%; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; text-align:left; }
		.edit_post_asset { width:auto; display:block; float:left; border:1px solid #cccccc; padding:1% 2%; margin:1%; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; }
		.edit_post_asset img { height:75px; width:75px; } 
