/* image aligning */
.aligncenter, .alignnone {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 10px auto;
}
.alignleft {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	display: inline;
	overflow: hidden;
	margin: 0 0 10px 10px;
}
/* post styles */
.post h1 {
	font-size: 22px;
	font-weight: normal;
	font-family: georgia;
	margin: 0px 0 0 0;
	line-height: 1.4em;
}
.post h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #aaa;
	margin: 15px 0 0 0;
}
.post h3 {
	color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}
.post h4 {
	color: #666;
	font-size: 1.5em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}
.post h5 {
	color: #ff6000;
	margin: 15px 0 0 0;
}
.post h6 {
	font-size: 0.9em;
	color: #222;
	margin: 15px 0 0 0;
}
.post em {
	color: #888;
}
.post p {
	line-height: 1.5em;
	text-align: justify;
	margin: 10px 0 0 0;
}
.post img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ccc;
}
.post del {
	text-decoration: line-through;
	color: #aaa;
}
.post ins {
	text-decoration: underline;
	font-weight: bold;
}
.post ul, .post ol {
	margin: 10px 0 0 10px;
}
.post ul ul, .post ol ol {
	margin: 5px 0 5px 15px;
	font-size: 0.9em;
	color: #888;
}
.post ul li {
	line-height: 1.4em;
	border-bottom: 1px solid #eee;
	padding: 3px 0 3px 0;
	list-style-type: circle;
}
.post ol li {
	line-height: 1.4em;
	border-bottom: 1px solid #eee;
	padding: 3px 0 3px 0;
}
.post ul li a:hover, .post ol li a:hover {
	/*background: #f6feff;*/
	color: #297eb9;
}
.post code {
	margin: 20px 0 0 0;
	display: block;
	background: #eee;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color: #444;
}
.post blockquote {
	display: block;
	background: #e9f8fb;
	border: 1px solid #cfdee1;
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	color: #366799;
	font-weight: bold;
}
.post blockquote blockquote {
	border: none;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	color: #555;
	font-weight: normal;
}
/* global page styles */
.page-all {
	display: block;
	background: url(wide-col-bg1.png) -631px 0 repeat-y;
	height: auto;
	margin: 0 10px 0 0;
}
.special-feature .page-all {
	display: block;
	background: url(sp_feat_bg.png) top center repeat-y;
	height: auto;
	margin: 0;
}
.page-top {
	display: block;
	background: url(wide-col-bg1.png) -631px 0 repeat-y;
	min-height: 230px;
}
.no-bg.page-top {
	background: none;
}
.container-top {
	background: url(wide-col-bg1.png) 0 0 no-repeat;
	height: 20px;
	margin-right: 10px;
}
.special-feature .container-top {
	background: url(sp_feat_bg.png) 0 0 no-repeat;
	height: 15px;
	margin-right: 0px;
}
.dark-header-footer .container-top {
	background: url(wide-col-bg2.png) 0 -1px no-repeat;
	height: 13px;
	margin-right: 10px;
}
.page-bottom {
	display: block;
	background: url(wide-col-bg1.png) -1262px bottom no-repeat;
	height: 16px;
}
.special-feature .page-bottom {
	display: block;
	background: url(sp_feat_bg.png) right bottom no-repeat;
	height: 15px;
}
.dark-header-footer .page-bottom {
	display: block;
	background: url(wide-col-bg2.png) -1262px bottom no-repeat;
}
.containerI {
	padding: 15px 15px 1px 15px;
}
/* Site navigation */
.sitenav {
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	color: #999;
}
/* Seperate post styles */
.item {
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 20px;
}
.post-thumb img {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
}
.postinfo {
	margin: 7px 0 0 0;
	font-size: 0.9em;
	color: #999;
}
.postinfo a {
	color: #ff6000;
}
.postinfo a:hover {
	color: #333;
}
.post-tags {
	color: #999;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	font-size: 0.9em;
}
.post-tags a {
	font-weight: bold;
}
.tags {
	color: #999;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}
.tags a {
	color: #666;
	font-weight: bold;
}
.tags a:hover {
	color: #297eb9;
}
.find {
	margin: 15px 0 0 0;
}
.find input {
	vertical-align:middle
}
.findfield {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
	color: #555;
}
.findsubmit {
	background: #297eb9;
	border: 1px solid #b6b6b6;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
}
.findsubmit:hover {
	color: #333;
	background: #fff;
}
/* social buttons for post */
.social-buttons {
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0 auto 15px auto;
}
.social-icons-container {
	background: url(social-icons-bg.png) top center no-repeat;
	height: 50px;
	padding-left: 20px;
	margin: 10px 0 20px;
}
.social-icons-container .social-buttons a {
	margin: 8px 18px 0 0;
}
.social-buttons a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	margin: 15px 23px 0 0;
	padding: 5px;
}
.social-buttons a:hover {
	background: #eee
}
.social-buttons img {
	float: none;
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}
#uservoice-feedback-tab {
	opacity:0.75;
}

