/* @override http://ahouseformykids.com/css/base.css */
/* BASE STYLE SHEET */
@import url(reset.css);
/* BASIC TYPOGRAPHY
==================== */
body {
	font-size: 14px;
	background: #fff url(/images/bg.jpg);
	color: #000;
	line-height: 1;
}
body, p, div, th, td, input, select, textarea, label, span.label {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height: 1.4;
}
#content p, #content li {
	color: #585858;
	font: 18px/2 'Rock Salt', serif;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-family: Crushed, Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 1em 0;
}
h1 {
	font-size: 50px;
	margin-top: 0;
	color: #951803;
	text-shadow: #000 2px 2px 2px;
	text-align: center;
}
h2 {
	font-size: 225%;
	border-bottom: 2px dotted #951803;
}
h3 {
	font-size: 200%;
	margin-bottom: .3em;
	background: #dee0e0;
	padding: .2em;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/close-quote.gif) no-repeat bottom right;
}
blockquote p {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
	line-height: normal;
	padding: 8px 0 20px;
	margin-bottom: 0;
	text-indent: 30px
}
.cite {
	padding: 0 30px;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
/* LINK STYLES
==================== */
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
button, a.button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: outset;
	color: #000;
	text-transform: uppercase;
	background-color: silver;
	padding: .5em;
}
button:hover, a.button:hover {
	background: #d7d7d7;
}
button:active, a.button:active {
	border-style: inset;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* PAGE LAYOUT
==================== */
#header {
	width: 960px;
	height: 300px;
	background: transparent url(/images/header.png) no-repeat;
	margin: 0 auto;
}
#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#content {
	background: #fff;
	padding: 1px 30px;
}
#footer {
	height: 106px;
	background: url(/images/paper-bottom.png) no-repeat;
	text-align: center;
	padding-top: 50px;
	font-size: 11px;
}
/* NAVIGATION
==================== */
#navigation {
	position: absolute;
	margin: 23px auto auto 386px;
}
ul#nav {
	width: 230px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	font-size: 0;
	color: #ece58e;
	text-decoration: none;
	line-height: 0;
}
a#nav_home {
	background-image: url(/images/nav/home.gif);
	height: 30px;
}
a#nav_about {
	background-image: url(/images/nav/about.gif);
	height: 37px;
}
a#nav_store {
	background-image: url(/images/nav/buy.gif);
	height: 36px;
}
a#nav_blog {
	background-image: url(/images/nav/blog.gif);
	height: 34px;
}
a#nav_photos {
	background-image: url(/images/nav/photos-videos.gif);
	height: 30px;
}
a#nav_press {
	background-image: url(/images/nav/press.gif);
	height: 34px;
}
a#nav_contact {
	background-image: url(/images/nav/contact.gif);
	height: 33px;
}
#nav a:hover {
	background-position: -230px 0;
}
#nav a:visited {
	background-position: -460px 0;
}
#content ol.listing li {
	font: 14px/normal "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* MISC CLASSES
==================== */
.clearing {
	clear: both;
}
.center, .centered {
	text-align: center;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.clearing {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.hidden {
	display: none;
}
.sr {
	position: absolute;
	top: -9999em;
	left: -9999em;
	height: 0;
	width: 0;
	overflow: hidden;
}
.callout {
	background: transparent;
	border: 1px solid;
	padding: 1em;
	margin: 15px;
}
.section {
	margin-bottom: 15px;
}
.notice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
