@import url("reset.css");

* {
	font-family: 'trebuchet ms', verdana, arial;
}

body {
	min-width: 860px;
	background-color: #000000
}

div#page {
	height: 900px;
	min-width: 1000px;
	background: #000000 url(images/stevegibson.png) no-repeat scroll right top;
}

h1 {
	color: #fff;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active{
	padding: 5px;
	color: #fff;
	text-decoration: none;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

h3 {
	letter-spacing: 1px;
}

.clear {
	clear: both;
}

div#header {
	visibility: hidden;
	overflow: hidden;
	height: 10px;
}

#list1  {
	width: 100%;
	font-family: verdana;
	margin:  0px;
	padding: 0px;
	float: left;
}

#list1 div.entry {
	height: 155px;
}

#list1 h3 {
	cursor:pointer;
	display:block;
	padding: 5px 5px 5px 30px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #838383;
	border: none;
	letter-spacing: .2em;
}

/* launch site links */

#list1 div.entry div.linkblock a:link,#list1 div.entry div.linkblock a:visited {
	font-size: 10px;
	text-decoration: none;
	background-color: #cdcdcd;
	color: #000;
	padding: 2px 4px;
}

#list1 div.entry div.linkblock a:hover {
	font-size: 10px;
	text-decoration: none;
	background-color: #4e82d0;
}

#list1 div.entry div.linkblock a:active {
	font-size: 10px;
	text-decoration: none;
}

#list1 h3:hover {
	color: #1b1b1b;
	background-color: white;
	opacity: 0.5;
}

div.entry{
	color: #fff;
	padding-left: 0px;
}

#list1 h3.selected {
	color: #1b1b1b;
	background-color: #f3ff00;
	border-bottom: 3px solid #1b1b1b;
	opacity: 0.4;
	padding-left: 10px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 10px;
}

#list1 div img {
	float: left;
	padding: 10px;
}

#list1 div.textblock {
	width: 300px;
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: .1em;
	color: #cdcdcd;
}

#list1 div.entry div.textblock b {
	color: #fff;
}

#list1 div div.linkblock {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}



