/* @override http://askjud.com/css/base.css */

*
{
   margin: 0;
   padding: 0;
}

body
{
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 62.5%; /* reset 1em to 10px */
   background-color: #1D1D20;
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 99%;
}

#boxBorder {
    position: absolute;
    width: 600px;
    height: 330px;
    top: 100px;
    left: 50%;
    margin-left: -300px;
}

#answer {
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #53535C;
}

.helpBox {
	border: 1px solid #666;
	width: 200px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -210px;
	margin-left: 50px;
	}

.helpBox div {
	margin: 4px;
	font-size: 22px;
	color: #ccc;
	text-align: center;
	background: #666;
	height: 42px;
	}

.helpBox div p {
	padding-top: 7px;
	cursor: pointer;
	}
	
/* Begin Text Box Styles */

#petition
{
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -250px;
    width: 508px;
    font-size: 30px;
    border: 1px solid #C4C4D9;
}

#petition label
{
    position: absolute;
    top: -28px;
    font-size: 30px;
    color: white;
}

#petition input
{
    width: 500px;
    font-size: 30px;
    border: none;
    margin: 4px;
}

#question
{
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -250px;
    width: 508px;
    font-size: 30px;
    border: 1px solid #C4C4D9;
}

#question label
{
    position: absolute;
    top: -28px;
    font-size: 30px;
    color: white;
}

#question input
{
    width: 500px;
    font-size: 30px;
    border: none;
    margin: 4px;
}

#terminalText
{
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 500px;
    color: white;
}

#askQuestion
{
    width: 190px;
    height: 40px;
    bottom: 20px;
    left: 20px;;
    text-align: center;
    position: absolute;
    pointer: cursor;
    color: white;
    border-bottom: 3px solid #C4C4D9;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    cursor: pointer;
}

#judsReply
{
    position: absolute;
    top: 450px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    text-align: center;
}

#judsReply iframe {
	height: 30px;
}

#contentContainer
{
    width: 500px;
    position: absolute;
    top: 650px;
    left: 50%;
    margin-left: -250px;
}

.first
{
    margin-top: 0px;
}

.content 
{
    display: none;
}

.content h1
{
    margin-top: 60px;
    font-size: 30px;
    font-weight: normal;
    color: #53535C;
    border-bottom: 1px solid #53535C;
}

.content p
{
    padding: 5px;
    font-size: 14px;
    color: #999;
}


#extraSpace
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#footer .content 
{
    display: block;
}

/* Start psuedo terminal css */
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	background-color: #000;
}

#theAnswer{
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -200px;
    width: 400px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    padding: 0;
}

#newQuestion{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    text-decoration: underline;
    text-align: left;
    width: 200px;
}

#newQuestion p {
    cursor: pointer;
}

#infoSlider {
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -275px;
	color: black;
	background: white;
	width: 550px;
	font-size: 16px;
	z-index: 80;
}

#slideWrapper {
    margin: 15px;
    text-align: left;
}

#slideWrapper ul {
    margin: 10px;
}

#ads {
    bottom: 100px;
    position: absolute;
    left: 50%;
    margin-left: -355px;
    width: 720px;
    text-align: center;
}

#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -210px;
	margin-left: -250px;
	}

img {
 border: 0;
 }

#linkUnits {
	top: 385px;
	width: 600px; 
	left: 50%; 
	margin-left: -300px; 
	position: absolute; 
	z-index: 200; 
	text-align: center;
	}

div#intro {
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	background: #999;
	opacity: .2;
	filter: alpha(opacity=20);
	text-align: center;
}

div#intro h1 {
	font-size: 12px;
	color: #333;
	margin: 0 0 5px 0;
}

div#intro p {
	display:  none;
}