/* lukeandposey.com splash page.
Design shamelessly ripped from wordpress 2.2 login page. */
* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
/* For Win IE's eyes only */

body {
	border: none;
}
a {
	border-bottom: 1px solid #69c;
	color: #00019b;
	text-decoration: none;
	color: #333333;
}

a.delete:hover {
	background: #c00;
	color: #fff;
	color: #333333;
}

a.edit, a.delete, a.edit:hover, a.delete:hover {
	border-bottom: none;
	display: block;
	padding: 5px 0;
	text-align: center;
}

a.edit:hover {
	background: #ccc;
	color: #036;
	color: #333333;
}

a:visited {
	color: #006;
	color: #333333;
}

a:hover {
	border-bottom: 1px solid #3a75ae;
	color: #069;
	color: #333333;
}

body	{
	background: #f9fcfe;
	color: #000;
	margin: 0;
	padding: 0;
	color: #333333;
}

body, td {
	font: 11pt "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}

fieldset {
	border: none;
	padding: 3px;
}

fieldset label.selectit {
	display: block;
	font-size: 11px;
	padding: 0 2px;
}

fieldset label.selectit:hover {
	background: #e9e9e9;
}

fieldset legend {
	padding: .1em .3em;
}

fieldset.options {
	padding: 1em;
}

fieldset.options legend {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form, label input {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}

h2 {
	border-bottom: .5em solid #e5f3ff;
	color: #333;
	font: normal 32px/5px serif;
	margin: 5px 10px;
}

img, #footer a {
	border: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

label {
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 140%;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

#splash {
	position: relative;
	background: url('images/lpsplash-bkg-tile.gif') no-repeat top center;
	color: #fff;
	color: #333;
	margin: 5em auto 1em;
	/* controls the top of splash_error */
	padding: 110px 0 0;
	width: 425px;
	_width: 390px;
}

#splash form {
	background: url('images/lpsplash-bkg-bottom.gif') no-repeat bottom center;
	padding: 0 50px 25px;
	_width: 325px;
	_margin: 0 auto;
}

#splash #splash_error {
	background: #0e3350;
	border: 1px solid #2571ab;
	color: #ebcd4e;
	background: #ffffff;
	border: 1px solid #ebebeb;
	color: #333333;

/*	font-size: 11px;*/
/*	font-weight: bold;*/
	padding: .6em;
	width: 310px;
	margin: 0 50px;
	text-align: center;
}

#splash p { 
	font-size: .8em;
}

#splash p.message { 
	width: 310px;
	margin: 0 auto 1em;
}

#splash #splash_error a {
	color: #ebcd4e;
	color: #333;
	border-color: #ebcd4e;
	border-color: #333;
}

#splash #send {
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	_width: 325px;
	_margin: 0 auto 15px;
}

#splash h1 a {
	margin: 0 auto;
	height: 88px;
	width: 320px;
	display: block;
	border-bottom: none;
/*	text-indent: -9999px;*/
}

#splash .message {
	font-size: 10pt;
	text-align: center;
}

#splash .register {
	font-size: 20px;
}

#splash input {
	padding: 4px;
}

.splash ul, #protected #splash .bottom {
	list-style: none;
	width: 325px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
}

.splash ul li {
	font-size: 11px;
}

.splash ul li a {
	color: #0d324f;
	border: none;
}

#splash ul li a:hover {
	color: #fff;
}

#splash .input {
	font-size: 1.8em;
	margin-top: 3px;
	width: 97%;
}

#splash p label { 
	font-size: 11px;
}

#splash #submit {
	margin: 0;
	font-size: 15px;
}

#splash .fullwidth {
	width: 320px;
}

* html #zeitgeist h2 {
	padding-top: 10px;
}
