body
{
	background-color:#FAFBFC;
	font-family:sans-serif;
	font-size:small;
	margin:0px;
}

div#banner
{
	background-color:#1374A5;
	color:white;
	font-weight:bold;
	margin:25px 25px 0px 25px;
	padding:5px;
}

div#content
{
	background-color:white;
	border-spacing:0px;
	border:1px solid #1374A5;
	margin:25px;
	margin-top:15px;
	padding:10px;
}

ul#preorder
{
	background-color:#782A30;
	border-spacing:0px;
	border:1px solid #782A30;
	margin:0px;
	margin-bottom:15px;
	padding:10px;
	color:white;
}

@media (max-width: 480px)
{
	div#banner
	{
		margin:7px 7px 0px 7px;
	}

	div#content
	{
		margin:7px;
		padding:7px;
	}

	ul#preorder
	{
		margin-bottom:7px;
	}
}

div#footer
{
	text-align:center;
}

li img, img#rss
{
	background-image:url(../img/sprite16.png?v=2);
	border:1px solid #1374A5;
	height:16px;
	margin:1px 7px 1px 1px;
	vertical-align:middle;
	width:16px;
}

@media (min-resolution: 1.01dppx)
{
	li img, img#rss
	{
		background-image:url(../img/sprite32.png?v=2);
		background-size:16px auto;
	}
}

@media (min-resolution:2.01dppx)
{
	li img, img#rss
	{
		background-image:url(../img/sprite64.png);
		background-size:16px auto;
	}
}

img#rss
{
	background-position:0 -16px;
	border:0px;
	float:right;
	margin:0px;
}

img.pyra-handheld
{
	background-position:0 -32px;
}

img.repo
{
	background-position:0 -48px;
}

img.pandoralive
{
	background-position:0 -64px;
}

img.youtube
{
	background-position:0 -80px;
}

img.twitter
{
	background-position:0 -96px;
}

ul
{
	padding-left:0px;
	margin:0px;
}

li
{
	list-style-type: none;
}

li.new
{
	font-weight:bold;
}

#content li:hover
{
	background-color:#FAFBFC;
}

#content li a, div#footer a
{
	color:black;
	display:block;
	overflow: hidden;
	text-decoration:none;
	text-overflow: ellipsis;
}

a span
{
	color:#02364E;
}

a:hover span
{
	text-decoration:underline;
}

a:visited span
{
	color:#780028;
}

ul#preorder img
{
	border-color:white;
}

ul#preorder li
{
	display:inline;
}

ul#preorder li:after
{
	content: "\a0|";
}

ul#preorder li:last-child:after
{
	content: "";
}

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

ul#preorder a span
{
	color:white;
}
