/* 
 * global settings
 */

body {
  margin:0; padding:0;
  background: #87836e;
  min-width: 760px;
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 75%;
  }

pre {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  }

a, a:visited, a:active {
  color: #405966;
  font-weight: bold;
  text-decoration: underline;
  }

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

p, table, th, tr, td, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, div, a, form, input {
  margin:0; padding:0;
  }

h1 {
  font-size: 220%;
  }

h2 {
  font-size: 190%;
  }

h3 {
  font-size: 140%;
  }

h4 {
  font-size: 110%;
  }

h5 {
  font-size: 90%;
  }

h6 {
  font-size: 70%;
  }

img {
  border: 0;
  margin:0; padding:0;
  }

.align_right {
  float: right;
  }

.align_left {
  float: left;
  }

.align_center {
  text-align: center;
  }

.justify {
  text-align: justify;
  }

sup.required_field {
  color: red;
  }

@media all{
  input {
    border: solid 1px;
    color: #999999;
    background-color: #fff;
    }
  textarea {
    border: solid 1px;
    color: #999999;
    background-color: #fff;
    }
  }


/* 
 * header
 */

#header {
  background: #515556;
  margin: auto;
  margin-top: 10px;
  width: 760px;
  }

#header h1 {
  font-size: 3em;
  padding-left: 10px;
  padding-right: 10px;
  color: #bcb699;
  letter-spacing: .2em;
  }

#header .alt {
  color: #dfddc9;
  }

#header_byline {
  color: #fff;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 2px;
  }

#middle {
  background: #fff url(/themes/haskins/images/main/pens_bkg.gif) no-repeat bottom right;
  border-top: 1px dotted #000;
  border-bottom: 1px solid #666;
  margin: auto;
  width: 760px;
  }

#content {
  padding: 10px;
  padding-bottom: 100px;
  line-height: 1.7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  }

#resume {
  line-height: 1.5em;
  font-size: 88%;
  text-align: left;
  }

/* BLOG */

.post {
	margin: .5em;
	padding: .5em;
	margin-bottom: 2em;
	}
.ts {
	text-align:right;
  font-style: italic;
  color: #666;
	clear:both;
	border-bottom: 1px solid #999;
	}
.post h4 a:link, .post h4 a:visited, .post h4 a:active {
	text-decoration: none;
	font-size: 130%;
	}
.post h4 a:hover {
	color: #000;
	text-decoration: underline;
	}

/* CONTENT */
#content h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-top: 4px;
  }

#content h2 {
  padding-bottom: 16px;
  }

#content h3 {
  padding-bottom: 14px;
  }

#content h4 {
  padding-bottom: 12px;
  }

#content p {
  padding: 5px;
  }

#content blockquote {
  padding: 0; margin: 20px;
  font-style: italic;
  }

#content ul, #content ol, #content dl {
  padding: .5em; margin: 0;
  list-style-position: inside;
  }

#content dt {
  font-weight: bold;
  }

#content dd {
  padding-left: .5em;
  padding-bottom: .8em;
  }

#content table {
  margin-left: auto;
  margin-right: auto;
  margin-top: .8em;
  margin-bottom: .8em;
  padding: .3em;
  width: 95%;
  }

#content td {
  padding: 2px;
  }

#content th {
  border-bottom: 1px solid #000;
  }

#content tr.odd {
  background: #F3F2EB;
  }

#content img {
  border: 0;
  margin:0; padding:.5em;
  }

img.game_rec {
  border: 1px;
  }


#nav {
  padding-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

.nav {
  background: #F3F2EB;
  border-left: 3px solid #000;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  }

#nav h2 {
  background: #dfddc9;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #333333;
  font-size: 1em;
  padding: 4px;
  }

#nav ul {
	padding-left: 10px;
	padding-bottom: 10px;
	} 

#nav ul li {
	list-style: none;
	padding-top: 4px;
	}

#nav a, #nav a:visited, #nav a:active {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  }

#nav a:hover {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
  }


#footer {
  background: #3a3c3d;
  margin: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 760px;
  margin-bottom: 10px;
  }

#footer table {
  width: 100%;
  padding-right: 5px;
  }

#footer p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  padding-left: 5px;
  }

#validation {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px dotted #999999;
  float: right;
  padding: 2px;
  
  margin: 2px;
  }

#validation a, #validation a:visited, #validation a:active {
  color: #999999;
  font-weight: normal;
  text-decoration: none;
  }

#validation a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  }