/*----------------------------------------------------------------------------
[Poll stylesheet]

This stylesheet should only contain poll related styles. All styles should be
separated with a heading.

Project:	    	Lincolnshire 2010
Version:	    	1.0.0 [http://semver.org/]
Primary use:		For use with POLL
Original Author: 	Qasim Alyas
Last change:		01/Mar/10 []
Last Assigned to:	Qasim Alyas

-----------------------------------------------------------------------------*/

.storytext .poll {
	margin: 0;
	border: 0;
	padding: 0;
}
.poll {
	position:relative;
	margin-bottom: 10px;
	padding:0 0 11px;
	background:#F0F0F0 url(/magazine/graphics/decoration/rhc.box.shadow.png) no-repeat 50% 100%;
}
	.poll h2 {
		margin-bottom:0;
		padding:12px 8px 7px;
		font-size:1.154em;
		border:1px solid #FFF;
		border-bottom:0;
	}
	.poll p {
		margin-bottom:0;
		padding:0 8px 7px;
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
	}
	.poll div img {
		display: block;
	}
	.poll .poll_sleeve {
		padding:0 8px 13px;
		border:1px solid #FFF;
		border-width:0 1px 1px;
	}
	.poll .poll_sleeve p {
		margin: 5px 0 0;
		padding: 8px 0 5px;
	}
	.poll .poll_sleeve div {
		padding-bottom: 7px;
	}
	.poll .poll_sleeve div:after {
		content: ".";
		visibility: hidden;
		height: 0;
		display: block;
		clear: both;
	}
		.poll .poll_sleeve div div {
			float: left;
			margin: 0 5px 2px 0;
			padding: 0;
			height: 21px;
			width:200px;
		}
			.poll .poll_sleeve .pollQuestion {
				display: block;
				font-weight:bold;
			}
		.poll .poll_sleeve div input {
			margin:3px 8px 0 0;
		}
		.poll .poll_sleeve fieldset p {
			margin-top: 0;
			padding-bottom: 0;
			font-weight: bold;
			color:#9CBE06;
			border:0;
		}
		.poll input, .poll label {
			float: left;
			font-weight:bold;
		}
		.poll button {
			margin:8px 0 0;
			padding: 0;
			border: 0;
			display: block;
			width: 53px;
			height: 21px;
			text-indent: -9999px;
			background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat 0 -435px;
			cursor: pointer;
		}
	a#pollResults {
		display:none;
	}
	a#pollResults:hover,
	a#pollResults:focus {
		border-bottom-color:#F0F0F0;
	}

#pollResults .poll { background:none; }
#pollResults .poll h2, #pollResults .poll p, #pollResults .poll_sleeve { padding:0; }
#pollResults .poll_sleeve { padding:14px 0; }
#pollResults .poll_sleeve div div { width:150px; }