/* Style sheet for the Perception Web Site */
/* based on  css Zen Garden submission 128 - 'Dragen', by Matthew Buchanan */

/* Document Styles */

body {
	background: #ccc;
	font: normal 12px/16px Kabal, Cabal, sans-serif;
	color: #000;
	margin: 15px;
	text-align: center; /* For IE */
	}

p {
	margin: 0 0 5px 0;
	line-height: 1.5em;
	}

h3 {
	color: #000e71;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
	}

a:link, a:visited {
	color: #00a1ff;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	background: #c3f;
	}

ul {
	margin: 0;
	padding: 0 25px 10px 25px;
	list-style: none;
	line-height: 1.2em;
	}

li {
	padding-bottom: 5px;
	}

/* Container Styles */

#container {
	position: relative;
	width: 700px !important;
	width /**/: 750px;
	border: 15px solid #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	background: #fff;
	}

/* Intro Styles */

#pageHeader {
	width: 700px;
	height: 270px;
	background: #00a1ff url(images/header.gif) no-repeat;
	}

#pageHeader h1, #pageHeader h2 {
	text-indent: -999em;
	margin: 0;
	}

/* Supporting Text Styles */

#supportingText {
	background: #fff;
}

#explanation, #book, #blog, #calls, #conf, #requirements {
	margin: 0 0 0 300px;
	}

#footer {
	width: 680px !important;
	width /**/: 700px;
	height: auto;
	background: #000e71;
	margin-top: 15px;
	padding: 8px;
	border-top: 1px solid #fff;
	text-align: left;
	color: #fff;
	}

#footer a:link, #footer a:visited {
	color: #ccf;
	}

#footer a:hover, #footer a:active {
	color: #000;
	background: #fff;
	}

/* Link List Styles */

#linkList {
	position: absolute;
	top: 270px;
	left: 0px;
	width: 275px;
	height: 900px;
	background: #00a1ff;
	border-bottom: 1px solid #fff;
	}

#linkList h3 {
	text-indent: -1100px;
	height: 31px;
	margin: 0;
	}

#linkList a:link, #linkList a:visited {
	color: #fff;
	}

#linkList a:hover, #linkList a:active {
	background: #fff;
	}

#lcolumns, #lresources {
	border-top: 1px solid #fff;
	background: #00b800;
	}

#lcolumns h3 {
	background: url("images/spectacles.gif");
	}

#lresources h3 {
	background: url("images/resources.gif");
	}
	
#lfavorites {
	border-top: 1px solid #fff;
	background: #00a1ff;
	}

#lcolumns li, #lfavorites li {
	color: #fff;
	}

#lcolumns a:hover, #lselect a:active, #lfavorites a:hover, #lfavorites a:active, #lresources a:hover, #lresources a:active {
	color: #18d;
	}

#ltalks {
	border-top: 0px;
	background: #00a1ff;
	}

#ltalks h3 {
	background: url("images/talks.gif");
	}

#ltalks li {
	color: #fff;
	}

#ltalks a:hover, #larchives a:active {
	color: #9c0;
	}

#llinks {
	border-top: 1px solid #fff;
	background: #00a1ff;
	}

#llinks h3 {
	background: url("images/liblinks.gif");
	}

#llinks li {
	color: #fff;
	}

#llinks a:hover, #lresources a:active {
	color: #d8c;
	}

