/*
Theme Name: Ada Books Homepage Theme
Theme URI: http://www.ada-books.com/
Description: Ada Books Home page theme.
Version: 1.0
Author: Paul Yates
Author URI: http://llamaproduct.com/
Tags: Custom
*/



/* Begin Typography & Colors */
* {
	margin: 0px;
	padding: 0px;
}
a { outline: 0px; }
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Garamond Bold;
}

#page {
	background-color: white;
	background-image: url('images/background.jpg');
	height: 717px;
	width: 1000px;
}
#subpage {
	width: 1000px;
	margin-left: 75px;
	padding: 20px 0px;
}
#subpage p {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	line-height: 1.6em;
}
#subpage #post-3 {
	/* ada is page */
	padding-left: 30px;
	float: left;
	width: 350px;
	margin: 0px auto;
}
#logo {
	margin: 20px 0px 0px 75px;
	float: left;
}
#main-nav {
	float: left;
	margin-top: 47px;
}
#sub-nav {
	font-size: 1.4em;
	margin: 20px 0px 0px 75px;
}
ul#header-nav {
	font-family: Garamond;
}
ul#header-nav li {
	float: left;
	list-style-type:none;
	font-size: 1.4em;
	color: #797a67;
	padding-left: 10px;
}
#footer {
	margin: 20px 10px 20px 75px;
	font-size: 1.4em;
	color: #797a67;
}
#sm-logo {
	float: left;
}
#sm-logo-text {
	float: left;
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
}
#home-front {
	background-image: url('images/home-bg.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 335px;
	height: 196px;
	/* padding: 525px 0px 0px 640px; */
	position: absolute;
	top:320px;
	left: 330px;
}
#home-storefront {
	height: 164px;
	width: 116px;
	float: left;
	position: absolute;
	padding: 16px 10px 16px 10px;
}
#home-links {
	float: left;
	margin-left: 150px;
	margin-top: 20px;
}
.clear { 
	clear: both;
}
.post {
	
}

a img { border: 0px; }