

/* Load dependent styles */

@import url(_nav.css);
@import url(_menu.css);



/* Basic HTML elements */

body	{
	margin: 0;
	padding: 0 0 2em;
	font: 0.76em/1.4em Verdana, Arial, Helvetica, sans-serif;
	background: #0c589b url(images/bkg_tile.jpg) 0 0 repeat-x;
}

a img {
  border: 0px none;
}

p {
  margin: 0.9em 0;
}

td {
	padding: 3px 1.5em;
	font-size: 0.9em;
}

fieldset {
  margin-bottom: 1em;
}

input, select, option, textarea {
	font: 1em/1.2em Verdana, Arial, Helvetica, sans-serif;
}

div.checkbox, p.checkbox, span.checkbox {
  padding-left: 2em;
  text-indent: -2em;
}

img { behavior: url(/stylesheets/iepngfix.htc); }


/* Layout elements */

#root {
	position: relative;
	width: 756px;
	margin: 0 auto;
	background-color: #fff;
	border: 0px solid #000;
}

#header	{
	position: relative;
	width:756px;
	height: 229px;
	background: url(images/mast.jpg) 0 0 no-repeat;
}

#footer {
  position:relative;
  clear: both;
  background: #fff url(images/footer.gif) center bottom no-repeat;
  zoom: 1;
}

#footer div {
  float: left;
  padding: 20px 28px 10px;
  background: url(images/footer_shadow_right.gif) top left repeat-x;
}

#footer .copyright {
  width:278px;
  text-align:right;
}

#footer .privacypolicy {
  padding-right: 56px;
}

#footer div.sitemap {
  float:none;
  padding-left: 28px;
}

#main {
  width: 756px;
  position: relative;
  float: left;
  display: inline;
  zoom: 1;
}

#content {
  position: relative;
  margin: 1em 0;
  padding: 0 30px;
  zoom: 1;
}

#content .column {
  float: left;
  display: inline;
  zoom: 1;
  width: 244px;
  margin-right: 30px;
}

#flash ul.error, #flash ul.notice {
  list-style: none;
}


/* Common element styles */

.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
.container { display: inline-block; }

.section {
  padding: 2em 0;
}

.error {
  padding:2em;
  margin:3em auto;
  border:1px solid #ccc;
  width: 350px;
}

div.leaf {
  background: url(images/leaf.png) 50% 50% no-repeat;
  height: 34px;
  behavior: url(iepngfix.htc);
  clear: both;
}

div.leaf hr {
  display:none;
}

div.page-break {
  clear: both;
  text-align:center;
  margin: 2em 0 1em;
  padding: 0.5em;
  border-top: 1px dotted #999;
  font-size: 10px;
  font-weight: bold;
}

div.page-break .page-number {
  margin: 0 1em;
  text-transform: uppercase;
}

div.page-break a {
  text-decoration: none;
}

div.page-break a:hover,
div.page-break a:active {
  text-decoration: underline;
}

.date {
  float: right;
  margin-left: 3em;
}

.dateline {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 2em;
}

.dateline .date {
  float:none;
  display: inline;
  margin-left: 0;
}

.dateline .loc {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.article_links {
  margin: 3em 0 1em;
  padding: 0.5em 1em;
  border-top: 1px dotted #ccc;
}

.article_links h6 {
  display: inline;
  margin-right: 1.5em;
  font-size: 1.1em;
}

.article_links a {
  margin-right: 2em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

.article_links p a {
  margin: 0 0.5em;
}

.article_links .inpage {
   float: right;
}

.cart_link {
  border: 1px solid #ccc;
  padding: 10px;
  padding-left: 85px;
  margin: 20px;
  background-color: #FFEBB1;
}

h4.call_to_action {
  background: red;
  color: white;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.cart_link h4.call_to_action {
  margin: -10px -10px 10px -85px;
}

.cart_link a.add {
  display: block;
  height: 48px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: -30px;
  margin-left: -60px;
  padding-left: 60px;
  background: url('images/cart-48x48.png') 0 0 no-repeat;
}
.cart_link a.add:hover {
  text-decoration: underline;
}
.cart_link .release_date {
  font-weight: bold;
  color: red;
  margin-left: 1em;
}

#cart a {
  color: #00694F;
  font-weight: bold;
  text-decoration: none;
}
#cart a:hover {
  text-decoration: underline;
}

#cart {
  padding: 10px 20px;
  margin: 0;
  background: #A1CAEA;
  line-height: 1em;
  position: relative;
  z-index:8;
  overflow: hidden;
}

#cart_checkout {
  display: block;
  height: 26px;
  padding: 5px 0;
  padding-left: 36px;
  background: url(/stylesheets/images/cart-32x32.png) 0 5px no-repeat;
}

#cart .items {
  display: block;
  margin: 0;
}

#cart_empty {
  font-size: 10px;
  float: right;
}

#cart_count {
  font-weight: bold;
  font-size: 1.3em;
}

.audiofile {
  margin: 1em 0;
}

.audiofile object {
  display: block;
  margin: 0.5em 0;
}

.audiofile a {
  margin-right: 1em;
}


/* Links */

a {
	color: #234aa7;
}

a:hover		{
	color: #036;
	text-decoration: none;
}

a.more {
  margin-left: 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
}

a.offsite, a.pdf, a.mailto, a.top, a.audio, a.download {
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
a.offsite { white-space: nowrap; }

a.offsite { background-image: url(images/remote.gif); }
a.pdf     { background-image: url(images/acrobat.gif); }
a.mailto  { background-image: url(images/mailto.gif); padding-left: 18px; }
a.top     { background-image: url(images/scrollup.gif); }
a.audio   { background-image: url(images/sound.gif); }
a.download { background-image: url(images/disk.gif); }

a.offsite:hover { background-image: url(images/remote_a.gif); }
a.pdf:hover     { background-image: url(images/acrobat_a.gif); }
a.mailto:hover  { background-image: url(images/mailto_a.gif); }
a.top:hover     { background-image: url(images/scrollup_a.gif); }
a.audio:hover   { background-image: url(images/sound_a.gif); }


#footer a {
  text-decoration:none;
}



/* Typography */

p {
	margin-top: 0.5em;
	color: #000;
}

h3 {
	color: #153683;
	letter-spacing: -0.04em;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 1em 0;
	padding:0;
}

h4 {
  font-weight:normal;
	color: #b30039;
	font-size: 1.1em;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin: 1em 0 0em;
	padding: 0;
}

h4 small {
  text-transform: none;
  font-size: 1em;
  letter-spacing: 0;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #00694f;
	margin: 0.5em 0 -.4em;
	padding:0;
}

h6 {
  font-size: 1em;
  margin: 1em 0 -.4em;
}

h6.photo_credit {
  font-size: 9px;
  line-height: 10px;
  margin: 2px 0 10px;
  padding: 0;
  color: #666;
  font-weight: normal;
}

#content ul {
  list-style-image: url(images/leaf_bullet.gif);
}

#content li {
  margin-top: 0.3em;
}

.news_short {
  clear: both;
  border-top: 1px dotted #ccc;
  margin-top: 2em;
  padding: 5px;
  background: url(images/h5_grad.gif) 0 0 repeat-x;
}

.news_short h5 {
  margin-top: 0;
}

#nav_util {
  display: block;
  list-style:none;
  height: 10px;
  line-height: 10px;
  padding: 5px 40px;
  margin: 0;
  background: url('images/nav_util.gif') 0 0 repeat-x;
  text-align: right;
}

#nav_util li {
  display: inline;
  margin: 0;
  margin-left: 20px;
}

#nav_util a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

.feedback_short {
  border-bottom: 1px solid #e8e5c6;
  border-right: 1px solid #e8e5c6;
  background: #eeecd7;
  padding: 0.2em 1em;
  border-width: 0 1px 1px 0;
  margin-bottom: 10px;
  position: relative;
  zoom: 1;
}

.feedback_short h4 { color: #c74947; margin: 5px 0; }
.feedback_short .date { margin-top: 5px; }

ol.track_list {
  font-size: 0.9em;
  margin: 1em 0;
  padding: 1em 0 0 350px;
  border-top: 1px dotted #ccc;
  line-height: 1.1em;
}