/* inaccurate names should more or less correspond with their respective pieces on pimpsurveys.com */

html, body
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body
{
	background-color: #fff;
	color: #005972;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

div#errbody
{
	width: 710px;
	padding: 20px 0;
	margin: auto;
	text-align: left;
}

h1
{
	display: block;
	float: left;
	width: 185px;
	height: 89px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	margin: 0 20px 0 0;
	background-image: url("../images/logo-pimppolls.png");
}

ul#nav
{
	float: left;
	padding: 0;
	margin: 58px 0 0 0;
	list-style-type: none;
}

ul#nav li
{
	padding: 0;
	margin: 0;
	float: left;
}

a#home, a#how, a#examples, a#make
{
	display: block;
	width: 122px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
}

a#home:hover, a#how:hover, a#examples:hover, a#make:hover
{
	background-position: 0 -31px;
}

a#home
{
	background-image: url("../images/nav-home.png");
}

a#how
{
	background-image: url("../images/nav-how.png");
}

a#examples
{
	background-image: url("../images/nav-examples.png");
}

a#make
{
	background-image: url("../images/nav-makeone.png");
}

div#yellow
{
	clear: both;
	margin: 0;
	//margin: -20px 0 0 0;
	background-image: url("../images/misc-yellowleft.png");
	background-repeat: no-repeat;
	background-color: #149cc1;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

div#yellow a
{
	text-decoration: none;
	font-weight: bold;
}

div#purple
{
	padding: 20px 10px;
	background-color: #fff;
	background-image: url("../images/misc-purplegradient.png");
	background-repeat: repeat-x;
	font-size: .8em;
}

h2
{
	padding: 0;
	margin: 0;
	background-image: url("../images/misc-h2.gif"); /* irfanview won't save small pngs :'( */
	background-repeat: repeat-x;
	background-position: 0 0.8em;
	color: #149cc1;
	text-indent: 3px;
	font-size: 1.5em;
	font-family: Times New Roman, Georgia, serif;
	font-weight: bold;
	font-style: italic;
}

p, table
{
	padding: 0;
	margin: 5px 0 15px 0;
	line-height: 1.5em;
}

div#leftbar
{
	float: left;
	width: 150px;
	margin-right: 10px;
}

div#content
{
	float: left;
	width: 369px;
	margin-right: 10px;
}

div#rightbar
{
	float: left;
	width: 150px;
}

div#leftbar p, div#rightbar p
{
	font-size: .8em;
}

input, textarea
{
	padding: 2px;
	background-color: #e5f4f9;
	color: #005972;
	border-width: 0;
}

input[type=hidden]
{
	display: none;
}

form#pollform input
{
	display: block;
	margin: 2px 0;
}

span#plusoption
{
	padding: 2px;
	background-color: #149cc1;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

input[type=button], input[type=submit] /* non-ie and guess who cares? */
{
	padding: 2px;
	background-color: #149cc1;
	color: #fff;
	font-weight: bold;
}

a
{
	color: #149cc1;
}

a:hover
{
	text-decoration: none;
}

table
{
	width: 100%;
}

th
{
	background-color: #323;
	padding: 4px 2px;
}

td
{
	padding: 3px;
}

td.column0
{
	width: 60%;
}

td.even
{
	background-color: #545;
}

td.even input, td.even textarea
{
	background-color: #656;
}

td.surveyanswer
{
	width: 60%;
}

td.surveyanswer input
{
	width: 100%;
}

div#adsensetop
{
	position: absolute;
	top: 0;
	width: 135px;
	padding: 5px 15px;
	background-color: #e5f4f9;
	background-repeat: no-repeat;
	font-size: .8em;
}

div#links
{
	color: #89b8c7;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}

div#moderator
{
	left: 0;
	background-image: url("../images/misc-moderatorcorner.gif"); /* argh@irfan */
	background-position: 100% 100%;
}

div#moderator a, div#links a
{
	color: #89b8c7;
	text-decoration: none;
}

div#links
{
	font-size: .64em;
}

div#adsensetop
{
	left: 100%;
	width: 468px;
	margin-left: -478px;
	padding: 2px 5px;
	background-image: url("../images/misc-linkscorner.gif"); /* argh@irfan */
	background-position: 0 100%;
}

img
{
	border-width: 0;
}

div#iconnav
{
	width: 235px;
	margin: 62px 0 15px 172px;
}

div#iconnav div.icon
{
	margin-bottom: 30px;
}

div#iconnav div.icon a
{
	text-decoration: none;
}

div#iconnav div.icon span
{
	display: block;
	padding: 20px 0 20px 44px;
	font-size: 1.5em;
	font-family: Times New Roman, Georgia, serif;
	font-weight: bold;
	font-style: italic;
	vertical-align: left;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#iconnav div.icon span.iconblue
{
	background-image: url("../images/icon-blue.png");
}

div#iconnav div.icon span.iconpink
{
	background-image: url("../images/icon-pink.png");
	color: #ff007f;
}

div#lolcounter, div#lolcounterafter
{
	float: left;
	margin: 60px 0 0 4px;
	color: #149cc1;
	font-family: Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

div#lolcounter
{
	width: 75px;
	margin-left: 50px;
	//margin-left: 30px;
	text-align: right;
}

div#lolcounterafter
{
	width: 350px;
}