/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: JANI-Polls										|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/jani-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/


.jani-polls-archive {
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.jani-polls {
	margin: 20px 0px;
	padding: 20px 0px;
	/* border-bottom: 1px solid #CCC; */
}

#polls-head {
	margin: 0px 0px 12px;
	padding: 0px 0px 6px;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	display: block;
}
#polls-head .total {
	width: 25%;
	float: left;
}
#polls-head .total em {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #CC6860;
}
#polls-head .period {
	width: 75%;
	float: left;
	text-align: right;
	padding: 9px 0px 0px;
}



#polls-title {
	display: none;
}

.wp-polls-q ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	display: block;
	float: none;
}
.wp-polls-q ul li:before, .wp-polls-ans ul li:before {
	content: '';
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.jani-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.jani-polls-image {
	border: 0px;
}

.wp-polls-q ul li {
	margin: 0px 0px 12px;
	padding: 0px 0px 12px;
	border-bottom: 1px solid #ddd;
}
.wp-polls-ans ul li {
	margin: 0px 0px 12px;
	padding: 0px 0px 12px;
	border-bottom: 1px solid #ddd;
}


.wp-polls-ul input[type="radio"]{
	display: none;
}
.wp-polls-ul label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 5px 0px 5px 25px;
	text-align: left;
	line-height: 1.2em;
	margin: 0px 0px 0px 5px;
	width: 583px;
}
.wp-polls-ul label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 2px solid #999;
	padding: 0px;
}
.wp-polls-ul input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #CC6860;
}

.wp-polls-ul .comment-box {
	display: none;
	margin: 0 0 0 30px;
}

.wp-polls-ul input, .wp-polls-ul textarea {
	border: 1px solid #CC6860;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 0px 3px;
	padding: 0px;
}
.tipped { color: #bbb; }



.wp-polls-ul .polls-name {
	width: 200px;
}
.wp-polls-ul .polls-comment {
	width: 100%;
	padding: 4px;
}

.jani-polls .vote-button,
.jani-polls .result-button,
.comments_back-button {
	text-align: center;
	padding: 8px;
}
.jani-polls .result-button a {
	font-weight: bold;
}
.jani-polls input[type="button"],
.jani-polls input[type="submit"],
.jani-polls .vote-button a,
body .comments_back-button a {
	display: block;
	width: 300px;
	height: 36px;
	margin: 0 auto;
	padding: 2px 0px 0px;
	border: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background: #CC6860;
	font-size: 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.jani-polls .vote-button a,
.comments_back-button a {
	line-height: 2.3em;
}
.jani-polls input[type="button"]:hover,
.jani-polls input[type="submit"]:hover,
.jani-polls .vote-button a:hover {
	box-shadow: 0 0 0;
}
.jani-polls .wp-polls-q ul,
.jani-polls .wp-polls-ans ul {
	margin: 0;
	padding: 0;
}







/* グラフ */
.wp-polls-ans .wp-polls-ul .head {
	padding: 0px 0px 4px;
	font-size: 15px;
	font-weight: bold;
}
.wp-polls-ans .wp-polls-ul .graph {
	float: right;
	height: 40px;
	width: 85%;
}
.wp-polls-ans .wp-polls-ul .graph .pollbar {
	/* background: #0099cc; */
	margin: 12px 0px 0px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	border: none;
}
.wp-polls-ans .wp-polls-ul .result {
	float: left;
	height: 40px;
	width: 15%;
}
.wp-polls-ans .wp-polls-ul .result .number {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	padding: 5px 0px 0px;
}
.wp-polls-ans .wp-polls-ul .result .value {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
}
.wp-polls-ans .wp-polls-ul .result .number em {
	font-style: normal;
	font-weight: bold;
}
.wp-polls-ans .wp-polls-ul .result .value em {
	font-style: normal;
	font-weight: bold;
	color: #CC6860;
}
.thermometer-outer {
 float: right;
	height: 40px;
	width: 85%;
}
.thermometer-outer-h {
	height: 18px;
	width: 100%;
	background: #eee;
	border: 1px solid #ddd;
}
.thermometer-inner {
  background: #CC6860;
}
.thermometer-inner-h {
  height: 16px;
}
#poll-thanks {
	background: #DDF0FF;
	margin: 0px 0px 15px;
	padding: 12px;
	border: 1px solid #0099cc;
	font-size: 15px;
	text-align: center;
}


/* Polls Archive Paging */
.jani-polls-paging a, .jani-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.jani-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.jani-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.jani-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.jani-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.jani-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.jani-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}



.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}





/* comment */
.jani-polls #polls-comments-title {
	margin: 30px 0 10px 0;
	padding: 2px 0 0 6px;
	border-left: 6px solid #CC6860;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	clear: both;
}
.jani-polls #polls-comments {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.jani-polls .comment {
	float:none;
}
.jani-polls .comment-body {
	float:none;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #aaa; 
	list-style-type: none; 
}
.jani-polls .comment-author {
}
.jani-polls .comment-author .fn {
}
.jani-polls .comment-meta {
	color: #0099cc;
}
.jani-polls .comment-body p {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.jani-polls .comment-body .delete {
	text-align: right;
}
.jani-polls .comment-meta {
	color: #0099cc;
	font-size: 13px;
	line-height: 1.4em;
	padding: 0px 0px 2px;
}
.jani-polls .commentmetadata {
	padding-top: 5px;
	font-size: 10px;
	color: #aaa;
	text-align: right;
}
.jani-polls .commentmet-q {
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
}






/* side */
#poll-ranklist,
#poll-nowlist,
.widget_polls-widget {
padding: 10px 0;
overflow: hidden;
}

.poll-list {
margin-bottom: 30px;
padding: 5px;
border:1px solid #FF6600;
overflow: hidden;	
font-size:13px;
}

.poll-list li .poll-num {
	display: block;
	width: 12%;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	float: left;
}
.poll-list li .poll-text {
	display: block;
	width: 88%;
	float: left;
}
.poll-list li .poll-text .poll-vote {
}
.poll-list li  h4 {
	font-weight: normal;
}
.poll-list li .poll-date {
	font-size: 11px;
	padding: 0px 0px 0px 18px;
}


#masthead {
	background: #09F;
}


/* archive */
.poll-archivelist {
	padding: 0px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 30px;
}
.poll-archivelist li {
	display: block;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #CCC;
	float: none;
}
.poll-archivelist li h4 {
	display: block;
}
.poll-archivelist li .poll-date {
	display: block;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
}

#admin_button { float: right; width: 150px; padding: 5px 0; border-radius: 5px; cursor: pointer; font-size: 13px; }
.admin_button_select { float: right;
	width: 150px;
	margin-left: 12px;
	padding: 5px 0 6px 0;
	border-radius: 5px;
	border: 1px solid #A9A9A9;
	background-color: buttonface;
	text-align: center;
	font-size: 13px;
	color: #000;
	cursor: pointer;
}
.polls-comments-page {
	margin-top: 0;
	padding-top: 0;
}
.polls-comments-page #polls-comments-title {
	margin-top: 0;
	padding-top: 0;
}

.comment-ctl.comment-draft { background: #ffdfe4; }
.comment-ctl.comment-trash { background: #ededed; }
.comment-ctl > * { width: 450px; float: left;}

.comment-ctl .admin_messeage { width: 150px; padding-top:6px; float: right; }
.comment-ctl .admin_messeage .status { font-weight: bold; }

.jani-polls .paginator  .current {
	border: 1px solid #CC6860;
	color: #CC6860;
}
.jani-polls .paginator .page a {
	background-color: #CC6860;
}
.jani-polls .paginator  .next:after {
	border-left-color: #CC6860;
}
.jani-polls .paginator  .prev:before {
	border-right-color: #CC6860;
}
.jani-polls .paginator  .next a:after {
	border-left-color: #CC6860;
}
.jani-polls .paginator  .prev a:before {
	border-right-color: #CC6860;
}