html { background:#464442 url(bg_site_tile.jpg) repeat-x; }


body {
	font-family:"Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing:-.04em; line-height:1.2em; margin-bottom:.3em;
}


#container
{
	margin: 20px auto;
	background: #fff;
	width: 800px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 3px;
}

#header
{
	background: #3B5998;
	color: #fff;
	padding: 20px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

#header h1 { margin: 0; font-weight: normal; }

#navigation
{
	float: left;
	width: 100%;
	background: #2B4988;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	xborder-right: 1px solid #fff;
}

#navigation li.selected a {
	color: #000;
	background: #fff;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

#navigation li a:hover { background: #3B5998; }
#navigation li.selected a:hover { background: #fff; }

#content
{
	clear: left;
	padding: 20px;
	min-height: 350px;
}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	clear: both;
	background: #627AAD;
	text-align: right;
	padding: 20px;
	height: 1%;
	font-size: x-small;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.iphone-image {
	position: relative;
}

.iphone-image .iphone-frame {
	position: absolute;
	top: 0px;
	left: 0px;
}
.iphone-image .iphone-screenshot {
	position: absolute;
	top: 107px;
	left: 51px;
}

.social_media_links {
	clear:both;
}
.social_media_links a, .social_media_links iframe {
	margin-right: 10px;
}

a img {
	border: none;
}

	
	
