/*	-----------------------------------------------------------------------------------------------
 *	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-tile3.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;*/
	font-family: helvetica, arial, Verdana;
}

#page{
	width: 100%;
	height: 100%;
	
	/* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  /*background: -webkit-gradient(radial, center center, 0, center center, 260, from(rgba(0,0,0,1)), to(rgba(0,0,0,.1)));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, rgba(20,20,20,0), rgba(0,0,0,1));
  
  /* Firefox 3.6+ */ 
  background: -moz-radial-gradient(circle, rgba(20,20,20,0), rgba(0,0,0,1));
  
  /* IE 10 */ 
  background: -ms-radial-gradient(circle, rgba(20,20,20,0), rgba(0,0,0,1));
  
  /* Opera cannot do radial gradients yet */
	/*background: url(images/gradient-overlay.png) center center repeat-x;*/
}

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

#logo{
	position: absolute;
	top: -110px;
	left: -1px;
}

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

.email{text-align: right;}

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;
	font-family: lucida grande, helvetica, arial;
/*	background: url(images/quote-open.png) top left no-repeat;*/
}

#content{
	color: #ddd;
	line-height: 1.3125em;
	text-shadow: 1px 2px 0 #000;	
}

#content h1{
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #76b83f;
	font-style: italic;
	text-shadow: 2px 2px 0 #000;
}

#content h2{
	font-weight: 400;
	font-size: .8em;
}
