/* @override 
	http://lifehub.org/splash/css/main.css
	http://www.lifehub.org/css/main.css
*/

* {
	margin: 0;
	padding: 0;
}

/* CONFIG */

html {
	
}

body {
	color: #fff;
	text-align: center;
	background: #343433 center;
	font: 11px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000000 1px 1px 2px;
}

em {
	color: #cfd567;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #cfd567;
	text-decoration: none;
	font-style: italic;
}

hr {
	height: 0;
	border-top: 1px solid #201f1b;
	border-left-style: none;
	border-right-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #2e2d29;
}

a:hover {
	text-decoration: underline;
}

/* HEADER */

#header {
	background-color: #131311;
	padding-bottom: 8px;
	padding-top: 60px;
	border-bottom: 1px solid #464646;
}

#header #logo {
	width: 307px;
	margin-left: auto;
	margin-right: auto;
}

/* LOGO */

#logo {
	height: 89px;
	width: 166px;
	margin: 1px auto;
	background: url(../img/logo.jpg) no-repeat center;
}

/* CONTAINER */

#container {
	width: 307px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#container .top {
	padding-top: 15px;
	background: url(../img/top.jpg) no-repeat;
}

#container .mid {
	background-image: url(../img/mid.jpg);
	padding: 4px 13px;
}

#container .bot {
	background: url(../img/bot.jpg) no-repeat;
	height: 6px;
}

/* ABOUT */

.botline {
	padding-bottom: 10px;
	border-bottom: 1px solid #201f1b;
}

.topline {
	padding-top: 10px;
	border-top: 1px solid #2e2d29;
}

#about {
	z-index: 2;
	position: relative;
	margin-top: 20px;
}

#about .line {
	height: 0;
	border-bottom: 1px solid #2e2d29;
	border-top: 1px solid #201f1b;
	margin-top: 10px;
	margin-bottom: 10px;
}

#about .mid {
}

#about .mid .left {
	width: 175px;
	float: left;
	padding-right: 14px;
}

#about .mid .right {
	float: right;
	width: 90px;
}

#about span {
	margin-bottom: 5px;
}

/* EMAIL */

#email {
	z-index: -2;
	margin-top: 15px;
	width: 307px;
}

#email .mid {
}

#email .mid .left {
	width: 175px;
	float: left;
	padding-right: 14px;
}

#email .mid .right {
	float: right;
	width: 90px;
}

/* THANX */

#thanx {
	z-index: -2;
	margin-top: 15px;
}

#thanx .mid {
}

/* COPYRIGHT */

#copyright {
	color: #5c5c5c;
	text-shadow: none;
	font-size: xx-small;
	text-align: center;
	margin-top: 10px;
}

#copyright a {
	color: #5c5c5c;
}

#copyright a:hover {
	color: #cfd567;
	text-decoration: none;
}

/* FOOTER */

#footer {
	color: #2d2d2b;
	text-shadow: none;
	text-align: center;
	margin-top: 14px;
	display: none;
}

/* OTHER */

span
{
    display: block;
    background-color: #FFF;
    padding: 1px;
    border: 1px solid #1B1B1B;
}

span input
{
    width: 100%;
    border: 1px solid #C3C3C3;
    border-top-color: #7C7C7C;
    border-bottom-color: #DDD;
    background: url(../img/bg-input.gif) 0 0 repeat-x;
}

form {
}

input {
	width: 100px;
}

input.none {
	width: 90px;
	margin-top: 4px;
}

input.nowidth {
}

.clear {
	clear: both;
}

a#tooCool {
 position: fixed;
 right: 0;
 bottom: 0;
 display: block;
 height: 80px;
 width: 80px;
 background: url(/too_cool_sash.png) bottom right no-repeat;
 text-indent: -999em;
 text-decoration: none;
}


