/*!
Theme Name: Revise WA
Version: 1.0
Author: Michael Ott
*/
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; }

.alignleft {
  float: left;
  margin: 0px 10px 10px 0px; }

.alignright {
  float: right;
  margin: 0px 0px 10px 10px; }

.clear {
  clear: both; }

.margin {
  height: 30px; }

.left {
  float: left; }

.right {
  float: right; }

body {
  font-size: 62.5%;
  /* Resets 1em to 10px */
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: #f3f3f3 url(images/background_shadow.gif) repeat-y center;
  color: #8c9b93; }

#container {
  width: 840px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px; }

/* Header
-----------------------------------------------------------------------*/
#header {
  background: url(images/logo.jpg) no-repeat top;
  width: 840px;
  height: 233px;
  position: relative;
  margin: 0 0 45px 0; }

#header h1 a {
  width: 580px;
  height: 150px;
  text-indent: -9999em;
  display: block;
  position: absolute;
  top: 20px;
  left: 45px; }

/* Primary Navigation
-----------------------------------------------------------------------*/
#primary_navigation {
  text-transform: uppercase;
  position: absolute;
  bottom: 1px;
  left: 15px;
  z-index: 100; }

#primary_navigation li {
  list-style: none;
  float: left;
  position: relative; }

#primary_navigation li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold; }

#primary_navigation li a:hover {
  color: #f27630; }

#primary_navigation li ul {
  display: none; }

#primary_navigation li:hover ul {
  display: block;
  width: 170px;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 100;
  padding: 10px 5px 5px 5px;
  background: #915644;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

#primary_navigation li:hover ul li {
  float: left !important;
  text-align: left;
  width: 170px; }

#primary_navigation li:hover ul li a {
  display: block;
  font-size: 1.2em;
  padding: 8px;
  width: 154px;
  background: url(images/trans_grey.png);
  color: #fff; }

#primary_navigation li:hover ul li a:hover {
  color: #fff !important;
  background: #f27630 !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.current_page_item a {
  color: #f27630 !important; }

.current_page_item a:hover {
  color: #ffcc33 !important; }

/* Content
-----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  width: 840px;
  padding: 0 0 35px 0; }

#content h2 {
  color: #b80000;
  font-size: 2.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 20px 0; }

#content h3 {
  color: #007496;
  font-size: 1.6em;
  margin: 20px 0 -15px 0 !important;
  text-transform: capitalize !important; }

#content p {
  font-size: 1.3em;
  line-height: 1.6em;
  margin: 20px 0;
  color: #2d3a48; }

#content ul {
  margin: 0 0 0 35px; }

#content ul li {
  font-size: 1.3em;
  line-height: 1.6em;
  color: #2d3a48;
  list-style-image: url(images/li.png); }

#content p a, #content li a {
  color: #0094d9; }

#content p a:hover, #content li a:hover {
  color: #eb4200; }

#content hr {
  border: none;
  border-top: dashed 1px #ccc;
  height: 1px;
  margin: 20px 0; }

#content table {
  border: solid 1px #ccc;
  font-size: 1.2em;
  color: #2d3a48; }

#content table td {
  padding: 10px;
  border-bottom: solid 1px #ccc; }

#content table .header {
  background: #f1f1f1;
  color: #0087cd; }

#content table .note {
  background: #e1eed2;
  color: #2d3a48;
  font-weight: bold; }

#content .print {
  display: block;
  text-decoration: none;
  border: solid 1px #ccc;
  padding: 8px 8px 8px 32px;
  width: 95px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f1f1f1 url(images/print.png) no-repeat 8px 10px;
  position: relative;
  left: 0;
  bottom: -5px; }

#content .print:hover {
  padding: 8px 8px 8px 32px;
  background: #f1f1f1 url(images/print.png) no-repeat 8px 10px;
  margin: 0;
  color: #007496; }

#content .apply {
  display: inline-block;
  padding: 10px 20px;
  background: #43bce9;
  color: #fff;
  text-decoration: none;
  border-radius: 3px; }

#content .apply:hover {
  background: #17a9df;
  color: #fff; }

.donate {
  display: inline-block;
  padding: 20px 25px 20px 65px;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.5em;
  background: #eb8c04 url("images/donate.png") no-repeat 15px 10px;
  border-radius: 5px; }

.donate:hover {
  background: #f36e54 url("images/donate.png") no-repeat 15px 10px; }

.sponsors img {
  border: solid 10px #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  margin: 0 10px 10px 0; }

.home-page {
  width: 630px !important;
  margin: 0 !important;
  position: relative; }

.home-page #sidebar {
  position: absolute;
  top: 0;
  right: -220px; }

/* Sidebar
-----------------------------------------------------------------------*/
#sidebar {
  background: url(images/sidebar_shadow.gif) no-repeat top left;
  width: 145px;
  float: right;
  min-height: 440px;
  margin: 0 0 0 40px;
  padding: 0 0 0 40px; }

#sidebar h3 {
  margin: 0 0 20px 0 !important; }

#sidebar .button {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 12px;
  text-decoration: none;
  border-radius: 5px;
  text-align: center; }

#sidebar .button:hover {
  color: #fff; }

#sidebar .become {
  background: #d56a04; }

#sidebar .become:hover {
  background: #e58804; }

#sidebar .request {
  background: #915644; }

#sidebar .request:hover {
  background: #a66b4e; }

#sidebar .tutor-feedback {
  background: #aba000; }

#sidebar .tutor-feedback:hover {
  background: #8d9200; }

#sidebar .parent-feedback {
  background: #43bce9; }

#sidebar .parent-feedback:hover {
  background: #17a9df; }

/* Search
-----------------------------------------------------------------------*/
#searchform {
  position: absolute;
  bottom: 8px;
  right: 15px; }

#searchform label {
  display: none; }

#searchform #s {
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  padding: 7px 30px 7px 4px;
  width: 125px; }

#searchform #searchsubmit {
  background: #fff url(images/search.gif) 2px 2px no-repeat;
  border: none;
  position: absolute;
  right: 4px;
  bottom: 1px;
  width: 21px;
  height: 21px;
  text-indent: -9999em;
  font-size: 0em;
  line-height: 0em;
  cursor: pointer; }

/* Form
-----------------------------------------------------------------------*/
#form fieldset {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: solid 1px #ccc;
  margin: 0 0 25px 0 !important;
  width: 570px;
  color: #2d3a48; }

#form p {
  line-height: 1.3em; }

#form .alert {
  margin: 20px 0 0 0 !important;
  background: #8DFFE5 !important; }

#form legend {
  color: #007496;
  font-size: 1.6em;
  font-weight: bold; }

#form label {
  width: 150px;
  float: left;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  margin: 5px 10px 0 0; }

#form .text {
  width: 300px;
  margin: 3px 5px 6px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #ccc;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em; }

#form .short {
  width: 40px;
  margin: 3px 5px 6px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #ccc;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em; }

#form .medium {
  width: 139px;
  margin: 3px 5px 6px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #ccc;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em; }

#form hr {
  margin: 20px 0;
  border: 0px;
  border-top: 1px dashed #ccc;
  clear: both; }

#form select {
  width: 300px;
  margin: 3px 5px 6px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #ccc;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em; }

#form textarea {
  width: 300px;
  height: 80px;
  margin: 3px 5px 6px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #ccc;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em; }

.radio {
  background: #fff url(images/button_gradient.gif) repeat-x bottom;
  padding: 3px !important;
  width: auto !important;
  margin: 5px 10px 10px 0 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: solid 1px #eaeaea;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc; }

.button {
  border: none;
  background: #007eb9;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.advise {
  padding: 10px !important;
  background: #FFD28D;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 15px 0 !important; }

.feedback label {
  display: block !important;
  width: 100% !important;
  float: none !important;
  text-align: left  !important; }

.feedback textarea {
  width: 100% !important; }

/* Dedicated Styles for specific browsers. Relies on css.browser.selector.js
-----------------------------------------------------------------------*/
.ie7 #form fieldset {
  width: 550px;
  clear: left;
  display: block; }

.ie7 #form label {
  width: 130px; }

.ie7 #form legend {
  margin: -33px 0 0 0; }

.ie7 #form hr {
  height: 1px; }

.ie8 #form fieldset {
  width: 550px;
  clear: left;
  display: block; }

.ie8 #form fieldset {
  width: 550px; }

.ie8 #form label {
  width: 130px; }

.ie8 #form legend {
  margin: -30px 0 10px 0; }

.webkit #form fieldset {
  width: 550px;
  clear: left;
  display: block; }

.webkit #form label {
  width: 130px; }

.required {
  color: red; }

/* News
-----------------------------------------------------------------------*/
.news {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  width: 600px;
  border-top: dashed 1px #ccc; }

.news h3 {
  margin: 0 0 25px 0 !important; }

.news h3 span {
  font-size: .7em;
  display: block;
  margin: 5px 0 0 0; }

.news p {
  margin: 35px 0 0 0 !important; }

/* Footer
-----------------------------------------------------------------------*/
#footer {
  width: 800px;
  margin: 0 auto;
  background: #d46904;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  padding: 20px; }

#footer a {
  color: #fff; }

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

/*# sourceMappingURL=style.css.map */