/*   
Theme Name: Topical Salve
Theme URI: http://topicalsalve.com
Description: Theme for Topical Salve, standing on the shoulder of giants.
Author: Andrew Lin
Author URI: http://topicalsalve.com
Template: simplex
Version: 0.0.1	
*/

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

#headerimg {
	margin: 0;
	height: 110px;
	width: 1024px;
	margin: 0 auto;
	}

h1 {
	font-size: 4em;
	text-align: left;
	padding-left: 10px;
	}
	
#main { /* SimpleX addition to center as well as make header footer 100% */
	width: 1024px;
	margin: 0 auto;
	}

.narrowcolumn {
	padding: 20px 10px;
	margin: 0px auto;
	width: 760px;	
	}

#sidebar {	
	width: 215px;
	float: right;
	margin: 20px 10px 20px 0;	
	}
