/*
Theme Name: Barnett Graphics Inc.
Theme URI: http://www.barnettgraphicsinc.com
Version: 1.0
Description: The default theme for Barnett Graphics Inc.
Author: <a href="http://www.kristenweaver.com">Kristen Weaver</a>
Tags: white, simple
*/

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
  font:14px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: bold;
  line-height: 20px;
}

body {
  height: 95%;
  margin: 1%;
}

div#container {
  position: relative;
  margin: 0 auto;
  width: 900px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  border: 2px solid black;
}

div#header {
  height: 90px;
}

div#main {
  line-height: 120px;
  padding-bottom: 135px;
}

div#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 135px;
}

#portfolio {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  line-height: 18px;
  width: 260px;
}

a img {
  border: none;
}

a {
  color:#110;
  text-decoration:none;
}

a:hover {
  color:#666;
  text-decoration:none;
}

blockquote {
padding:0 0 0 20px;
color:#000;
}

blockquote a{
color:#999;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

/* Headers */

h1{
font-size:43px;
color:#888;
font-family:"Helvetica 65 Medium", Helvetica, sans-serif;
text-align:center;
text-transform:lowercase;
}

h1 a, h1 a:hover{
color:#888;
text-decoration:none;
}


h2{
font-size:20px;
margin:5px 0 7px 0;
text-align:justify;
}

h2 a{
color:#222;
text-decoration:none;
}

h2 a:hover{
color:#c00;
}

h3{
text-align:justify;
font-size:12px;
color:#000;
}

h4{
text-align:center;
font-size:12px;
color:#000;
}

/* Navigation */

#nav{
padding:3px;
}

ul.nav{
width:500px;
list-style:none;
margin:0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:20px 4px 20px 4px; 
width:92px;
height:auto;
color:#aa2812; 
text-align:center; 
font-family:Helvetica;
font-size:12px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#000; 
text-decoration:none;
}

/* Posts */

.post{
  margin: 0 auto;
  text-align: justify;
  line-height: 20px;
}

.navigation{
font-size:11px;
}

/* Forms */

.input_container {
  position: relative;
  border: 0;
  width: 131px;
  height: 14px;
  overflow: hidden;
}

.input_class {
  position: absolute;
  width: 135px;
  height: 18px;
  top: -2px;
  left: -2px;
}

input, textarea, select, button {
  background: white;
  border: 1 solid black;
  color: #666;
  font: 10px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

#footer a{
color:#999999;
}

#footer a:hover{
color:#777;
}

#clients {
  width: 350px;
  font-size: 12px;
}

#testimonials {
  width: 500px;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}

/* Others */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.row {
  clear: both;
  padding: 20px 10px 0;
  font-size: 12px;
}

.hol1 {
  width: 400px;
  float: left;
  padding: 0 20px;
}

.hol2 {
  width: 400px;
  float: right;
  padding: 0 20px;
}

