/*
 *	base.css
 *
 *	This file defines the basic styles for the site.
 *	The main content should use these styles except
 *	in special cases.
 *	In other words, this file should style the elements as they should
 *	look in the main content area.
 */


body
{
	/* recommended styles */

	/* add custom styles here */
	font-family: georgia, 'times new roman', serif;
	background: url(../cmsimages/bg_body.gif) top center repeat-x #584c35;
	color: #2e291f; 
	font-size: 12px;
}

h1, h2, h3, h4, #footer, #pillars, #brown, #subnav, #footersub
{
	font-family: 'gotham light', 'Century Gothic', arial, helvetica, sans-serif
}

h1
{
	font-size: 25px;
	text-transform: lowercase;
	letter-spacing: 0.02em;
}

h2
{
	font-size: 105%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

h3
{
	font-size: 110%;
	letter-spacing: 0.02em;
}

a
{
	color:#87461a;
	text-transform: uppercase;
	text-decoration: none;
}
a:link
{}
a:visited
{}
a:hover
{}
a:active
{}

p
{
	/* recommended styles */

	/* add custom styles here */
	padding-bottom: 1em;
}

ul
{
	/* recommended styles */
	list-style: disc outside;
	margin-left: 2em;

	/* add custom styles here */
	padding-bottom: 1em;
}
ol
{
	/* recommended styles */
	list-style: decimal outside;
	margin-left: 2.5em;

	/* add custom styles here */
	padding-bottom: 1em;
}

hr{}

div {}

li {}

input {}

select {}

/* reset.css removes this */
strong
{
	font-weight: bold;
}

/* reset.css removes this */
em
{
	font-style: italic;
}


/*
 *	Optional style defs
 *
 *	These are elements that should be specified
 *	for a more complete style sheet.
abbr
acronym
button
 */
table
{

}
caption
{
	font-weight: bold;
}
th
{
	font-weight: bold;
}
td
{
	border: 0;
	padding: 3px;
	vertical-align: top;
}
blockquote
{
	padding-left: 2em;
}
cite
{
	/* recommended styles */
	font-style: italic;

	/* add custom styles here */
}
code
{
	/* recommended styles */
	white-space: pre;

	/* add custom styles here */
}
/*
dd
h4
h5
h6
...
 */
