/*-------------------------------------------------------------------------------------------------
   Lithium: the most rad php framework

   @copyright     Copyright 2009, Union of RAD (http://union-of-rad.org)
   @license       http://opensource.org/licenses/bsd-license.php The BSD License
-------------------------------------------------------------------------------------------------*/

/*--- This is the stylesheet for Lithium's main site. ---*/

body.main {
	overflow: hidden;
}
#header h2 {
	display: none;
}
#header h1 {
}
#header h1 a {
	display: block;
	margin: 36px auto 0 auto;
	height: 0;
	width: 500px;
	padding: 150px 0 0 0;
	overflow: hidden;
	background: url(../img/lithium-large.png) no-repeat 0 0;
	border-bottom: none;
}
#footer-spacer {
	height: 0px;
}

/* The site has all things lowercased */
#ridiculous-testimonial,
#locale-navigation,
.jump {
	text-transform: lowercase;
}

/*--- Jumping ---*/
.jump {
	display: block;
	margin: 0 auto;
	margin-top: -25px;
	padding-left: 115px;
	width: 240px;
	font-size: 22px;
	color: #999;
}
.jump a {
	color: #999;
	display: block;
	width: 100%;
	border-bottom: none;
}
.jump a:hover {
	color: #00bbff;
}
ul.jump, .jump ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.jump li {
	cursor: pointer;
	padding: 0.5em 0;
}
.jump ul li {
	padding: 0.3em 0 0 1em;
}

/*--- Ridiculous Testiomonial ---*/
#ridiculous-testimonial {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	line-height:0;
	z-index: -10;
}
#ridiculous-testimonial img {
	float: left;
}
#ridiculous-testimonial p {
	position: absolute;
	left: 400px;
	bottom: 4px;
	line-height: 1.2em;
	font-size: 16px;
	color: #a6a6a6;
	white-space: pre;
}

#locale-navigation {
	position: absolute;
	right: 20px;
}

#locale-navigation li {
	display: block;
	margin: 0;
	text-align: left;
}