body {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: url('../images/bg.jpg');
}

/* Anchors */
a {
	text-decoration: none;
	color: #ee3901;
	font-size: 20px;
}

a:hover {
	color: #fff;
}

a.selected {
	font-weight: bold;
}

/* Text */
* {
	color: white;
}

p, ul, li {
	font-size: 20px;
}

.highlight {
	color: #ee3901;
}


/* Page banners */

#StolenLunch {
	background-repeat: no-repeat;
	background-image: url("../images/stolen.png");
	height:97px;
	width:439px;
	text-indent: -100em;
}

#about {
	background-repeat: no-repeat;
	background-image: url("../images/about.png");
	height:97px;
	width:821px;
	text-indent: -100em;
}

#ken_burns h1 {
	text-indent: -9999px;
	height:212px;
	width:703px;
	background: url("../images/kenBurnsSlideshowSuperseded.png") no-repeat;
	margin-bottom: 0;
}

#pi h1 {
	text-indent: -9999px;
	height:227px;
	width:763px;
	background: url("../images/pied.png") no-repeat;
	margin-bottom: 0;
}
#kid h1 {
	text-indent: -9999px;
	height:227px;
	width:763px;
	background: url("../images/kidbook.png") no-repeat;
	margin-bottom: 0;
}
#shake h1 {
	text-indent: -9999px;
	height:227px;
	width:763px;
	background: url("../images/shake.png") no-repeat;
	margin-bottom: 0;
}
#version p {
	font-size: 32px;
	line-height: 32px;
	text-align: right;
	margin-bottom: 40px;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0 0 40px 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 10px;
}




ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 160px;
	margin-left: 0px;
	margin-top: 2px;
	float:left;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	margin-left:0px
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 5px 2px 5px;
	margin:0px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #15151b;
	color: #aeaeb7;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #ee3901;
	color: #000;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #ee3901;
	color: #000;
}

ul.nav,
.nav ul{
	border: none;
}

.nav a{
	text-decoration: none;
}


/* Secondary */
#secondary li {
	text-align: right;
	list-style: none;
	line-height: 1.3;
	margin-bottom: 16px;
	margin-left: 0;
}

#secondary img.mainshot {
	margin-top: 2px;
	width: 218px;
	height: 146px;
	border: 1px solid white;
}

#secondary img.thumb {
	margin-left: 2px;
	width: 104px;
	height: 66px;
	border: 1px solid white;
}

#secondary img.first {
	margin-left: 0;
}

/* Screenshots */
#screenshots div {
	float: left;
	margin-right: 60px;
	margin-top: 20px;
}

.zoomshot {
	border:1px solid #1b1b22;
}

/* Tip boxes */
.tip_box * {
	color: #1b1b22;
	margin-bottom: 0;
}

.tip_box {
		background-color: #aeaeb7;
		background-color: #e2e2ee;
		border: 1px solid #aeaeb7;
		padding: 1em;
		font-size: 20px;
		margin-bottom: 0;
}

.tip_box li {
	margin-bottom: 20px;
}

.tip_box a {
	color: #d6a700;
}

.tip_box a:hover {
	color: #f4bf00;
}

.movie {
  border: 1px solid white;
}