body{ color: Black; }
A, A:visited
{
	color: #308ece;
}
A:hover
{
	color: Black;
}

#main
{
	width: 1000px;
}

#content
{
	padding-top: 20px;
}
#content .blogMenuBar
{
	width: 214px;
	padding: 0 22px;
}
#content #menu
{
	float: right;
	padding-right: 0;
	clear: right;
}
#content #menu #logoDiv
{
	width: 100%;
	height: 253px;
	margin: 0px auto;
	background: url(../images/blog_logo.gif) no-repeat top center;
}
.blogMenuBar h2
{
	color: #d16100;
	border-bottom: solid 1px #797979;
	margin-bottom: 8px;
	margin-top: 30px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	display: block;
	font-size: 1em;
}
#rssDiv
{
	line-height: 15px;
}
#rssDiv A
{
	display: block;
	padding-right: 20px;
	background: url(../images/rss.gif) no-repeat center right;
	text-decoration: none;
	color: #5f5f5f;
}
#rssDiv A:hover
{
	color: #ffae00;
}
#rssDiv A img
{
	border: none;
}
.calendar
{
	font-size: 8pt;
	border: none;
	border-bottom: solid 3px #666;
	direction: ltr;
	margin-top: 20px;
}
.calendar .nextPrevButtons A
{
	text-decoration: none;
	color: Black;
}
.calendar .nextPrevButtons A:hover
{
	color: Red;
}
.calendarTitle
{
	background-color: White;
	color: Black;
	font-weight: bold;
	border: none;
}
.calendarDayWithNoBlogData
{
	width: 22px;
	text-align: center;
	color: Black;
}
.calendarOtherMonthDay
{
	color: Gray;
	visibility: hidden;
}
.calendarSelectedDay
{
	background-color: #666666;
	color: White;
}
.calendarDayWithData
{
	background-color: #ffae00;
	color: White;
	cursor: pointer;
}
.calendarDayWithData A
{
	color: White;
	text-decoration: none;
	display: block;
	width: 100%;
}
.calendarDayWithData A:visited
{
	text-decoration: line-through;
}
.calendarDayWithData A:hover
{
	background-color: #308ece;
}
.calendarDayHeader
{
	background-color: #666;
	color: White;
	font-weight: bold;
}
#categoriesDiv
{
	margin-top: 20px;
}
#categoriesDiv ul
{
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 15px;
}
#categoriesDiv ul li
{
	color: #5f5f5f;
	margin-bottom: 10px;
}
#content #leftMenu
{
	padding-left: 0;
	float: left;
}

/* REVIEWS LIST */
#content #leftMenu ul#reviewsList
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}
#content #leftMenu ul#reviewsList li
{
	direction: ltr;
	display: block;
	width: 100%;
	margin-bottom: 10px;

}
#content #leftMenu ul#reviewsList li a
{
	display: block;
	color: Black;
	text-decoration: none;
	padding: 3px;
	border: solid 1px White;
}

#content #leftMenu ul#reviewsList li a:hover, #content #leftMenu ul#reviewsList li a:focus
{
	background-color: #f1f5f8;
	border: solid 1px #cbd1d6;
	-moz-outline-style: none;
}
#content #leftMenu ul#reviewsList li a img
{
	border: none;
	margin-right: 10px;
	float: left;
}
#content #leftMenu ul#reviewsList li a span.title
{
	display: block;
	font-weight: bold;
	margin-top: 0.5em;
}
#linksList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#linksList li
{
	margin-bottom: 0.5em;
}
#linksList li.noImage a
{
	display: block;
	padding-right: 20px;
	background: url(../images/link.png) no-repeat right center;
}
#linksList a img
{
	border: 0;
}
.searchBox
{
	width: 184px;
}
#blogItemsContent
{
	
	padding: 15px 20px;
	padding-top: 5px;
	margin: 0 236px;
	width: 485px;
	border-right: solid 1px #797979;
	border-left: solid 1px #797979;
	background: White;
}
#blogItemsContent .searchTitle
{
	display: block;
	padding: 2px;
	color: #d16100;
	margin-bottom: 8px;
	font-weight: bold;
		background-color: #f1f5f8;
	border: solid 1px #cbd1d6;
}
div.blogItem
{
	border-bottom: solid 1px #d1cece;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 1em;
	float: left;
	width: 100%;
	text-align: justify;
}
div.blogItem h2
{
	display: block;
	color: #d16100;
	font-size: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
}
div.blogItem span.blogItemTitle A
{
	color: #d16100;
	text-decoration: none;
}
div.blogItem span.blogItemTitle A:hover
{
	color: Black;
	text-decoration: none;
}
div.blogItem span.blogItemDate
{
	font-size: 0.8em;
}
div.blogItem div.blogItemText
{
	margin-top: 15px;
	margin-bottom: 25px;
}
div.blogItem div.blogItemText img
{
	display: block;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
div.blogItem div.imageCaption
{
	float: right;
	font-size: 0.8em;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
	font-style: italic;
	border: solid 1px White;
	padding: 4px;
}
div.blogItem div.imageCaption img
{
	display: inline;
	float: none;
	margin-left: 0;
	margin-bottom: 0;
}
div.blogItem div.imageCaption span.caption
{
	display: block;
	margin: 0 auto;
	clear: both;
	color: Black;
}
div.blogItem div.imageCaption a
{
	text-decoration: none;
}
div.blogItem div.imageCaption a span
{
	color: Black;
}
div.blogItem div.imageCaption a:hover span
{
	color: #308ece;
}
div.blogItem div.blogItemText
{
	text-align: justify;
}
div.blogItem div.blogItemText p
{
	text-align: justify;
}
div.blogItem div.blogItemText ul, div.blogItem div.blogItemText ol
{
	margin: 0;
	padding-right: 15px;
}
div.blogItem div.blogItemText ul li, div.blogItem div.blogItemText ol li
{
	margin-bottom: 1em;
}
div.blogItem div.blogItemText A img, div.blogItem div.blogItemText A:visited img
{
	border-color: White; 
	border-width: 1px;
}
div.blogItem div.blogItemText A:hover img
{
	border-color:#308ece;
}
div.blogItem div.blogItemText A:hover div.imageCaption
{

}
div.blogItem div.blogItemText A:hover div.imageCaption img
{

}
div.blogItem div.blogItemFooter
{
	color: #5f5f5f;
	height: 15px;
}
div.blogItem div.blogItemFooter A
{
	display: block;
	float: right;
}
div.blogItem div.blogItemFooter span.blogItemFooterBullet
{
	padding: 0px 10px;
	display: block;
	float: right;
}
div.blogItem ol.largeList li
{
	clear: both;
	margin-bottom: 1.5em;
}
div.blogItem ol.noCount
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.selectedBlogItem
{
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 10pt;
}

.itemNavPanel
{
	margin-bottom: 15px;
	text-align: center;
}
.bottomItemNav a{ max-width: 50%; }
.bottomItemNav a.right{ text-align: right; }
.bottomItemNav a.left{ text-align: left; }
.navPanel
{
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

#footer
{
	clear: both;
	color: #888;
	text-align: center;
	margin-top: 10px;
	border-top: solid 1px #ddd;
	padding: 15px 0;
}
.flash
{
	font-size: 0.8em;
	text-align: center;
}

/* RELATED ITEMS LIST */

.relatedItemsPanel
{
	margin-top: 15px;
	margin-bottom: 2em;
}
.relatedItemsPanel h3{ color: #5f5f5f; font-size: 0.9em; border-bottom: solid 1px #d1cece; width: 70%; margin-bottom: 5px; }

.relatedItems
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
.relatedItems li{ margin-bottom: 5px; }

.relatedItems li a
{

	text-decoration: none;
	padding: 4px;
	display: inline-block;
	border: solid 1px Transparent;
}
.relatedItems li a:hover
{
	background-color: #f1f5f8;
	border: solid 1px #cbd1d6;
	-moz-outline-style: none;
}
.relatedItems li a img
{
	margin-left: 10px;
	vertical-align: middle;
}