#shares_logo {
	background:url(../images/blog/pinnacleSharesLogo.jpg) no-repeat left top;
	width: 226px;
	height: 49px;
	display: block;
	text-indent: -999em;
	margin-bottom: 20px;
}

#content {
	padding: 35px 10px 40px 40px; 
}

div.entry {
	border-top: 1px dotted #CCC;
	padding: 20px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
}

#content h2 {
	color: #3B4F68;
	font-size: 16px;
	margin-bottom: 5px;
}

#content h2 a, #content h3 a {
	color: #3B4F68;
	font-size: 16px;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content p {
	margin: 5px 0px;
}

#content p.info {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px 0px;
	font-size: 11px;
}

#content p.info a.commentlink {
	background: url(../images/blog/comments.gif) no-repeat;
	padding-left: 17px;
}

#content p.info .date {
	background: url(../images/blog/post.gif) no-repeat;
	padding-left: 15px;
}

#content p.info span.pipe {
	margin-left: 9px;
	margin-right: 9px;
}


#content a {
	color: #3B4F68;
}

span.next a {
	background: url(../images/blog/btn_preNext.jpg) no-repeat;
	border: 0;
	width: 132px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

span.previous {
	float: left;
	margin-left: 10px;
	_display: inline;
}

span.next {
	float: right;
	margin-right: 10px;
	_display: inline;
}

span.previous a {
	background: url(../images/blog/btn_prePost.jpg) no-repeat;
	border: 0;
	width: 132px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

span.next a:hover, span.previous a:hover {
	background-position: 0px -23px;	
}

#blog_nav {
	background:url(../images/distance/bar.jpg) no-repeat left top;
  margin: 30px 0 0 0;
  padding: 0 10px 0 20px;
}

#blog_nav h3 {
	color: #3B4F68;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #3B4F68;
	padding-bottom: 5px;
	margin-top: 17px;
	
}

#blog_nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 5px;
}

#blog_nav ul li {
	margin-top: 5px;
}

#blog_nav ul li a {
	color: #666;
}


#search_form {
	background: #CCC;
	padding: 8px 0px 8px 7px;
	margin: 0px;
	zoom: 1;
}



#search_form input#s {
	float: left;
	display: inline;
	margin-right: 5px;
	border: 1px solid #999;
	height: 18px;
	width: 140px;
	font-size: 12px;	
}

#search_form input#search_button {
	background: url(../images/buttons/searchBtn.png) no-repeat;
	border: 0;
	width: 72px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
	float: left;
}

#enewsform {
	background: #A2A2A2 url(../images/enews_bg.jpg) repeat-x;
	padding: 8px 11px 8px 11px;
	margin: 0px 0px 10px 0px;
	zoom: 1;
}

#enewsform h3 {
	margin-top: 0px;
	margin-bottom: 8px;
}

#enewsform h3 span {
	color: #555;
}

#enewsform div {
	margin: 0px;
	padding: 0px;
}

#enewsform fieldset {
	border: 0;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	zoom: 1;
}

#enewsform fieldset label {
	float: left;
	width: 55px;
	_display: inline;
}

#enewsform input {
	border: 1px solid #999;
	height: 18px;
	width: 140px;
	font-size: 12px;	
	float: left;
	_display: inline;
}

#enewsform input#enewssubmit {
	background: url(../images/buttons/submitBtn.png) no-repeat;
	border: 0;
	width: 72px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
	margin: 8px 0px 0px 55px;
	padding: 0px;
	float: none;
}

#search_form input#search_button:hover, #enewsform input#enewssubmit:hover {
	background-position: 0px -23px;	
}

#search_form:after, #enewsform:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}