@charset "utf-8";
/* CSS Document */

body{
	text-align: justify;
	background-color: #FEF0C5;
	font: 12px Helvetica, Arial, sans-serif;
	color: #f1f0df;
}
a:link {color: #FEF0C5; text-decoration: underline;}     /* unvisited link */
a:visited {color: #FEF0C5;}  /* visited link */
a:hover {color: #FEF0C5;}   /* mouse over link */
a:active {color: #FEF0C5;}   /* selected link */

div#col2 a:link {color: #8C6B42; text-decoration: underline;}
div#col2 a:visited {color: #8C6B42;}  /* visited link */
div#col2 a:hover {color: #8C6B42;}   /* mouse over link */
div#col2 a:active {color: #8C6B42;}   /* selected link */
p#hits{
	color: #FEF0C5;
	font-size: 10px;
	text-align: center;
}

img#work{
	border: 5px double #f1f0df; 
	margin: 5px;
	
}

img#teamMembers{
	border: 5px double #f1f0df;
	margin: 5px;
}

table{
	border-spacing: 10px;
}
table td{
	vertical-align: top;
}

table#news td{width: 130px; text-align: center;}
a img{border: none;}

table#book{margin: 0;}
table#book td{vertical-align: middle;}
/** PLAY BTN ***********************************************************/
ul#playBtn{
	font-variant: small-caps;
	padding:0;
	margin:0; 
}
ul#playBtn li{
	list-style-type: none;
	text-align: center;
	padding: 0;
	width: 150px;
	margin: 0 auto;
}
ul#playBtn li a{
	background-color: #FEF0C5;
	padding: 10px;
	display: block;
}
ul#playBtn li a:link, ul#playBtn li a:visited{
	text-decoration: none;
}
ul#playBtn li a:hover{
	background-color: #BF9D73;
	color: #FEF0C5;
	text-decoration: none;
}
/* MENU *****************************************************************/
ul#nav li{
	list-style-type: none;
	margin-left: -38px;
}
ul#nav li a img{
	border: none;
}
ul#nav li a img#about, ul#nav li a img#work, ul#nav li a img#pub, ul#nav li a img#pres, ul#nav li a img#photos, ul#nav li a img#other {
	margin-top: -40px;
}
/*****/
ul#subNav{
	font-variant: small-caps;
}
ul#subNav li{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: -38px;
	text-align: left;
}
ul#subNav li a{
	background-color: #ff726f;
	text-decoration: none;
	padding: 10px;
	display: block;
}
ul#subNav li a:hover, ul#subNav li#selected a{
	background-color: #FEF0C5;
	color: #ff726f;
	text-decoration: none;
}
/************************************************************************/
h1, h2, h3{
	font-variant: small-caps;
	color: #8C6B42;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h1{
	margin-top: 15px;
}
h1.altContent span{
	display: none;
}
h1.altContent{
	background: url(images/dianaTitle.png) no-repeat top left;
	width: 257px; 
	height: 30px;
	margin-left: -8px;
	margin-bottom: -3px;
}
/* FRAMEWORK ************************************************************/
div#framework{
	width: 955px;
	margin: 0 auto;
}
div#col1{
	width: 226px;
	background-color: #73a1bf;
	border: 3px solid #FFF;
	float: left;
	text-align: center;
}
div#col2{
	width: 467px;
	margin-left: 232px;  /*same as width of col1 + col1 borders*/
	margin-top: 60px;
	/*background-color: #c0b592;*/
	background-color: #EEDEB4;
	
	color: #8C6B42;
}
div#col2 div#content{
	padding: 15px;
}
div#col2 p#footer{
	background-color: #BF9D73;
	color: #FEF0C5;
	line-height: 30px;
	bottom: 0;
	text-align: center;
}
div#col2 p#footer a:link {color: #FEF0C5; text-decoration: underline;}     /* unvisited link */
div#col2 p#footer a:visited {color: #FEF0C5;}  /* visited link */
div#col2 p#footer a:hover {color: #FEF0C5;}   /* mouse over link */
div#col2 p#footer a:active {color: #FEF0C5;}   /* selected link */

div#col3{
	margin-top: -30px;
	width: 220px;
	background-color: #73a1bf;
	border: 3px solid #FFF;
	float: right;
	padding: 15px;
	float: right;
}
/************************************************************************/
img#diana{
	border: 5px double #f1f0df; 
	
	margin-top: 6px;
}

.floatleft {
	
	min-height: 150px;
}
.floatleft .floatimg{
	float: left;
	width: 100px;
	font-size: smaller;
	line-height: 20px;
	text-align: center;
}
* html .floatleft p{ /* IE 3px jog hack*/
	height: 1%;
}
.floatleft p{
	margin-top: 0;
	margin-left: 110px; /* 10px padding between photo and text */
}
