@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	width: 100%;
  height: 100%;
}

body {
	background: #FFFFFF;
	font-family: arial, sans-serif;
}

#navigation-sections
{
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0px;    
  left: 0px;
  width: 100%;
  height: 66px;
  overflow: hidden;
}

#navigation-projects
{
	position: absolute;
	left: 10px;
	top: 66px;
/*	width: 155px;*/
	font-size: 14px;
	z-index: 1000;
}

#banner-top {
	position:absolute;
	width: 100%;
	height: 56px;
	background-color: #999999;
}

#banner-left-short {	
	position:absolute;
	width:165px;
	height:480px;
	/*background-color:#B9A166;*/
}

#banner-left {	
	position:absolute;
	width: 165px;
	height: 100%;
	/*background-color: #B9A166;*/
}

.contentwrapper {
	position:absolute;
	width: 837px;
	height: 475px;
	top: 62px;
	left: 175px;
}

#contentwrappertext
{
	bottom: 132px;
	width: 689px;
	height: auto;
	padding-right: 12px;
	overflow: auto;
}

#contentwrapperjusttext
{
	bottom: 50px;
	width: 689px;
	height: auto;
	padding-right: 12px;
	overflow: auto;
}
#blog_content {
	position:absolute;
	width: 827px;
	top: 66px;
	left: 175px;
}

#logo {
	position:absolute;
	top: 16px;
	left: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	color:#FFFFFF;
}	

#navigation {
	position:absolute;
	top: 22px;
	left: 175px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#FFFFFF;
}	

.top-selected {
	color: #CCCCCC;
}
	
#largeImage	{
	position:absolute;
	width: 620px;
	height: 470px;
	top: 66px;
	left: 175px;
}

.hompagecaption p
{
	font-size: 12px;
}

.pagecaptions
{
	position:absolute;
	top:540px;
	left:175px;
	width: 698px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

#pagecaptionstext
{
	top: auto;
	bottom: 12px;
}	

#descriptions {
	float: left;
	width:698px;
	padding-top: 5px;
	margin-bottom: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}	

#related {
	float: left;
	width:698px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom: 30px;
}
	

#thumbnails {
	position:absolute;
	width:155px;
	height:583px;
	top:66px;
	left:810px;
}	

#more-info {
	width: 697px;
	height:100%;
	overflow:auto;
}	


	
	/* **************** */
	
#contentwrappertext p {
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 22px;
	color:#333333;
}	

.title {
	/*letter-spacing: 2px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#333333;
}		

#banner-left p {	
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	margin-top: 66px;
}	

.selected, a.selected:link, a.selected:visited, a.selected:active, a.selected:hover {	
	color: #FFFFFF;
	text-decoration: none;
	width: 155px;
	height: 100%;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:10px;
	margin-top: 0px;
	margin-bottom:0px;
	display: list-item;
	list-style:none;
	background-color:#999999;
	text-decoration:none;
	
}	

#thumbnails img {
	margin-bottom:10px;
}


/* side nav */

#currentpage
{
	color: #000;
}

#navigation #currentpage
{
	color: #ccc;
	cursor: default;
}	

#logo a#currentpage:hover
{
	cursor: default;
	color: #666;
}

#navigation-projects ul
{

}


#navigation-projects a.works {	

}	

#navigation-projects a.works:hover {	

}	

/* Top nav */
#navigation a, #logo a {	
	color: #666;
	text-decoration:none;	
}	

#navigation a:hover, #logo a:hover {	
	color: #CCCCCC;
	text-decoration:none;
}	

#navigation a
{
	margin-right: 9px;
}

.current-page
{

}

/* General Links */
a:link, a:visited, a:active {	
	color: #666666;
}	

a:hover {	
	text-decoration:none;
}


/* publications */
#pubEntrty {
	clear:both;
	/*position:relative;*/
	border-bottom: #CCCCCC 1px solid;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	width:94%;
}

#pubImage {
	/*position:relative;*/
	float:left;
	width:100px;
	height:100px;
	background-color:#CCCCCC;
	margin-right:10px;
}

#pubText {
	/*position:relative;*/
	font-family:Arial, Helvetica, sans-serif;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #efefef;
	padding: 		.2em .5em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#efefef;
	outline: 0;
	color: #666;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			.6em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.3em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	11em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	11em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
