﻿@charset "utf-8";
/* CSS Document */
body {
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:medium;
background-color:#ff9933;
margin-bottom:0px;
}
.pageContainer {
margin:0 auto;
padding:10px 15px 10px 15px;
width:900px;
background-image:url('wwkdheader.gif');
background-repeat: no-repeat;

background-color:white;
}
.column {
float:left;
height:410px;
width:440px;
}
.alt {
margin-left:20px;
}
.idea {
background-color:#EEEEEE;
height:85px;
margin:2px 0;
padding:5px;
position:relative;
}
.ideaName
{
	width:320px;
}
.comment {display:none;}
.innerContent .ideaName
{
	width:830px;
}
.innerContent .comment {display:block; clear:both; color:#666; font-size:90%;}
.idea strong, .idea a {
display:block;
}

.idea .votes {
background:#ff9933 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-size:250%;
height:50px;
padding:10px 0;
position:absolute;
right:30px;
text-align:center;
top:5px;
width:80px;
background-image:url('vote_top.gif'); 
background-repeat:no-repeat
}
.idea .votelink {
background-color:#ff9933;
height:45px;
position:absolute;
right:10px;
width:20px;
text-align:center;
color:#EEEEEE;
text-decoration:none;
font-weight:bold;
}
.idea .noway {
top:30px;
}
.idea .awesome {
top:5px;
}
.idea .ideaDate {
bottom:4px;
display:block;
font-size:80%;
left:5px;
position:absolute;
}
.idea .ideaUrl {
bottom:10px;
display:block;
font-size:80%;
left:175px;
position:absolute;
}
.footer, .lower {
clear:both;
width:900px;
}

.ideaButton {
	display:block;
	margin: 0 auto;
	text-align:center;
	padding:5px 0 10px 0;
	background-image:url('button.gif');
	background-color:white;
	background-repeat: no-repeat;
	width: 279px;
	height:50px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	
}

h1{
	padding-top:70px;
	color:black;
}
h2{
border-bottom:thin #ff9933 solid 
	
}

div.field
{
	display:block; padding:2px 0 5px 0;
	border-bottom:1px solid #EEE;
	clear:left;
	height:30px;
}

label
{
	display:block;
	font-size:110%;
	font-weight:bold;
	color:#666;
	width:200px;
	float:left;
}

input.textbox 
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:110%;
	padding:3px;
	border:1px solid #999;
	display:block; float:left; width:300px;
}

input.button
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:120%;
	padding:5px 30px;
	display:block; float:left;
	border:1px solid #999;
	background-color:#FFF5F0;
	color:#F93;
	margin:0 15px 0 0;
}

div.actions
{
	clear:both;
	padding:10px;
	height:40px;
}
strong.disclaimer
{
	background-color:#EEE;
	color:#666;
	font-size:110%;
	display:block;
	clear:both;
	margin:10px 10px 0 10px;
}
small
{
	display:block;
	clear:both;
	background-color:#eee;
	padding:10px;
	margin:0 10px 10px 10px;
}