/*   
Theme Name: Triforce
Theme URI: blog.projecttriforce.com
Description: A custom theme for Project Triforce's blog
Author: Chris Gunther
Author URI: chrisgunther.net
Version: 1.0
*/

body {
  background: #000;
  color: #ccc;
  font: 62.5% "Lucida Sans Unicode", "Lucida Grande", san-serif;
  margin: 0;
}

a {
  color: #960;
  text-decoration: none;
}

#header {
  background: url(images/header-bg.jpg) repeat-x;
  height: 153px;
}

#header #mininav {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

#mininav img {
  border: none;
  vertical-align: text-bottom;
}

#header #navbar {
  background: url(images/navbar-bg.jpg) repeat-x;
  height: 40px;
  left: 0;
  position: absolute;
  top: 63px;
  width: 100%;
}

#header #navbar div {
  margin: 0 auto;
  width: 955px;
}

#navbar h1 {
  float: left;
  margin: 0;
  position: relative;
  top: -12px;
}

#navbar h1 a {
  background: url(images/logo2.png) no-repeat;
  display: block;
  height: 68px;
  text-indent: -9999px;
  width: 177px;
}

#navbar ul {
  background: url(images/nav.jpg) no-repeat;
  float: left;
  height: 31px;
  list-style: none;
  margin: 5px 0 0 12px;
  padding: 0;
  overflow: hidden;
  width: 506px;
}

#navbar ul li {
  display: block;
  float: left;
  height: 31px;
  text-indent: -9999px;
}

li#products, li#media, li#whoweare, li#blog {
  width: 101px;
}

li#contactus {
  width: 102px;
}

#navbar ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

#navbar #products a:hover {
  background: url(images/nav.jpg) no-repeat 0 -34px;
}

#navbar #media a:hover {
  background: url(images/nav.jpg) no-repeat -101px -34px;
}

#navbar #whoweare a:hover {
  background: url(images/nav.jpg) no-repeat -202px -34px;
}

#navbar #blog a:hover {
  background: url(images/nav.jpg) no-repeat -303px -34px;
}

#navbar #contactus a:hover {
  background: url(images/nav.jpg) no-repeat -404px -34px;
}

#navbar form {
  float: right;
  margin: 4px 0 0;
}

#navbar form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#navbar form .input {
  background: #000;
  border: 1px solid #333;
  color: #999;
  font-size: 1.1em;
  height: 13px;
  margin-right: 10px;
  padding: 8px 5px;
  text-align: center;
  width: 180px;
}

#navbar form .submit {
  vertical-align: top;
}

#header #news {
  border: 1px solid #333;
  border-left: none;
  border-right: none;
  left: 0;
  position: absolute;
  top: 125px;
  width: 100%;
}

#news p {
  background: url(images/news-bolt.gif) no-repeat 144px 0;
  border: 1px solid #960;
  border-left: none;
  border-right: none;
  line-height: 24px;
  margin: 0 auto;
  text-transform: uppercase;
  width: 955px;
}

#news p strong {
  font-weight: normal;
  margin: 0 40px 0 63px;
}

#news .bul {
  color: #ed1c24;
  font-weight: bold;
  margin: 0 10px;
}

#page {
  margin: 0 auto;
  width: 955px;
}

h1 {
  color: #333;
  font-size: 2.8em;
  text-transform: uppercase;
}

div.post {
  border-top: 1px solid #666;
  padding: 10px;
}

.post .date {
  color: #666;
  float: left;
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  width: 195px;
}

.post .date small {
  color: #333;
  font-size: .6em;
}

.post h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 1.5em 0 0;
  text-transform: uppercase;
}

.post h2 a {
  color: #f33;
}

.post .links p {
  display: inline;
}

.post .entry {
  font-size: 1.1em;
  margin-left: 215px;
}

.narrowcolumn {
  float: left;
  width: 675px;
}

#sidebar {
  margin-left: 695px;
}

div.section {
  border-top: 1px solid #666;
  padding: 10px 0;
}

.section h2 {
  color: #f33;
  font-size: 1.2em;
  font-weight: normal;
  margin: 1.5em 0 1em;
  text-transform: uppercase;
}

.section.archives h2 {
  color: #ccc;
}

.section.archives ul {
  font-size: 1.2em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

p.twitter-message {
  font-size: 1.2em;
}

.twitter-message .twitter-timestamp {
  color: #333;
  display: block;
}

.twitter-message .twitter-timestamp abbr {
  border-bottom: none;
}

#footer {
  background: url(images/footer-bg.jpg) repeat-x;
  border-top: 1px solid #666;
  clear: both;
  height: 157px;
  text-align: right;
  text-transform: uppercase;
}

#footer p {
  margin: 10px 20px;
}

#footer .nav {
  float: left;
  text-align: left;
}

#footer img {
  float: right;
  margin-left: 20px;
}