/*
 *  kcaa primary stylesheet
 *  CS:JD  2007-03-03
 */

/* normalize basic styles */
* { margin: 0; padding: 0; }
h1,h2,h3 { margin: 1em 0 0.6em 0; }
h4,h5,h6,ul,ol,dl,li,dt,dd,pre,p,form { margin: 0.8em 0; }
ul, ol { padding-left: 2em; }
pre { font: 100% "Courier New", Courier, monospace; }

h1 { font-size: 135%; }
h2 { font-size: 114%; }
h3 { font-size: 110%; }
h4, h5, h6 { font-size: 100%; }

body { color: #2c2c2c; font: 12px Verdana, Arial, Helvetica, sans-serif; }
a { color: #00c; }
a img { opacity: 0.8; border: none; padding: 1px; }
a:hover img { opacity: 1; border: 1px solid #e8e8e8; padding: 0; }
address { font-style: normal; }

.menu { padding-left: 0; list-style: none; }
.print-only { position: absolute; visibility: hidden; }
.js-only { position: absolute; visibility: hidden; }

fieldset { border: none; padding: 0.5em 0; }
.formfield { margin: 1em 0; }
select, textarea, input.text { 
  color: #333;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #fff; 
  border: 1px solid #cacaca; 
}

option {
}

textarea:focus, input.text:focus, select:focus {
}

input.text[disabled] {
}

h1 {
  font-size: 220%;
  color: #34a91c;
  text-align: center;
}

/* page layout */

body {
  background: url(/images/bkg-body.gif) repeat-x left top #277b17;
  padding-top: 16px;
}
#page {
  width: 760px;
  margin: 0 auto 20px;
  padding: 15px 8px 1px 0;
  background: url(/images/bkg-panel_top.png) no-repeat;
}
#wrap {
  padding: 0 8px 0 12px;
  background: url(/images/bkg-panel_repeat.png) repeat-y;
  overflow: hidden;
}
#sidebar {
  position: relative;
  min-height: 326px;
  width: 180px;
  float: left;
  padding: 17px 8px 125px 20px;
  background: url(/images/sidebar-bkg_top.gif) no-repeat left top;
}
#sidebar a img {
  opacity: 1;
}
#logo {
  padding-left: 11px;
  padding-top: 2px;
}
#logo img {
  display: block;
}
#navigation {
  list-style: none;
  font-weight: bold;
  font-size: 100%;
  padding-left: 0;
}
#home #navigation {
  margin-top: 120px;
}
#navigation li {
  margin: 1.2em 0;
}
#navigation a {
  color: #272b82;
  text-decoration: none;
}
#navigation a:hover {
  text-decoration: underline;
}

#footer {
  position: relative;
  clear: both;
  min-height: 22px;
  padding: 12px 30px 22px 244px;
  background: url(/images/bkg-panel_bottom.png) no-repeat left bottom;
  font-size: 80%;
  color: #4b4b4b;
}
#footer a {
  color: #4b4b4b;
}
.smallprint, .site_links {
  margin: 0;
  text-align: center;
}

#main {
  width: 484px;
  padding-right: 24px;
  float: right;
}
#submenu {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  font-size: 80%;
  color: #55a;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 1em;
}
#submenu li {
  margin: 0;
  display: inline;
  border-right: 1px solid;
  padding: 0 0.5em;
  vertical-align: top;
}
#submenu li.last {
  border-right: none;
  padding-right: 0;
}
#submenu a {
  text-decoration: none;
  color: #55a;
  white-space: nowrap;
}
#submenu a:hover {
  text-decoration: underline;
  color: #22c;
}

#content {

}
#home #content {
  margin: 0 24px;
}

.block {
  background: url(/images/bkg-box_br.gif) bottom right no-repeat #f2f1ec;
}
.block-header {
  background: url(/images/bkg-box_tr.gif) top right no-repeat;
}
.block-header h2 {
  background: url(/images/bkg-box_tl.gif) top left no-repeat;
}
.block-content {
  background: url(/images/bkg-box_bl.gif) bottom left no-repeat;
  padding: 0 1.6em 1px 1.6em;
}

#mission {
  text-align: center;
  margin: 1.2em 0;
  color: #242423;
  font-size: 100%;
}
#mission h2, #mission p {
  margin: 0.2em 0;
  font-weight: normal;
}
#mission h2 {
  padding-top: 0.3em;
  font-weight: bold;
}

#kcaa-schools {
  width: 184px;
  float: right;
}
#kcaa-schools  h2 {
  color: #34a91c;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding-top: 4px;
  text-align: center;
}
#kcaa-schools ul {
  list-style: none;
  padding-left: 0;
}
#kcaa-schools li {
  margin: 0.2em 0;
  font-weight: bold;
}
#kcaa-schools a {
  color: #5555aa;
  text-decoration: none;
}
#kcaa-schools a:hover {
  color: #2222cc;
  text-decoration: underline;
}
#kcaa-schools .block-content {
  position: relative;
}
#kcaa-schools .award {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 44px;
}
#home #kcaa-schools .award img,
#school h1 .award img {
  float: none;
  opacity: 0.85;
}
#kcaa-schools .award a:hover img {
  border-color: #8888cc;
}

#home #content img {
  float: left;
}
#home #header {
  min-height: 242px;
  padding: 1px 0;
}
#home #header h1 {
  margin: 0;
}
#home #header h1 img {
  display: block;
  margin: 0 auto;
}

#logo-links {
  position: absolute;
  width: 207px;
  height: 165px;
  left: 12px;
  bottom: 16px;
  background: url(/images/sidebar-bkg_bottom.gif) 0 -28px no-repeat;
}
#hawaiis-best-2011 {
  position: absolute;
  left: 15px;
  top: 43px;
}
#naeyc {
  position: absolute;
  left: 92px;
  top: 84px;
}
#united-way {
  position: absolute;
  left: 91px;
  top: 44px;
}
#fb {
  position: absolute;
  left: 90px;
  top: 128px;
}
#school h1 {
  position: relative;
  padding-right: 24px;
}
#school h1 .award {
  position: absolute;
  right: 0;
  top: -12px;
  width: 23px;
}
#school address {
  margin: 2em 0 0;
}
#school h3 {
  margin: 2.4em 0 1.4em;
  font-size: 110%;
  font-weight: normal;
  color: #111;
}
.school-pic {
  float: right;
}
.at-a-glance  li {
  margin: 3px 0;
}

#basic #content h3 {
  margin-top: 2em;
  color: #172;
  font-weight: normal;
}
#basic #content li {
  margin: 3px 0;
}
.faq dt {
  margin-top: 1.8em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
.faq dd {
  margin-top: 0.3em;
  margin-bottom: 1.8em;
}
p.award {
  margin: 32px 11em 30px 7.5em;
}
p.award .award {
  float: left;
  margin-top: -26px;
  margin-right: 1em;
}
.indented {
   padding-left: 50pt;
   padding-right: 50pt;
}
