/*
-----------------------------------------------

Hlusko
Version: 1.0
By: Derek Yu
Author's Website: http://www.derekyu.com
For: http://www.tigsource.com/thompsonsoft/
Last Updated: ???, 2005

----------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  background: #000000 url(../images/body-bg.jpg) repeat-y;
  font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}


/* Links
----------------------------------------------- */

a:link
{
  font-weight: bold;
  color: #9B3C3C;
}

a:visited
{
  font-weight: bold;
  color: #9B3C3C;
}

a:hover
{
  font-weight: bold;
  color: #666;
  text-decoration: none;
}

#berk-nav a:link, #footer a:link
{
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#berk-nav a:visited, #footer a:visited
{
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#berk-nav a:hover, #footer a:hover
{
  font-weight: normal;
  color: #A3D0FF;
  text-decoration: none;
}


/* Page Layout
----------------------------------------------- */

#berk-nav {
  padding: 4px 0 0 164px;
  height: 20px;
  width: 836px;
  background: #003D7C url(../images/berk-nav-bg.jpg) repeat-y;
  color: #002042;
  font-size: 10px;
}

#header {
  height: 160px;
  width: 1000px;
  background: #000 url(../images/logo.jpg) no-repeat;
}

#wrapper {
  width: 1000px;
  overflow: hidden;
}

#leftcol {
  float: left;
  width: 160px;
  min-height: 600px;
  height: auto !important; height: 600px;
  background: #333;
}

#main {
  /* position: absolute; */
  /* left: 160px; */
  /* top: 190px; */
  float: left;
  width: 800px;
  min-height: 600px;
  height: auto !important; height: 600px;
  background: #F8DEBD;
  color: #211616;
}

#footer {
  padding: 10px;
  height: 60px;
  text-align: center;
  background: #0050AA url(../images/footer-bg.jpg) repeat-x;
  color: #5BA6FB;
  font-size: 10px;
}


/* Images
----------------------------------------------- */

.border {
  border: 1px solid #311F1F;
}

.thick-border {
  border: 2px solid #311F1F;
}

.noborder {
  border: none;
}

.align-left {
  margin: 0 10px 2px 20px !important; margin: 0 10px 2px 10px;
  float: left;
}

.align-right {
  margin: 0 20px 2px 10px;
  float: right;
}

.align-center {
  margin: 0;
  text-align: center;
}


/* Text Style
----------------------------------------------- */

p {
  margin: 20px;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}

p.large {
  font-size: 16px;
}

small {
  margin: 5px 20px 5px 20px;
}

td.info {
  width: 460px;
}

td.info p {
  margin: 0 20px 0 6px;
  font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  font-size: 13px;
}

#links-list p, p.small, small {
  margin: 0 20px 0 20px;
  font-size: 11px;  
}

h1 {
  margin: 40px 20px 20px 20px;
  color: #39261C;
  font-weight: bold;
  font-size: 20px;
}

h2 {
  margin: 40px 20px 20px 20px;
  color: #6A4634;
  font-weight: bold;
  font-size: 18px;
}

#leftcol h1 {
  margin: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

blockquote {
  margin: 10px 20px 10px 20px;
  padding: 5px 0 0 0;
  background: url(http://www.derekyu.com/images/quotes.jpg) no-repeat;
  font-family: Courier, sans-serif;
  font-size: 12px;
}

ul {
  font-size: 11px;
}

li.ind {
  margin: 0 0 0 40px;
}

.button {
  width: 160px;
  margin-bottom: 10px;
  background-color: #333;
  color: #333;
}

.button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
		
.button li {
  border-bottom: 1px solid #111;
  margin: 0;
}

.button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #333;
  border-right: 10px solid #333;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  width: auto; !important width: 100%;
}

.button li a:visited {
  color: #fff;
}

.button li a:hover {
  border-left: 10px solid #5BA6FB;
  border-right: 10px solid #5BA6FB;
  background-color: #5BA6FB;
  color: #fff;
}

.people {
  margin: 20px 20px 0 20px;
  padding: 0 0 0 150px;
  width: 610px;
  height: 150px;
}

.me {
  margin: 20px 20px 0 20px;
  padding: 0 0 0 170px;
  width: 590px;
  height: 200px;
}

.research {
  margin: 20px 20px 20px 20px;
  padding: 0 0 0 310px;
  width: 450px;
  height: 190px;
}

.people p {
  margin: 0 20px 0 20px;
}

.me p, .people p, .research p {
  font-size: 11px;
  margin: 0 20px 10px 20px;
}

.me h2, .people h2, .research h2 {
  margin: 0 20px 20px 20px;
}

hr {
  margin: 10px 0 10px 0;
  border-top: transparent;
  border-right: transparent;
  border-bottom: 1px solid #311F1F;
  border-left: transparent;
}

