
body {
	background: #858585 url(images/isfbg.png) repeat-x 0 0;
	margin: 20px 0;
	font: 14px/20px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #aaa 0 1px 1px;
	color: #171717;
}



#box {
	width: 800px;
    margin: 0 auto;
	text-align: center;
	/*border:1px solid blue;*/
	position: relative;
	
}

#wrapper {
	text-align: left;
	/*border:1px solid yellow;*/
}

#header {
	float: left;
	width:800px;
	height: 104px;
	/*border:1px solid red;*/
}

#content, #footer {
	width: 800px;
	padding: 0px 30px 20px 30px;
	float: left;
}

#content h2 {
	font-family: Avenir, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 30px 0 0 0;
}

#content h2.first {
	margin-top: 18px;
}


#content p.desc {
	width: 500px;
}

#content p.desc.wide {
	width: 800px;
}

#content p.desc.indented {
	line-height: 22px;
}

#features li {
	font-weight:normal;
	list-style-type: circle;
}


#previews {
	position: absolute;
	top: 94px;
	left: 30px;
	width: 240px;
	height: 360px;
	overflow: hidden;
}

#content #screenshot {
    position:relative;
	float: right;
	margin-top: 50px;
	margin-right: 25px;
	margin-left: 15px;
    clear: left;
}


#looping_images {
	background: url(images/iphone.png) no-repeat 0 0;
	width: 300px;
	height: 630px;
	padding: 30px 30 0 0px;
	float: right;
	margin: 0 0px 0 0;
}


#content a, #footer a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .1s ease-in;
    border-bottom: 1px solid #696969;
}

#content a:hover, #content a:active {
    color: #e6e6e6;
    text-shadow: #202020 0 -1px 1px;
}

#content p.note a:hover, #content p.note a:active {
	background-color: #424242;
}

#footer a, #content p.mint_reqs a {
	color: #353535;
	text-shadow: #a6a6a6 0 1px 1px;
	-webkit-transition: color .1s ease-in;
}

#footer a:hover, #footer a:active,
#content p.mint_reqs a:hover, #content p.mint_reqs a:active {
	color: #000;
	text-shadow: #a6a6a6 0 1px 1px;
}


.isf-dark-blue {
    color:#3399FF;
    color: #1f75bf;
}
.isf-darker-blue {
    color:#3399FF;
    color: #0f65af;
    color: #0a60aa;
}
#versionInfo
{
    position:absolute;
    top:580px;
    left:0px;
    z-index:1000;
    width:100%;
    text-align:center;
}

#appStoreA {
    position: absolute;
    top: 10px;
    left: 611px;
    width: 173px;
    height: 70px;
    background: url(images/appStoreLinkLarge.png) no-repeat 0 0;
}
#appStoreA:hover {
	background-image: url(images/appStoreLinkLargeHL.png);
}




#forumDiv a, #appStoreDiv a {
    border: none;
}


#forumA {
    position: absolute;
    top: 110px;
    left: 600px;
    width:100px;
    height:50px;
    background: url(images/isfClubForum.png) no-repeat 0 0;
    border-bottom: 2px solid #696969;
}
#forumA:hover {
	background-image: url(images/isfClubForumHL.png);
}

#footer {
	font-size: 11px;
	color: #575757;
	line-height: 16px;
	text-shadow: #a6a6a6 0 1px 1px;
}
.hiddenPic {display:none;}

