/*
Theme Name:     'Opinion NW' child theme
Theme URI:      http://blogs.seattletimes.com/opinionnw
Description:    Child theme for the main Seattle Times blog network theme. Contains pro/con template functionality. Installation of the Advanced Custom Fields plugin is required, with custom WYSIWYG fields titled pro/con. 
Author:         Lauren Rabaino
Author URI:     http://laurenrabaino.com
Template:       blog_network_responsive
Version:        0.1.0
*/

@import url("../blog_network_responsive/style.css");

.pro {
	float:left;
	width:47%;
}

.con {
	float:right;
	width:47%;
}
