/*	-----------------------------------------------------------------------------------------------
 *	Author: Kit Whyte, kit@aeski.net, www.aeski.net
 *	Copyright: Kit Whyte
 *
 *	Date: 6 July 2010
 *	File: style.css
 *
 *	This file may not be copied or modified without the expressed permission from the author
 *	-----------------------------------------------------------------------------------------------
*/

html, body, .page{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	text-align: justify;
	background-color:#242424;
	color:#fff;
	font-size: 100%;
	line-height: 100%;
	background: url(images/bg-tile2.png) center repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1{
	margin: 0;
	padding: 0;
}

a:link,
a:visited{
	color: #888;
	text-decoration: none;
}

a:hover{
	color: #fff;
}

.typeface-js{
	font-family: ITC Stone Informal Std;
}

#page{
	width: 100%;
	height: 100%;
	background: url(images/gradient-overlay.png) center center repeat-x;
}

#container{
	width: 826px;
	position: relative;
	margin: 0 auto;
	height: 145px;
	background: url(images/content-border-bottom.png) bottom left repeat-x;	
}

#logo{
	position: absolute;
	top: 4px;
	left: -3px;
}

#email{
	position: absolute;
	bottom: -17px;
	right: 0px;
	height: 12px;
	width: 138px;
}

a img{border: none;}
a{outline: none;}

/*#email a:hover img{visibility: hidden;}	
#email a:hover{
	background: url(images/email.png) left top no-repeat;
}
*/

#websites,
#slogan {
	position: absolute;
	text-indent: -263em;
	top:-72em;
}

#content{
	padding-top: 8px;
	top: 0px;
	position: relative;
	margin-left: 275px;
/*	background: url(images/quote-open.png) top left no-repeat;*/
}

#content h1{
	font-weight: 400;
	font-size: .895em;
	/*text-indent: 56px;*/
	line-height: 1.1125em;
	color: #76b83f;
	/*background: url(images/quote-close.png) right bottom no-repeat;*/
}