/* elements */

body {
	background: #eee;
	font-size: 80%;
	font-family: "Lucida Grande", "Helvetica Neue", "Helvetica", sans-serif;
}

.app-name {
	font-weight: bold;
	font-size: 2em;
}
p + p {
	text-indent: 0;
	margin-top: 0;
}

/* header */

.header {
	width: 100%;
	padding: 25px 0px 15px 0px;
	background: url(../img/headerbg.png) repeat-x w;
	background: white;
	/*box-shadow: inset 0 3px 5px -2px #888;*/
	/*box-shadow: inset 0 8px 20px -8px #888;*/
}
.header a {
	color: black;
	text-decoration: none;
}
#navigation {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#navigation p {
	padding-top: .5em;
	margin-bottom: 1em;
}
#navigation a {
	color: #333;
	text-decoration: none;
}
#navigation a:hover {
	color: #666;
}

/* main */

.content {
	background: white;
	padding-bottom: 20px;
}
.content a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.inset {
	width: 100%;
	padding: 20px 0px 20px;
	margin-bottom: 20px;
	background: url(../img/insetbgtop.png) repeat-x #efefef;
}
.insetend {
	height: 20px;
	margin-top: -20px;
	margin-bottom: -20px;
	background: url(../img/insetbgbottom.png) repeat-x #efefef;
}
.glow {
	background: url(../img/insetglowbgsmall.png) repeat-x;
	/*background: -webkit-gradient(
  radial, 238 220, 100, 238 220, 220, from(#fff), to(#ececec)
);
	-webkit-background-size: 50% 100%;*/
}
.slides_container {
	width: 950px;
}
.slides_container > div {
	width: 950px;
	display: block;
}

.graphic {
	line-height: 1.7em;
}
.graphic img {
	padding: 7px 2px 0px 5px;
	margin-right: 10px;
}
.belowhr {
	padding-top: 17px;
}

.asbadge
{
	padding: 0px;
	margin: 13px;
}

/* footer */

.footer {
	text-align: center;
	font-size: 75%;
	color: #666;
	margin-top: 0px;
	padding: 17px 10px 1px 10px;
	box-shadow: inset 0 3px 5px -2px #888;
	/*border-top: 1px solid #404040;*/
}
.footer a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/* compatibility list */

.no
{
	color: red;
}
.yes
{
	color: green;
}
.maybe
{
	color: orange;
}
.no:before
{
	content: '✘';
}
.yes:before
{
	content: '✔';
}
.maybe:before
{
	content: '?';
}

/* alternate backgrounds */

.alternatebg .header {
	background: white;
}
.alternatebg .content {
	background: #ececec;
}
.alternatebg .inset {
	background: url(../img/top.png) repeat-x;
}
.alternatebg .footer {
	background: white;
}

/* form */

iframe {
	display: none;
}

/* slides */

.pagination {
	width: 100px;
	margin: -52px auto 0 auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.screenshots img
{
	box-shadow: 0px 0px 10px #888;
	width: 260px;
	height: 195px;
}