blockquote {
	margin: 0 0 0 25px;
	padding: 0 0 0 20px;
	background: transparent url(img/icon-ldquo.gif) no-repeat left 1px;
	color: #666;
}

blockquote p {
	color: #666;
	line-height: 20px;
}

/* Headers
---------------------------------------------------------------------------------------------------- */
h2 {
	color: #0182cc;
	font-size: 17px;
	margin: 0 0 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}

#sidebar h2 {
	color: #a5a5a5;
	font-size: 16px;
	margin: 2px 0 0;
	padding: 0 0 6px 5px;
}

/* List
---------------------------------------------------------------------------------------------------- */
ol {
	list-style-type: decimal;
	margin: 0 0 14px 18px; /* margin-bottom, same as <p> */
	padding-left: 18px;
}

ol li {
	margin-bottom: 12px;
}

.ss_entry ul {				/* need .ss_entry; otherwise, this affects the sidebar */
	padding: 0;
	margin: 0 0 14px 0;		/* margin-bottom, same as <p> */
}

.ss_entry ul li {
	padding-left: 15px;
	margin: 0 0 9px 18px;
	background: transparent url(img/bullet-default_grey.gif) no-repeat left 4px;
}

/* 
---------------------------------------------------------------------------------------------------- */
.ss_post_divider {
	background: transparent url(img/bg-divider.gif) no-repeat center top;
	height: 20px;
}

.ss_entry {
	margin-left: 68px;
}

/* Post info
---------------------------------------------------------------------------------------------------- */
.ss_postinfo {
	color: #777;
	margin-bottom: 8px;
}

.ss_postinfo span {
	float: left;
}

.ss_postinfo span.comment_heading {
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.ss_postinfo p {
	text-align: right;
	padding-right: 8px;
}

/* Post article navigation
---------------------------------------------------------------------------------------------------- */
.navigation { /* remember to add .clearfix */
	padding: 0 !important;
}

.navigation .left {
	float: left;
	padding: 0 !important;	/* since .navigation is enclosed in .sbrc */
}

.navigation .right {
	float: right;
	padding: 0 !important;
}

.navigation .middle {
	padding: 0 !important;
	margin: 0 110px;
	text-align: center;
}

/* Default Link
---------------------------------------------------------------------------------------------------- */
a, a:visited {
	color: #0182cc;
	text-decoration: none;
}

a:hover {
	color: #0182cc;
	text-decoration: underline;
}

a.light, a.light:visited {
	color: #777;
	text-decoration: none;
}

a.light:hover {
	text-decoration: underline;
}

a.post_title, a.post_title:visited, a.post_title:hover {
	color: #0182cc;
	text-decoration: none;
}

.ss_comment_author_link a, .ss_comment_author_link a:visited {
	font-weight: bold;
	text-decoration: none !important;	
}

.ss_comment_author_link a:hover {
	text-decoration: underline !important;
}

/* Image links
---------------------------------------------------------------------------------------------------- */
/* used by Post Teaser plugin */
a.readmore {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(img/bullet-carrow.png) no-repeat left top !important;   /* IE6 needs !important */
	padding: 4px 0 3px 25px;
	_behavior: url(/scripts/iepngfix.htc);
}

a.ss_comment, a.ss_comment:visited, a.ss_comment:hover {
	background: transparent url(img/icon-comment2.gif) no-repeat left 1px;
	padding-left: 18px;
	padding-bottom: 3px;
	color: #777;
	text-decoration: none;
}

span.rss a, span.rss a:visited {
	background: transparent url(img/icon-rss2.gif) no-repeat left top;
	padding-left: 18px;
	color: #777;
}

span.previous a, span.previous a:visited {
	background: transparent url(img/icon-previous.gif) no-repeat left 3px;
	padding-left: 15px;
}

span.next a, span.next a:visited {
	background: transparent url(img/icon-next.gif) no-repeat right 3px;
	padding-right: 15px;
}

/* Post calendar
---------------------------------------------------------------------------------------------------- */
.ss_postcal {
	float: left;
	width: 55px;
	height: 53px;
	margin-right: 13px;   /* change .ss_entry {margin-left} if you change this value */
	background: transparent url(img/bg-postcal.png) no-repeat left top;
	text-align: center;
}

.ss_postcal .m,
.ss_postcal .d {
	#margin-top: -1px;
	#margin-left: -10px;
}

.ss_postcal .m {
	width: 42px;
	height: 15px;
	padding-left: 1px;   /* 1px offet, see background image */
	text-align: center;
}

.ss_postcal .m span {
	color: #fff;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.ss_postcal .d {
	width: 42px;
	padding-left: 1px;   /* 1px offet, see background image */
	padding-top: 3px;
	text-align: center;
}

.ss_postcal .d span {
	color: #999;
	font-family: Georgia, Arial, 'Lucida Grande', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* Comment
---------------------------------------------------------------------------------------------------- */
#commentform #submit {
	background: transparent url(img/button-gr.gif) no-repeat left top;
	border: none;
	width: 116px;
	height: 23px;
	padding: 3px 14px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}

#commentform #submit:hover {
	background: transparent url(img/button-gr_ro.gif) no-repeat left top;
}

/* Comment (bubble) widget
---------------------------------------------------------------------------------------------------- */
.chat_bubble {
	margin-bottom: 8px;
	text-align: left;
}

		* html .chat_bubble {
			margin: 0px;
		}

.chat_bubble .hd {
	background: url("img/chat_bubble-hd.gif") no-repeat left top;
	#background-position: left bottom;
	height: 5px;
}

.chat_bubble .hd div {
	background: url("img/chat_bubble-hd_c.gif") no-repeat right top;
	#background-position: right bottom;
	height: 5px;
}

.chat_bubble .bd {
	background-color: #f5f5f5;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.chat_bubble .bd div {
	padding: 8px 10px;
}

.chat_bubble span.user, .chat_bubble a.user {
	color: #0785DD;
	font-weight: bold;
	text-decoration: none;
}

.chat_bubble a.user:hover {
	text-decoration: underline;
}

.chat_bubble p.comment {
	color: #333333;
}

.chat_bubble .separator {
	height: 1px;
	padding: 0 !important;
	border-bottom: solid 1px #E6E6E6;
}

.chat_bubble .detail {
	color: #a5a5a5;
	text-align: right;
	margin: 3px 5px 0 0;
}

.chat_bubble .ft {
	background: url("img/chat_bubble-ft.gif") no-repeat top left;
	height: 25px;
}

.chat_bubble .ft div {
	background: url("img/chat_bubble-ft_c.gif") no-repeat top right;
	height: 25px;
}

.chat_bubble .ft.notail {
	background: #fff url("img/chat_bubble-ft-no_tail.gif") no-repeat top left;
	height: 25px;
}

.chat_bubble .ft.notail div {
	background: url("img/chat_bubble-ft_c-no_tail.gif") no-repeat top right;
	height: 25px;
}

