/* RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: #fff;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* END RESET STYLES */

/* GLOBAL */
body {
  background-color: #eee;
  font: 12px arial, helvetica, sans-serif;
}
h1 {
  float: right;
  margin: 10px 20px 0 0;
  color: #fff;
  font-size: 20px;
}
p { margin-top: 20px; }
p:first-child { margin: 0; }
p span.firstletter {
  font-size: 50px;
  float: left;
  margin-right: 4px;
}
/* END GLOBAL */

/* LAYOUT */
#page {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
#topbar {
  position: relative;
  background: #fff url(images/topbar_background2.jpg) no-repeat top right;
  height: 150px;
  margin: 70px 0 0 0;
}

#featurearea {
  background: #fff url(images/bowling_pins.jpg) no-repeat 85% 50%;
  height: 625px;
  padding: 50px;
  font: 13px georgia, serif;
  border: 1px solid #ccc;
}
/* END LAYOUT */

/* CONTENT TYPE MENU */
ul#contenttypemenu {
  list-style: none;
  margin: 50px 30px 0 0;
  float: right;
}
#contenttypemenu li {
  display: inline;
  padding-left: 8px;
}
#contenttypemenu li a {
  text-decoration: none;
  color: #bbb;
  font-size: 11px;
}
#contenttypemenu li a:hover {
  color: #000;
}
/* END CONTENT TYPE MENU */

/* TOPIC MENU */
#menubar {
  height: 20px;  
  position: absolute;
  z-index: 3;
  width: 100%;
}
#subjectareamenu {
  margin-left: 0;
  padding-left: 100px;
  background: #000;
  color: #fff;
  height: 18px;
  padding-top: 2px;
}
#subjectareamenu li {
  list-style-type: none;
  display: inline;
  padding-right: 30px;
}
#subjectareamenu li a {
  color: #fff;
  text-decoration: none;
}
#subjectareamenu li a:hover {
  color: yellow;
}
/* END TOPIC MENU */

/* HIDE ADS */
iframe#conash3D0 {
  display: none;
}
