/* INNOCENTWORDS.COM */
/* fix header box because IW logo is taller than allotted for */
#dnnhead_box {
	height: 99px;
}
/* fix position of search Input box after removing the () Web () Site radios */
.searchbox input {
	position: absolute;
	right: 37px;
	top: 1px;
}
/* give a style to the HR tag that looks similar between browsers */
hr {
	width: 90%;
	height: 1px;
	border: none;
	border-top: solid 1px #888;
	color: #888;
	background-color: #888;
}
/* fix AdBanner module menu issue (hack) */
.AdBannerPane {
width: 468px;
}
/*** OVERRIDES FOR ENGAGE: PUBLISH ***/
/* updated by Jeremy 01/20/09, original from TAS */
.categoryItemList {
	clear: both;
	background-color: transparent; /* the background color for the listing */;
	margin-bottom: 9px; /* this adds spacing below each listing, cleaning up the look */;
	padding: 3px;
/*this would add some spacing around the inside of the div, but causes issues in IE7 */	xdisplay: inline-block; /* this enables the div to wrap around items in IE7 */;
	border: none;
/*adds a border to the bottom of each listing */	border-bottom: solid 1px #ddd;
}
.altCategoryItemList {
	background-color: #FFF7F4;
	border-bottom: solid 1px #bbb;
}
.categoryItemList .itemThumbnail {
	float: right;
	height: 100%;
	margin-left: 18px;
}
.categoryItemList .thumbnailImage {
	border: solid 1px black !important;
	margin-bottom: 9px;
}
.categoryItemList .itemTitle {
	float: none;
	width: auto;
}
.categoryItemList .itemTitle H2 {
	font: normal 12pt/15pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	float: none;
}
.categoryItemList .itemEditLink {
}
.categoryItemList .itemEditLink a {
	color: blue;
	font-weight: normal;
	font-size: smaller;
	margin: 0px;
	padding: 0px;
}
.categoryItemList .itemAuthorDate {
	height: 45px;
}
.categoryItemList .itemAuthor {
	display: block;
	float: none;
	font-style: italic;
}
.categoryItemList .itemDate {
	display: block;
	float: none;
	font-size: smaller;
	color: black;
	margin-top: 12px;
}
.categoryItemList .itemDescription {
	clear: left;
}
.categoryItemList .itemReadmore {
}
.categoryItemList .itemReadmore a {
	color: #F97E17;
}
.categoryItemList .itemReadmore a:hover {
	color: black;
}
/* Heading for Reviews - H1, H2, and H3 inside of divArticleContent */
#divArticleContent h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 18px 0px 9px 0px;
}
#divArticleContent h2 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px;
}
#divArticleContent h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}
/* Special exception for display of non-IW source/author */
#divArticleContent #external {
	display: block;
	font-size: smaller;
	color: black;
}
/* adjustment to the Print and Email links so they align right */
#divEmailAFriend {
	float: right;
	clear: both;
}
#divPrinterFriendly {
	float: right;
	clear: both;
}
/* Item Display in-page formatting */
#divArticlePage {
	clear: both;
}
#divArticleContent img {
	border: none;
	margin: 0px 0px 9px 18px;
}
#divArticleContent .image-ThumbLeft {
	margin: 3px 9px 3px 0px;
}
#divArticleContent a .image-ThumbLeft {
	border: solid 1px transparent;
	margin: 3px 9px 3px -1px;
}
#divArticleContent a .image-ThumbLeft:hover {
	border: solid 1px #cccccc;
	margin: 3px 9px 3px -1px;
}
p.clear-both {
	clear: both;
}
/* Overrides for News Feeds (RSS) */
.DNN_News_ItemDate {
	font-size: smaller;
	color: #555;
}

/* OCD Left Alignment of home page elements by Jeremy; logo, breadcrumbs, etc */
.logo {
	margin-left: 13px;
	padding-top: 4px;
	width: 400px;
}
#dnnbreader_box .breader {
	padding-left: 16px;
}
.containerhead .dnntitle {
}

/* moved Register/Login to footer */
.footerFinal {
	text-align: center;
}

/* added AdBanner in header on Blackback_Mediumwidth.ascx */
.CurrentDate {
	padding-right: 20px;
	font-size: smaller;
}
.AdBannerPane {
	padding-right: 18px;
	padding-top: 3px;
}

