html { overflow-x:hidden; overflow-y:scroll; }

/* HTML stuff */
body {
  margin: 0 25px 25px 25px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#main, #masthead {
  width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

h1,
.heading {
	font-size: .8em;
	line-height: 1.5em;
	color: #C4C4B8;
	font-weight: normal;
}

h1 {
  margin: 0;
	padding: 0;
}

p {
  margin-top: 0;
	padding-top: 0;
  text-align: left;
}

#gallery,
#fader {
 min-width: 430px;
 width: 430px;
 /*border: 1px solid red;*/
}


.picture {
  float:left;
}

.centred {
  text-align: center;
}

.copyright {
  font-size: smaller;
}

.welcome,
.maintext {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #888;
	font-weight: normal;
}

.required {
  font-weight: bold;
	color: #C00;
}

.formField {
  color: #fff;
	margin-bottom: 0;
}
#contactForm {
  position: absolute;
	width: 300px;
	height: 300px;
	background-color: none;
	margin-left: 35px;
	margin-top: 20px;
}

#scroller .maintext {
	text-align: center;
}

.contact {
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
	color: #888;
	text-align: center;
}

.linkspage {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #888;
	text-align: left;
}

.accent {
  /* color: #C09060; */
	color: #D4D4C7;
}

h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #999999;
}

a {
  color: #999;
  text-decoration: none;
}

#elevator h1 a {
  color: #C4C4B8;
}

a:visited {
  color: #888;
	text-decoration: none;
}

a:hover,
a.selected { 
	text-decoration: none;
	color: #C4C4B8;
}

#nav a.selected {
  color: #C4C4B8;
}


.topRule {
  border-top: 1px solid #ccc;
	height: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bottomRule {
  margin-top: 35px;
	border-bottom: 1px solid #ccc;
}

#footer {
	color: #666;
	border-top: 1px solid #ccc;
	min-height: 100px;
	padding: 15px;
	margin-top: 15px;
}

.footerSpacer {
  color: #D4D4C7;
	/* font-size: larger; */
}

#logobox {
  padding-left: 25px;
  padding-top: 15px;
  width: 185px;
}

#navbox {
  width: 100%;
  padding-top: 40px;
  padding-right: 25px;
}

#sidebar{ 
  width: 130px; 
	/* border: 1px solid red; */
}

#nav {
  text-align: right;
	z-index: 10;
}

#nav .selected {
 font-size: 150%;
} 

ul.globalNav {
  margin: 0;
	padding: 0;
	margin-top: 25px;
}

ul.globalNav li {
  margin: 0;
  display: inline;
	padding: 0 14px 0 7px;
	text-transform: lowercase;
	font-size: 1.3em;
	font-weight: normal;
	background-image: url(images%20web/bullet.gif);
	background-position: center right;
	background-repeat: no-repeat
	/* border: 1px solid #ccc; */
}

ul.globalNav li.last {
  background-image: none;
}


ul.globalNav li a {
  padding: 0 5px 0 5px;
}


.sidebar {
  /* border: 1px solid #ccc; */
	padding: 10px;
	margin-right: 25px;
}


.dropcap {
	float:left;
	color:#D4D4C7;
	font-size:80px;
	line-height:70px;
	padding-top:0px;
	font-family: Times, Georgia, serif;
	text-transform:uppercase;
	padding-right: 3px;
} 


#logo {
  width: 160px; 
}

#logo h1 {
  font-weight:normal;
	font-size: 1.1em;
	color: #888;
}

b,strong {
  font-weight: normal;
	/* color: #C4C4B8;
	color: #666; */
}

#fader {
 padding-left: 15px;
}

#elevator {
	margin-left: 35px;
	padding: 0 35px 35px 0;
	/* border: 1px solid red; */
}

/* Portfolio stuff */

#folio {
  width: 330px;
  /*border: 1px solid red;*/
}

#folioNav {
  clear:both;
	text-align: center;
	padding-top: 33px;
	padding-right: 52px;
}

.thumb {
  float: left;
  margin: 6px 6px;
  width: 125px;
  height: 125px;
  /*border: 1px solid red;*/
}

.thumb img {
  /*padding: 1px;*/
  border: 2px solid #C4C4B8; 
}

.thumb.current img {
  /*padding: 0;*/
  border: 2px solid #888;
}

.thumb a:hover img {
  /*padding: 0;*/
  /* border: 1px solid #C4C4B8; */
  border: 2px solid #888
}


#carousel {
  position:relative; height: 500px; width: 700px; overflow: hidden;
	/* border: 1px solid red; */
	padding-right: 0px;
}

#endFade {
  z-index: 10;
	position: absolute;
	left: 505px;
	top: 0px;
	/*border: 1px solid red;*/
}

/* position: relative; height: 580px;  overflow:hidden; width: 700px; 
*/
/*#scroller { position:absolute; top: 0px; left:0px; width:5000px; height:500px; overflow:hidden; border: 1px solid red; } */
#scroller { position:absolute; left:0px; top:0px; width:5000px; height:500px; overflow:hidden; /*border:1px solid red;*/}
.scrollHelper { left:50000px }
#linksNav img, #folioNav img { border: none; }
.containerWide { position:absolute; top:5px; }
.containerWide p { margin-top: 0.75em;}
.containerWide img { padding: 1px; border: 1px solid #C4C4B8; }
.containerWide,
.navWide { width:440px; /* border: 1px solid green; */ text-align: center; }
.navWide { position:absolute; bottom:26px;  };

a.arrow img { border: none; }
/* #linksNav { position:absolute; left:45px; bottom:26px; } */
.links {
	font-weight: normal;
	font-size:.9em;
}
.links a {
	font-size:.9em;
	padding:5px;
}
.links a.arrow { padding-left:10px; padding-right:10px; }
a.linkOff { color:#999; }
a.linkOff:visited { color:#888; }
a.linkOn { color:#C4C4B8; font-size: 120%;}

