/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */


body {
font: 12px Verdana;
color: #444;
background: #e0e0e0; margin: 5px 0 5px 50%;
font: 13px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

a:link, a:visited {
	text-decoration: underline;
color: #444;
  }
a:hover, a:active {
	/*text-decoration: none;*/
color: #2222DD;
  }

/* I probably would have left off the border on the container, but
   Safari puts some sort of weird top margin on the div if there's
   no border. Silly, really. */
#container {
position: relative;
width: 700px;
background: #ffffff url(header.jpg) no-repeat top left;
margin: 0 0 0 -350px;
		/* Could also use margin-left and -right: auto
		   but IE 5 PC doesn't like that */
border: 1px solid #BBB;
		padding-left: 25px;
		padding-right: 25px;
}
h1 {
color: #222299;
font: 36px "Trebuchet MS", Verdana;
margin: 0;
		text-align: center;
		text-transform: lowercase;
}
h2 {
color: #222299;
font: 22px "Trebuchet MS", Verdana;
margin: 0;
		text-transform: lowercase;
}

/* Header - just provides space */
#pageHeader {
height: 350px;
}
#pageHeader span {
display: none;
}

#contact {
  margin-top:20px;
}

#other {
  margin-top:30px;

}
#Pubs {
  margin-top:30px;

}
#intro{
  margin-top:30px;
  margin-bottom:30px;

}

#other ul {
		margin-left: 15px;
}

#contact p.contactlabel {
  font-weight: bold;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 2px;
}

#contact p.contactline {
margin: 0px;
		margin-left: 30px;
}

#extradiv1 {
padding:5px;
}

img.floatLeft { 
float: left; 
margin: 4px; 
}
img.floatRight { 
float: right; 
margin: 4px; 
}
ul {
margin: 0;
		margin-top: 10px;
		margin-bottom: 10px;
padding: 0;
		 list-style: none;
}

li {
  padding-bottom: 10px;

  text-indent:-30px;
  padding-left: 30px;
}
/* from http://www.alistapart.com/articles/cssdropshadows/ */

.img-shadow {
float: right;
background: url(shadowAlpha.png) no-repeat bottom right !important;
background: url(shadow.gif) no-repeat bottom right;
margin: 15px 0 0 10px !important;
margin: 10px 0 0 5px;
}

.img-shadow img {
display: block;
position: relative;
		  background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
}

