/* @group General Styles */

body {
	color: #333333;
	font: 0.75em/1.8em Geneva, Helvetica, Arial, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	background: #fff url(images/body_bg.png) repeat;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: maroon;
	text-decoration: underline;
}

a:hover, a:active {
	color: #d32f13;
	text-decoration: none;
}

a:link.heads, a:visited.heads, a:active.heads {
	color: #333333;
	text-decoration: none;
}
a:hover.heads {
	color: #d32f13;
	text-decoration: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
	font-size: smaller;
	text-align: right;
	/*background-color: #fff;*/ 	
}

.image-right {
	float: right;
	margin: 5px 0 5px 15px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
	font-size: smaller;
	text-align: right;
	background-color: #f0f0f0;
}

p.cap {
	font-size: smaller;
	text-align: left;
	width: 240px;
	line-height: 110%;	
}

/*image caption on hover */

	.imghover {
		margin: 2px;
		overflow: hidden;
		position: relative;
		width: inherit;
		font-family: Helvetica, sans-serif;
		float: left;
	}
	.imghover a img {
		float: left;
		border: 1px solid #ddd;
	}
	
	.imghover a:hover {
		cursor: default;
	}
	
	.imghover a:hover .caption{
		display: block;
		font-size: 1em;
		background: #111222;
		opacity:.75;
	/*	filter:alpha(opacity=75);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency-- */
		color: #fff;
		position: absolute;
		bottom: 1px;
		left: 1px;
		padding: 5px;
		margin: 0;
		width: inherit;
		border-top: 1px solid #999;
		overflow: hidden;
	}
	.imghover .caption {	
		display: none;
		right: 1px;
	}
	
/* @end */

/*image caption always on */

	.imgcaption {
		margin: 2px 4px 2px 2px;
		overflow: hidden;
		position: relative;
		width: inherit;
		font-family: Helvetica, sans-serif;
		float: left;
	}
	.imgcaption img {
		float: left;
		border: 1px solid #ddd;
	}
	.showcaption{
		display: block;
		font-size: 0.8em;
		background: #111222;
		opacity:.75;
	/*	filter:alpha(opacity=75);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
		color: #fff;
		position: absolute;
		bottom: 1px;
		left: 1px;
		padding: 5px;
		margin: 0;
		width: 100%;
		border-top: 1px solid #999;
		overflow: hidden;
	}
	
/* @end */


/* @group Main Layout */

#container { 
	background: #ffffff repeat-y right url(images/sidebar_right_bg.png);
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #777888;
	border-left: 1px solid #777888;
	border-bottom: 1px solid #777888;
	position: relative;
	width: 800px;
	min-height: 600px;
}

.separate {
	clear: both;
}

#pageHeader {
	background: #fff url(images/head_bg0.png) repeat;
	padding: 15px 40px;
	position: relative;
	margin-top: -1px;
	margin-bottom: 0px;
	z-index: 0;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	background: #ffffff url(http://www.york.ac.uk/images/visualid/Woodcut-blue-sm.gif) top right no-repeat;
	width: 100%;
	border-bottom: solid #909090 1px;
	text-align: left;
	padding: 0px;
	margin-left: -40px;
}

html>body .logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	background: #ffffff url(http://www.york.ac.uk/images/visualid/Woodcut-blue-sm.gif) top right no-repeat;
	width: 100%;
	border-bottom: solid #909090 1px;
	padding: 0px !important;
	margin: 0px !important;
}


#pageHeader img {
	float: left;
}

#pageHeader h1 {
	text-align: right;
	color: #fff;
	letter-spacing: 2px;
	margin: 25px 0 5px;
	font: 2.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#pageHeader h2 {
	text-align: right;
	color: #b5bdc8;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0;
}

#contentContainer {
	margin-right: 200px;
	position: relative;
	z-index: 1;
}

#contentContainer #content {
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: justify;
}

p.notice {
	margin: 20px;
	font: 95% "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px;
	background: #fdfdfd;
	color: #401919;
	border: 2px double #004600;
	line-height: 150%;
}

.homepage {
	background: inherit;
	border: none;
	padding: 5px;
	margin: 5px;
	position: relative;
	height: 400px;
	text-align: right;
	font-size: 50%;
	color: gray;
}

.homepage img {
	border: none;
}

.homepage p {
	margin-top: -5px;
	margin-right: 10px;
}


p.homecap {
	margin-top: -5px;
	margin-right: 20px;
	font-size: 75%;
	text-align: right;
}

.bio {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 5px;
	margin: 15px 5px;
	position: relative;
}

.bio h3 {
	margin: 0px;
}

.bio img {
	position: relative;
	float: right;
	border: 1px solid #ececec;
	background: #fafafa;
	padding: 3px;
	margin: 5px 5px 5px 10px;
}

.bio-page {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 5px;
	margin: 15px 5px;
	position: relative;
}

.image-bio {
	float: right;
	margin: 5px 5px 5px 15px;
	padding: 3px;
	position: relative;
	border: 1px solid #ececec;
	background-color: #fafafa;
}

.names {
	float: left;
	width: 150px;
}

.emails {
	margin-left: 150px;
	padding-left: 5px;
}

.telephones {
	float: right;
	width: 140px;
	margin-right: 0px;
}

ul.proj, ul.proj li {
	margin-bottom: 20px;
	list-style-type: none;
}

ul.pubs, ul.pubs li {
	margin-bottom: 20px;
	list-style-type: none;
}

ul.links, ul.links li {
	margin-bottom: 15px;
	list-style-type: none;
}

ul.links li a, ul.links li a:hover, ul.links li a:visited {
	font-size: 120%;
	color: maroon;
}

iframe {
	width: 650px;
	min-height: 800px;
	height: auto;
	border: none;
	overflow: auto;
}

#sidebarContainer {
	float: right;
	width: 200px;
}

#sidebarContainer #sidebar {
	padding: 10px;
	color: #505050;
}

#sidebarContainer .sideHeader {
	background: #3a5b86 url(images/head_bg1.png) repeat;
	color: #c8cef1;
	height: 20px;
	padding-left: 10px;
	margin: -10px -10px 0;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: normal;
	border-left: 2px solid #959595;
}

#sidebar .field img {
	background-color: #fefefe;
	border: 1px solid #dadada;
	padding: 3px;
	margin: 5px auto;	
}

#sidebar p.caption {
	margin-top: -5px;
	margin-right: 10px;
	font: 65% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

#sidebar p.sml {
	font: 95% Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-top: 3px;
	margin-bottom: 10px;
}

#sidebar .featured {
	font: 95% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: justify;
	background: #fdfdfd;
	margin: 10px 2px;
	padding: 2px;
	line-height: 140%;
}

.contact{
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 2px;
	margin: 20px -2px 10px -2px;
	position: relative;
	font-size: 85%;
}

.membct {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 2px;
	margin: 60px 2px 10px 2px;
	position: relative;
	font-size: 1em;
}

.memb1ct {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 2px;
	margin: 60px 2px 10px 2px;
	position: relative;
}

.memb2ct {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 2px;
	margin: 100px 2px 10px 2px;
	position: relative;
}

.memb3ct {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 2px;
	margin: 5px;
	position: absolute;
	bottom: 5px;
}

ul.sblinks, ul.sblinks li {
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-image: url(images/list-arrow.gif);
	list-style-position: outside;
}

ul.sblist, ul.sblist li {
	font: 95% Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-image: url(images/list-arrow.gif);
	list-style-position: outside;
}

/**News Slider in the Sidebar **/
#ajaxticker1{
width: 170px;
height: auto;
border: 1px solid #dbdbdb;
padding: 5px;
background-color: inherit;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: inherit;
}

#ajaxticker2{
width: 170px;
height: auto;
border: 1px solid #dbdbdb;
padding: 5px;
background-color: inherit;
text-align: center;
}

.message { 
background-color: inherit;
}

.message img { 
background-color: #fefefe;
border: 1px solid #dadada;
padding: 3px;
margin: 0px auto;
}

/* === */


#footer {
	width: 800px;
	margin: 0px auto;
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	color: #808080;
	font: 75% "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #808080;
	text-decoration: underline;

}

#footer a:hover, #footer a:active {
	color: #404040;
	text-decoration: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #3a5b86 url(images/head_bg1.png) repeat;
	color: #68e028;
	height: 20px;
	padding-left: 40px;
	padding-right: 20px;
	display: block;
	font-size: 75%;
	font-weight: bold;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #ffffff;
}

#breadcrumbcontainer a:hover {
	color: #94adcb;
}
	
/* @end */

/* @group Navigation */

/* Navigation Bar Styles */
#navcontainer {
	background: #004600 url(images/toolbar_bg000.png) repeat-x;
	height: 33px;
	position: relative;
	z-index: 2;
}

#navcontainer #current {
	text-shadow: 0px 1px 1px #666666;
}

#navcontainer .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
}
/* Parent - Level 0 */

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

#navcontainer li {
	position: relative;
	width: 159px;
	display: inline;
	float: left;
}

#navcontainer a {
	display: block;
	padding-top: 7px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	text-decoration: none;
	width: 158px;
	text-align: center;
	height: 27px;
}

#navcontainer a:hover { 
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
}

/* Fix IE. Hide from IE */
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 3;
}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 2px;
	text-shadow: 2px 2px 2px #999999;
	background: url(images/pattern1.png) repeat;
	text-align: left;
	/*text-indent: 10px;*/
	padding-left: 5px;
	width: 153px;
	border-top: 3px solid #fcfcfc;
}

#navcontainer ul ul a:hover {
	background: repeat url(images/pattern1.png);
}


html>body #navcontainer ul ul a {
	background: repeat url(images/pattern1.png);
	height: auto;
}

html>body #navcontainer ul ul a:hover {
	background: repeat url(images/pattern1.png);
}

#navcontainer ul ul #current{
	background: repeat url(images/pattern1.png);
}

html>body #navcontainer ul ul #current{
	background: repeat url(images/pattern1.png);
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 150px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

#navcontainer #current {
	background: url(images/button_over1.png) repeat-x left top;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(images/button_over1.png) repeat-x left top;
}

#navcontainer a:hover {
	background: url(images/button_over1.png) repeat-x left top;
}

#navcontainer ul ul {
	border-bottom: 3px solid #94dd6b;
}

#navcontainer ul ul a:hover{
	color: #94dd6b;/*#8ecf0b*/
}

#navcontainer ul ul .currentAncestor {
	color: #94dd6b;
	background: url(images/sub_button.png) repeat;
}

html>body #navcontainer ul ul .currentAncestor {
	background: repeat url(images/sub_button_trans.png);
}

/* @end */

/* @group Global Classes */


blockquote {
	border : none;
	width: 400px;
	font-size: 95%;
	margin: 5px 0px 5px 20px;
	padding: 10px;
	background-color: #fefefe;
	quotes: "\201C" "\201D";
}
blockquote:before {
	float: left;
	content: open-quote; 
	font-weight: bold; 
	font-size: 150%;
	/*font-style: italic;*/
}
blockquote:after {
	float: right;
	content: close-quote; 
	/*display: none !important;*/ 
	font-weight: bold; 
	font-size: 150%;
}

h1 {
}

h2 {
}

h3 {
}

h4 {	
}

h4.right {
	text-align: right;
	font-size: 90%;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}

/*Miscellaneous styles */
span.right {
	text-align: right;
	}

span.quotedfrom {
	font-weight: bold;
	font-size: 85%;
	text-align: right;
	margin-left: 100px;
	}
	
/* @end */


