﻿body
{
	font-family: Arial, Verdana, Sans-Serif;
	background: #282b2b;
	text-align: center;
}

img
{
	border: none;
}

/*************** Structure ***************/
.Container
{
	position: relative;
	width: 900px;
	height: 625px;
	margin: 50px auto 0 auto;
	background: no-repeat url(../Images/Shadow.png);
	text-align: left;
}

.Main
{
	position: absolute;
	top: 0;
	left: 0;
	width: 875px;
	height: 600px;
	/* Old blue colour
	background: #7295bb;
	*/
	background: #fff;
}

/*************** Masthead ***************/
.Masthead
{
	position: absolute;
	top: 0;
	left: 0;
	width: 875px;
	height: 80px;
}

.Masthead h1
{
	position: absolute;
	top: 20px;
	left: 25px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	color: #666;
}

.Masthead h1 a
{
	text-decoration: none;
	color: #666;
}

.Masthead ul
{
	position: absolute;
	bottom: 0;
	left: 25px;
	margin: 0;
	padding: 0;
}

.Masthead li
{
	display: inline;
	margin: 0 15px 0 0;
	font-size: 14px;
	font-weight: normal;
}

.Masthead li a
{
	padding: 0 0 3px 0;
	text-decoration: none;
	color: #666;
}

.Masthead li a:hover
{
	border-bottom: solid 3px #eee;
}

/*************** Portfolio ***************/
.ProjectTitle
{
	position: relative;
	float: left;
	width: 550px;
	height: 30px;
	margin: 0 0 0 250px;
	z-index: 995;
}

.ProjectTitle h1
{
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #999;
}

.ProjectInformationLabel
{
	position: absolute;
	top: 0;
	right: 0;
}

.ProjectInformationLabel h3
{
	margin: 0;
	padding: 5px 25px 5px 0;
	background: no-repeat right url(../Images/Info.gif);
	font-size: 14px;
	font-weight: normal;
	color: #999;
	cursor: pointer;
}

.ProjectInformation
{
	position: absolute;
	top: 40px;
	left: 10px;
	display: none;
	width: 510px;
	height: 370px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #666;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	overflow: auto;
	z-index: 10000;
}

.ProjectInformation b
{
	float: right;
	margin: 5px 0 5px 0;
	padding: 0 15px 0 0;
	background: no-repeat right url(../Images/Close.gif);
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

.ProjectInformation pre
{
	float: left;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}

.Projects
{
	float: left;
	width: 50px;
	height: 390px;
	margin: 0 5px 0 0;
	padding: 10px;
	/* Old blue colours
	background: #91bded;
	border: dashed 1px #445970;
	*/
	background: #eee;
	border: dashed 1px #ccc;
}

.ProjectImages
{
	float: left;
	width: 50px;
	height: 390px;
	margin: 0 5px 0 0;
	padding: 10px 0 10px 10px;
}

.Projects h2,
.ProjectImages h2
{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}

.Projects img,
.ProjectImages img
{
	margin: 0 0 10px 0;
}

.Arrow
{
	display: block;
	width: 36px;
	height: 17px;
	margin: 6px;
	text-decoration: none;
}

.LightUp
{
	background: no-repeat url(../Images/ArrowUpLight.png);
}

.LightUp:hover
{
	background: no-repeat url(../Images/ArrowUpDark.png);
}

.LightDown
{
	background: no-repeat url(../Images/ArrowDownLight.png);
}

.LightDown:hover
{
	background: no-repeat url(../Images/ArrowDownDark.png);
}

.MidUp
{
	background: no-repeat url(../Images/ArrowUpMid.png);
}

.MidUp:hover
{
	background: no-repeat url(../Images/ArrowUpDark.png);
}

.MidDown
{
	background: no-repeat url(../Images/ArrowDownMid.png);
}

.MidDown:hover
{
	background: no-repeat url(../Images/ArrowDownDark.png);
}

.Projects .SlidingPanels,
.ProjectImages .SlidingPanels
{
	position: relative;
	width: 50px;
	height: 300px;
}

.Projects .SlidingPanelsContentGroup,
.ProjectImages .SlidingPanelsContentGroup
{
	position: relative;
	width: 50px;
}

.Projects .SlidingPanelsContent,
.ProjectImages .SlidingPanelsContent
{
	width: 50px;
	height: 60px;
	text-align: center;
}

.Projects .SlidingPanelsContent img,
.ProjectImages .SlidingPanelsContent img
{
	margin: auto;
}

.ProjectImages .SlidingPanelsContent img
{
	cursor: pointer;
}

.Gallery
{
	position: absolute;
	top: 30px;
	right: 0;
	width: 550px;
	margin: 0 25px 0 0;
	text-align: center;
}

.Gallery img
{
	margin: 0 auto 0 auto;
}

.Gallery .SlidingPanels
{
	position: relative;
	width: 550px;
	height: 450px;
}

.Gallery .SlidingPanelsContentGroup
{
	position: relative;
	width: 550px;
}

.Gallery .SlidingPanelsContent
{
	float: left;
	width: 550px;
	height: 450px;
}

.Gallery .SlidingPanelsContent .Image
{
	float: left;
	width: 550px;
	height: 410px;
}

.Gallery .SlidingPanelsContent .PictureTitle
{
	float: right;
	position: relative;
	width: 375px;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 5px;
}

.Gallery .SlidingPanelsContent .PictureTitle p
{
	margin: 0;
	font-size: 12px;
	text-align: right;
	color: #333;
}

.Gallery .SlidingPanelsContent .PictureTitle p b
{
	margin: 0 0 0  20px;
	padding: 5px 25px 5px 0;
	background: no-repeat right url(../Images/Info.gif);
	font-weight: normal;
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

.Gallery .SlidingPanelsContent .PictureTitle .Information
{
	position: absolute;
	right: 10px;
	bottom: 60px;
	display: none;
	width: 250px;
	background: #fff;
	border: solid 1px #666;
	text-align: right;
	overflow: hidden;
	opacity: 0.75;
}

.Gallery .SlidingPanelsContent .PictureTitle .Information pre
{
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	font-family: Arial;
	color: #333;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}

.Gallery .SlidingPanelsContent .PictureTitle .Information b
{
	margin: 5px 10px 5px 0;
	padding: 0 15px 0 0;
	background: no-repeat right url(../Images/Close.gif);
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

.Gallery .Controls
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 35px;
	background: #fff;
}

.Gallery .Next
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 16px;
	padding: 0 15px 0 0;
	background: #fff no-repeat right top url(../Images/NextArrow.gif);
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

.Gallery .Prev
{
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 16px;
	padding: 0 0 0 15px;
	background: #fff no-repeat left top url(../Images/PreviousArrow.gif);
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

.Gallery .Next:hover
{
	background-position: right -16px;
	color: #000;
}

.Gallery .Prev:hover
{
	background-position: 0 -16px;
	color: #000;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

/*************** Content ***************/
.Content
{
	position: absolute;
	top: 100px;
	left: 25px;
	width: 825px;
	height: 480px;
}

.Content .WhiteBox
{
	width: 825px;
	height: 475px;
	background: #eee;
}

.Content .WhiteBox .CvMenu
{
	width: 700px;
	height: 60px;
}

.Content .WhiteBox .CvMenu ul
{
	margin: 0 0 0 30px;
	padding: 20px 0 0 0;
}

.Content .WhiteBox .CvMenu li
{
	display: inline;
	margin: 0 25px 0 0;
	color: #333;
}

.Content .WhiteBox .CvMenu li a
{
	display: inline;
	font-size: 20px;
	text-decoration: none;
	color: #999;
}

.Content .WhiteBox .CvMenu li a:hover
{
	display: inline;
	color: #666;
}

.Content .WhiteBox .CvMenu li .Selected
{
	display: inline;
	color: #333;
}

.Content .WhiteBox .Workshops
{
	height: 415px;
	padding: 20px 30px;
	font-size: 12px;
	line-height: 18px;
	overflow: auto;
}

.Content .WhiteBox .Workshops h1
{
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #333;
}

.Content .WhiteBox .Cv
{
	width: 765px;
	height: 415px;
	padding: 0 30px;
	font-size: 12px;
	line-height: 18px;
	overflow: auto;
}

.Content .WhiteBox .Cv h3,
.Content .WhiteBox .Workshops h3
{
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

.Content .WhiteBox .Cv p,
.Content .WhiteBox .Workshops p
{
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.Content .WhiteBox .Cv blockquote
{
	margin: 0;
}

.Content .ThinWhiteBox
{
	float: left;
	width: 320px;
	height: 455px;
	padding: 0 20px 20px 20px;
	background: #eee;
	font-size: 12px;
	line-height: 18px;
}

.Content .ThinWhiteBox h2
{
	margin: 15px 0;
	font-weight: normal;
	color: #333;
}

.Content .ThinWhiteBox p
{
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.Content .ThinWhiteBox p a
{
	text-decoration: none;
	color: #666;
}

.Content .ThinWhiteBox p a:hover
{
	text-decoration: underline;
}

/*************** Contact ***************/
.Contact
{
	float: right;
	width: 400px;
	height: 410px;
}

.Contact .Messages
{
	width: 350px;
	height: 40px;
}

.Contact .Messages p
{
	margin: 0 40px 0 0;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	background: #eee;
	border: dashed 1px #ccc;
	font-weight: bold;
	color: #333;
}

.ContactForm
{
	display: block;
}

.ContactForm .Field
{
	display: block;
	float: left;
	width: 300px;
}

.ContactForm .Field .Label
{
	display: block;
	float: left;
	margin: 0 20px 5px 0;
	font-size: 12px;
	color: #666;
}

.ContactForm .Field .Validation
{
	display: block;
	float: left;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #990000;
}

.ContactForm .Field .TextBox
{
	display: block;
	float: left;
	width: 300px;
	margin: 0 0 15px 0;
	padding: 5px;
	border: solid 1px #999;
}

.ContactForm .Submit
{
	display: block;
	float: left;
	padding: 10px;
	background: #ccc;
	border: solid 1px #666;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

.ContactForm .Submit:hover
{
	background: #999;
	border: solid 1px #333;
	color: #000;
}