/* Tim Jones' fancy website CSS file. 
 * It's a bit of a hack.
 * If you want to make fun of it
 * you can.
 * tim.jones@anu.edu.au
 *     -'07
 */

/* Title Stuff*/
  .title-center {
	position:absolute; 
	left:20px;
	top: 5px;
	width:50%;
	overflow: visible;
  }
  .title-text {
	position:relative;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 22px; 
	text-align: left; 
/*	margin-left: -50px;*/
	width:50%;
	overflow: visible;
  }
  .pointything {
	position:relative;
	margin-top: 30px;
	margin-left:-107;
	width:50%;
	overflow: visible;
  }

  .lefthandimage {
	 float: left;
	 
	}

/* Page Content */
  .mainpage {
	position:absolute; right:20px; top:70px; left: 20px;
	
  }

  .courier {
		font-family: courier;
	}

  .contentbox {
	border: 1px solid #7090ff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	clear:both;
  }

  .contentheader {
	text-align: left;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #7090ff;
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 22px; 
	clear: both;
  }
p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top:10px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 15px; 
	color: #666666; 
	text-align: justify;
	line-height: 20px;
}


  .contentfooter
  {
	clear: both;
	position: relative;
	top: 10px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT-SIZE: 9px;
	PADDING-BOTTOM: 10px;
	COLOR: #666666;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-ALIGN: right
  }
em {
	font-weight: bold;
	font-style: normal;
}
ul { 
list-style-type: circle; 
padding-left: 10px;
margin-left: 20px;
}
li.publication {
 margin-bottom:10px;
}


/* Nav bar stuff (modified from http://www.sethgunderson.com/ - thanks :) */

  #navcontainer
  {
	position:absolute;
	top:45px;
	margin-right: auto;
	margin-bottom: 40px;
	border-top: 1px solid #7090ff;
	z-index: 1;
	width: 100%;
	height: 1px;
  }

  #navcontainer ul
  {
	list-style-type: none;
	text-align: left;
	left: 17px;
	margin-top: -8px;
	margin-left: -2px;
	padding: 0;
	position: relative;
	z-index: 2;
  }

  #navcontainer li
  {
	display: inline;
	text-align: center;
	margin: 0 5px;
  }

  #navcontainer li a
  {
	padding: 1px 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #7090ff;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
  }

  #navcontainer li a:hover
  {
	color: #000;
	border: 1px solid #0000ff;
	border-top: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
	background-color: #b0d0ff;
  }

  #navcontainer li a.current
  {
	color: #000;
	border: 1px solid #0000ff;
	border-top: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
  }

/* Table stuff - generated by the fancy wizard at http://www.somacon.com/p141.php */
  table.times {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
  }
  table.times th {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #b0d0ff;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
  }
  table.times td {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: rgb(243, 250, 255);
	-moz-border-radius: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
  }
/* Definition list stuff, because they're pretty */

 dl.border-around
{
margin: 2em 0;
padding: 0;
width: 90%;
}

.border-around dt
{
background-color: #EEEEEE;
/*color: #7090ff;*/
padding: .5em .5em;
font-weight: bold;
border-left: 1px solid #7090ff;
border-right: 1px solid #7090ff;
border-top: 1px solid #7090ff;
border-bottom: 1px solid #7090ff;
}

.border-around dd
{
margin: 0 0 1em 0;
background: #F5F5F5;
text-align: justify;
padding: 1em .5em;
color: #666666;
border-left: 1px solid #7090ff;
border-right: 1px solid #7090ff;
border-bottom: 1px solid #7090ff;
} 

/* No underlines on links, 'cause they make text harder to read */

a:link    { color: #5050ff; text-decoration:none; }
a:visited { color: #101099; text-decoration:none; }
a:hover   { color: #0000ff; text-decoration:underline; }
a:active  { color: #ff0000; text-decoration:none; }

/* Hacks to make stuff look right in older browsers */
* {
 margin: 0;
 padding: 0;

 /* and defaults  */
 font-family: Verdana, Arial, sans-serif; 
 font-size: 15px; 
}
