
/* ================================================================================================= GLOBAL STYLES */

html {
	background: #2d6576 url("../images/background-tile.jpg") repeat-x center top;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url("../images/background-centre.jpg") no-repeat center top;	
	font: 11px/14px Arial, Helvetica, sans-serif;
	height: 100%;
}

#wrapper {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}


/* ================================================================================================= HEADER */

#header {
	height: 97px;
}
#header h1 {
	margin: 0px;
}
#header h1 a {
	float: left;
	width: 138px;
	height: 36px;
	background: url("../images/nucleus-logo.png") no-repeat top left;
	text-indent: -9999px;
	outline: none;
	margin: 33px 0 0 10px;
}
#header ul#nav {
	list-style: none;
	margin: 36px 35px 0 0;
	padding: 0px;
	float: right;
}
#header ul#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header ul#nav li a {
	padding: 9px 17px 9px 18px;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #434343;
	text-decoration: none;
	text-transform: lowercase;
	outline: none;
	display: block;
}
#header ul#nav li a:hover {
	text-decoration: underline;
}
#header ul#nav li.selected a:hover {
	text-decoration: none;
}
#header ul#nav li.selected a {
	color: #3ca7bd;
}
#header ul#nav li.selected a#about {
	background: url("../images/circle-about.gif") no-repeat top center;
}
#header ul#nav li.selected a#work {
	background: url("../images/circle-work.gif") no-repeat top center;
}
#header ul#nav li.selected a#blog {
	background: url("../images/circle-blog.gif") no-repeat top center;
}
#header ul#nav li.selected a#contact {
	background: url("../images/circle-contact.gif") no-repeat top center;
}

/* ================================================================================================= HOME PAGE SPECIFIC */

#content span#statement {
	float: left;
	width: 806px;
	height: 225px;
	background: url("../images/home-statement.png") no-repeat top left;
	text-indent: -9999px;
	margin: 34px 0 0 50px;
}
body#home #content {
	height: 282px;
	
}


/* ================================================================================================= CONTENT */

#content {
	height: 536px;
	
	/* Overflow of content is hidden to prevent navigation from being covered / displaced. */
	overflow: hidden;	
}

#content h2 {
	color: #434343;
	text-transform: none;
	padding: 0px;
	margin: 2px 0px 9px;

	line-height: 23px;
	letter-spacing: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#content h2.large {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
	color: #ddd;
	font-size: 44px;
	letter-spacing: -3px;
	line-height: 44px;
	margin: 16px 0 20px 0;
}
#content h3 {
	color: #434343;
	padding: 0px;
	margin: 0px 0px 8px;
	font: bold normal 13px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: 0px;
}

#content p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px;
	color: #888;
}
#content p a {
	color: #2da2b8;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content img {
	border: none;
}

/* - - - - - - - - - - - - - - - - - - - - - -  Content background images */

body#work #content {
	background: url(../images/silhouette-work.gif) no-repeat left bottom;	
}
body#about #content {
	background: url(../images/silhouette-about.gif) no-repeat left bottom;	
}
body#contact #content {
	background: url(../images/silhouette-contact.gif) no-repeat left bottom;	
}

/* - - - - - - - - - - - - - - - - - - - - - -  Content list */

#content #contentList {
	width: 241px;
	padding: 33px 0 0 0px;
	float: left;
}
#content #contentList h3 {
	padding: 0 0 0 50px;
	height: 21px;
	margin: 2px 0 4px 0;
}
#content #contentList h3.selected {
	background: url(../images/content-list-selected.gif) no-repeat 0px 1px;	
}
#content #contentList h3.selected a {
	color: #3ca7bd;
}
#content #contentList h3 a {
	color: #434343;
	text-decoration: none;	
}
#content #contentList h3 a:hover {
	text-decoration: underline;	
}
#content #contentList ul {
	margin: 0px;
	padding: 0px 0px 14px 51px;
	list-style-type: none;
}
#content #contentList ul li {
	height: 17px;
	padding: 2px 0 0 12px;
	background: url(../images/list-point.gif) no-repeat left top;
}
#content #contentList ul li:last-child {
	background: url(../images/list-point-last.gif) no-repeat left top;
}
#content #contentList ul li a {
	color: #797979;
	text-transform: lowercase;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
#content #contentList ul li a:hover {
	text-decoration: underline;
}
#content #contentList ul li.selected a {
	color: #000;
	text-transform: lowercase;
}

/* - - - - - - - - - - - - - - - - - - - - - -  Content area */

#content #contentArea {
	width: 683px;
	float: left;
	margin-left: 30px;
}
#content #contentArea #textBlock {
	width: 600px;
}
#content #contentArea #textBlock p {
	width: 360px;
}

/* - - - - - - - - - - - - - - - - - - - - - -  Content area - Work section */

body#work #content #contentArea {
	width: 633px;
	padding-top: 17px;	
}
body#work #content #contentArea #workImage ul img.work {
	width: 633px;
	height: 366px;
	margin: 0;
	padding: 0;
}
#content #contentArea #workImage ul li {
	width: 633px;
}

/* Image captions */ 
#content #contentArea #workImage ul p {
	height: 115px;
	width: 350px;
	margin: 28px 0 0 0;
	padding: 9px 0 0 36px;
	background: url(../images/caption-arrow.gif) no-repeat left top;
}
#content #contentArea #workImage ul p strong,
#content #contentArea #workImage ul p b {
	color: #2e2e2e;
}

/* Image captions - videos */
#content #workImage li.video #vid-holder {
	height: 390px;
}
#content #contentArea #workImage ul li.video p {
	margin-top: 4px;
}


/* Image controls */
#content #contentArea #controls {
	float: right;
	position: relative; 
	top: -104px;
	z-index: 100;
}
#content #contentArea #controls ul#beakers,
#content #contentArea #controls ul#arrows {
	margin: 4px 0px 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
#content #contentArea #controls ul#beakers li,
#content #contentArea #controls ul#arrows li {
	float: left;
	padding-left: 1px;
}
#content #contentArea #controls ul#beakers li a,
#content #contentArea #controls ul#arrows li a {
	height: 19px;
	width: 14px;
	float: left;
	margin: 0px;
	outline: none;
}
#content #contentArea #controls ul#beakers li a {
	background: url(../images/beaker.gif) no-repeat left top;
	text-indent: -9999px;	
}
#content #contentArea #controls ul#beakers li.selected a {
	background-image: url(../images/beaker-full.gif);
}

.fullbeaker a {
	background: url(../images/beaker-full.gif) no-repeat left top !important;
}

.emptybeaker a {
	background: url(../images/beaker.gif) no-repeat left top;
}



/* ================================================================================================= SERVICES SECTION */
#contentArea #services-table {
	width: 514px;
	height: 265px;	
	background: url(../images/services-table.gif) no-repeat 0px 0px;
	margin-top: 20px;
	position: relative;
}
#contentArea #services-table #services {
	width: 514px;
	height: 265px;	
	background: url(../images/services-table-hover.png) no-repeat 0px 265px;
}
#contentArea #services-table #services a {
	text-decoration: none;
	text-align: center;
	outline: none;
	
	position: absolute;
	width: 63px;
	height: 71px;
}
#contentArea #services-table #services-text {
	padding-top: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - -  People roll-over widths */

#contentArea #services-table #services a#service1 {
	top: 0px;
	left: 0px;
}
#contentArea #services-table #services a#service2 {
	top: 63px;
	left: 224px;
}
#contentArea #services-table #services a#service3 {
	top: 63px;
	left: 392px;
}
#contentArea #services-table #services a#service4 {
	top: 128px;
	left: 55px;
}
#contentArea #services-table #services a#service5 {
	top: 128px;
	left: 450px;
}
#contentArea #services-table #services a#service6 {
	top: 192px;
	left: 167px;
}
#contentArea #services-table #services a#service7 {
	top: 192px;
	left: 393px;
}









/* ================================================================================================= TEAM SECTION */

#contentArea #team {
	height: 261px;
	width: 634px;
	background: url(../images/team.jpg) no-repeat 0px 0px;
	margin-top: 20px;
}
#contentArea #team a {
	height: 261px;
	float: left;	
	text-decoration: none;
	text-align: center;
	outline: none;
}
#contentArea #team-text {
	padding-top: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - -  People roll-over widths */

#contentArea #team a#person1 {
	width: 87px;
}
#contentArea #team a#person2 {
	width: 80px;
}
#contentArea #team a#person3 {
	width: 79px;
}
#contentArea #team a#person4 {
	width: 74px;
}
#contentArea #team a#person5 {
	width: 80px;	
}
#contentArea #team a#person6 {
	width: 80px;
}
#contentArea #team a#person7 {
	width: 76px;
}
#contentArea #team a#person8 {
	width: 76px;
}


/* ================================================================================================= FOOTER */
#footer {
	clear: both;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
	 
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 633px;
    height: 500px;
	 
 	z-index: 1;
}

/*
.showcaption {
	height: 396px !important;
}
.showcaption ul li {
	height: 396px !important;
}

.showcaption ul li.video {
	height: 435px !important;
}

*/

