/*
Theme Name: HHSA Online
Theme URI: http://www.heritagehomeschool.org
Description: This theme is a modified from the default Wordpress "Kubrick" theme.
Version: 0.1
Author: Heritage Home School Academy Online
Author URI: http://www.heritagehomeschool.com
Tags: 

*/



/* Main Styles */
* {
 margin: 0;
 padding: 0;
}

body {
  font-size: 100%;
  background: #fff;
  color: #000;
  font-family: "Times New Roman", serif;
}
img {
  border: none;
}
#page {
  width: 800px;
  margin: 0 auto;
}

/* Header */
#header {
  padding: 20px 0;
  background: #0000ff;
}
#headerimg {
  background: #66ffff;
  padding: 20px;
}
#headerimg h1 a, #headerimg h1 a:hover, #headerimg h1 a:visited {
  color: #000080;
  text-decoration: none;
  font-size: 1.35em;
}
#headerimg h1 a .online, #headerimg h1 a:hover .online, #headerimg h1 a:visited .online {
  color: #FF0000;
  font-style: italic;
}
.description {
  padding-top: 15px;
  color: #000080;
  font-style: italic;
  font-size: 1.35em;
  font-weight: bold;
}

/* Sidebar */
#sidebar {
  float: left;
  width: 155px;
  background: #F4FA96;
  color: #000080;
}
#sidebar ul {
  list-style: none;
  text-align: center;
}
#sidebar li {
  padding-bottom: 16px;
}
#sidebar a, #sidebar a:hover, #sidebar a:visited {
  font: bold .8em "Verdana", sans-serif;
  color: #000080;
}
#sidebar a img {
    display: block;
    margin: 0 auto;
}
#sidebar li.reg_links a {
  font-size: .95em;
  font-weight: bold;
  color: #FF0000;
}
#s {
  width: 50%;
}
.hidden {
  display: none;
}

h2 {
  text-align: center;
  font: "Times New Roman", serif;
  color: #000080;
}
h2 a:link {
  color: #000080;
  font: bold 1em "Times New Roman", serif;
  text-decoration: none;
}

/* Main content */
#content p, #content ul, #content ol {
  color: #000080;
  font: bold 1em "Arial", sans-serif;
  padding-bottom: 16px;
}
#content ul, #content ol {
  margin-left: 40px;
}
#content {
  padding: 20px;
  float:left;
  width: 605px;
  background: #fff;
}
#content p.callnow {
  color: #000000;
  font: bold 1em "Times New Roman", serif;
  text-align: center;
  padding-bottom: 16px;
}
#content h2 {
  padding-bottom: 16px;
}
h2 em {
  color: #FF0000;
}
h2 i {
  color: #000080;
}
.entry em {
  color: #FF0000;
}
.alignright {
  float: right;
  padding: 20px;
}
.alignleft {
  float: left;
  padding: 20px;
}
#spacer {
  margin: 0 0 16px 0;
}
marquee {
  color: #FF0000; 
  font-size: 14pt;
   font-weight: bold;
}
.special {
  color: #FF0000; 
}
#faq li {
  padding-bottom: 16px;
}

/* Footer */
#footer {
  margin-left: 155px;
  background: #fff;
  padding-bottom: 16px;
}
#footer p {
  padding: 0 20px 20px 20px;
  font: bold .7em "Arial", sans-serif;
  color: #000080;
  text-align: center;
}

/* Styles for tables on various pages */
#classes th, #classes td {
  vertical-align: bottom;
  border: 1px solid #000;
  padding: 2px;
  font-size: .85em;
}
#classes {
  margin: 0 auto;
  border-collapse: collapse;
}
.elective_classes {
  border-collapse: collapse;
  border: 1px solid #fff;
}
#classes .elective_classes {
  border: none;
  width: 100%;
}
#classes .elective_classes th, #classes .elective_classes td  {
  border: none;
  padding: 2px;
}
#curriculum_samples {
  text-align: center; 
  width: 80%;
  margin: 0 auto;
  color: #000080;
  font: bold 1em "Arial", sans-serif;
}
#online_cost {
  width: 80%;
  margin: 0 auto;
  text-align: right;
  background:#FFFFCC;
  margin-bottom:16px;
  border-collapse: collapse;
}
#online_cost th, #online_cost td {
  border: 1px solid #000;
  padding: 2px;
}
#system_requirements {
  margin: 0 auto;
  padding: 2px;
  font-size: .85em;
  width: 80%;
}
#email_info {
  width: 100%;
  margin: 0 auto;
}
#email_info label {
  font-size: .85em;
  font-weight: bold;
  float: right;
}

#email_info .submit {
  width: auto;
}
#email_info td.textarea_label {
  vertical-align: top;
}
#email_info td {
  padding-bottom: 16px;
}
#email_info em {
  color: #FF0000;
  font-style: normal; 
}

/*.freeInfoImage a {
  background: url(http://www.heritagehomeschool.com/HHSAOnline/wp-content/uploads/button1C.jpg);
}
.freeInfoImage a:hover {
  background: url(http://www.heritagehomeschool.com/HHSAOnline/wp-content/uploads/button1D.jpg);
}*/