/*
Theme Name: Automatic Books
*/



/* Begin Typography & Colors */
body {	
	font: 12px/18px Geneva, Arial, sans-serif;
	letter-spacing: 0.1em;
	background: #fff;
    padding: 30px;
	margin: 0px;
}

a { 
	text-decoration: none; color: black;
}
a:hover, .button:hover{ 
	text-decoration: none;
	border-bottom: 1px black dotted;
}

p a{
	color: black;
}

a img { border: none; }

b, strong {font-weight: normal; color: black; border-bottom: 1px black solid;
}


p {
    margin: 0 0 0 0;
	margin-bottom: 18px;
}

h1, h2, h3, h4, small{ 
	font-size: 12px; 
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	margin-bottom: 18px;
}
h1 a{
	color: black;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
}
h1 a:hover{
	border-color: black;
}
.categories {
	margin-top: 18px;
}
.categories li h2{
	display: inline;
	border-bottom: 1px black solid;
	padding-bottom: 2px;
}
.catH2{
	margin-bottom: 7px;

}
hr{
	display: none;
}
#sidebar ul, #sidebar ul li{
	list-style: none;
	margin-left: 0 0 0 0;
	padding: 0 0 0 0;
}
.entry ul li{
	list-style: disc;
	padding-bottom: 18px;
}
button{
        border: 0px white solid;
        background: white; 
        color: #ffffff;
        text-align: left;
}
input.submit{
	display: none;
}
.newsletterTextInput{
	color: #7f7f7f;
	padding: 2px;
	width: 110px;
}
.success {
	color: #ffffff;
}

.error {
	color: #ffffff;
}

.error, .success {
	color: #ffffff;
}
button:hover{
        text-decoration: underline;
}

#page{
}
#sidebar{
	margin-left: 0px;
    width: 210px;
	left: 20;
}
#content, #footer{
	top: 30px;	
	position: absolute;
	margin-left: 210px;
}
#content p{
	width: 600px;
}
#header{
	position: fixed;
}
#footer{
	display: none;
	width: 400px;
}
#content h2{
	margin-bottom: 18px;
}
.widgettitle{
	margin-top: 18px;
}
.description, .postmetadata alt{
	display: none;
}
input{
	display: inline;	
}

#newsletter{
	margin-top: 18px;
}

.entryBlog{
	border-bottom: 1px black solid;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.permalink{
margin-top: 15px;
}
.button{
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}
.slideshow-prev{
	text-decoration: none;
	border-bottom: 0px black solid;
}