/*	Kalena Bovell
	http://www.kalenabovell.com/
	Style Sheet */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input, textarea, 
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */

body {
	background: #757575;
	color: #36210e;
	line-height: 18px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a, a:visited, a:active {
	color: #36210e;
}

a:hover {
	color: #87613f;
}

p {
	margin-bottom: 18px;
}

h1 {
	font-size: 18px;
	margin-bottom: 18px;
}

h2 {
	font-size: 14px;
	margin-bottom: 22px;
}

.clear {
	clear: both;
}

.page-title {
	border-bottom: 2px double #36210e;
	padding-bottom: 8px;
}

input, textarea {
	border: 1px solid #a2a2a2;
}

input.submit {
	background-color: #c8c8c8;
	border-width: 2px;
	padding: 3px;
}

.fine-print {
	font-size: 11px;
}

.error {
	color: #cc0000;
}

/* STRUCTURE */

#container {
	background: transparent url(/img/right_edge.jpg) top right repeat-y;
	margin: 0 auto;
	position: relative;
	width: 916px;
}

#bucket {
	background: #fff url(/img/bucket.gif) repeat-y;
	margin: 0 8px;
	width: 900px;
}

#branding {
	background: transparent url(/img/branding.jpg) no-repeat;
	height: 151px;
	text-indent: -999em;
	width: 900px;
}

#branding a {
	display: block;
	height: 83px;
	position: absolute;
	right: 8px;
	top: 70px;
	width: 635px;
}

#nav {
	background: #836950 url(/img/nav.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	height: 533px;
	left: 36px;
	padding-right: 8px;
	padding-top: 184px;
	position: absolute;
	text-align: right;
	top: 0px;
	width: 131px;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#min-height {
	float: left;
	height: 533px;
}

#content {
	float: left;
	margin: 16px 0 36px 196px;
	width: 444px;
}

#sidebar {
	float: left;
	padding: 33px 28px 10px 25px;
	text-align: center;
	width: 207px
}

#bottom-edge {
	background: transparent url(/img/bottom_edge.jpg) top left no-repeat;
	height: 11px;
	margin: auto;
	width: 917px;
}

#footer {
	color: #fff;
	margin: 18px auto;
	text-align: center;
}

/* SIDEBAR */

.quote {
	text-align: left;
}

.quote-source {
	font-style: italic;
	text-align: right;
}

.buy-now {
	font-weight: bold;
}

/* ARTICLES */

.article {
	margin-bottom: 36px;
}

.article-image {
	float: left;
	font-style: italic;
	margin: 0 18px 18px 0;
	text-align: center;
}

/* ADMIN */

#admin {
	float: left;
	margin: 16px 28px 36px 196px;
	width: 676px;
}