/* Colors
 *   Beige: #F1E9CF
 *   Light Beige: #FAF7EC
 *   Brown: #C6A57E
 *   Dark Blue: #336694
 *   Green: #F1F1CF;
 *	 Red: #C6887E;
 */

/*** Page Layout **************************************************************/

#page
{
	margin: 0px auto;
	width: 750px;
	font-size: 1.3em;
}

#header
{
	margin-bottom: 5px;
}

#header .logo
{
	float: left;
	margin: 0px 10px -13px 10px;
}

#header .logo h1
{
	letter-spacing: -1px;
}

#header .logo .by-line
{
	position: relative;
	top: -13px;
	left: 48px;
	color: #336694;
	letter-spacing: 0.8px;
}

#header .navigation
{
	float: right;
	color: #336694;
	white-space: nowrap;
	text-align: right;
	margin: 34px 10px 0px 0px;
}

#header .navigation a
{
	color: #336694;
	text-decoration: none;
}

#header .navigation a:hover
{
	text-decoration: underline;
}

#header .navigation a:active
{
	text-decoration: underline;
}

#content
{
	clear: both;
	margin: 0px 10px;
	padding: 0px 5px;
}

#content .welcomeText
{
	margin-top: 10px;
}

#content .leftColumn
{
	float: left;
	width: 550px;
}

#content .leftColumn .ad
{
	margin: 10px 0px;
}

#content .rightColumn
{
	float: right;
	width: 160px;
	margin: 10px 0px;
}

#content .rightColumn .ad
{
	position: relative;
	right: -5px;
}

#content .c4.ad img
{
	border: 1px solid #336694;
}

#content .rightColumn img
{
	display: block;
	margin: 10px auto;
}

#content .slideshow
{
	width: 210px;
	float: right;
	text-align: center;
	margin: 15px 50px;
}

#footer
{
	border-top: 5px solid #336694;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	background-color: #F1E9CF;
	font-size: 0.95em;
	clear: both;
}

#footer .navigation
{
	float: left;
}

#footer .attribution
{
	float: right;
	text-align: right;
}

.clear
{
	clear: both;
}

/*** Form *********************************************************************/

.details-form
{
	/* Do nothing. */
}

.details-form  table
{
	border-collapse: collapse;
}

.details-form th,
.details-form td
{
	padding: 3px;
	vertical-align: top;
}

.details-form th
{
	text-align: left;
	font-weight: bold;
}

.details-form th .example
{
	font-weight: normal;
}

/*** Results ******************************************************************/

.results-container
{
	border-top: 5px solid #336694;
	border-bottom: 5px solid #336694;
	margin: 0px -5px;
}

.results-container table
{
	border-collapse: collapse;
	width: 100%;
}

.results-container td
{
	vertical-align: top;
	padding: 5px;
}

.results-container tr.odd td
{
	background-color: #FAF7EC;
}

.results-container tr.even td
{
	background-color: #F1E9CF;
}


.results-container td h4
{
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}

/*** Contextual Navigation ****************************************************/

.contextual-navigation
{
	text-align: right;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

/*** Theaters *****************************************************************/

.theaters-list-container address
{
	margin: 0px;
	font-size: .9em;
}

.theater
{
	/* do nothing. */
}

.theater address
{
	margin: 0px;
}

/*** Widget Builder ***********************************************************/

textarea.code
{
	width: 710px;
	height: 200px;
	border: 5px solid #336694;
	padding: 5px;
	font-family: Consolas, Courier, fixed-width;
	margin: 0px -5px;
}

.customize-widget
{
	float: left;
	width: 450px;
}

.widget-preview
{
	margin-left: 460px;
}

.widget-preview h4
{
	padding-top: 10px;
	margin-bottom: 10px;
}

.widget-usage
{
	clear: both;
}

.widget-builder-form
{
	/* Do nothing. */
}


.widget-builder-form select.type
{
	/* Minimize shifting. */
	min-width: 70px;
}

.widget-builder-form select.location
{
	/* Minimize shifting. */
	min-width: 200px;
	max-width: 250px;
}

.widget-builder-form select.color,
.widget-builder-form input.color,
.widget-builder-form select.font,
.widget-builder-form select.size
{
	width: 100px;
}

/*** YUI **********************************************************************/

.mapContainer
{
	width: 500px;
	height: 500px;
}

.yui-panel
{
	font-size: 1.3em;
}

.yui-panel .hd,
.yui-panel .bd,
.yui-panel .ft
{
	background-color: #F1E9CF;
}

.yui-panel .hd,
.yui-panel .hd
{
	color: #000000;
	border-color: #F1E9CF;
}
