/*
 * CSS style library for the Interim Site
 *
 * @author Johnathan Parnell
 * @version $Id: interim.css, v 1.0 2007/07/05
 * @version $Id: interim.css, v 1.1 2008/03/11
 */

a
{
	color: #000000;
	font-size: 100%;
	text-decoration: none;
	font-family: Century Gothic;
}

a:active
{
	color: #000000;
}

a:hover
{
	color: #230dff;
}

body
{
	text-align: center;
	margin-left: 80pt;
	margin-right: 80pt;
}

hr
{
	color: rgb(0,0,0);
}

/*****************************************************
*
*	Generic custom classes
*
*****************************************************/

.arrows
{
	margin-bottom:90pt;	
}

.activeLink
{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	font-family: Century Gothic;
}

.underlineLink
{
	text-decoration: underline;
}

/*****************************************************
*
*	Custom classes for img
*
*****************************************************/

img.mainLogo
{
	height: 254px;
	width: 100%;
}

img.galleryPhoto
{
	height: 269px;
	width: 400px;
}

img.flashPiece
{
	height: 120%;
	width: 100%;
}


/*****************************************************
*
*	Custom classes for <p>
*
*****************************************************/

p.description
{
	font-family: Century Gothic;
	color: #000000;
	font-size: 90%;
}

p.otherLinks
{
	font-family: Century Gothic;
	font-size: 90%;
	color: #000000;
	text-align: left;
}

p.longDescription
{
	font-family: Century Gothic;
	color: #000000;
	margin-left: 15pt;	
	font-size: 90%;
}

p.teaserMenu
{
	font-family: Century Gothic;
	color: #000000;	
	font-size: 100%;
}

p.setLeftMargin
{
	margin-left: 15pt;
}

p.title
{
	font-family: Century Gothic;
	color: rgb(0,90,200);
	font-size: 135%;
}


/*****************************************************
*
*	Custom classes for table properties
*
*****************************************************/

table.chefsPickContent
{
	width: 789px;
}

td.chefsLeft
{
	width: 220px;
	text-align: left;
}

td.chefsRight
{
	width: 559px;
	text-align: left;
}

tr.heading
{
	font-family: Century Gothic;
	color: rgb(0,0,0);
}

tr.heading2
{
	font-family: Century Gothic;
	color: rgb(0, 0, 0);
	font-size: 110%;	
}

tr.bioDescription
{
	font-family: Century Gothic;
	color: rgb(0,0,0);
	font-size: 90%;
}

td.timeSlot
{
	font-family: Century Gothic;
	color: rgb(0,0,0);
	font-size: 85%;
	text-align: left;
	width: 100px;
}

td.timeSlotLastCell
{
	font-family: Century Gothic;
	color: rgb(0,0,0);
	font-size: 85%;
	text-align: left;
}


/*****************************************************
*
*	Custom classes for div
*
*****************************************************/
img#test { 
	position: absolute; 
	top:0px;
	border:none;
}
div#titleSpacing
{
	letter-spacing: 10pt;
	font-weight: bold;
}

div#pageBody
{
	margin: 0px auto;
	width: 789px;
}

div#photodiv
{
	margin: 0px auto;
	width: 789px;
	height: 254px;
}

div.heading
{
	font-family: Century Gothic;
	color: rgb(0, 0, 0);
	font-size: 110%;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(/staging/Interim/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	margin-left:350px;
	text-align:left;
}
#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}
.clear{
	clear:both;
}
#images{
	visibility:hidden;
}