/*  
Theme Name: Alke's Enterprises Inc.
Theme URI: http://www.alkesenterprises.com
Description: http://www.alkesenterprises.com
Version: 1.0
Author: Jason Neal
Author URI: http://www.j-neal.com
*/

/* 

Go ahead and change the info above once you've added your own styling

 */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* 

Put your styles below...

 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	
	background-image: url(images/back-tile.png);
	background-repeat: repeat-x;
	background-color: #fffae6;
	}
h1 { font-size: 16px; color: #9c6573; margin: 5px 0; padding: 5px 0; border-bottom: #9c6573 solid 1px; font-style:italic;}
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
img { margin: 5px; padding: 0; }

a { color: #9c6573; letter-spacing: 1px; font-weight: bold; text-decoration: underline;}
a:hover { color: #555; }
p { margin: 10px 0; }
ul, li, ul li{ list-style: circle; margin: 10px; padding-left: 5px; }

.wrap {
	position: relative;
	width: 834px;
	height: auto;
	margin: 10px auto 0 auto;
	z-index: 2;
	}
.header {
	position: absolute;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 834px;
	height: 140px;
	left: -8px;
	border-top: #9f6a77 solid 6px;
	border-left: #9f6a77 solid 6px;
	border-right: #9f6a77 solid 6px;
	}
.header2 {
	position: absolute;
	top: 146px;
	background-image: url(images/product-line.png);
	background-repeat: no-repeat;
	width: 834px;
	height: 86px;
	left: -8px;
	border-left: #9f6a77 solid 6px;
	border-right: #9f6a77 solid 6px;
	}
.nav {
	position: relative;
	float: left;
	top: 25px;
	left: 0;
	width: 255px;
	margin: 0 0 10px 0;
	height: auto;
	text-align: right;
	border-right: #dbbec2 solid 6px;
	z-index: 4;
	}
	.navpad { 
		
		}
	.navpad ul, li{ list-style: none; margin: 0 10px 0 0; padding: 0; }
	.navpad ul, li a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style:italic;
		color: #000;
		text-decoration: none;
		}
	.navpad ul, li a:hover { color: #9c6573; }
.cart {
	margin: 75px auto 30px auto;
	width:250px;
	}
	.cart ul li {
		list-style: none;
		}
.content {
	position: absolute;
	top: 232px;
	background-image: url(images/cback-tile.png);
	background-repeat: repeat-x;
	background-color: #fff;
	width: 834px;
	left: -8px;
	border-left: #9f6a77 solid 6px;
	border-right: #9f6a77 solid 6px;
	z-index: 1;
	}
	.contentpad {
		position: relative;
		float: right;
		width: 550px;
		min-height: 350px;
		padding: 10px;
		}
	.contentpad img {
		margin: 2px;
		}
		
	
.footer {
	position: relative;
	clear: both; 
	width: 834px;
	min-height: 25px;
	border-top: #9f6a77 solid 6px;
	border-right: #9f6a77 solid 6px;
	z-index: 3;
	}
	.footerpad {
		
		}

#bear {
	position: absolute;
	background-image: url(images/crn-bears.jpg);
	background-repeat: no-repeat;
	width: 323px;
	height: 495px;
	top: -232px;
	left: -108px;
	z-index: 2;
	}
