/*  
Theme Name: GBIC Greater Burlington Industrial Corporation
Theme URI: http://www.gbicvt.com
Description: A custom WordPress theme designed for Greater Burlington Industrial Corporation
Version: 1.0
Author: Morgan Newcomb
Author URI: http://www.www.unionstreetmedia.com/

*/

/*
1/14/08 - theme updated for sidebar widget support -sn
*/

#wp-sidebar {
	margin-bottom: 10px;
}

#wp-sidebar ul {
	margin: 0;
	padding: 4px;
	list-style: none;
	background: #fff;
	font-size: 90%;
}

#wp-sidebar h2 {
	font-weight: normal;
}

/* Begin Typography & Colors */
.postmetadata {
	
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}