/* =akcje - rozwijalne menu
------------------------------------------------------------------------------------*/
ul.actions{
	float: right;
	width: 52px;
}

li.questionHolder ul.actions{ position: absolute; left: -9999px; }
li.questionHolder:hover ul.actions, li.questionHolder:focus ul.actions, li.questionHolder:active ul.actions{ position: static; }

ul.actions ul{
	position: absolute;
	margin-top: -1px;
	background: #FCFCFC; /*f0c65c*/
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	border: 1px solid #ccc;
}

ul.actions a:link, ul.actions a:visited{ color: #333; display: block; }
ul.actions a:hover, ul.actions a:active, ul.actions a:focus{
	color: #8a8d8b;
	text-decoration: none;
}

ul.actions a.actionButton:link, ul.actions a.actionButton:visited{
	text-decoration: none;
	outline: 0;
}

ul.actions li li{
	padding: 0 5px;
}

ul.actions li li a{
	padding: 0px 2px;
	outline: 0;
}

.questionHolder{
	border-bottom: 1px solid #e8e8e4;
}

/* =question rating
------------------------------------------------------------------------------------*/
a.thumbsup, a.thumbsdown, a.thumbsup:visited, a.thumbsdown:visited, span.thumbsup, span.thumbsdown {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url(../img/hands.png) no-repeat 0 0;
}

a.thumbsup, a.thumbsup:visited, span.thumbsup{
	background-position: -16px 0;
}

a.thumbsup:hover, .thumbsup .active{
	background-position: -16px -16px;	
}

a.thumbsdown:hover, .thumbsdown .active{
	background-position: 0 -16px;	
}

.ratecounter .plus{color: green;}
.ratecounter .minus{color: red;}
.ratecounter .loading{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/loader-small.gif) no-repeat 50% 50%;
}

/* =questions list
------------------------------------------------------------------------------------*/
.questionsList li.questionHolder{
	clear: left;
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #fc0;
}

.questionsList li.questionHolder:last-child{
	margin-bottom: -5px;
	border-bottom: none;
}
/* =question details
------------------------------------------------------------------------------------*/
.questionHolder div.avatar{
	width: 52px;
	float: left;
	padding: 5px 0 0 10px ;
}

div.question{
	width: 393px;
	float: left;
	padding: 0 10px;
}

	.noAvatar div.question{width: 455px;}

	div.details .date{
		color: #939596;
	}
	
	div.questionContent{
		padding: 10px 0 20px;
	}
	
	div.questionContent p{
		margin-bottom: 10px;
	}
	
	div.questionContent p a, div.questionContent p a:visited{
		display: block;
		color: #000;
	}
	
	div.questionContent p a:active, div.questionContent p a:hover, div.questionContent p a:focus{
		color: #444;
		text-decoration: none;
	}
	
	div.questionContent p span{ color: #8ba71f; font-weight: bold; }
	
	div.bar{
		height: 20px;
		padding: 0 195px 0 72px;
		font-size: .9em;
		clear: left;
		overflow: hidden;
	}
	
	.noAvatar div.bar{padding-left: 10px;}
	
	div.bar .links{
		float: left;
	}
	
	div.bar .links li{
		float: left;
		display: block;
		margin-right: 10px;
		list-style: none;
	}
	
	div.bar .links li.thumbsup, div.bar .links li.thumbsdown{margin-right: 0px;}
	
	div.bar .links a{ color: #939596; }
	div.bar .links a span{ color: #000; }

div.tabs{ clear: both;}
	
div#question-details .triggers{
	padding-left: 10px;
	border-bottom: 4px solid #FFCC66;
}

div.answer{
	width: 185px;
	float: left;
}

.questionHolder div.answer{margin-bottom: -10px;}
.questionHolder div.answerLoading {background: url(../img/loader.gif) no-repeat 50% 50%; height: 32px; width: 32px; margin: 10px auto 0; }
	
	div.answer .answerError{
		margin: 5px 5px 0;
		padding: 3px;
		line-height: 1.1em;
		font-size: .9em;
		color: #f93f20;
		text-align: center;
	}
	
	ul.type1 a:link, ul.type1 a:visited, ul.type4 a:link, ul.type4 a:visited,
	ul.type2 a:link, ul.type2 a:visited, span.answer{
		float: left;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	div.answer li.col{ float: left; }

	div.answer .stats span, div.answer span.stats{
		display: block;
		margin: 3px auto 0;
		text-align: center;
		font: bold 1em Arial, sans-serif;
		color: #727478;
	}

	div.answer .last, div.answerStats .last{margin-right: 0!important;}
	div.answer .timestamp, div.answer .helptext{ text-align: center; }
	div.answer .timestamp{
		margin: 0 10px 5px;
		line-height: 1.2em;
		font-size: .8em;
		background: #FCFCFC;
		color: #838589;
		border: 1px solid #f8f7f7;
		-moz-border-radius: 3px;
	}
	
	/* =type1 --- YES/NO */	
		ul.type1{
			overflow: hidden;
			width: 70px;
			margin: 10px auto 0;
		}
		
		ul.type1 .col{ margin-right: 10px; width: 30px; }
		
		ul.type1 a, ul.type1 span.answer{
			width: 30px;
			height: 30px;
			background: url(../img/answersIcons.png) no-repeat 0 0;
			line-height: 30px;
		} 
		ul.type1 a:hover, ul.type1 a:active, ul.type1 a:focus{ background-position: -60px 0; text-decoration: none; }
		ul.type1 a.active, ul.type1 span.active{ background-position: -30px 0; text-decoration: none; }
		
		ul.type1 span.stats{ width: 30px; font-size: .9em; }
	
	/* =type2 --- RATING */
		ul.type2{
			overflow: hidden;
			width: 124px;
			margin: 10px auto 0;
		}
		
		ul.type2 .col{ margin: 0 6px 5px 0; }
		
		ul.type2 a, ul.type2 span.answer{
			width: 20px;
			height: 19px;
			background: url(../img/answersIcons.png) no-repeat 0 -66px;
		}

		ul.type2 a:hover, ul.type2 a:active, ul.type2 a:focus, ul.type2 a.hover{ background-position: -40px -66px; text-decoration: none; }
		ul.type2 a.active, ul.type2 span.active{ background-position: -20px -66px; text-decoration: none; }

		ul.type2 span.stats{ width: 100%;}
	
	/* =type4 --- POLL */
		ul.type4{
			overflow: hidden;
			width: 170px;
			margin: 10px auto 0;
		}
		
		ul.count2{width: 65px!important;}
		ul.count3{width: 100px!important;}
		ul.count4{width: 135px!important;}
		
		ul.type4 .col{ margin-right: 5px; width: 30px; }
		
		ul.type4 a, ul.type4 span.answer{
			width: 30px;
			height: 30px;
			line-height: 30px;
			background: url(../img/answersIcons.png) no-repeat 0 -36px;
		}

		ul.type4 a:hover, ul.type4 a:active, ul.type4 a:focus{ background-position: -60px -36px; text-decoration: none; }
		ul.type4 a.active, ul.type4 span.active{ background-position: -30px -36px; text-decoration: none; }
		
		ul.type4 span.stats{ width: 30px; font-size: .9em;}

	/* =type6 --- A OR B */
		ul.type6{ width: 95px; }
		ul.type6 li.sep{width: 20px; margin-right: 3px;}
		ul.type6 li.sep span{
			display: block;
			width: 20px;
			height: 30px;
			line-height: 30px;
			color: #727478;
			text-align: center;
		}
		
	/* =type7 --- SORT */	
		ul.type7{text-align: center; margin-top: 0px;}
		ul.type7 .stats span{font-family: Verdana, sans-serif;}

	/* =type3 --- TEXT and =type8 --- NUMERICAL */
		div.type3 input, div.type8 input{
			width: 65px;
			text-align: right;
			font-size: 1.1em;
			font-weight: bold;
			color: #555;
			background: #daddd6;
		}
		div.type3 input{
			width: 150px;
			text-align: left;
		}
		
		div.type3 input:focus, div.type8 input:focus, div.type3 input.active:focus, div.type8 input.active:focus{ background: #d5e989; color: #555; }
		div.type3 input.active, div.type8 input.active{ background: #b2cd49; color: #fff; }
		div.type8, div.type3{text-align: center; color: #727478; }
		div.type8 p, div.type3 p{margin: 5px 0;}
		.numericalHelp{ text-align: center; }

/* =answer stats
------------------------------------------------------------------------------------*/
.answerStats{
	overflow: hidden;
	padding: 20px;
	text-align: center;
}

	.answerStats .scale{
		float: left;
		width: 133px;
		position: relative;
	}
	
		.scale p{ position: absolute; right: 0; }
		.scale .p100 { top: -5px; }
		.scale .p50 { top: 89px; }
		.scale .p0 { top: 185px; }
	
	.answerStats div.answer{
		float: none;
		width: 350px;
		margin: 0 auto;
	}
	.answerStats .type4{
		margin-top: 0;
		width: 320px!important;
	}
	.answerStats .type4 .col{ margin-right: 0; width: auto; }
	.answerStats .count2 .col{ width: 50%; }
	.answerStats .count3 .col{ width: 33%; }
	.answerStats .count4 .col{ width: 25%; }
	.answerStats .count5 .col{ width: 20%; }
	
	.answerStats .type4 span.answer{ float: none; display: block; }
	
	.answerStats .type1 span{
		font-size: 1.8em;
		color: #9B9F9C;
	}
	.answerStats .type1 span.green{ color: #a8c535; }
	
	.answerStats .type1 img{
		vertical-align: middle;
		margin: 0 30px;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	
	.answerStats .numerical, .answerStats .rate{ padding: 20px 0; font-size: 1.8em; color: #9B9F9C; }
	.answerStats .numerical strong, .answerStats .rate strong{ color: #A8C535; }
	
	
	.answerStats .rate{ font-size: 1.3em; }
	
	.answerStats .average{
		float: left;
		margin: 25px 30px 0 50px;
		width: 125px;
	}
	
	.answerStats .rate .stars{
		width: 123px;
		height: 19px;
		margin-bottom: 5px;
		background: url(../img/rate-stars.png) repeat-x 0 0;
		text-align: left;
	}
	.answerStats .rate .stars div{
		height: 19px;
		background: url(../img/rate-stars.png) repeat-x 0 -19px;
	}
	
	.answerStats .rate .answer{ float: left; text-align: left; margin-bottom: 20px; width: 290px; }
	.answerStats .rate .answer ul.type4{ width: 290px; }
	.answerStats .rate .answer ul.type4 li span{ width: 54px; text-align: left; }
/* =answers
------------------------------------------------------------------------------------*/
.answers{}

	.answers p.nav{
		clear: left;
		padding: 10px;
		border-bottom: 1px solid #e8e8e4;
	}

	.answers ul.moreHolder{
		padding-top: 10px;
		list-style: none;
	}

	.answerHolder{
		width: 293px;
		float: left;
		padding: 10px;
		margin: 0 10px 10px;
		background: #fcfcfc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #eee;
		text-align: left;
	}

	.answers ul li.clr{
		margin-right: 0;
	}

	.answers .details{
		margin: 0px 10px;
		line-height: 1.2em;
	}
	
	.answers div.answer{
		width: 230px;
	}

	.answers ul.type1{ margin-left: 10px; width: auto; }
	.answers ul.type2{ margin-left: 10px; }
	.answers div.type3 p, .answers div.type8{ padding: 5px 0 0 10px; text-align: left; }
	.answers div.type3 p{ margin: 0; }
	.answers ul.type4{ margin: 10px 0 0 10px; text-align: center; margin-top: 5px;}
	.answers div.type8 strong{ color: #777; font-size: 1.5em; }
	
	.answers .delAnswer{
		float: right;
		margin-bottom: -10px;
	}

	.answers .more{
		margin: 10px 10px -5px 10px;
		padding: 0;
		text-align: right;
	}
	
/* =comments
------------------------------------------------------------------------------------*/
.comments{
	overflow: hidden;
	padding-top: 5px;
}
	
	.commentList{ padding-top: 5px; }
	.commentList.noAvatar{ padding-bottom: 5px; margin-bottom: -10px; }
	
	li.commentHolder{ clear: left; }

	.comment{
		margin: 0 10px 10px;
		padding: 10px 10px 5px;
		background: #fcfcfc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #eee;
	}

	.owner{ background: #fffce5; }

	.comments form.mainComment{
		overflow: hidden;
		padding: 20px 10px 10px;
		border-top: 2px solid #fc0;
	}

	.comments .loginInfo{border-top: 2px solid #fc0;}

	.comments form.mainComment textarea{
		width: 634px;
	}

	.comments form button{
		float: left;
		margin-right: 10px;
	}

	.answers div.avatar, .comments div.avatar{
		margin: 0;
		float: left;
		height: 52px;
		width: 52px;
	}

	.answers div.details, .comments div.details{
		margin-left: 62px;
	}
	
	.comments .noAvatar div.details{
		margin-left: 0;
	}
	
	.comments div.commentBody div.avatar{ padding-left: 0; }

	.comments div.commentBody p.commentText{ margin-left: 62px; }
	.comments .noAvatar div.commentBody p.commentText{ margin-left: 0; }
	
	.comments div.commentBody a.action{
		float: right;
		clear: left;
		font-size: .9em;
	}

	.comments div.commentReply{
		margin-left: 72px;
		clear: left;
	}

	.comments div.commentBody{padding-bottom: 5px;}

	.comments div.commentReplies form{
		clear: both;
		margin: 10px 0 10px 82px;
		overflow: hidden;
	}

	.comments div.commentReplies form textarea{
		width: 562px;
	}

	.comments div.commentReplies .info{
		text-align: right;
		padding: 10px;
	}

	.comments .more{
		margin: 10px 0 0 10px;
		padding: 0;
	}
	
	.noAvatar .commentBody a:link, .noAvatar .commentBody a:visited{ color: #333; }
	
/* =club statistics
------------------------------------------------------------------------------------*/
	.statistics .statHolder{
		margin: 10px 10px 0;
		padding: 10px 10px 5px;
		background: #fcfcfc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #eee;
	}
	
	.statistics .statHolder li {
		clear:right;
		font-weight:bold;
		margin-bottom:3px;
		text-align:right;
	}
	
	.statistics .statHolder li span {
		display:block;
		float:left;
		font-weight:normal;
		text-align:left;
		width:70%;
	}
	

/* =right
------------------------------------------------------------------------------------*/
.rates p, .tags p{
	text-align: center;
}

#right .rates .triggers a { margin-right: 25px; padding-right: 5px; }
#right .rates .triggers a span{ width: 25px; right: -25px;  }
#right .rates .triggers .positive span{ background: url(../img/aside-h2-rates.png) no-repeat 0 -60px; }
#right .rates .triggers a.positive:hover span, #right .rates .triggers a.positive:active span, #right .rates .triggers a.positive:focus span, 
#right .rates .triggers li.active a.positive:link span, #right .rates .triggers li.active a.positive:visited span{ background: url(../img/aside-h2-rates.png) no-repeat 0 -40px; }
#right .rates .triggers .negative span{ background: url(../img/aside-h2-rates.png) no-repeat 0 -20px; }
#right .rates .triggers a.negative:hover span, #right .rates .triggers a.negative:active span, #right .rates .triggers a.negative:focus span, 
#right .rates .triggers li.active a.negative:link span, #right .rates .triggers li.active a.negative:visited span{ background: url(../img/aside-h2-rates.png) no-repeat 0 0; }

.rates .usersList{
	padding-bottom: 0;
	overflow: visible;
}

.rates li.more{
	width: 100%;
	overflow: visible;
	margin-bottom: -10px;
	padding: 0;
}

.rates li.more a{
	float: right;
	margin: 0 5px 0 0;
}

#right .tags .content{
	padding: 0 10px;
	text-align: center;
}

#right .tags p span{
	display: block;
	-moz-border-radius: 3px;
	background: #FCFCFC;
	border: 1px solid #F8F7F7;
	margin: 0 0 5px;
	padding: 2px 3px;
}

#right .tags p.thisCategory span{ margin-top: 10px; }

.confirm{ padding: 0;}

.confirm h2{
	text-align: left;
	margin-bottom: 10px;
	color: #01486c;
}

.confirm li{
	margin-bottom: 10px;
	padding: 20px!important;
	text-align: center;
}

.confirm p{ text-align: left; font-weight: 700; margin-bottom: 25px;}
.confirm .small{ font-weight: 400; color: #fff; }
.confirm a:link, .confirm a:visited{ color: #01486c; }
.confirm a.button:link, .confirm a.button:visited{ color: #fff; background: #01486c; }
#questionPreview .nav span{ color: #D66E40; }