/*
Theme Name: Automatic Books
*/



/* Begin Typography & Colors */
body {	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.0em;
	line-height: 17px;
	background: #fff;
    padding: 20px 20px 20px 20px;
	margin: 0px;
}

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


a img { border: none; }

b, strong {font-weight: normal; color: #ff0000}

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

h1, h2, h3, h4, small{ 
	font-size: 13px; 
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1{
	margin-bottom: 17px;
}
h1 a{
	color: black;
}
h1 a:hover{
	border-color: black;
}
hr{
	display: none;
}
ul, li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
button{
        border: 0px white solid;
        background: white; 
        color: #ff0000;
        text-align: left;
}
input.submit{
	display: none;
}
.newsletterTextInput{
	color: #7f7f7f;
	padding: 2px;
	width: 110px;
}
.success {
	color: #ff0000;
}

.error {
	color: #ff0000;
}

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

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

#newsletter{
	margin-top: 17px;
}

.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;
}