/*   

Theme Name: lilknown
Theme URI: www.lilknown.com
Description: a-brief-description
Author: Mike Lozano
Author URI: www.lilknown.com
Version: a-number--optional

*/

/* - - - - - general start - - - - - */

* {	
	border: 0;
	padding: 0;
	margin: 0;
	}

body { 
	height: 100%;
	width: 1280px;
	font-family: helvetica, sans-serif;
	font-size: 70%;
	background: url(pics/trees.jpg) repeat;
	margin:0 auto;
	}

#container {
	top: 15em;
	position: relative;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	

p {
	font-color: #a3a3a3;
	word-spacing: 0.1em;
	line-height: 1.25em;	
	}
	

a {text-decoration: none;}

abbr[title]:hover {cursor: help;}


#parcontainer {
	float: left;
	width: 548px;
	height: 348px;
	}

#parallax {
	z-index: -1;
	position:absolute; 
	overflow:hidden; 
	width:548px; 
	height:348px;
	}



/* - - - - - general end - - - - - */

#intro {
	float: left;
	width: 53em;
	}

p.greet {
	font-size: 3.5em; 
	line-height: 0.9em;
	color: #c6c6b7;
	font-family: georgia, serif;
	}


/* - - - - - content start - - - - - */


#copyright {
	clear: both;
	float: left;
	color: #a3a3a3;
	background-color: #282828;
	margin-top: .75em;
	line-height: 50%;
	padding: 0.25em 20em 0 0.8em;
	width: 80em;
	}



/* - - - - - content end - - - - - */

/* - - - - - contact start - - - - - */

	
.links li {
	display: inline; 
	left: 8em; 
	position: relative;
	}	
	
.friends {
	float: left;
	padding-top:  0.4em;
	font-color: #282828;
	text-align: right;
	}
	
#links a {
	color: #000;
	}
	
#links a:hover {
	color: red;
	}	
	

/* - - - - - contact end - - - - - */

/* - - - - - jquery start - - - - - */

#jlist {
	float: left;
	width: 49em;
	}
	
.basic p {
	padding: 0.8em;
}

//.images li {
	width: 60em;
	}

.basic a.tab {
	cursor:pointer;
	display:block;
	padding:8px;
	font-size: 1.5em;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	width: auto;
}

.basic a.tab:hover {
	background: #fff;
	opacity: 0.75;
}

.basic a.selected {
	background-color: #282828;
	color: #a3a3a3;
	opacity: 0.75;
}

.basic a.selected:hover {
	color:  #000;
	}
	
.basic .highlight a {
	color: red;
	}

.basic ul {
	margin: 0.3em 0;
	position: relative;

	}	
	
.basic li {
	margin-right: 0.5em;
	padding-bottom: 0.4em;
	}