/*
Theme Name: Hobnob Theme
Theme URI: http://wordpress.org/
Description: Hobnob custom theme.
Version: 1.6
Author: Jared Go
Author URI: http://hobnob.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@import url("/stylesheets/look.css");

#sidebar {
  float: left;	
  width: 180px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 18px;
}

#sidebar ul ul li {	
	margin-bottom: 2px;
}
	
#sidebar h2 {
  font-size: 14px;
}

.narrowcolumn {
  float: left;
  width: 675px;
  margin-right: 45px;
}

