/*
Theme Name: AlyssaKatz
Theme URI: http://alyssakatz.com
Description: Theme for Alyssa, author extraordinaire
Version: 1.0
Author: Bad Feather Inc.
Author URI: http://badfeather.com/
Tags: green, pretty, open, gradients, author, book

*/



/* Structure */
* {
margin: 0;
padding: 0;
}
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #E6E7E2 url('images/ak_bg2.jpg') repeat top center;
color: #4D4D4D;
text-align: center;
}
#header {
background: #82A43E;
width: 100%;
overflow: hidden;
padding: 10px 0;
}
#content {
width: 910px;
margin: 30px auto;
text-align: left;
padding: 35px 20px;
overflow: hidden;
background: #FFF;
}
.narrowcolumn {
width: 530px;
padding: 30px 35px;
float: left;
}
.narrowcolumn, .block {
background: url('images/gradient_bg.png') repeat-x;
border: 1px solid #CCC;
}
#sidebar {
width: 266px;
float: right;
}
.block {
padding: 20px;
margin-bottom: 1.8em;
clear: both;
}
#footer {
background: #82A43E;
width: 100%;
overflow: hidden;
padding: 20px 0 50px 0;
}
#footercontent {
width: 950px;
margin: 0 auto;
overflow: hidden;
text-align: left;
color: #FFF;
}

/* Typography */
p {
margin-bottom: 1.8em;
line-height: 1.8em;
font-size: 1.2em;
}
h1, h2, h3 {
font-weight: normal;
}
h1 {
font-size: 1.8em;
line-height: 1.1em;
padding-top: 2px;
text-transform: uppercase;
}
h1 a:hover {
text-decoration: none;
color: #4D4E4E
}
h2 {
font-size: 2.6em;
line-height: 1em;
margin-bottom: .69em;
text-transform: uppercase;
color: #82A43E;
}
h3 {
font-size: 1.8em;
margin-bottom: 1em;
line-height: 1em;
}
#sidebar h3 {
font-size: 1.4em;
}
blockquote {
background: url('images/blockquote.png') no-repeat 0 0;
padding:0 0 0 35px;
font-style: italic;
font-size: 1.05em;
}
blockquote em {
font-style: normal;
}
a {
color: #82A43E;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
padding: 2px;
border: 1px solid #82A43E;
}
p img {
max-width: 100%;
}
.articles a img {
padding: 0;
border: none;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
margin: 0 0 10px 20px;
clear: right;
}
img.alignleft {
margin: 0 20px 10px 0;
clear: left;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/* Header */
h1 {
float: left;
margin-left: 20px;
}
h1 a, #footercontent a {
color: #FFF;
text-decoration: none;
}
#nav {
list-style: none;
float: right;
margin-right: 20px;
margin-top: .5em;
margin-bottom: .25em;
}
#nav li {
display: block;
float: left;
margin-right: 1em;
}
#nav li a, a.purchase, #searchsubmit {
font-size: 1.2em;
line-height: 1em;
border: 1px solid #CCC;
padding: .25em .5em;
background: url('images/button_bg.png') repeat-x;
background-position: top center;
color: #FFF;
text-decoration: none;
}
#nav li a:hover, #nav li.current-cat a, #nav li.current-page-item a, a.purchase:hover, #searchsubmit:hover {
background-position: bottom center;
color: #4D4E4E;
}

/* Content */
.post, .comments-template {
border-bottom: 1px solid #CCC;
margin-bottom: 2em;
width: 100%;
overflow: hidden;
}
p.navigation {
overflow: hidden;
}
#content.home p.intro {
margin-bottom: 1em;
line-height: 1em;
}
#content.home {
background: #FFF url('images/gradient_bg.png') repeat-x;
}
h2.shallow {
margin-bottom: .3em;
}
#content h2.subhead {
text-transform: none;
color: #4D4D4D;
font-size: 2.2em;
line-height: 1em;
margin-bottom: .75em;
}
#content.home h2.subhead {
line-height: 1.4em;
}
.page {
border-bottom: none;
}
#content.home .post p img.alignleft {
margin: 0 20px 30px 0;
}
a.purchase, #searchsubmit {
font-size: 1em;
}
p.buy-button {
text-align: right;
}
#post-67 p {
clear: both;
width: 100%;
overflow: hidden;
}
ul.buyquestions {
list-style: disc outside;
margin-bottom: 1.2em;
font-size: 1.6em;
color: #82A43E;
padding-left: 1em;
}
ul.buyquestions li {
margin-bottom: 1em;
}


/* Comments */

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#commentform #submit {
margin: 0 0 1.8em auto;
float: right;
}


/* Sidebar */
.our-lot p {
overflow: hidden;
}
#sidebar ul {
list-style: none;
margin-bottom: 1.8em;
}
#sidebar ul li {
line-height: 1.8em;
font-size: 1.2em;
}

/* Footer */
#footercontent a:hover {
text-decoration: underline;
}
.title {
font-size: 1.1em;
text-transform: uppercase;
}
#searchform {
margin: 0 0 .8em 0;
padding: 0;
}
#footercontent .alignright {
text-align: right;
}
