/* media=screen */
body {
  background-color: #f8fbff;
  color: black;
  font-family: sans-serif;
  font: Verdana;
}

a img { border: 0; }
a, a:visited {
  color: #56789A;
  text-decoration: none;
}
a:hover {
  color: #9ABCDE;
  text-decoration: overline underline;
}
h3 { font-variant: small-caps; }
blockquote {
  background: #E6E6EA url(/media/images/blockquote.gif) no-repeat scroll 5px 5px;
  padding: 5px;
}
code { background-color: #E4EAFF; }

.calign { text-align: center; }
.lalign { text-align: left; }
.ralign { text-align: right; }

.aligncenter {
  display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

.altbg1 { background-color: #F0F0F0; }
.altbg2 { background-color: #E8E8E8 }

.inline { display: inline; }

.copyright {
  color: grey;
  font-size: 10px;
}

.picborder {
  background-color: #DDEEDD;
  border: 20px solid #DDEEDD;
}
.smallpicborder { border: 5px solid #DDEEDD; }

.honeypot {
  color: #f8fbff;
  display: none;
  visibility: hidden;
}

ul.nolist {
  list-style: none;
  margin: 5px 0 0 5px;
  padding: 0;
}
ul.nolist li {
  padding-left: 5px;
}

#header,#body,#footer,.hr {
  margin: 0 auto;
  width: 960px;
}

#header {
  height: 200px;
}
#header #yak4000 {
  float: left;
  height: 150px;
  margin: 20px 0 0 20px;
  width: 130px;
}
#header-right {
  float: left;
  margin-left: 30px;
  width: 750px;
}
#header #title {
  text-align: center;
}
#header h2 {
  font-size: 80px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
#header h3 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0px;
}
#header ul {
  list-style: none;
  margin: 0px;
  margin-top: 25px;
  padding: 0px;
}
#header ul li {
  float: left;
  font-size: 30px;
  font-variant: small-caps;
  letter-spacing: 3px;
  margin-left: 50px;
}
#header ul li a { color: black; }
#header ul li a:hover { text-decoration: overline underline; }
#header ul li a.selected { color: brown; }

.hr {
  background-color: #9ABCDE;
  border-bottom: 1px solid #ABCDEF;
  border-top: 1px solid #ABCDEF;
  height: 1px;
}

#body {
  background: transparent url(/media/images/contentborder.gif) repeat-y scroll 190px 0;
  letter-spacing: 1.5px;
  line-height: 20px;
  min-height: 100%;
}

#sidenav {
  float: left;
  height: 100%;
  overflow: hidden;
  margin-right: 15px;
  padding-left: 5px;
  width: 180px;
}
#sidenav h3 { margin-bottom: 0px; }
#sidenav ul { font-size: 14px; }

#content {
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 730px;
}

.post { margin-bottom: 40px; }
.post .title {
  line-height: 1em;
  margin-bottom: 5px;
}
.post .title a { color: black; }
.post .dateline {
  color: grey;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 0px;
}
.post_content {
  font-size: 14px;
  padding: 0 15px;
}
.post_content p img { padding: 5px; }
.post_content h1 {
  border-bottom: 1px solid #9ABCDE;
  font-size: 18px;
  padding-bottom: 5px;
  width: 100%;
}
.post_content h2, .post_content h3 { font-size: 16px; }

#pagination {
  font-size: 16px;
  font-style: italic;
  font-variant: small-caps;
  margin: 0 auto;
  width: 250px;
}
#pagination td { width: 10px; }
#pagination .current {
  font-size: 18px;
  font-weight: bold;
}
#pagination td.previous {
  padding-right: 5px;
  width: 90px;
}
#pagination td.next {
  padding-left: 10px;
  width: 65px;
}

.comment {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 5px;
}
.comment .title {
  margin: 5px;
  margin-bottom: 0px;
}
.comment .title a { color: black; }
.comment .dateline {
  font-size: 10px;
  font-style: italic;
  margin: 0 0 5px 5px;
}
.comment_content {
  font-size: 13px;
  /* The 1px is to make sure the background-color extends throughout the entire div */
  padding: 1px 15px;
  height: 100%;
}

#footer {
  clear: both;
  text-align: center;
}


/* Yak Pics */
#listyaks td.date { padding: 0 5px; }
#listyaks td.entry {
  padding: 0 10px;
  width: 100%;
}
#listyaks tr.altbg2 td.entry { width: 90%; }


/* Portfolio */
.portfolio li { margin-bottom: 50px; }
.portfolio_text {
  margin-left: 160px; /* For the project image */
  padding: 5px 5px 5px 20px;
}
.portfolio_text h3 {
  font-size: 22px;
  margin: 0;
}
.portfolio_image {
  width: 150px;
}
.portfolio_desc {
  font-size: 15px;
  padding: 0px 10px;
}
.portfolio_meta {
  border-top: 1px solid grey;
  font-size: 14px;
  padding-top: 5px;
}
.portfolio_meta .label { font-size: 13px; }
.portfolio_technologies img { vertical-align: text-bottom; }
.portfolio_technologies ul li {
  padding: 0;
  margin: 0;
  display: inline;
  white-space: nowrap;
}


/* Brothers */
#brothers thead td {
  background-color: #BCDEFF;
  font-style: italic;
}
#brothers td {
  border-bottom: 2px solid #ABCDEF;
  border-left: 2px solid #ABCDEF;
  padding: 5px;
}
#brothers tr td + td + td { border-right: 2px solid #ABCDEF; }

