#container {
	margin-top: 6px;
}

.body2 {
	color: #999e94;
	font: 10px/18px Georgia, Times New Roman, Times, serif;
}

/*
	LEFT NAV DISCUSSION TEXT
*/
h2.module-header-no-underline{
	color : #5c5c5c;
	text-decoration : none;
	font: bold 9px/14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	padding-bottom: 6px;
}

/*
	LEFT NAV TITLES	
*/
h2.module-header {
	color : #5c5c5c;
	text-decoration : none;
	font: bold 9px/14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	padding-bottom: 6px;
	background: no-repeat url(http://photogravure.com/images/sub_titleunderline2.gif) bottom left;
}

h2.module-header a {
	color : #5c5c5c;
}

/*
	LEFT NAV NAV ITEMS
*/

.module-content ul.module-list li.module-list-item, .module-content ul.module-list.module-list-items li {
	padding: 0;
	margin: 0 0 2px 0;
	_height: 15px;
}

.module-content ul.module-list li.module-list-item a, .module-content ul.module-list.module-list-items li a{
	background-color: #F0E8C9;
	color: #797d76;
	line-height: 15px;
	font-size: 10px;
}

.module-content ul.module-list li.module-list-item a:hover,
.module-content ul.module-list.module-list-items li a:hover{
	background-color: #E8E0C1;
	color: #464844;
}

/*
	LAST MODULE ON THE LEFT
	this adds the extra padding and bottom border
*/
.module-side-last {
	padding-bottom: 15px;
	background: url(http://photogravure.com/images/sub_titleunderline2.gif) bottom left no-repeat;
}

.module-subscribe{
	padding: 9px 0 10px 0;
	background: url(http://photogravure.com/images/sub_titleunderline2.gif) bottom left no-repeat;
}

/*
	positioning of the main content container
*/
#alpha {
	margin: 5px 0 0 10px;
	padding: 0;
}

/* ENTRIES */
.entry .entry-body{
	line-height: 20px;
}

.entry img {
	padding:4px;
	border:1px solid #555;
	margin: 4px;
}

.entry-body img.alignright {float:right; margin:0 0 1em 1em}
.entry-body img.alignleft {float:left; margin:0 1em 1em 0}
.entry-body img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.entry-body a img.alignright {float:right; margin:0 0 1em 1em}
.entry-body a img.alignleft {float:left; margin:0 1em 1em 0}
.entry-body a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*
.entry-body img.alignleft{float: left; display: block; clear: both; padding-top: 10px; }
.entry-body img.alignright{float: right; display: block; clear: both;}
*/
.blog-pagination{overflow: auto;}
.blog-pagination .alignleft{float: left;}
.blog-pagination .alignright{float: right;}
