/* base
----------------------------------------------- */

html > body {
overflow-y: scroll;
}

body, input, select, textarea {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Arial, Helvetica, sans-serif;
}

body {
margin: 0;
padding: 0;
font-size: 12px;
text-align: center;
color: #333;
background-color: #F9F7F4;
}

img {
margin: 0;
padding: 3px;
border-top: 1px solid #f1f1f1;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #f1f1f1;
}

h1, h2, h3, p, ol, ul, dl {
margin: 0 0 10px 0;
padding: 0;
}

li, dt, dd {
margin: 0 0 5px 10px;
padding: 0;
}

dd {
margin-left: 20px;
}

p, li, dt, dd {
font-size: 1em;
line-height: 1.4em;
}

h1 {
font-size: 1.2em;
}

h1 span {
font-size: 0.8em;
font-weight: normal;
}

h2 {
font-size: 1.1em
}

h3 {
font-size: 1em;
}

p {
text-align: justify;
}

form {
text-align: left;
}

/* links
----------------------------------------------- */

a {
color: #000;
background-color: transparent;
text-decoration: none;
}

a:hover, a:focus {
color: #884652;
background-color: transparent;
}

a.rss, a.atom {
padding: 1px 3px 1px 5px;
font: bold 9px sans-serif;
letter-spacing: 1px;
color: #fff;
background-color: #ffa500;
border: 1px solid #000;
}

a.rss:hover, a.rss:focus, 
a.atom:hover, a.atom:focus {
color: #ffa500;
background-color: #fff;
}

/* global classes
----------------------------------------------- */

img.right {
margin-left: 10px;
margin-bottom: 10px;
float: right;
}

img.left {
margin-right: 10px;
margin-bottom: 10px;
float: left;
}

a.active-link {
font-weight: bold;
cursor: pointer;
}

div.clear {
margin: 0;
padding: 0;
height: 0;
clear: both;
}

div.prev-next {
margin-top: 5px;
}

p.prev {
float: left;
}

p.next {
float: right;
}

p.article-image {
margin: 0 0 15px 15px;
float: right;
}

span.back {
margin-left: 10px;
float: left;
width: 29%;
}

span.return {
float: left;
width: 39%;
text-align: center;
}

span.next {
margin-right: 10px;
float: right;
width: 29%;
text-align: right;
}

/* global ids
----------------------------------------------- */

p#comments-invite {
margin-top: 5px;
}

/* global layout
----------------------------------------------- */

div#page {
margin: 30px auto 40px auto;
padding: 0 0 20px 0;
width: 785px;
text-align: left;
color: inherit;
background-color: #fff;
border: 1px solid #000;
}

div#header {
padding: 75px 0 15px 0;
text-align: center;
background: url(/images/38.gif) no-repeat center 25px; 
}

div#header form {
display: inline;
}

div#header ul {
display: inline;
list-style: none;
}

div#header li {
margin-left: 5px;
padding: 0 5px;
display: inline;
line-height: 12px;
}

div#header a {
padding: 5px 3px;
}

div#header a:hover, 
div#header a:focus {
border-bottom: 1px dotted #884652;
}

div#header a.active {
background: url(/images/39.jpg) no-repeat center center;
}

div#wrapper {
padding: 0 4%;
position: relative;
clear: both;
width: 92%;
}

div#narrow {
padding: 0 18%;
position: relative;
clear: both;
width: 64%;
}

div#menu {
margin-bottom: 25px;
float: right;
width: 24%;
}

div#column {
margin-right: 6%;
width: 68%;
float: left;
}

div#footer {
margin-top: 25px;
}

div#footer p {
text-align: center;
}

/* photos
----------------------------------------------- */

p#front-photo {
margin-top: 25px;
text-align: center;
}

p#single-photo {
text-align: center;
}

p#single-title {
margin-left: 10px;
padding-bottom: 0;
float: left;
}

p#single-date {
padding-bottom: 0;
float: right;
}

p#single-caption {
margin-left: 10px;
}

div#photo-comment-form #txpcommentinputform, 
div#photo-comment-form h2 {
margin: 0 auto;
width: 50%;
}

div#photo-comment-form h2 {
margin-bottom: 10px;
}

div#paypal {
margin-right: 10px;
margin-bottom: 25px;
float: right;
text-align: right;
}

div#paypal form, 
div#paypal input,
div#paypal p {
margin: 0;
padding: 0;
display: inline;
}

div#paypal input {
color: #000;
background-color: #fff;
border: none;
}

div#paypal input:hover, 
div#paypal input:focus {
cursor: pointer;
color: #ffa500;
background-color: #fff;
}

div#photos {
margin: 10px auto 25px auto;
text-align: center;
}

div#photos h1 {
margin: 15px 0;
}

div#photos ul {
margin: 0;
list-style-type: none;
}

div#photos li {
margin: 0;
padding: 0;
display: inline;
}

div#photos li + li {
margin-left: 0px;
}

/* words
----------------------------------------------- */

h1#words-archive-month {
margin: 15px 0;
color: #fc9;
background-color: inherit;
text-transform: uppercase;
}

dl#words-archive-menu {
margin: 0 auto 20px auto;
width: 25em;
}

dl#words-archive-menu dt, 
dl#words-archive-list dt {
margin: 10px 0 0 0;
font-weight: bold;
}

dl#words-archive-menu dd {
margin-left: 0;
display: inline;
color: #ccc;
background-color: inherit;
}


/* contact page
------------------------------------------------- */

select {
background-color: #F8F7F5;
border: 1px solid #bdcbd7;
}

input, textarea {
background-color: #F8F7F5;
border: 1px solid #bdcbd7;
}