/*
CSS for Bubble Under site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: black;
  line-height: 125%;
  padding: 0;
  margin: 0;
}
.whitetext {
	font-size:12.0pt;
	font-family:"Bookman Old Style";
	color:white;
}	
h1, h2, h3, h4{
  font-family: Helvetica, Arial, sans-serif;
  color: white;
}
h5 {
  font-family:"Bookman Old Style";
  color: white;
}
h1 {
  font-size: x-large;
  background-color: black;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(backgrounds/header-bg.jpg) repeat-y right bottom;
}

h2 {

  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color:#FFFFFF;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

em {
  text-transform: uppercase;
}
.aEmulation {
	font-weight: bold;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #FFFF00
}	
a {
  font-weight: bold;
  font-family: Georgia, Times, serif;
  font-size: 1.2em;
}

a img  { 
	border:none;
}	
a:link {
  color:#FFFFFF;
  border: none;
  text-decoration: none;
}

a:visited {
  color:  #CCCCCC;
  border: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color:#FFCC00;
  
}

a:active {
  color: aqua;
  text-decoration: none;

}
a.top {

	font-weight:bold;
	font-style: italic;
  	font-family: Georgia, Times, serif
}	
a:link.top, a:visited.top {
	color:#CECECE;
}
a:hover.top {
	color:#FFCC00;
}	
.atopemulation {
	font-weight: bold;
	font-style:italic;
	/*color: #339999;*/
	color:#E8EC4F;
}	

	
a:link.work, a:visited.work {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style:italic;
	color:#E0E0E0;
}
a:hover.work {
	color:#FFCC00;
}	
.aworkemulation {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style:italic;
	/*color: #339999;*/
	color:#E8EC4F;
	
}	

.currentwork  {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style:italic;
	color:#8D8D8D;
	font-size: 1.2em;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}
.caption {
  color:#FF7B3C;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  height: 484px;
  background: black;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

img.right {
  float: right;
  margin: 10px;
}
img.left {
  float: left;
  margin: 10px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}

table.works {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.works td {
  padding-right:3em;
  padding-top:2em;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

form.contact fieldset {   
  border: 2px solid navy;   
  padding: 10px; 
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: navy;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: navy;
  color: white;   
  font-weight: bold;   
  padding: 5px;   
  border: 1px solid white; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: #0066FF; 
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #topline {
  position: absolute;
}

#navigation, #bodycontent {
  top: 120px;
}
#navigation {
	line-height:175%;
}
#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}

#topline {
	left: 200px;
	top:75px;
	width:80%;
	font-style: italic;
  font-family: Georgia, Times, serif;
  /*border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;*/
  padding-top: .2em;
  padding-bottom: .2em;
  /*padding-left: .8em;*/
  margin: 0;
}
.topmenu {
	/*font-size: 1.2em;*/
	padding-left:1.5em;
}
.atopemulation, .workmenu , .aworkemulation{
	padding-left:1.5em;
	font-size: 1.2em;
	
}	