body
{
	margin: 0;
	padding: 0;
	background-color: #1b1d1f;
	font-family: "Lucida Grande", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
}

a
{
	color: #444;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

.break
{
	clear: both;
}

div.divider
{
	font-size: 0;
	line-height: 0;
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #e4e4e4;
	margin: 12px 0 13px 0;
}

#page
{
	width: 537px;
	padding: 20px 20px 0 200px;
	min-height: 500px;
	_height: 500px;
	margin: 60px auto 0 auto;
	background-image: url(/img/site/iphone.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
}

#maincolumn
{
	width: 354px;
	float: left;
}

#title
{
	margin: 0 0 10px 13px;
}

#content
{
	
}

#content h1
{
	margin: 0;
	padding: 6px 13px 0 13px;
	height: 22px;
	overflow: hidden;
	line-height: 1.0em;
	font-size: 13px;
	font-weight: normal;
	text-shadow: black 0 1px 1px;
	color: white;
	background-color: #1b1d1f;
	background-image: url(/img/site/content_header.gif);
	background-repeat: no-repeat;
}

#content span.body
{
	display: block;
	padding: 9px 13px 9px 13px;
	background-image: url(/img/site/content_frame.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: white;
	min-height: 260px;
	_height: 260px;
}

#content div.footer
{
	background-image: url(/img/site/content_footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#content a.copyright
{
	display: block;
	padding-top: 21px;
	height: 64px;
	width: 123px;
	margin: 0 auto 0 auto;
	background-image: url(/img/site/turncolor.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content span.body h3
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333;
}

#content span.body p
{
	margin: 0.5em 0 1.4em 0;
	line-height: 1.4em;
	color: #666;
}

#content span.body p.big
{
	font-size: 12px;
	color: #333;
	margin-top: 0;
	margin-bottom: 1.0em;
	line-height: 1.6em;
}

#sidecolumn
{
	float: right;
	width: 166px;
	padding-top: 43px;
}

#sidecolumn h1
{
	color: #8fd3ff;
	margin: 0 0 5px 0;
	padding: 0 11px 0 11px;
	font-size: 13px;
	font-weight: normal;
}

#cities
{
	padding: 0 0 6px 0;
	background-image: url(/img/site/cities_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 2.0em;
}

#cities ul
{
	list-style: none;
	display: block;
	padding: 7px 0 4px 0;
	margin: 0;
	background-image: url(/img/site/cities_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #2d2f31;
}

#cities ul li
{
	display: block;
	padding: 0;
	margin: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #3c3e40;
}

#cities ul li a
{
	display: block;
	color: white;
	text-decoration: none;
	padding: 8px 11px 8px 11px;
	font-size: 12px;
	line-height: 14px;
}

#cities ul li a small
{
	font-size: 10px;
	color: #888;
}

#cities ul li a:hover
{
	background-color: #404245;
	color: white;
}

#cities ul li a:hover small
{
	color: #8fd3ff;
}

#cities ul li.last
{
	color: #62be11;
	padding: 5px 11px 4px 11px;
	border-style: none;
}

#screen
{
	margin-bottom: 2.0em;
}

#links
{
	
}

#links h1
{
	padding-bottom: 3px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #323436;
}

#links ul
{
	list-style: none;
	display: block;
	padding: 0 11px 0 11px;
	margin: 0;
}

#links ul li
{
	display: block;
	padding: 1px 0 1px 0;
	margin: 0;
	font-size: 12px;
}

#links ul li a
{
	text-decoration: none;
	color: white;
}

#links ul li a:hover
{
	text-decoration: underline;
}

table.shares
{
	margin: 0 auto 0 auto;
	border-collapse: collapse;
}

table.shares td
{
	padding: 0 5px 0 5px;
}

table.shares td.facebook
{
	padding-bottom: 7px;
}

/* Instructions */

body.instructions #page
{
	background-image: none;
}

body.instructions #title
{
	margin-left: 16px;
}

body.instructions #maincolumn
{
	width: 358px;
}

#dialog
{
	background-color: #0d0d0d;
	color: white;
	padding: 0;
	font-size: 12px;
	background-image: url(/img/site/dialogmid.gif);
	background-repeat: repeat-y;
}

#dialog span.t
{
	display: block;
	background-image: url(/img/site/dialogtop2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#dialog span.b
{
	display: block;
	background-image: url(/img/site/dialogbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#dialog span.body
{
	display: block;
	padding: 16px;
}

#dialog h3
{
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
}

#dialog p
{
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	color: #999;
}

#dialog em
{
	text-align: center;
	display: block;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	font-style: normal;
	color: #263945;
	background-color: #89bde5;
	-webkit-border-radius: 4px;
}

#backlink
{
	padding: 4px 16px 5px 16px;
	font-size: 9px;
	background-color: #1b1d1f;
}

#backlink a
{
	color: #666;
	text-decoration: none;
}

#backlink a:hover
{
	color: #71dd12;
/* 	text-decoration: underline; */
}
