body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #16387c;
	font-size: small;
	line-height: 170%;
	background-image: url(/images/background.jpg); 
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", arial, sans-serif;
}


* {
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}


a  {
	color:#3f6887;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

a.mail_footer  {
	color: #f0ff00;
}



#content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding:5px;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	
}

* html #content {
height:100%;
} 



#title {
height: 108px;
}


#sidebar {
	float: right;
	width: 320px;
	display: inline;
	padding:20px;
        padding-right:3px;
	background-color: #8fceff;
  	margin-bottom: -5000px;
  	padding-bottom: 5000px; 

}

#main {
	float: left;
	width: 500px;
	padding-bottom:0px;
        background-color: #ffffff;
}

#wrap{
overflow: hidden; 
}



#footer {
	color: #f0ff00;
	text-align: center;
	clear: both;
	background-color: #3f6887;
}



#app_footer {
	font-size:80%;
	margin-right: 200px;
	margin-left: 200px;
}


h3 {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}


h3.game_title  {
	font-size:200%;
	font-weight: bolder;

}

.pr_text{
	font-size:120%;
	font-weight: bold;
	color: #ba2446;
	color: #248724;
}



.gametext{
	float: left;
	padding: 25px;
	padding-bottom: 50px;
}


img.screenshot{
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
}

img.itunes_link{
	padding: 5px;
	vertical-align: middle;
}

.screenshots{
	padding: 25px;
	padding-bottom: 50px;
}

ul.polaroid{
	list-style: none;
}

ul.polaroid li {
	float: left;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;
	position: relative;
}

ul.polaroid li.pic1 {
	z-index: 1;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}
ul.polaroid li.pic2 {
	z-index: 5;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}
ul.polaroid li.pic3 {
	z-index: 3;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
}

ul.polaroid li:hover {
	z-index: 10;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-moz-box-shadow: 3px 5px 15px #333;
}



.thumbnail img{
	border: 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{
	position: absolute;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;
	left: -1000px;
	visibility: hidden;	
	color: black;
	text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: -120px;
left: 170px;
z-index: 50;
}


.youtube{
	float: left;
	border: 0px;	
	padding: 0px;
	position: relative;
}

.youtube object{	
	position: absolute;
	top: 22px;
	left: 81px;
	z-index: 50;
}
