/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	
	margin:					0px;
	padding:				0px;
	
	background: #e11e3d url('/images/top_back.jpg') repeat-x top left;

	/*	Default text styles	----------------------------*/
	font-family:			verdana,arial,sans-serif;
	color:					black;
	font-size:				0.75em;
	line-height:			1.75em;
}

#container
{
	background: #fff url('/images/bottom_back.jpg') repeat-x bottom left;
	min-width: 990px;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					rgb(59,121,166);
}

a:hover
{
	color:					rgb(119,119,119);
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
.center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					990px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	position: relative;
	height: 153px;
	overflow: hidden;
	z-index: 100;
}

table#body
{
	border-collapse:		collapse;
	width:					990px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				40px 15px 0px 15px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:both;
	background:  transparent url('/images/chicken.jpg') no-repeat 695px 4px;
	padding-top: 76px;
	height:      239px;
	clear:       both;
	overflow: hidden;
	text-align: center;
}

#footer p
{
	margin-top: 5px;
	text-align: center;
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px!important;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				0px;
}

#footer a
{
	color: black;
	text-decoration: underline;
}

#footernav2
{
	clear: both;
	text-align: center;
	padding-top: 4px;
}

#footernav2 ul
{
	display: inline-block;
}

#footernav2 li
{
	padding: 0px 1em;
}

#footernav2 li a
{
	text-decoration: none;
	color: #FFEC1E;
}
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 1em 0px;
	padding:				0px;
	font-weight:			normal;
	color: #D10A31;
	font-family: georgia, times new roman, serif;
}


#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#666666;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
}

p
{
	margin: 0px 0px 1em 0px;
}

.bodytext p:first-child
{
	text-indent: 0px;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

.list-item
{
	margin-bottom: 1.2em;
}

.media-widget
{
	padding: 10px;
	border: 1px solid red;
	margin-bottom: 15px;
}

#locations
{
	border-collapse: collapse;
}

#locations td
{
	padding: 0 15px 10px 0;
	width: 33.3%;
}

/*---------------------------------------------------------------------------------------------------------
//	Audio Files
//--------------------------------------------------------------------------------------------------------*/
a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
}

a.sm2_link,
a.sm2_paused:hover,
a.sm2_link:hover {
 background:#333 url(/site/inlineplayer/icon_play.png) no-repeat 0px 50%;
 border-color:#333;
}

a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

a.sm2_paused:hover {
 background:#999 url(/site/inlineplayer/icon_play.png) no-repeat 0px 50%;
 border-color:#999;
}

a.sm2_playing,
a.sm2_playing:hover {
 background:#761c2b url(/site/inlineplayer/icon_pause.png) no-repeat 0px 50%;
 border-color:#761c2b;
 text-decoration:none;
}

