/*
Name:        default.css
Author:      Kyle Brickman, Kurt Jull
Description: CSS layout definitions
Created:     18 August 2009
Notes:       This file should contain ONLY definitions for the base microsite template
*/

@media all
{
	/* Default Tags *********************************/	
	body
	{
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size:   12px;
		color:       #666;
		min-width:   900px;
		padding:     0;
		margin:      0;
		line-height: 1.5em;
		text-align:  center;
	}
	
	table
	{
		border-collapse: collapse;
		border: 0px;
	}
	
	td
	{
		padding: 0px;
	}
	
	img
	{
		border: 0px;
	}
	
	p
	{
		margin:  10px 0;
	}
	
	a
	{
		color: #333;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #333;
		text-decoration: underline;
	}
	
	h1
	{
		color:          #333;
		font-size:      14px;
		font-weight:    bold;
		text-transform: uppercase;
	}
	
	h1 div.sub
	{
		margin-top: 4px;
		font-size: 12px;
	}
	
	h2
	{
		color:          #333;
		font-size:      18px;
		font-weight:    bold;
		text-transform: uppercase;
	}
	
	h2 div.sub
	{
		margin-top: 4px;
		font-size: 16px;
	}
	
	h3
	{
		color:       #333;
		font-size:   14px;
		font-weight: bold;
	}
	
	h3 div.sub
	{
		margin-top: 4px;
		font-size: 12px;
	}
	
	div.clear
	{
		clear: both;
	}
	
	/* Default Layout ********************************/	
	div.layPage
	{
		width:      1000px;
		margin:     0 auto;
		text-align: left;
	}
	
	div.layHeader
	{
		height:        220px;
		line-height:   220px;
		font-size:     30px;
		font-family:   Verdana, Helvetica, "Lucida Sans", Arial, sans-serif;
		overflow:      hidden;
		border-bottom: 4px solid #000;
	}
	
	div.layHeader div.layCalendar
	{
		line-height: normal;
		font-size:   10px;
		font-weight: bold;
		color:       #000;
		width:       199px;
		float:       right;
		padding-top: 10px;
		*padding-top: 20px;
	}
	
	div.layHeader div.layCalendar table
	{
		border-collapse: separate;
		padding:         1px;
		width:           174px;
		margin:          10px 7px 0 19px;
		text-align:      center;
	}
	
	div.layHeader div.layCalendar caption
	{
		font-size:      12px;
		color:          #333;
		padding-bottom: 1px;
	}
	
	div.layHeader div.layCalendar th
	{
		background-color: #000;
		color:            #fff;
		width:            22px;
		height:           14px;
		line-height:      14px;
	}
	
	div.layHeader div.layCalendar td
	{
		width:       22px;
		height:      14px;
		line-height: 14px;
	}
	
	div.layHeader div.layCalendar td a
	{
		color:           #000;
		text-decoration: none;
	}
	
	div.layHeader div.layCalendar td a:hover
	{
		color:           #000;
		text-decoration: underline;
	}
	
	div.layHeader div.layCalendar img.nwfcLogo
	{
		width:       200px;
		height:      37px;
		position:    absolute;
		top:         183px;
		/*margin-left: -100px;*/
	}
	
	
	/*Updated Scheduling Calendar Styles | 10/27/2010 */
	div.layCalendarSched
	{
		line-height: normal;
		font-size:   10px;
		font-weight: bold;
		color:       #000;
		width:       100%;
		float:       right;
	}
	
	div.layCalendarSched table
	{
		border-collapse: separate;
		padding:         1px;
		width:       	600px;
		margin:          0px 2px 0 2px;
		text-align:      center;
		float:right;
		padding-bottom: -10px;
	}
	
	div.layCalendarSched caption
	{
		font-size:      12px;
		color:          #333;
		padding-bottom: 1px;
	}
	
	div.layCalendarSched th
	{
		background-color: #000;
		color:            #fff;
		width:            22px;
		height:           14px;
		line-height:      14px;
		border:0px;
	}
	
	div.layCalendarSched td
	{
		width:       14%;
		height:      14px;
		line-height: 14px;
	}
	
	div.layCalendarSched td a
	{
		color:           #000;
		text-decoration: none;
	}
	
	div.layCalendarSched td a:hover
	{
		color:           #000;
		text-decoration: underline;
	}
	
	td.layNavigation
	{
		width:          138px;
		height:         500px;
		overflow-x:     hidden;
		font-size:      11px;
		line-height:    20px;
		text-align:     right;
		vertical-align: top;
	}
	
	td.layNavigation hr
	{
		margin-right:     22px;
		background-color: #ccc;
		height:           1px;
		line-height:      1px;
		border:           0;
		margin-left:      10px;
	}
	
	td.layContent
	{
		width:          862px; 
		height:         500px;
		padding-top:    35px;
		overflow-x:     hidden;
		vertical-align: top;
	}
	
	div.layContentNav
	{
		margin-top:   3px;
		min-height:   32px;
		line-height:  32px;
		padding-left: 65px;
		position:     absolute;
		margin-left:  138px;
		top:          224px;
		width:        797px;
		text-align:   right;
	}
	
	td.layContent div.layContentNav img.tickets
	{
		float:      right;
		width:      188px;
		height:     28px;
	}
	
	div.layContentNav a.nav
	{
		display:          block;
		float:            left;
		padding:          3px 18px;
		padding-top:      0;
		height:           29px;
		margin:           0 15px;
		color:            #333;
		text-decoration:  none;
		font-weight:      bold;
		text-transform:   uppercase;
		line-height: 24px;
		background-image: url( ../images/btn_down.png );
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	div.layContentNav a.nav:hover
	{
		background-color: #e7e7e7 !important;
		color:            #333;
		text-decoration:  none;
	}
	
	div.laySocial
	{
		border-top:    1px solid #ccc;
		border-bottom: 4px solid #000;
		overflow:      hidden;
		height:        40px;
		line-height:   40px;
	}
	
	div.layFooter
	{
		height:      45px;
		line-height: 45px;
		font-size:   10px;
		color:       #999;
		text-align:  center;
		overflow:    hidden;
		padding:     0 10px;
	}
	
	table.basic
	{
		margin:  0px;
		padding: 0px;
		width:   100%;
	}
	
	/* Default Links *********************************/
	td.layNavigation a
	{
		margin-right:    22px;
		color:           #333;
		display:         block;
		text-decoration: none;
	}
	
	td.layNavigation a:hover
	{
		color:           #333;
		display:         block;
		text-decoration: underline;
	}
	
	td.layNavigation a.welcome
	{
		margin-top: 10px;
	}
	
	div.laySocial a
	{
		display:         block;
		width:           194px;
		padding:         0 3px;
		float:           left;
		color:           #333;
		text-decoration: none;
	}
	
	div.laySocial a:hover
	{
		color:           #333;
		text-decoration: underline;
	}
	
	div.laySocial a img
	{
		padding:          0 6px 0 3px;
		vertical-align:   middle;
		background-color: #fff;
		*margin:          4px 6px 0 3px;
		*padding:         0;
	}
	
	div.layFooter a
	{
		margin-left:     55px;
		color:           #999;
		text-decoration: none;
	}
	
	div.layFooter a:hover
	{
		color:           #999;
		text-decoration: underline;
	}
	
	/* Default Images ********************************/
	div.layHeader img.logo
	{
	}
	
	/* Tile links ***********************************/
	
	a.linkTile
	{
		text-decoration: none;
	}
	
	a.linkTile:hover
	{
		text-decoration: none;
	}
	
	a.linkTile div
	{
		font-size: 10px;
		color:     #333;
		padding:   10px 5px;
	}
	
	a.linkTile div:hover
	{
		background-color: #eee;
	}
	
	a.linkTile div h1
	{
		font-size:   12px;
		font-weight: bold;
		color:       #000;
		margin:      0;
		padding:     0;
	}
	
	/* Wrap *************************************/
	.wrap
	{
		float:			right;
		width:			75px;
		padding-right:	15px;
		padding-top:	8px;
		line-height:	0px;
	}
	
	/* Media section ********************************/
	div.mediaStrip
	{
		width: 480px;
		margin: 5px 0;
	}
	
	div.mediaLeft
	{
		float: left;
		width: 48px;
	}
	
	div.mediaRight
	{
		float: right;
		width: 48px;
	}
	
	div.mediaLeft a, div.mediaRight a
	{
		text-decoration: none;
		display:         block;
		width:           48px;
		height:          54px;
		text-align:      center;
	}
	
	div.mediaRight a:hover, div.mediaRight a:hover
	{
		text-decoration:  none;
		background-color: #eee;
	}
	
	div.mediaMask
	{
		overflow: hidden;
		position: relative;
		width:    384px;
		height:   54px;
	}
	
	div.mediaMask a
	{
		text-decoration: none;
		display:         block;
		width:           96px;
		height:          54px;
		float:           left;
		text-align:      center;
	}
	
	div.mediaMask a:hover
	{
		text-decoration: none;
		background-color: #eee;
	}
	
	div.mediaDisplay
	{
		width: 480px;
		text-align: center;
	}
	
	div.mediaDesc
	{
		text-align: left;
		padding: 5px;
		padding-top: 0;
	}
	
	div.mediaRating
	{
		width: 480px;
		text-align: center;
		margin-top: 10px;
	}
	
	/* Film listings ********************************/
	td.listingImage
	{
		vertical-align: top;
		width:          113px;
		padding:        9px 0;
		border-top:     1px solid #666;
	}
	
	td.listingTimes
	{
		vertical-align: top;
		width:          122px;
		padding-top:    9px;
		border-top:     1px solid #666;
		font-size:      11px;
	}
	
	td.listingTimes p
	{
		margin-top: 0;
	}
	
	td.listingInfo
	{
		vertical-align: top;
		width:          627px;
		padding-top:    9px;
		border-top:     1px solid #666;
	}
	
	td.listingTitle
	{
		vertical-align: top;
		width:          374px;
		padding-top:    9px;
		border-top:     1px solid #666;
	}
	
	td.listingInfo h2, td.listingTitle h2
	{
		margin:  0;
		padding: 0;
	}
	
	td.listingInfo h3, td.listingTitle h3
	{
		margin:  0;
		padding: 0;
	}
	
	td.listingInfo div.alert
	{
		color: #980a0a;
	}
	
	td.listingInfo div.shortImage
	{
		position:    absolute;
		width:       113px;
		margin-left: -122px;
		margin-top:  5px;
	}
	
	td.listingInfo hr
	{
		background-color: #666;
		height:           1px;
		line-height:      1px;
		border:           0;
	}
	
	td.listingImage img.tickets
	{
		width: 105px;
		height: 23px;
		margin: 5px -1px;
		margin-bottom: 0;
	}
	
	td.listingImage img.icon
	{
		width:  25px;
		height: 25px;
		margin: 5px 4px 5px -1px;
	}
	
	div.schedCal
	{
		font-size: 12px;
		font-weight: bold;
		height: 100%;
		float:left;
		margin-left:45px;
		padding-top:50px;
	}
	
	/* Schedule filters *****************************/
	div.filter
	{
		background-color: #e7e7e7;
		color:            #333;
		font-size:        10px;
		padding:          0 15px 2px 15px;
	}
	
	div.filter a
	{
		color:           #333;
		text-decoration: none;
		font-size:       10px !important;
	}
	
	div.filter a:hover
	{
		color:           #333;
		text-decoration: underline;
		font-size:       10px !important;
	}
	
	div.filter a.alpha
	{
		display:    block;
		float:      left;
		width:      30px;
		text-align: center;
	}
	
	div.filter div.countries
	{
		float:        left;
		width:        113px;
		padding-left: 25px;
	}
	
	/* Content blocks *******************************/
	h2.dBlock
	{
		border-top:    2px groove #f0f0f0;
		padding-top:   5px;
		cursor:        pointer;
		margin-bottom: 0;
	}
	
	div.dBlock
	{
		padding-right: 7px;
	}
}
