/* CSS Document */

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ffffff;
}

#bg {
	position: fixed; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	z-index: -1;
}

a {
	text-decoration:underline;
	color: #ffffff;
}

a:hover {
	text-decoration:underline;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#logo {
	width: 100%;
}

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:980px;
	margin:0 auto 0 auto;
	z-index: 1;
}

/* THE MENU */

.menu {
	position:relative;
	display:block;
	height:30px;
	font-size:15px;
	font-weight:bold;
	background: #000000;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-bottom: 1px dotted #d9d9d9;
	width: 100%;
}

.menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

.menu ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	border-right: 1px solid #ffffff;
}

.menu ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:3px 20px 10px 20px;
	text-align: center;
	width: 80px;
	height:18px;
}

.menu ul li a:hover {
	text-decoration: underline;
}


/* THE AREA NEXT TO THE SIDEBAR */
#stuff{
	width: 100%;
}

#content {
	width: 65%;
	vertical-align: top;
	padding: 10px;
	text-align: left;
}

#content p {
	text-indent:15px;
	text-align: left;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url('images/li.png');
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width: 35%;
	vertical-align: top;
}

#content, #sidebar {
	padding-top: 20px;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:250%;
	font-weight:normal;
	border-bottom: 1px dotted #ffffff;
}

h1 a{
	font-weight: normal;
	text-decoration: none;
}

h1 a:hover{
	text-decoration: underline;
	font-weight: normal;
}




/* THE FOOTER */

#footer {
	width:680px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	border-top:1px dashed #999999;
}

#content img {
	/*max-width: 400px;*/
}

td {
	text-align: center;
}

.tleft td {
	clear: both;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000000;
}

.tleft td p {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 12px;
	padding-left: 1px;
	text-align: left;
	word-wrap: normal;
}

.hbgallery {
	border: none;
	width: 200px;
}

.hbgallery2, .itbutton {
	border: none;
	width: 250px;
	display: inline;
}

.itbutton {
	width: 300px;
}

.smallcaps {
	font-size: 80%;
	text-transform: uppercase;
}

#itinerary {
	width: 100%; 
	height: auto;
}

input, textarea {
	width: 320px;
}

#submit {
	width: 80px;
	background-color: ffffff;
}

audio {
	width: 300px;
}

#projectLetterCaption li{
	font-style: italic;
	font-size: 55%;
	text-align: left;
	line-height: 14px;
}

#projectLetterImages img {
	height: 110px;
}

#projectLetterImages td {
	vertical-align: top;
	padding-top: 0px;
}
