/*
name: Starship CSS for ALL Rev.5
*/

a {text-decoration: underline; }
a:link { color: #003366; }
a:visited { color: #003366; }
a:hover {
	color: #FF0000;
}
a:active { color: #003366; }

body
{
	margin: 0;
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	margin-left: 0px;
	max-width: 800px;
}
@media screen {
	body {
		margin-left: 20px;
		max-width: 700px;
	}
}
@media handheld {
	body {
		margin-left: 0px;
		max-width: 240px;
	}
}

.figure-caption { font-size: small;	color: #990000; }
.small {
	font-size: small;
}
.underline {
	text-decoration: underline;
}
.whats-new {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
.whats-new-annie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #9900CC;
}
.whats-new-bugsby {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFF66;
}

.whats-new-penny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990033;
}
.whats-new-ginger {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.whats-new-other {
	color: #333333;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}




.nav {
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
.nav:link {
	text-decoration: none;
	background-attachment: inherit;
}
.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7A2506;
}
.nav:active {
	text-decoration: none;
	background-color: #663300;
	color: #FFFFFF;
}

.nav:visited {
	text-decoration: inherit;
}
.h1 {
	font: bold 1em/1em Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px 2px #555;
	font-variant: small-caps;
	color: #003366;
}
.small-caps {
	font-variant: small-caps;
}
.img-align-center {
	vertical-align: text-bottom;
}
/* Used to style entire nav list */
#nav1 {
	margin: 0;
	padding: 0;
	background: #d0b2a6 repeat-x; /* ~light brown background */
	float: left;
	width: 100%;
	border: 1px solid #003366; /* ~very dark brown border */
}
#nav1 a:link, 
#nav1 a:visited {
	color: #003366; /* ~black letters */
	background: #d0b2a6; /* ~light brown background */
	padding: 4px 10px 4px 10px;
	float: left;
	width: auto;
	border-right: 1px solid #003366; /* ~very dark brown border */
	text-decoration: none;
	font: bold 1em/1em Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px 2px #555;
	font-variant: small-caps;
}
#nav1 a:hover {
	color: #ffffff; /* ~black letters */
	background: #cc6633; /* ~orange background */
}
#nav1 li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav1 li:first-child a {
	margin-left: 160px;
	border-left: 1px solid #003366; /* ~very dark brown border */
}
/* Use body element id attribute to highlight navigation tab of current page */
#Home #nav1-Home a,
#Annie #nav1-Annie a,
#Bugsby #nav1-Bugsby a,
#Penny #nav1-Penny a {
	color: #ffffff; /* ~white letters */
	background: #7b2609; /* ~dark brown background */
	text-shadow: none;
}
#Home #nav1-Home a:hover,
#Annie #nav1-Annie a:hover,
#Bugsby #nav1-Bugsby a:hover,
#Penny #nav1-Penny a:hover {
	color: #ffffff; /* ~white letters */
	background: #7b2609; /* ~dark brown background */
}
#nav1 a:active {
	color: #ffffff; /* ~white letters */
	background: #cc6633; /* ~orange background */
}
.backlinks {
	font-size: small;
}

