/*
	Kodu Cascading Style Sheet
	-----------------------------------------------------------------------

	Table of Contents:
		layout
		misc
*/

/* layout
----------------------------------------------------------------------- */

body
{
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #c8c8c8;
	background: #190e0c url(../imgs/bg.gif) repeat-x top center;
	margin: 0; padding: 0;
}
div#container
{
	width: 942px;
	background: url(../imgs/container-bg.jpg) no-repeat;
	margin: 0 auto;
	overflow: hidden;
}
.kodu-iphone-app
{
	width: 452px;
	height: 559px;
	background: url(../imgs/kodu-iphone-app.jpg) no-repeat;
	float: left;
}
.app-description
{
	width: 490px;
	height: 559px;
	float: right;
}
	ul#navigation
	{
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		font-size: 18px;
		list-style: none;
		margin: 27px 0 0 0; padding: 0;
		float: left;
	}
		ul#navigation li
		{
			float: left;
		}
		ul#navigation li a
		{
			color: #905f54;
			margin: 0 30px 0 0; padding: 0 0 6px 0;
			text-decoration: none;
			display: block;
		}
		ul#navigation li a:hover
		{
			color: #ba9087;
		}
		ul#navigation li a.current-page
		{
			color: #ba9087;
			background: url(../imgs/nav-hover-bg.gif) repeat-x bottom;
		}
h1#logo
{
	text-indent: -9999em;
	margin: 24px 0 0 0;
	float: right;
}
	h1#logo a
	{
		width: 62px;
		height: 22px;
		background: url(../imgs/logo.gif) no-repeat;
		display: block;
	}
	h1#logo a:hover
	{
		background: url(../imgs/logo.gif) no-repeat 0 -22px;
	}
ul#app-screen-select
{
	margin: 40px 0 0 0; padding: 0;
	list-style: none;
	float: right;
}
	ul#app-screen-select li
	{
		margin: 0 0 0 10px;
		float: left;
	}
	ul#app-screen-select a.current-screen
	{
		width: 12px;
		height: 12px;
		background: url(../imgs/header-dot-current.png) no-repeat;
		display: block;
		text-indent: -9999em;
		cursor: pointer;
	}
	ul#app-screen-select a.change-screen
	{
		width: 12px;
		height: 12px;
		background: url(../imgs/header-dot-other.png) no-repeat;
		display: block;
		text-indent: -9999em;
		cursor: pointer;
	}
h2.movies-now
{
	width: 325px;
	height: 22px;
	background: url(../imgs/movies-now-header.png) no-repeat;
	text-indent: -9999em;
	margin: 60px 0 0 0;
}
h2.how-to
{
	width: 467px;
	height: 133px;
	background: url(../imgs/how-to-header.png) no-repeat;
	text-indent: -9999em;
	margin: 10px 0 24px 0;
}
.app-description p
{
	color: #b57c7c;
	font-size: 14px;
	line-height: 19px;
}
p.get-it
{
	color: #d38b8e;
	font-size: 12px;
	margin: 19px 0 20px 0;
}
.purchase-app-icon
{
	width: 42px;
	height: 81px;
	background: url(../imgs/purchase-app-icon.gif) no-repeat;
	float: left;
}
a.purchase-app-free
{
	width: 75px;
	height: 81px;
	background: url(../imgs/purchase-app-free.gif) no-repeat;
	float: left;
	display: block;
	text-indent: -9999em;
}
	a.purchase-app-free:hover
	{
		background: url(../imgs/purchase-app-free.gif) no-repeat 0 -81px;
	}
a.purchase-app-premium
{
	width: 117px;
	height: 81px;
	background: url(../imgs/purchase-app-premium.gif) no-repeat;
	float: left;
	display: block;
	text-indent: -9999em;
	cursor: default; 
}
	a.purchase-app-premium:hover
	{
		/* background: url(../imgs/purchase-app-premium.gif) no-repeat 0 -81px;  Remove the /* at the start of this line and this text when premium version is released */
	}
div#media-strip
{
	clear: both;
}
	div#media-strip .holder
	{
		margin: 0 70px 0 0;
		float: left;
	}
	div#media-strip .holder-end
	{
		float: left;
	}
	.holder a, .holder-end a
	{
		text-decoration: none;
	}
	.holder .header, .holder-end .header
	{
		color: #d05d4f;
		font-weight: bold;
	}
	.holder a.header:hover, .holder-end a.header:hover
	{
		text-decoration: underline;
	}
	.holder p, .holder-end p
	{
		font-size: 10px;
		color: #bd897d;
		width: 170px;
		padding: 10px 0 0 0;
	}
	.holder a.walkthrough-thumb
	{
		width: 178px;
		height: 118px;
		background: url(../imgs/media-walkthrough.png) no-repeat;
		display: block;
		text-indent: -9999em;
		margin: 0 0 15px 0;
	}
	.holder a.showtime-thumb
	{
		width: 186px;
		height: 118px;
		background: url(../imgs/media-showtime.png) no-repeat;
		display: block;
		text-indent: -9999em;
		margin: 0 0 15px 0;
	}
	.holder a.tickets-thumb
	{
		width: 179px;
		height: 118px;
		background: url(../imgs/media-tickets.png) no-repeat;
		display: block;
		text-indent: -9999em;
		margin: 0 0 15px 0;
	}
	.holder-end a.poster-thumb
	{
		width: 179px;
		height: 118px;
		background: url(../imgs/media-poster.png) no-repeat;
		display: block;
		text-indent: -9999em;
		margin: 0 0 15px 0;
	}
	a.walkthrough-thumb:hover, a.showtime-thumb:hover, a.tickets-thumb:hover, a.poster-thumb:hover
	{
		background-position: 0 -118px;
	}
div#content-container
{
	background: #261211;
	margin: 80px 0 0 0;
	clear: both;
}
	div#content
	{
		width: 942px;
		margin: 0 auto; padding: 40px 0 0 0;
		overflow: hidden;
	}
	.content-left
	{
		width: 465px;
		float: left;
    padding-bottom: 50px;
	}
		.content-left h3
		{
			width: 202px;
			height: 27px;
			background: url(../imgs/news-updates-header.gif) no-repeat;
			text-indent: -9999em;
			float: left;
		}
		a.blog-link
		{
			font-size: 11px;
			color: #62382b;
			text-decoration: none;
			width: 138px;
			line-height: 29px;
			margin: 0 0 30px 0; padding: 0 0 0 20px;
			background: url(../imgs/blog-bg.gif) no-repeat;
			display: block;
			float: right;
		}
			a.blog-link:hover
			{
				color: #b27562;
				text-decoration: none;
			}
		.content-left h4
		{
			color: #d5c4c2;
			font-size: 17px;
			margin: 0; padding: 0;
			clear: both;
		}
			.content-left h4 span
			{
				color: #9a625c;
				font-size: 11px;
				font-weight: normal;
				padding: 0 0 0 15px;
			}
		.content-left p
		{
			padding: 20px 0 30px 0;
			line-height: 19px;
			color: #71514e;
			line-height: 19px;
		}
		.news-holder
		{
			clear: both;
		}
			.news-title-holder
			{
				padding: 10px;
				clear: both;
				overflow: hidden;
			}
			.news-title-holder-sep
			{
				padding: 10px;
				border-top: 1px solid #3f241b;
				clear: both;
				overflow: hidden;
			}
			.news-title-holder .date, .news-title-holder-sep .date
			{
				color: #d4958f;
				font-size: 10px;
				text-transform: uppercase;
				float: left;
			}
			.news-title-holder .title, .news-title-holder-sep .title
			{
				color: #b89d9a;
				font-size: 10px;
				text-decoration: none;
				float: right;
			}
			.news-title-holder a.title:hover, .news-title-holder-sep a.title:hover
			{
				text-decoration: underline;
			}
	.content-right
	{
		width: 380px;
		margin: 0 0 30px 0;
		float: right;
	}
		.content-right h3
		{
			width: 340px;
			height: 27px;
			background: url(../imgs/what-people-say-header.gif) no-repeat;
			text-indent: -9999em;
			margin: 0 auto;
		}
		.content-right p
		{
			color: #71514e;
			text-align: center;
			padding: 25px 0 10px 0;
			line-height: 19px;
		}
			.content-right p img
			{
				margin: 20px 0 10px 0;
			}
			.content-right p span
			{
				font-family: Georgia, sans-serif;
				color: #ba554c;
				font-size: 11px;
				font-style: italic;
				font-weight: normal;
				letter-spacing: 1px;
			}
.twitter-box
{
	background: #2c1817;
	border: 1px solid #3e211b;
	margin: 0 0 30px 0; padding: 10px;
	clear: both;
	overflow: hidden;
}
	.twitter-icon
	{
		color: #cfb5b4;
		font-size: 11px;
		text-align: center;
		text-transform: uppercase;
		width: 67px;
		line-height: 20px;
		background: url(../imgs/twitter-bg.gif) no-repeat;
		float: left;
	}
	.twitter-box a
	{
		color: #bc7872;
		font-size: 12px;
		text-decoration: none;
		padding: 2px 0 0 40px;
		float: left;
	}
	.twitter-box a:hover
	{
		color: #cc9792;
		text-decoration: none;
	}
h2.footer-logo
{
	width: 60px;
	height: 22px;
	background: url(../imgs/footer-logo.gif) no-repeat;
	margin: 27px 0 0 0;
	text-indent: -9999em;
	float: left;
}
span.copyright
{
	color: #654d4d;
	font-size: 12px;
	padding: 33px 0 0 40px;
	float: left;
}
	span.copyright a
	{
		color: #7a5f5f;
	}
.social-networks
{
	float: right;
}
	.social-networks a.facebook
	{
		width: 77px;
		height: 86px;
		background: url(../imgs/facebook-footer-logo.gif) no-repeat;
		margin: 0 20px 0 0;
		float: left;
		text-indent: -9999em;
	}
	.social-networks a.twitter
	{
		width: 111px;
		height: 86px;
		background: url(../imgs/twitter-footer-logo.gif) no-repeat;
		float: left;
		text-indent: -9999em;
	}
	.social-networks, a.facebook:hover, a.twitter:hover
	{
		background-position: 0 -86px;
	}

/* misc
----------------------------------------------- */

a
{
	color: #c8c8c8;
	text-decoration: none;
	outline: none;
}
a:hover
{
	color: #c8c8c8;
	text-decoration: underline;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.clear
{
	clear: both;
}
form, input, h1, h2, h3, p
{
	margin: 0; padding: 0;
}


/** css updates **/

.app-description #screen-container p {
	display: none;
}
.app-description #screen-container p#screen-1 {
	display: block;
}
.twitter-link
{
	padding: 0 0 0 7px; margin: 0;
}