h4, h4 a {
	font-size: 1.25em;
	font-weight: normal;
	color: #5e1415;
	margin-bottom: .75em;
}


/*content
++++++++++++++++++++++++++++*/
#content {
	width: 580px;
}
/* content smaller to fit second column */


/* remove doubled line above Latest News heading */
#blog-feed {
	background-image: none;
}


/* sidebar categories heading */
#categories h2 {
	color: #003c4d;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

/* sidebar categories list items */
#categories ul li a, #links ul li a {
	/*margin-left: 10px;
font-family: Georgia;
	font-size: 1.2em;
	color: #000;
	line-height: 1.5;*/
}


/* list items in posts */
.blog-news li {
	margin: 0 0 .75em 40px;
	/*font-family: Georgia;*/
	/*font-size: 1.2em;*/
	line-height: 1.5;
	list-style-type: decimal;
	list-style-position: outside;
}

.blog-news ol, .blog-news ul {
	margin-bottom: 3em;
}

/* q tags in posts */

q {
font-style: italic;
}

/* search button font */
input {
font-family: Georgia;
}


/* remove extra dashes from behind sidebar divs */

/*snippets
++++++++++++++++++++++++++++*/
#snippets {
	padding-top: 65px;
}

#snippets h3 {
	font-size: 1.25em;
	margin-bottom:.25em;
	font-weight: normal;
}

#search {
	margin-bottom: 1.5em;
}

#snippets ul li {
	margin-bottom: .25em;
}

#snippets ul {
	list-style-type: none;
}

#snippets ul li a {
	text-decoration: none;
}
#snippets ul li a:hover,
#snippets ul li a:focus {
	text-decoration: underline;
}

#snippets #flickr {
	background: url("/09/styles/img/background-flickr.png") no-repeat;
	overflow: hidden;
	padding: 30px 0 10px 10px;
}


#snippets #flickr div {
	margin: 0 5px 5px 0;
	float: left;
}


/* move between posts */

.blog-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	}

.alignright {
	float: right;
	}

/* post metadata */

.postmetadata {
margin-top: 1em;
padding-top: 1em;
border-top: 1px dotted maroon;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

/* add margin above first heading below nav */

#news {
/*margin-top: 1.5em;
padding-top: 1em;*/
font-size: 1.5em;
	font-weight: normal;
	color: #957a4c;
}

.words {
	font-size: .9em;
	font-style: italic;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.words-bottom {
	font-size: .9em;
	font-style: italic;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	margin-top: 20px;
}


/*promo stuff
++++++++++++++++++++++++++++*/
div.item {
	position: relative;
	background: url("/images/shop/item-bg.jpg") no-repeat;
	padding: 24px;
	/*width: 168px;*/
}

div.item img {
	border: 1px solid #666;
	display: block;
}


