/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #fff;
	background-color: #333333;
	font-size: 0.85em;
}

blockquote, h3, li {
	padding-right: 10px;
	line-height: 1.6em;
	padding-left: 10px;
	font-size: .9em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 0 0;
	padding: 0 0px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #FFFFCC;
	border-bottom: 0px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */


#wrapper { 
  margin-left: auto;
  margin-right: auto;
  width:1000px;

}


#header {
	width:100%;
height:128px;
  text-align: center;
	}


#main_large_image
{
	PADDING-TOP: 0px;
	WIDTH: 1000px;
}


#main {
	float:left;
	width:600px;
	padding:10px;
	background-color: #333333;
         text-align: left; 
	}

.entry-content {
	color: #C9C9C9;
	font-size: 12px;
	line-height: 20px;
}

.entry-content li {
	color: #ECF0B1;
	font-size: 12px;
}

#sidebar {
	float:right;
	width:336px;
	padding:10px;
	min-height:400px;
	background-color: #333333;
         text-align: left;
         BACKGROUND: url(core_images/gold_vertical_line.gif) no-repeat;
	}

#sidebarbio {
	float:right;
	width:336px;
	padding:10px;
	min-height:350px;
	background-color: #333333;
         text-align: left;
         BACKGROUND: url(core_images/gold_vertical_line.gif) no-repeat;
	}

#sidebarContent {
	padding-left:20px;
	}


#sidebar img {
	width:53px;
	height:53px;
	padding:1px;
	background-color: #fff;
	}

#sidebarbio img {
	padding:1px;
	background-color: #fff;
	}

#footer {
	clear:both;
	padding:15px 10px;
	background:#333333;
  border-top: 1px solid #2A2A2A;
	line-height: 20px;
         BACKGROUND: url(core_images/footer_background.gif) no-repeat;
	}
#footer p {
	margin:0;
    }
* html #footer {
		height:1px;
	}

.footer-content {
	font-size: 0.85em;
}

/* Carousel -----------------------------------------------*/


.infiniteCarousel {
	POSITION: relative; WIDTH: 395px
}
.infiniteCarousel .wrapper {
	POSITION: absolute; MARGIN: 0px 40px; MIN-HEIGHT: 10em; WIDTH: 315px; OVERFLOW: auto; TOP: 0px
}
.infiniteCarousel UL A IMG {
	BORDER-BOTTOM: #000 5px solid; BORDER-LEFT: #000 5px solid; BORDER-TOP: #000 5px solid; BORDER-RIGHT: #000 5px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px
}
.infiniteCarousel .wrapper UL {
	LIST-STYLE: none none outside; POSITION: absolute; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 9999px; PADDING-RIGHT: 0px; TOP: 0px; PADDING-TOP: 0px
}
.infiniteCarousel UL LI {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; WIDTH: 85px; PADDING-RIGHT: 10px; DISPLAY: block; FLOAT: left; HEIGHT: 85px; PADDING-TOP: 10px
}
.infiniteCarousel UL LI A IMG {
	DISPLAY: block
}
.infiniteCarousel .arrow {
	POSITION: absolute; TEXT-INDENT: -999px; WIDTH: 37px; DISPLAY: block; BACKGROUND: url(images/arrow.png) no-repeat 0px 0px; HEIGHT: 36px; TOP: 37px; CURSOR: pointer
}
.infiniteCarousel .forward {
	BACKGROUND-POSITION: 0px 0px; RIGHT: 0px
}
.infiniteCarousel .back {
	BACKGROUND-POSITION: 0px -72px; LEFT: 0px
}
.infiniteCarousel .forward:hover {
	BACKGROUND-POSITION: 0px -36px
}
.infiniteCarousel .back:hover {
	BACKGROUND-POSITION: 0px -108px
}


/* Menu -----------------------------------------------*/

#cambridge-menu {
  z-index: 200;
  text-align: left;
  font-size: 0.85em;
  width:1000px;
  border-top: 1px solid #2A2A2A;
  padding-top: 10px;
}

.sf-menu, .sf-menu * {
	margin:		0;
	padding:		0;
	list-style:	none;
z-index: 199;
}
.sf-menu {
	line-height:	1.0;
z-index: 200;

}
.sf-menu ul {
	position:		absolute;
	top:		-999em;
	width:		16em; /* left offset of submenus need to match (see below) */
z-index: 1;
}
.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.25em; /* match top ul list item height */
	z-index:		201;

}
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:			16em; /* 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:			16em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {

	margin-bottom:	1em;
	height: 20px;
}
.sf-menu a {
	border-left:	0px solid #fff;
	border-right:	0px solid #fff;
	border-top:	0px solid #CFDEFF;
	border-bottom:	0px solid #CFDEFF;
	padding: 		.55em .80em;
	text-decoration:none;
}

.sf-menu-line a {
	border-left:	0px solid #fff;
	border-right:	0px solid #fff;
	border-top:	0px solid #fff;
	border-bottom:	1px solid #fff;
	padding: 		.9em .50em;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	background:		#333333;
}
.sf-menu li li {
	background:		#555454;
}
.sf-menu li li li {
	background:		#6C6B6B;
  font-size: 1.0em;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#767575;
	outline:		0;
}

/*** 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:		.65em;
	top:		1.05em; /* 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:			.8em;
	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;
}


/*** gallery **/

	#gallery {
                  background-color: #444;
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }



/*** gallery **/

#main label{
display:block;
margin-bottom:10px;
color:#fff;
font-size: 0.95em;
}

#main label span{
display:block;
float:left;
padding-right:6px;
width:70px;
text-align:right;
font-weight:bold;
}

/*** slideshow **/

#slideshow {
    position:relative;
    margin-top:0px;
    height:408px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

