/*
 * ------------------------------------------------------------
 * FileName: style.php
 * Project: AlpacaAlley
 * Version: 0.1
 * Created By: Kenny Carlile
 * Created On: 04/11/2007
 * Purpose: Default style document
 * 
 * Change Log
 * ----------
 * 04/11/2007 [Kenny Carlile] Created file. Version 0.1
 * ------------------------------------------------------------
 */

a
{
	color: #336633;
	text-decoration: none;
}

a:active
{
	color: #336633;
	text-decoration: none;
}

a:hover
{
	color: #336633;
	text-decoration: underline;
}

a:visited
{
	color: #336633;
	text-decoration: none;
}

a img
{
	border: 0px;
}

.blog
{
	border-color: #99BB99;
	border-style: solid;
	border-width: 1px;
	margin: 8px 0px 16px 0px;
	padding: 8px 8px 8px 8px;
}

.blogDescription
{
	
}

.blogPubDate
{
	color: #336633;
	font-style: italic;
	margin: .2em 0em .2em 0em;
}

.blogTitle
{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0em 0em .2em 0em;
}

.bold
{
	font-weight: bold;
}

body
{
	background-color: #996633;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.center
{
	text-align: center;
}

.clearBoth
{
	clear: both;
}

#content
{
	background-color: #FFFFFF;
	padding: 0px 8px 0px 16px;
}

#contentCell
{
	margin: 0px 0px 16px 0px;
	padding: 0px 8px 16px 0px;
	width: 100%;
}

#contentTable
{
	background-color: #FFFFFF;
	width: 760px;
}

.darkGreen
{
	color: #336633;
}

h1
{
	color: #336633;
	border-bottom: 2px solid #669966;
	font-size: 2em;
	font-weight: normal;
	margin: .2em 0em .2em 0em;
	padding: 0em 0em 0em 0em;
}

h2
{
	clear: both;
}

#header
{
	width: 760px;
}

#headerImage
{
	width: 760px;
	height: 116px;
	background-image: url('../images/header.jpg');
}

#header .greenBar
{
	background-color: #336633;
	font-size: 1px;
	height: 6px;
}

.ital
{
	font-style: italic;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.floatLeftImg
{
	float: left;
}

.floatRightImg
{
	float: right;
}

#footer
{
	background-color: #669966;
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	width: 760px;
}

#footer p
{
	margin: 0em 0em 0em 0em;
	padding: .1em 1em .1em 1em;
}

#footer p a
{
	color: #FFFFFF;
}

#footer .greenBar
{
	background-color: #336633;
	font-size: 1px;
	height: 6px;
}

#footerText
{
	padding: 1em 0em 1em 0em;
}

.footnote
{
	font-size: 0.8em;
	font-style: italic;
}

.footnote sup
{
	font-size: 1em;
	font-style: normal;
}

.left
{
	text-align: left;
}

#nav
{
	background-color: #669966;
}

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


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

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

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

.navGreen
{
	background-color: #669966;
}

#nav p
{
	font-size: 1.2em;
	margin: .8em .8em 0em .8em;
}

.nowrap
{
	white-space: nowrap;
}

.padBottom
{
	padding-bottom: 1em;
}

.padLeft
{
	padding-left: 1em;
}

.padRight
{
	padding-right: 1em;
}

.padTop
{
	padding-top: 1em;
}

#pageWrapper
{
	border-left: 6px solid #336633;
	border-right: 6px solid #336633;
	margin: 10px auto 10px auto;
	xpadding: 10px auto 10px auto;
	text-align: left;
	width: 760px;
}

.right
{
	text-align: right;
}

.salesAnimal
{
	border-color: #99BB99;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 16px 0px;
	padding: 8px 8px 8px 8px;
}

.salesAnimalImage
{
	clear: both;
	padding: 2em 0em .5em 0em;
}

.salesAnimalImageDesc
{
	font-style: italic;
}

.salesAnimalName
{
	font-size: 1.2em;
	font-weight: bold;
}

.salesDetails
{
	background-color: #FFFFFF;
}

.salesDetailsCategory
{
	font-weight: bold;
	white-space: nowrap;
}

.salesThumb
{
	float: right;
}

#shadowCorner
{
	background-image: url('../images/shadow_corner.jpg');
	background-repeat: no-repeat;
}

#shadowLeft
{
	background-image: url('../images/shadow_left.jpg');
	background-repeat: repeat-y;
}

#shadowRow
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 8px;
	max-height: 8px;
}

#shadowTop
{
	background-image: url('../images/shadow_top.jpg');
	background-repeat: repeat-x;
}

td
{
	vertical-align: top;
}