/*  
Theme Name: Wejoinin Awesome Andrew Hao Red
Theme URI: http://www.wejoinin.com
Description: Awesome? Yes.
Version: 1.0
Author: Hsiu-Fan Wang
Author URI: http://hsiufan.eats.porkbuns.net/
*/
/**
 * BLOG LAYOUT STYLING
 * #doc -- 750px fixed
 */

#bd, .yui-gb {
	background: #edf3f9 url(images/front_content_bg.png) repeat-x top;
	color:#333;
}
.yui-g, .yui-gb, .yui-gc {
	padding: 15px;
}
.inside {
margin:15px;
}

/** CONTENT STYLING **/
#bd {
  padding-bottom: 15px;
}
.story h2 a {
	text-decoration:none;
}
.story h3 {
/*  font-size: 2em;*/
}
.story .details {
  margin: .5em 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #7F9995;
}


/** bleh, remnants of hemingway **/
.hide {
  display: none
}
.clear {
  clear: both
}