/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-Polls										|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls {
	overflow: auto;
}

.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
	margin-top: 10px !important;
	margin-left: 12px !important;
}
body.poll-include .wp-polls ul li {
        margin-left: 20px !important;
}
.wp-polls ul li:first-child, .wp-polls-ul li:first-child, .wp-polls-ans ul li:first-child {
	margin-top: 0;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls li {
	margin-left: 20px;
}
.wp-polls li INPUT  {
	vertical-align: top;	
	margin-left: -25px;
	margin-right: 5px;
	margin-top: 3px;
}
.wp-polls INPUT  {
	display: inline;
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}

.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
	border-bottom: solid 1px #e3e3e3;
}
.wp-polls-q {
	display: block;
	padding: 4px 0;
	font-family: Oswald, Arial, Verdana, sans-serif;
	text-align: left;	
	font-weight: lighter;
	font-size: 17px;	
	/*
	background-color: #eee;
	*/
	border-top: solid 1px #ddd;
	border-bottom: dotted 1px #e3e3e3;
	text-transform: uppercase;
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	/*
  	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
	*/
	padding: 3px 10px;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* LOgin box */
.poll_login {
        position: fixed;
        z-index: 200;
        width: 320px;
        top: 50px;
        left: 50%;
        margin-left: -186px;
        background-color: #fff;
        -webkit-box-shadow: #444 0 0 0 1px, rgba(0, 0, 0, 0.7) 0 3px 15px;
        -moz-box-shadow: #444 0 0 0 1px, rgba(0, 0, 0, 0.7) 0 3px 15px;
        -o-box-shadow: #444 0 0 0 1px, rgba(0, 0, 0, 0.7) 0 3px 15px;
        -ms-box-shadow: #444 0 0 0 1px, rgba(0, 0, 0, 0.7) 0 3px 15px;
        box-shadow: #444 0 0 0 1px, rgba(0, 0, 0, 0.7) 0 3px 15px;

}
.poll_login form {
	margin: 0;
}
.poll_login.thinking .is-thinking {
        display: block;
}
.poll_login a.forgot-password {
        font-size: 14px;
}
.poll_login .actions {
	margin: 8px 18px 0;
	border-top: dotted 1px #999;	
	text-align: center;
	padding: 7px 18px 7px; 
}
.poll_login a.sign-up {
        font-size: 14px;
}
.poll_login .is-thinking {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        background-color: #fff;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
        color: #000;
        font-size: 18px;
}
.poll_login .is-thinking img {
	margin-top: 40%;
}
.poll_login form {
        padding-bottom: 15px;
}
.poll_login input[type="submit"] {
        font-family: Verdana, Arial, sans-serif;
        font-size: 16px;
        margin-top: 10px;
        margin-left: 212px;
        width: 80px;
}
.poll_login .error-notice {
        color: #c00;
        padding: 0 15px 5px 15px;
}

.poll_login .close-box {
        position: absolute;
        z-index: 1;
        top: -18px;
        right: -18px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        cursor: hand;
        background: url('http://www.wnd.com/wp-content/themes/worldnet-theme/_/js/fancybox/fancybox_sprite.png');
}
.poll_login .option-register {
       	display: none; 
	background-color: #f5f5f5;
}
.poll_login .option-email {
        background-color: #aaa;
        border-top: dashed 1px #ddd;
}
.poll_login h1, .poll_login h2, .poll_login h3, .poll_login h4 {
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
        text-transform:  uppercase;
        font-weight: lighter;
        padding: 0 15px;
	margin: 0;
}
.poll_login h2 {
        font-size: 20px;
        background-color: #c00;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
}
.poll_login h3 {
        padding-top: 15px;
        font-size: 16px;
}
.poll_login h4 {
        padding-top: 15px;
        font-size: 12px;
}
.poll_login p {
        margin: 0;
        padding: 0 15px 10px;
        color: #666;
}
.poll_login p.main-description {
        margin-top: 10px;
        font-family: Times, 'Times New Roman', serif;
}
.poll_login form p {
        padding: 0;
}
.poll_login input.input {
        border: solid 1px #999;
        padding: 4px;
        margin-top: 3px;
        width: 155px;
}
.wp-polls .poll_login label {
        display: -moz-inline-stack !important;
        display: inline-block !important;
        *display: inline !important;
        width: 130px;
        text-align: right;
        margin-right: 5px;
        color: #444;
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
        text-transform:  uppercase;
        font-weight: lighter;
        font-size: 14px;
        vertical-align: middle;
}

.poll_login .login-remember label {
        margin-left: 125px;
        width: 200px;
        text-align: left;
        text-transform: none;
        font-family: Times, 'Times New Roman', serif;
}
.poll_login .login-remember label input {
        vertical-align: middle;
}
                                                                                                                              4287,1        Bot
