body, div, h1, h2, h3, h4, ul, li, p, 
form, input.input-text, input[type="checkbox"], blockquote, code, pre, #menu form p {
	border: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}


/************************************************************
 *  Sizes and padding
 ************************************************************/

body {
    width: 820px;
}

#header-layer {
    height: 10px;
    min-height: 10px;
}

h1 {
    height: 32px;
    min-height: 32px;
    padding: 10px 0 13px 20px;
    width: 400px;
}

#vertical {
    height: 200px;
    width: 1px;
}

#horizontal {
    height: 1px;
    width: 440px;
}

#blue-spacer {
    height: 55px;
    min-height: 55px;
    width: 200px;
}

#pic {
    height: 252px;
    min-height: 252px;
    width: 200px;
}

#menu {
    width: 200px;
}

#menu form {
    padding: 10px 0 12px 10px;
}

#menu form input.input-text {
    padding: 3px 3px 4px 3px;
    width: 172px;
}

input.input-submit {
    padding: 2px 0px 2px 0px;
    width: 90px;
}

#menu form input.input-submit {
    width: 89px;
}

h4 {
    padding: 10px 0 4px 0;
}

#about p {
    padding: 10px 10px 13px 10px;
}

#menu ul {
    padding: 1px 10px 3px 10px;
}

#menu ul li {
    padding: 8px 0 7px 0;
}

#menu div ul {
    padding: 0 0 11px 0;
}

#menu div ul li {
    padding: 1px 0 2px 0;
}

#content {
	width: 590px;
}

h2.entry-title {
    padding: 0 210px 0 0;
}

.date {
    width: 490px;
}

.time {
    width: 90px;
}

.entry-info {
    padding: 5px 10px 7px 10px;
    width: 70px;
}

.entry-info .permalink {
    margin: 6px 0 6px 0;
    padding-bottom: 8px;
}

.entry p {
    padding: 5px 0 5px 0;
}

#footer {
    height: 200px;
    min-height: 200px;
    padding: 10px 0 10px 0;
    width: 800px;
}

#footer ul, #footer div {
    padding: 0 0px 0 0;
    width: 80px;
}

#footer h5 {
    height: 200px;
    min-height: 200px;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
}

#footer .first-in-list {
    padding-left: 0px;
    width: 80px;
}

#footer div p {
    padding: 0 0 5px 0;
}

#footer ul li {
    padding: 0 0 7px 0;
}

.entry pre {
    padding: 10px;
}

.entry blockquote {
    padding: 10px 0 0 60px;
}

#content blockquote p {
    padding: 0 33px 10px 0;
}

.comment-horizontal {
    height: 1px;
    width: 300px;
}

.comment-info {
    height: 60px;
    min-height: 60px;
    padding: 30px 10px 0 0;
    width: 100px;
}

.comment-info li {
    padding: 4px 0 0px 0;
}

.comment-content {
    min-height: 70px;
    padding: 4px 0 0 4px;
}

.comment-content p {
    padding: 3px;
}

#content .comment-content blockquote {
    padding: 10px;
}

#comments label {
    width: 88px;
}

#comments input.input-text {
    padding: 3px 3px 4px 3px;
    width: 182px;
}

textarea {
    padding: 3px 3px 4px 3px;
    width: 382px
}

li.entry h2 {
    padding: 8px 0 0 10px;
    width: auto;
}

li.entry ul {
    padding: 5px 10px 7px 0;
    width: 90px;
}


/************************************************************
 *  Position
 ************************************************************/

body {
    margin: 30px auto 0 auto;
    width: 820px;
}

#vertical {
    left: 10px;
    position: relative;
    top: -35px;
}

#horizontal {
    left: -20px;
    position: relative;
    top: -6px;
}

h1, #blue-spacer, #pic, #content, .entry-info, .date,
#footer h5, #footer ul, #footer div, .comment-info {
	float: left;
}

#menu {
    float: right;
}

#menu form input.input-text {
    margin: 0 0 5px 0;
}

#menu form input.input-submit {
    margin: 0 0 0 90px;
}

#menu, #menu div, #menu ul {
    margin: 10px 0 0 0;
}

#menu div ul {
    margin: 7px 10px 0px 10px;
}

h4 {
    margin: 0 10px 0 10px;
}

#menu ul li a {
    display: block;
}

#menu div ul li a {
    display: inline;
}

#content {
    margin: -188px 0 0 20px;
}

h2 {
    margin-bottom: 10px;
}

h2.entry-title {
    margin-bottom: 0;
}

.time {
    margin-left: 500px;
}

.entry-info li ul {
    margin: 3px 0 8px 0;
}

.entry-info .permalink {
    margin: 6px 0 6px 0;
}

.entry {
    margin: -9px 0 0 100px;
}

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

#footer h5, #footer ul, #footer div {
	margin: 0 0 0 9px;
}

.entry pre {
    margin: 10px;
}

.entry blockquote {
    margin: 12px 30px 15px 30px;
}

#comments {
    margin: 40px 0 0 90px;
}

#comments h3 {
    margin: 0 0 40px -90px;
}

.comment-horizontal {
    margin-left: 10px;
}

.comment-info {
    position: relative;
    top: -30px;
}

.comment-content {
    margin: 0px 0 40px 110px;
}

#content .comment-content blockquote {
    margin: 10px;
}

#comments label {
    float: left;
    display: block;
    margin-left: 10px;
}

#comments input.input-text, #remember-me {
    display: block;
    margin: 0 0 20px 110px;
}

#remember-me label {
    display: inline;
    float: none;
}

textarea {
    margin: 0 0 10px 12px;
}

#comment-preview {
    margin-left: 310px;
}

#comment-post {
    margin-left: 6px;
}

li.entry {
    margin: 20px 0 0 0px;
}

li.entry h2 {
    margin: 0 0 0 100px;
}

li.entry ul {
    float: left;
    margin: -1px 0 0 0;
}

li.entry p {
    margin-left: 110px;
}


/************************************************************
 *  Borders
 ************************************************************/

a, a:visited, a:active {
    border-bottom: dotted 1px rgb(0, 0, 0);
}

a img, a:visited img, a:active img, a:hover img{
    border: none;
}


input.input-text, textarea, .entry pre {
    border: solid 1px rgb(0, 0, 0);
}

h4, h2, #comments h3 {
    border-bottom: solid 1px rgb(0, 0, 0);
}

#about p a, #menu div ul li a {
    border-bottom: dotted 1px rgb(230, 230, 230);
}

#menu ul li, .entry-info li {
    border-bottom: solid 1px rgb(0, 0, 0);
}

.comment-info {
	border-right: solid 1px black;
}

#footer h5 {
    border-left: solid 1px black;
    border-right: solid 1px black;
}

#footer .first-in-list {
    border-left: none;
}

#content .comment-content blockquote {
    border: dashed 1px rgb(0, 0, 0);
}

li.entry {
    margin: 20px 0 0 0px;
}

li.entry h2 {
    border-bottom: solid 1px rgb(0, 0, 0);
    border-left: solid 1px rgb(0, 0, 0);
}

li.entry ul {
    border-right: solid 1px rgb(0, 0, 0);
    border-top: solid 1px rgb(0, 0, 0);
}

.entry blockquote {
    border: dashed 1px rgb(0, 0, 0);   
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover, img,
h4 a, h4 a:active, h4 a:visited, #menu ul li#last-in-menu a,
h2 a, h2 a:visited, h2 a:active, h2 a:hover, #menu ul li a, 
.entry-info, .entry-info li ul li, ul .last-in-menu, 
#menu ul .last-in-menu, #menu div ul li, #menu ul li:last-child  {
    border: none;
}


/************************************************************
 *  Formatting
 ************************************************************/

a, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
}

h1 {
    letter-spacing: 0px;
    overflow: visible;
}

#vertical {
    line-height: 1px;
}

#horizontal {
    line-height: 1px;
}

#pic {
    background-image: url(/files/images/jeremy-smith-in-miata.jpg) ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
}

ul {
    list-style-type: none;
}

h4, #menu ul li a {
    text-transform: uppercase;
}

#menu div li a, #menu .nav li a {
    text-transform: none;
}

#menu .nav li.last-in-menu {
    text-align: right;
}

.date, .time, #footer h5, .comment-info {
    text-align: right;
}

.entry p {
    line-height: 20px;
}

#footer div p {
    text-align: justify;
}

.entry pre {
    overflow: auto;
}

.entry blockquote {
    background-image: url(/files/images/open-quote.png); 
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
}

/*#content blockquote p {
    background-image: url(/files/images/close-quote.png); 
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom right;
}
*/

.comment-content {
    line-height: 20px;
}

#content .comment-content blockquote {
    font-style: italic;
}

textarea {
    line-height: 140%;
}

li.entry ul {
    text-align: right;
}


/************************************************************
 *  Fonts
 ************************************************************/

body {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

h1 {
    font-size: 26px;
}

#vertical {
    font-size: 1px;
}

#horizontal {
    font-size: 1px;
}


h2 {
    font-size: 24px;
}

li.entry h2 {
    font-size: 18px;
}

.date, .time {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}

input.input-submit, .comment-info, li.entry ul, 
#menu div li a, #menu .nav li a {
    font-size: 12px;
}

#about p {
    font-size: 11px;
}

#menu form input.input-text, .entry-info,
#footer h5, #footer ul, #footer div,
.entry pre code, 
#comments input.input-text, li.entry ul li a {
	font-size: 10px;
}

input, textarea, h1, h2, h4, #menu ul li a, .date, .time,
.entry-info {
    font-weight: bold;
}

#menu div li a, #menu .nav li a {
    font-weight: normal;
}

.entry pre code { 
    font-family: Courier;
}

.entry blockquote {
    font-style: italic;
}


/************************************************************
 * 
 *  Colors
 *
 *  BLUE: rgb(0, 51, 102);
 *  TAN:  rgb(178, 160, 140);
 *  GREY: rgb(230, 230, 230);
 *
 ************************************************************/

body {
    background-color: rgb(255, 255, 255);
}

a, a:visited, a:active, input, textarea,
h2 a, h2 a:visited, h2 a:active, h2 a:hover,
.entry pre, .entry pre code {
    color: rgb(0, 0, 0);
}

a:hover, #vertical, #horizontal, .comment-horizontal {
    background-color: rgb(0, 0, 0);
}

a:hover, h1, h1 a, h1 a:visited, h1 a:active, h1 a:hover,
h4 a:hover, #about a:hover, #menu ul li a:hover {
    color: rgb(255, 255, 255);
}

.input-text:focus, textarea:focus,
.entry blockquote, .entry blockquote p {
    background-color: rgb(255, 255, 255);
}

input.input-text, input.input-submit, textarea, .entry pre, .comment-content {
    background-color: rgb(230, 230, 230);
}

#header-layer, h1, #blue-spacer, #pic, #menu form,
#menu div, #menu ul {
    background-color: rgb(0, 51, 102);
}

#menu, #menu p, #about a:hover, #menu ul li a:hover,
h1 a, h1 a:visited, h1 a:active, h1 a:hover,
h2 a, h2 a:visited, h2 a:active, h2 a:hover,
#footer h5, #footer ul, #footer div,
#content .comment-content blockquote {
    background-color: transparent;
}

h4 a, h4 a:active, h4 a:visited, #menu div, #about p, #about p a,
#menu ul li a {
    color: rgb(230, 230, 230);
}

.entry-info, #footer, li.entry ul {
	background-color: rgb(178, 160, 140);
}



h1 a span { font-size: 18px; padding: 0px 3px 0px 3px; }

#menu p img {
    margin: 10px 0px 0px 10px;
}

#menu p a.feed, #menu p a:hover.feed {
    color: rgb(0, 0, 0);
    background: transparent;
    border: none;
    font-weight: normal;
}

#content p.entry-title-pic a, #content p.entry-title-pic a:hover {
background: none;
border: none;
}

#content p.entry-title-pic a img {
float: right;
margin: 0 0 0 5px;
}

#content p img {
margin: 0 auto 0 auto;
}

h3 {
    font-size: 17px;
font-weight: bold;
color: rgb(101,74, 38);
margin: 20px 0 0px 0;
}