/* detail page specific styles */
#mainTopContent {
    height: 0;
}
#postContent {
	padding: 35px 30px;
	#padding: 35px 12px 35px 30px;
	font-size: 14px;
	line-height: 20px;	
}
#postContent img {
	border:none;
	#display:block;
	float:left;
	padding: 0 10px 10px 0;
/* 	#padding: 0 0 10px 0; */
}
#postContent a {
	text-decoration: underline;
}
.postValueCount {
	margin: -10px 15px 0 0;
}
.overflowHid {
	overflow: hidden;
}
#primaryContent h1 {
	margin-bottom: 5px;
	line-height: normal;
	width: 520px;
}
.byline {
	font-size: 11px;
}
.byline span {
	color: #999;
}
#sidebar {
	margin-top: 20px;
}
a.taxTopLink {
	color:#000;
}
.sharingPanel {
	margin: 0 30px;
	border-top: 1px dotted #333;
}
.viewCount {
	padding: 15px 0;
}
.viewCount span {
	color:#FF3300;
}
.linksOut {
	width: 140px;
}
.linksOut .pipe {
	padding: 0;
	margin: 0;
}
#shareContent ul.shareIcons {
	width:350px;
	margin-left: 95px !important;
}
#shareContent ul.shareIcons .pipe {
	padding: 0 5px;
}
#shareContent ul.shareIcons .permLink {
	padding: 0 0 0 10px !important;
}
.shareIcons {
    background: transparent url(/images/sprites/spriteGOOD.png) -600px -337px no-repeat;
    padding: 2px;
}
li.shareIcons {
	display: inline;
}
li.shareIcons em {
	display: none;
}
li.shareIcons a { 
	text-decoration: none;
	padding: 5px 10px;
}
a.shareIconLink {
	padding: 2px 2px;
}
.shareIcons .shareMark {
	background-position: -483px -336px;	
}
.shareIcons .Digg {
	background-position: -483px -356px;
}
.shareIcons .Facebook {
	background-position: -483px -375px;
}
.shareIcons .fbShared {
	background-position: -483px -525px;
}
.shareIcons .Twitter {
	background-position: -484px -397px;
}
.shareIcons .Stumble {
	background-position: -484px -417px;
}
.shareIcons .Reddit {
	background-position: -484px -437px;
}
.shareIcons .Delicious {
	background-position: -484px -456px;
}
.shareIcons .Buzz {
	padding: 0 !important;
}
.yahooBuzzBadge {
	padding: 0;
	margin: 0;
}
a.shareMail {
	text-decoration: underline !important;
}
.yahooBuzzBadge .yahooBuzzBadge-logo span span {
	top: 5px !important;
}
.yahooBuzzBadge .yahooBuzzBadge-logo a {
	text-decoration: none !important;
}
/* calling from js script
.shareIcons .Buzz {
	background-position: -486px -476px;
}
*/
#shareContent {
	width: 400px;
	float: right;
	margin-top: 10px;
	color: #999;
}
#shareContent a {
	text-decoration: underline;
}
.prevNextPosts {
	clear: both;
	border-top: 1px dotted #333;
	margin: 0 30px;
	padding: 0;
	color: #999;
	line-height: 15px;
}
.prevPost {
	float: left;
	width: 170px;
	padding: 15px 15px 0 0;	
}
.homePost {
	float: left;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333; 
	padding: 15px 15px;
	width: 150px;
	text-align: center;
	height: 40px;
}
.homePost a {
	font-size: 12px;
	font-weight: bold;
}
.nextPost {
	float: right;
	width: 180px;
	padding: 15px 0 0 15px;
	text-align: right;	
}
a.pageLink {
	color: #0099FF !important;
	font-size: 12px;
	font-weight: bold;
}
a:hover.pageLink {
	color:#000 !important;
}
/* Social Sharing Sidebar */
#socialSidebar {
	position: fixed;
	_position: absolute;
	top:350px;
	left: 0;
	height: auto;
	width: 60px;
	border: 1px solid #cbc8c2;
}
#socialSidebar ul.shareIcons {
	background-color: #eeece7;
	width: 55px;
	padding: 5px 0 10px 5px;
	margin: 0;
}
#socialSidebar ul.shareIcons span {
	padding-left: 10px;
	padding-top: 2px;
	color: #999;
	font-size: 12px;
	clear: both;
}
#socialSidebar .shareIcons {
}
#socialSidebar li.shareIcons {
	display: block;	
}
#socialSidebar li.shareType {
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	margin-left: -10px;
}
#socialSidebar a.shareSideLink {
	text-decoration: underline;
	color: #999;
	font-size: 12px;
} 
/* END social Sidebar */
.tagsHolder {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 15px 30px;
	#padding: 8px 30px 15px;
	background-color: #f5f5f3;
}
.tagsHolderEmpty {
	border-top: 1px dotted #333;
	padding: 0;
}
.related {
	padding: 20px;
}
/* for sidebars/authors.ctp  */
#authorBox {
/*
    position: relative;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid;
    border-color: #CBC8C2 #9D9C97 #9D9C97 #CBC8C2;
*/
    padding: 10px;
/*     width: 293px; */
	font-size: 12px;
}
#authorBox a {
	font-weight: bold
}
#authorBox h3 {
	border-top: 1px dotted #999;
	padding-top: 10px;
	margin-bottom: 10px;
}
#authorBox img {
	border: none;
	margin: 3px 10px 10px 0;
}
#authorBox span {
	font-family: Georgia, serif;
	font-style: italic;
}
/* End authors.ctp */

/* BEGIN related_posts.ctp */
#relatedPostHolder {
	padding: 15px 13px 15px 30px;
	overflow: hidden;
}
#relatedPostHolder h3 {
	margin-bottom: 15px;
}
#relatedPostHolder h3 span {
	font-size: 11px;
	font-family: Georgia,serif;
	font-style: italic;
	color: #999;
	padding-left: 255px;
	#padding-left: 215px;
}
#relatedPostHolder h3 span a {
	color: #999;
}
.relatedBox {
	width: 135px;
	margin-right: 12px;
	#margin-right: 10px;
}
#relatedPostHolder h3 span a:link {
	color: #999;
}
.relatedPhoto {
	display: block;
	height: 90px;
	overflow: hidden;
}
.relatedPhoto img {
	width: 135px;
	border: none;
}
a.relatedHeadLink {
	clear:both;
	padding-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.primaryShadow {
	margin-bottom: 0;
/* 	the z-index is to bring the shadow above the comment box */
	z-index: 100; 
}
/* Comment module styles */
#commentsShadow {
    float: left;
    position: relative;
    right: 1px;
    bottom: 1px;
    background-color: #DDDDD5;
    margin: -10px 0 20px 1px;
    padding: 0;
}
#commentContent {
    position: relative;
    width: 641px;
/*     _width: 631px; */
    right: 1px;
    bottom: 1px;
    background-color: #f5f5f3;
    border: 1px solid;
    border-color: #CBC8C2 #9D9C97 #9D9C97 #CBC8C2;
    padding-bottom: 30px;
}
#commentStream {
	#width: 641px;
	_width: 621px;
}
.secondaryShadow {
    position: relative;
    right: 1px;
    bottom: 1px;
    background-color: #B9B8B3;
    border: 1px solid #CECDC8;    
    padding: 0;
}
#commentHeader {
	padding: 15px 30px 0 30px;
}
#commentHeader h3 {
	margin: 15px 0;
}
#commentHeader img {
	float: left;
	padding-top: 2px;
	padding-right: 10px;
}
ul.commentActions {
	float: left;
	margin: 0;
	padding: 0;
}
li.commentIcon {
	background: transparent url(/images/sprites/spriteGOOD.png) -485px -307px no-repeat;
    padding: 5px 20px;
    width: 125px;
}
li.CommentGOOD {
	background: transparent url(/images/sprites/spriteGOOD.png) -485px -332px no-repeat;
    padding: 5px 20px;
    width: 125px;	
}
li.CommentGOOD a {
	text-decoration: none;
}
.commentIcon a {
	padding-top: 3px;
}
div.dottedLine {
	border-top: 1px dotted #333;
	padding: 10px 30px;
	margin-top: 15px;
	clear: both;
}
#commentHolder {
	font-size: 12px;
	line-height: 20px;
	margin: 0 30px;
	#margin: 0 26px;
}
#commentHolder ul {
	padding: 0;
	margin: 0;
}
#commentHolder ul li {
	border-bottom: 1px dotted #333;
}
#commentHolder h3 {
	margin-top: 0;
	padding-top: 0;
}
div.userActionMarked {
	display: block;
	background: transparent url(/images/sprites/spriteGOOD.png) -485px -335px no-repeat;
    height: 20px;
	width: 20px;
	margin-left:45px;
	float: left	
}
.userActionMarked em {
	display:none
}
.userComment span {
	color: #999;
	text-transform:none;
}
li.userActionComment {
	padding: 15px 0;
}
li.userActionComment img {
	border: none;
}
li.userActionComment a {
	text-decoration: underline !important;
}
.commentName {
	font-weight: bold;
	padding-bottom: 10px;
}
.commentName span {
	color: #999;
	padding-left: 5px;
	font-weight: normal;
}
li.userActionComment img {
	padding-right: 15px;
	padding-top: 3px;
}
.userComment {
	width: 465px;
	float: right;
	margin-right: 40px;
	overflow: hidden;
}
#addAComment {
	padding: 30px;
}
#addAComment h3 {
	margin-bottom: 15px;
	width: 150px;
	float:left;
}
a.commentPolicy {
	color: #0099ff;
	font-style: italic;
	font-family: Georgia,serif;
	text-decoration: underline;
}
#addAComment img {
	float:left;
	padding-right: 15px;
	padding-top: 3px;
}
#addAComment .textarea label {
	display: none;
}
#addAComment textarea {
	width: 500px;
	#width: 450px;
	min-height: 200px;
}
#addAComment .submit {
	margin-top: 15px;
	margin-left: 75px;
}
#commentPagination #paginationHolder {
	border-top: none;
	border-bottom: none;
}
#paginationHolder ul.pagination li {
	border-bottom: none !important;
}
blockquote {
	margin: 30px 0 30px 30px;
	padding-left: 15px;
	color: #666;
	border-left: 1px dotted #333;	
}
blockquote.pullQuote {
	margin: 30px;
	color: #000;
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	line-height: 30px;
	border: none;	
}
blockquote.pullQuote:before {
	content: open-quote;
}
blockquote.pullQuote:after {
	content: close-quote;
}
/* LEGACY STYLE */
td.quotecodeheader {
	display: none;	
}
td.quotebody {
	margin: 30px;
	color: #000;
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	line-height: 30px;
	border: none;	
}
.quotebody:before {
	content: open-quote;
}
.quotebody:after {
	content: close-quote;
}
/* END LEGACY PULLQUOTES */

#emailPost {
	padding: 20px 30px;
	width: 465px;
}
#emailPost label {
	display: block;
	font-style: italic;
	font-family: Georgia,serif;
	margin: 10px 0 5px;
}
#emailPost input {
	padding: 5px;
}
#loginForComment {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	padding: 30px 80px;
}
#loginForComment a {
	text-decoration: underline;
}
.fbShareComment {
	width:170px;
	float:right;
	margin-right: 5px;
}
.fbShareComment label {
	
}
.fbShareComment input {
	
}