/*
-----------------------------------------------
Joanna Jahn Basic Style
Author:   chad carr c-moto.com
Version:  jan 19 2006
----------------------------------------------- */




/* Overall Body Tags
----------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/page_bg.jpg);
}

A:link 
{
	color: #DD7326;
}
A:active 
{
	color: #DD7326;
}
A:visited 
{
	color: #DD7326;
}
A:hover 
{
	color: #a04622;
	text-decoration:none;
}

/* Background Image Importers
----------------------------------------------- */

.main_body {
	background-image: url(/images/content_main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.content_bg {
	background-image: url(/images/content_bg_div.jpg);
	background-repeat: repeat-y;
	background-color:#e5d4bc;
}
.main_content {
	background-image: url(/images/content_bg_off.jpg);
	background-repeat: no-repeat;
}

/* Fonts, text formatting, etc
----------------------------------------------- */

.main_body .main_content .content_bg .content .content_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: 4F473D;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
	line-height:1.6 em;
}
.main_body .main_content .content_bg .content .content_copy H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: 4F473D;
	line-height:1.6 em;
}
.main_body .main_content .content_bg .content .content_copy H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: 4F473D;
	font-weight:bold;
}
.listcell {
	padding-right:5px;
	padding-left:5px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: b66932;
}
#photoborder {
	border-width: 1px;
	border-color: #8b7b63;
	border-style: solid;
	padding:1px;
}

.pageTitleContainer
{
	text-align: right;
	padding-top : 10px;
	padding-bottom: 5px;
}

#featuredClips
{
	width: 100%;
}

#featuredClips td
{
	width: 50%;
	height: 100px;
}

#archive h3
{
	font-weight: bold;
	text-transform: uppercase;
/*	padding-left: 15px; */
	padding-top: 3px;
}

#archiveArrow
{
	position: absolute;
	margin-top: 2px;
}

td.rightCell
{
	border-left: dotted 2px #A48461;
	width: 50%;
}

td.leftCell
{
	width: 50%;
}

.topBorder
{
	border-top: dotted 2px #A48461;
}

.leftBorder
{
	border-left: dotted 2px #A48461;
}

.clipTitle
{
	font-size: 11px;
	color: #5D4D32;
	margin-bottom: 0px;
}

.clipCategory
{
	color: #7D9E9A;
	margin: 0px;
}

#testamonial
{
	color: #7B887B;	
}

#testamonial tr
{
	vertical-align: top;
}

#contact h3
{
	color: #718E7E;
	margin: 0px;
	margin-top: 10px;	
	margin-bottom: 0px;
	font-size: 14px;
}

#contact
{
	color: #713C31;
	font-size: 14px;
}

#sf_guard_auth_forgot_password
{
	display: none;
}

#sf_guard_auth_form
{
	border: none;
}

fieldset
{
	padding-top: 30px;
	font-weight: bold;
	border: none;
}

#username
{
	margin-left: 9px;
}

#password
{
	margin-left: 10px;
}

#sf_guard_auth_remember
{
	display: none;
}

#sf_guard_auth_form label
{
	text-transform: capitalize;
}

table.audioClip td
{
	width: 50%;
}

#archiveAudioClips
{
/* 	margin-top: 10px; */
}

#archiveAudioClips .leftCell, #archiveAudioClips .middleCell, #archiveAudioClips .rightCell
{
	width: 32%;
}

#mainNavMenuList
{
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul#mainNavMenuList li
{
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 10px;
}

ul#mainNavMenuList li a
{
  color: #5F251C;
  text-decoration: none;
  display: block;
}

ul#mainNavMenuList li a:hover, ul#mainNavMenuList li a.linkOn
{
  color: #B3622A;
}

.horzRule
{
  margin-top: 10px; margin-bottom: 10px; 	border-top: dotted 2px #A48461;
}

