/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

Updated by Casey Robbins - EnvisionInteractive

*/



/* Begin Typography & Colors */

* {
  margin: 0;
  padding: 0;
}

body {
  background: url(images/body-back.png) repeat-x;
  background-color: #2A4578;
  color: #333;
  font-size: 62.5%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
}

h1,h2,h3,h4,h5,h6 {
  color: #2A4578;
  font-weight: normal;
  font-size: 1em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1,h2 {
  font-size: 1.8em;
  letter-spacing: -1px;
}

h3,h4 {
  font-size: 1.4em;
  letter-spacing: -1px;
}

h5,h6 {
  font-weight: bold;
  font-size: 1.1em;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
  color: #2A4578;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

p {
  margin: 18px 0;
  line-height: 1.5em;
}

li {
  line-height: 1.5em;
}

ul,ol {
  margin: 18px 0 18px 20px;
}

ul li {
  list-style: url(images/li.png);
  font-size: .9em;
}

img {
  border: 0 none;
}

hr {
  display: none;
}

#page-container {
  margin: 0 auto;
  width: 835px;
  text-align: left;
}

#head-container {
  background: url(images/head-back.jpg) no-repeat 0 26px;
  background-color: #2A4578;
  height: 299px;
  position: relative;
}

#head-logo {
  position: absolute;
  top: 40px;
  left: 57px;
}

#head-slogan {
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 1em;
  position: absolute;
  top: 155px;
  left: 80px;
}

#head-mast {
  color: #B6C9E7;
  font-size: 1.1em;
  position: absolute;
  top: 50px;
  right: 0;
}

#head-mast a {
  color: #B6C9E7;
}

#nav-container {
  width: 835px;
  background: #FFF;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  left: 0;
  height: 46px;
}

#nav {
  margin: 0 10px;
  border: 1px solid #666;
  background: url(images/nav-back.png) repeat-x center;
  color: #CCC;
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}

#nav a {
  padding: 5px 17px;
  color: #FFF;
  background: url(images/nav-over.png) repeat-x 0 -24px;
  font-weight: normal;
  height: 24px;
}

#nav a.last {
  padding-right: 18px;
}

#nav a:hover {
  background-position: 0 0;
  color: #FFF;
  text-decoration: none;
}

#content-container {
  padding: 0 10px;
  background: url(images/content-back.png) repeat-y 10px 0;
  overflow:hidden;
  background-color: #FFF;
}

#content-container-article {
  padding: 0 10px;
  background-color: #FFF;
  font-size: 1.1em;
}

#sect-home #content-container {
  background: url(images/dot.png) repeat-y 240px 0;
  background-color: #FFF;
}
#entry{
  font-size: 100%;
}
#content-pri {
  width: 544px;
  float: right;
  font-size: 1.2em;
}

#sect-home #content-pri {
  width: 500px;
}

#content-sec {
  width: 176px;
  float: left;
}
#sidebar {
  width: 176px;
  float: left;
}
#sect-home #content-sec {
  width: 220px;
}

.sub-container {
  margin: 0 0 20px 0;
  padding: 0;
}

#sect-home .sub-container {
  padding: 0 8px 0 0;
}

.sub-container h5 {
  padding: 2px 0 2px 4px;
  background: #2A4578;
  color: #FFF;
}

.sub-container h5 a,
.sub-container h5 a:hover {
  color: #FFF;
}

.sub {
  border-top: 1px solid #FFF;
  padding: 8px;
  font-size: 1.1em;
}

#sect-home .sub {
  border: 0 none;
  padding: 1px 0;
  background: url(images/dot.png) repeat-x 0 1px;
}

.sub p {
  margin: 5px 0 18px;
}

.sub p strong {
  color: #2C487C;
}

.sub p.name {
  text-align: right;
}

.sub ul.nav {
  margin: 0;
  list-style: none;
}

.sub ul.nav li {
  font-weight: bold;
  font-size: 1.1em;
  color: #2A4578;
  display: inline;
  list-style: none;
  line-height: normal;
}

.sub ul.nav li a {
  margin: 10px 0 0 0;
  color: #2A4578;
  font-weight: normal;
  display: block;
  float: left;
  width: 160px;
}

.sub ul.nav li a:hover {
  color: #5B0023;
  text-decoration: none;
}

#content-nav {
  margin: 0;
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  padding: 0;
  clear: both;
  background: #2C487C;
  color: #95A2BC;
  font-size: 1.1em;
  text-align: center;
  height: auto !important;
  height: 1px
}

#content-nav a {
  color: #95A2BC;
}

#foot-container {
  color: #95A2BC;
  font-size: 1.1em;
  text-align: center;
}

#foot-copy {
  margin: 0;
  padding: 8px 0;
}

.img-float {
  margin: 0 0 10px 10px;
  float: right;
}

.table-profile {
  background: url(images/dot.png) repeat-x bottom;
}

.table-profile td {
  padding: 4px;
}

.table-profile td h4 {
  margin: 18px 0 0;
  color: #7F0440;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: normal;
}

.table-profile td h4 strong {
  color: #2A4578;
  font-size: .9em;
}

.table-profile th {
  padding: 4px;
  font-weight: normal;
  text-align: left;
}

.table-profile th img {
  margin: 18px 0 0;
}

.table-profile th p {
  padding: 0 6px;
  font-size: .9em;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

