/*
Theme Name: JayBaker
Theme URI: http://www.jaybaker.com
Description: Implementation of JayBaker textpattern theme in WP
Author: RyanD
Author URI: http://ryandonahue.net
version: 1.0
Tags: three-column, widget-ready, minimal, white, navy, tan
*/
html {
min-height: 100%;
	height: auto;
}

iframe {
border: solid 1px #cebb9b;
margin-left: -110px !important;
margin-right: 10px;
}

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;
background: white url(/images/jay.jpg) no-repeat right bottom;
background-attachment: fixed; 
text-align: justify;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
color: #777777 !important;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 1em;
font-style: italic;
}

small, .small {
font-size: 0.9em;
}

#sidebar ul, #sidebar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #6E8196;
background-color: inherit;
}

h1 a, h2 a, h3 a {
border: none;
color: #6E8196;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#left a, #right a {
color: #6E8196;
background-color: inherit;
border: none;
}

a:hover {
color: #00135F !important;
text-decoration: underline !important;
}

/* overrides
----------------------------------------------- */

#left p, #right p {
font-size: 0.8em;
line-height: 1.5em;
}

#left p {
text-align: right;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 10px auto;
padding: 10px;
width: 760px;
}

#header {
height: 100px;
text-align: center;
}

#left {
padding-top: 100px;
margin-right: 5px;
float: left;
width: 150px;
}

#right {
padding-top: 100px;
margin-left: 5px;
float: right;
width: 150px;
}

#content {
float: left;
margin: 0;
width: 450px;
padding-top: 30px;
}

#footer {
margin-top: 5px;
clear: both;
text-align: center;
}
