@charset "utf-8";
/* CSS Document */

body {
	padding:0 50px;
}


.post {
	margin: 0 0px 0 0; padding: 70px 20px 20px;
	position: relative;
	float: left;
	width:98%;
}

.post a:hover {
	color:#CC3300;
}

.post .postheader {
	float: left;
	width:93%;
	position: absolute;
	left: 47px; top: 0;
	
}

.vote {
	width: 46px; height: 55px;
	float: left;
	padding: 1px 0px 1px 0;
	text-align: center;
	font-size: 1.5em;
	position: absolute;
	left: -48px; top: 0px;
}

.ui-state-highlight:hover {
	cursor: pointer;
}

.dislike{
	left: -1px;
}

.vote strong, .vote small {
	font-size: 0.5em;
	text-transform: uppercase;
	display: block;
}
a.comments_top {
	position: absolute;
	right: 10px; top: -10px;
	width: 50px; height: 25px;
	padding: 4px 0 0 5px;
	font-size: 1.4em;
	text-decoration: none;
}
.post .postheader h2 { 
	margin: 0; padding: 0 25px 0 10px; 
	font: normal 2.5em ; 
	height:30px; line-height: 30px;
}
.post .postheader h2 a {
	text-decoration: none;
	display: block;
}
.post .postheader p a {
	text-decoration: underline;
}
.post .postheader a:hover {
	color:#CC3300;
}
.post .postheader p{ 
	font-size: 0.8em; 
	height: 27px; 
	line-height: 27px; 
	margin: 0; 
	padding: 0 10px 0 10px; 
}
.postheader p a {}
.postheader p span {float: right;}


.vote_icons {
	margin:0px 0 0 8px;
}

.ui_icon_voting {
	background:transparent url(../images/ui_icon_voting.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	width:20px;
}
.ui_icon_voting_like {
	background-position:0 0;
}
.ui_icon_voting_dislike {
	background-position:0 -22px;
}
.ui_icon_voting_dislike_margin {
	margin-left: 7px;
}

.disable_underline {
	text-decoration: none;
}

.disable_underline:hover {
	color: #363636 !important;
}

/*********************** Swith Display ***********************/


.thumb_view .swith_content, .comments_top{
	display: none;
}

.thumb_view .comments_top{
	display: block;
}

.style_sw {
	margin:5px 0;
	float:right;
}
