@charset "utf-8";
/* Tags */
html {
	height: 100%;
	background: url(../images_site/objects/bg_skyfall.png);
}
body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #267DBF;
	background-color: #69C;
	background-image: url(../images_site/objects/bg_skyfall.png);
}
a {
	color: #267DBF;
}
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #036;
}
h2 {
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
h1 a {
	text-decoration: none;
	color: #036;
}
p,
blockquote,
ul,
ol {
	margin-top: 0;
}
img {
	border: 0;
}
dd {
	font-size: .8em;
}
dd img {
	border: 1px solid #000;
}
/* Styles */
.window {
	background-image: url(../site_images/objects/window.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 12px;
}
/* Listings */
div.listing {
}
div.listing img {
	border: thin solid #06C;
}
div.listing ul {
	font-size: .85em;
}
div.listing p {
	font-size: .9em;
}
div.listing p.moreLink {
	font-size: .67em;
}
div.listing p.moreLink strong {
	color: #900;
}
/* Menu */
#menu {
	background: #FBFBED;
	border: 10px solid #036;
}
#menu a {
	border-right: 1px solid #036;
	text-decoration: none;
	font-weight: bold;
	color: #036;
}
#menu a:hover {
	background: #99DBFF;
}
#menu a.active {
	color: #FFF;
	background-color: #267DBF;
}
#menu #unique a {
	float: right;
	padding-left: 30px;
	background: url(../images_site/objects/star.png) no-repeat 10px 50%;
	border: none;
}
#menu #unique a:hover {
	color: #900;
}
/* Header */
#header {
	border: 10px solid #036;
	border-top: none;
	background-color: #FFF;
	background-image: url(../content/images_site/logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header p.title {
	font-family: Georgia, Georgia, serif;
	font-size: 1.8em;
}
#header p.subtitle {
	font-size: .9em;
}
#header p.title a {
	color: #036;
	text-decoration: none;
}
#header p.subtitle a {
	text-decoration: none;
}
/* Content */
#content {
	background: #FBFBED url(../images_site/objects/faux-column_1.png) repeat-y left top;
	border: 10px solid #036;
	border-top: none;
}
/* Page Intro */
#page-intro {
	border-bottom: 10px solid #036;
}
#page-intro .story {
	border-left: 1px solid #C6DAC7;
}
/* Page Content */
#page-content .meta p {
	font-size: smaller;
}
#page-content div.listing_featured img {
	border: 3px groove #000;
}
/* Side Bar */
#side-bar ul {
	list-style: none;
	font-size: .7em;
}
#side-bar div.listing_featured img {
	border: 1px solid #000;
}
#side-bar div.listing_featured p {
	font-weight: bold;
}
/* Footer */
#footer p, #footer li, #footer a {
	font-size: x-small;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
