﻿div ul#ulCategories, div ul#ulArchive
{
	padding-left:15px;
	margin-left:0;
	list-style:none
}

#subnav_strip_blog
{
	width:100%;
	height:45px;
	background-color:#000;
	position:relative;
	clear: both;
}
#page_title
{
	/*background: transparent url('../images/blog_title.png') no-repeat top left;
	text-indent:-9999px;*/
}

#page_title img
{
	padding:0 15px 0 0;
}


div.blogPostedCategoryList
{
	font-size: .95em;
	font-style: italic;
}


/** GENERAL BLOG CONTENT STYLES **
*********************************/
#content .blog_widget
{
	padding:20px 0 0 20px;
}
#content .blog_widget h3
{
	padding-bottom:0;
	font-size:1.3em;
	margin:0;
}

#content .blog_title a
{
	font-weight:bold;
}
#content .blog_date
{
	font-size:.85em;
	font-weight:bold;
	padding:0 0 5px;
}
#content .blog_more
{
	font-size:.85em;
	padding:0 0 5px;
}

#feed_page_content
{
	margin: 40px;
}

#ulFeedList, #ulCategoryFeeds
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#ulFeedList li, #ulCategoryFeeds li
{
	padding: 0px 20px 2px 20px;
	background: url(../images/feed-icon-14x14.png) no-repeat 0 2px;

}

div#subscribe a
{
	display:block;
	width:73px;
	height:12px;
	background:#FFFFFF url(../images/rss_subscribe.gif) no-repeat 0 0;
	margin:20px 0 10px 20px;
}

/** BLOG PAGE CONTENT STYLES **
******************************/

#blog_main .blog_title
{
	float:left;
	padding-bottom:5px;
	/* Setting width due to IE6 widenning the containing column when title is long */
	width:100%;
}
#blog_main .blog_title a
{
	font-size:1.5em;
	line-height:1.52em;
	text-decoration:none;
}
#blog_main .blog_title a:hover
{
	font-size:1.5em;
	text-decoration:underline;
}
#blog_main .blog_date
{
	font-size:1em;
	font-weight:bold;
	color:#6c6c6c;
	padding:0 0 15px;
}
#blog_main.detail h1
{
	color:#466F8F;
}

#ulPostList
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#ulPostList li, #blog_main h1
{
	padding-bottom:20px;
	padding-top:20px;
}
#ulPostList li p
{
	clear:both;
}

