/*
Theme Name: Tim's Word Press Template
Description: It's a word press template
Version: 1.0a
Author: Tim Jones
Tags: right sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */


  .mainpage {
    position:absolute; right:20px; top:80px; left: 20px;
    
  }
  .title-text {
    position:relative;
    text-align: justify;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 22px; 
    text-align: left; 
/*  margin-left: -50px;*/
    overflow: visible;
  }
  .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;
  }



  .title-center {
    position:absolute; 
    left:20px;
    top: 5px;
    width:50%;
    overflow: visible;
  }
  .contentbelow {
    border-top: 1px solid #7090ff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    clear:both;
  }
  .contentbox {
    border: 1px solid #7090ff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    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:60px;
    margin-bottom: 40px;
	margin: 0px;
    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: -10px;
    margin-left: -2px;
    padding: 0;
	width: 90%;
    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;
  }

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 */
body {
  margin: 0;
  padding: 0;
/* and defaults  */
}





