html {
	background: url(/images/ygrey-texture.jpg) repeat; /*cloth099.jpg*/
}

body {
	background: rgba(168,189,208,0.25);
}

a {
	color: #e07b5d;
}

#pageHeaderLogo {
	display:none;	
}

#header {
	height: 240px;
	border-top: #666 2px solid;
	border-left: #777 2px solid;
	border-radius: 5px;
	background: url(http://www.bentzenlab.ca/wp-content/themes/pblabs/images/people-header-wp.jpg) no-repeat center;
	box-shadow: 1px 1px 2px #fff;
}

#main-content {
	margin-top: 0px;
}

#page-wrap {
	box-shadow: -1px -1px 2px #fff;
	background-color: rgba(255, 255, 255, 0.85);
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	padding: 6px 10px 10px 15px;
}

#preamble h2 {
	margin-bottom: 0px;
	margin-left: -9px;
	z-index: 0;
	color: rgba(0, 67, 105, 0.8);
	/*text-shadow: 1pt 1pt 0pt #6fa7c2;*/
}

#preamble select {
	font-size:18px;
	line-height: 1.2;
	margin-left: -9px;
}

aside {
	top: 294px;
	right: 19px;
}
aside #sidebar {
	background: rgba(250, 250, 250, 0.5);
	padding: 10px 3px 5px 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
aside a { 
	color: rgba(0, 67, 105, 0.9);
}
aside a:hover {	
	text-shadow: none;
	color: rgba(0, 67, 105, 0.4)!important;
}

.widget.latest-post {
	margin-left: 5px;
	margin-top: 15px;
}
/*Connections List*/
#cn-list {
	margin: 15px 5px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif!important;
}

.cn-entry {
	background: rgba(240, 240, 240, 0.7)!important;
	-moz-border-radius: 4px;
	border: 1px solid #E3E3E3;
	color: black;
	margin: 8px 0px;
	padding: 6px;
	position: relative;
	box-shadow: 1px 1px 2px #333;
}
.cn-entry .bio {
	font-family: Helvetica, Arial, san serif;
}
div#cn-list span.cn-image-style {
	box-shadow: 2px 2px 6px #999;
}

.smaller.contact {
	text-align:right;
	margin-top: -35px;
	font-family: Helvetica, Arial, san serif;
}