#content .datetime {
	float: left;
}
	#content .datetime .date {
		font-weight: bold;
		color: #666;
	}
	#content .datetime .time {
		color: #8b8b8b;
		font-size: 90%;
		padding-left: 2em;
	}
#content .textsize {
	text-align: right;
	font-size: 90%;
	color: #8b8b8b;
}
	#content .textsize a {
		width: 9px;
		height: 9px;
		margin-left: 4px;
	}
#content h1 {
	#font-size:24px;
	font-weight:bold;
}

#article {
	padding-top: 20px;
}

div#article ul {
	list-style: inside disc;
	padding: 1em;
}

div#article ol {
	list-style: inside decimal;
	padding: 1em;
}


    #content .textsize {
           padding-bottom: 4px;
    }
    #content > #article {
           overflow: hidden;
    }
    #article {
           zoom:1;
    }

	#article img.main {
		float: right;
		margin-left: 20px;
		margin-bottom: 8px;
	}
	#article div.desc {
	    font-style: oblique;
	    font-weight: bold;
	    font-size: 14px;
	    padding-bottom: 1em;
	}
	#article p,
	#article cite {
		padding-bottom: 2em;
		font-size:15px;
	}
		#article cite {
			display: block;
			color: #515151;
		}
		#article p:nth-child(2n+1) {
			#color: #999;
		}
		#article p.repost {
			color: #515151;
			font-weight: bold;
		}
#content .bookmark {
	color: #535353;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 7px 0;
}
    #content .bookmark .addthis_toolbox { display: inline-block; }
    #content .bookmark .print_icon { float: right; }
	#content .bookmark ul,
	#content .bookmark li {
		display: inline;
	}
		#content .bookmark ul {
			margin-left: 8px;
		}
		#content .bookmark li a {
			color: #979797;
			padding: 0 12px 0 20px;
			background-position: left center;
			background-repeat: no-repeat;
		}
			#content .bookmark li.delicious a	{ background-image: url(../images/layout/bookmarks/delicious.gif);	}
			#content .bookmark li.digg a		{ background-image: url(../images/layout/bookmarks/digg.gif);		}
			#content .bookmark li.reddit a		{ background-image: url(../images/layout/bookmarks/reddit.gif);		}
			#content .bookmark li.facebook a	{ background-image: url(../images/layout/bookmarks/facebook.gif);	}
			#content .bookmark li.twitter a		{ background-image: url(../images/layout/bookmarks/twitter.gif);		}
#content .rellinks {
	overflow: hidden;
	padding: 7px 0 24px;
}
	#content .rellinks li {
		float: left;
		padding: 0 16px 0 22px;
		background-position: left center;
		background-repeat: no-repeat;
	}
		#content .rellinks li.sendtofriend	{ background-image: url(../images/layout/rellinks/sendtofriend.gif);	}
		#content .rellinks li.print			{ background-image: url(../images/layout/rellinks/print.gif);		}
		#content .rellinks li.backtotop {
			float: right;
			background-image: url(../images/layout/rellinks/backtotop.gif);
		}
		
#see_also a {
    background: url("../images/layout/news_marker.gif") no-repeat scroll left 10px transparent;
    padding: 4px 0 4px 11px;
    line-height: 22px;
    font-weight: normal !important;
    font-style: normal !important;
}

#see_also {
    padding: 20px;
}

#see_also p {
    margin: 0px;
    padding: 0px;
}

#see_also div {
    margin: 0px;
    padding:0px;
}

div.panel img {
    text-align: center;
}

#newsphoto {
    float: right;
    text-align: center;
    font-weight: bold;
}

#content em {
    font-style: italic !important;
}

#content strong {
    font-weight: bold !important;
}

#content em p, #content strong p {
    padding-bottom: 0 !important;
}
