/* Important tools - should probably get these into the content module */
.floatcontainer { /* apply to a container to make it as tall as its floats */
  zoom: 1; /* for IE6 to trigger overflow */
  overflow: hidden;
}
/* EQUAL HEIGHT COLUMNS */
/* For each of the columns: */
.eqcol {
  margin-bottom: -32767px !important;
  padding-bottom: 32767px !important;
}
/* For the div containing the columns: */
.eqcol-container {
  overflow:hidden;
}
/* END Important tools */

HTML {
  padding: 0;
  margin: 0;
}
BODY {
  width: 100%;
  padding: 0;
  margin: 0; 
  background-color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.75em;
}

#body {
  margin-top: 0;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
  background-image: url("../../img/kelmscott/screenback.png");
  background-position: top center;
  background-repeat: repeat-y;
  text-align: left;
}

#page {
 margin-left: 8px; /* distance from the left of the background where the gradient ends.*/
 width: 990px;
}

#header {
 width:100%;
 background-color:#a40047;
}
#header img {
}

div#main_menu {
  border-top: 1px solid #fff;
  background-color: #666;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  font-variant: small-caps;
}
div#main_menu ol {
}
div#main_menu ol li {
  float:left;
  padding-left: 22px;
  padding-right: 30px;
  line-height: 40px;
}

/* Dashboard menu */
#dashboard_menu {
  padding: 20px 20px 20px 10px;
}
#dashboard_menu h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#dashboard_menu ul.horizontal {
  padding-bottom: 5px;
}
#dashboard_menu ul.horizontal li {
  display: inline;
  padding-left: 2px;
  padding-right: 8px;
}
#dashboard_menu .selected {
  font-size: 1.25em;
  font-weight: bold;
}
#dashboard_menu a,
#dashboard_menu a:link,
#dashboard_menu a:hover,
#dashboard_menu a:active,
#dashboard_menu a:visited {
  color: #669900;
  text-decoration: none;
}

/* Real kelmscott specifics : split into new files */

.lbwhite {
  margin-left: -1px;
  border-left: 1px solid #fff;
}
.lbgrey {
  margin-left: -1px;
  border-left: 1px solid #b2b2b2;
}
.rbgrey {
  margin-right: -1px;
  border-right: 1px solid #b2b2b2;
}

div.main_feature {
  border-bottom: 1px solid #fff;
}
div.main_feature div.main_image {
  float:left;
  overflow:hidden;
  width: 660px;
  font-size: 0;
}
div.main_feature div.main_source {
  float: right;
  width: 330px;
}

div.quote_block div.quote_image {
  font-size: 0;
}
div.quote_block div.quote_source {
  background-color: #769353;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.25em;
  height: 199px;
  padding: 20px 20px 0 20px;
  position: relative;
}
div.quote_source p.author {
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-style: italic;
  font-size: 0.75em;
}

div.sub_feature_list {
  overflow: hidden;
  border-bottom: 1px solid #b2b2b2;
}

div.sub_feature1 {
  float: left;
  width: 330px;
}
div.sub_feature {
  float: left;
  width: 330px;
}
div.sub_feature1 div.content,
div.sub_feature div.content {
  padding-bottom: 20px;
}
div.sub_feature1 div.header,
div.sub_feature div.header {
  background-color: #666;
  color: #fff;
  font-variant: small-caps;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 40px;
  padding-left: 25px;
}
div.sub_feature1 div.content div.text,
div.sub_feature div.content div.text {
  color: #3e3e3e;
  padding: 20px;
  line-height: 20px;
}

div.article_column_list {
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
}

div.article_column {
  float: left;
  width: 247px;
}

div.article_column2 {
  float: left;
  width: 249px;
}

div.article_column div.header,
div.article_column2 div.header {
  margin: 0;
  background-color: #b2b2b2;
  color: #fff;
  line-height: 40px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 1.25em;
  font-variant: small-caps;
}
div.article_column div.content, 
div.article_column2 div.content {
  margin: 0;
  padding: 0;
  color: #b2b2b2;
  line-height: 20px;
  padding: 20px;
}
div.article_column div.content a, 
div.article_column2 div.content a {
  margin: 0;
  padding: 0;
  color: #b2b2b2;
}

div#content div.article {
  float: left;
  overflow: hidden;
  width: 540px;
  padding: 20px 20px 30px 20px;
}
div#content div.article h1 {
  color: #3e3e3e;
  font-size: 1.25em;
  font-weight: bold;
}
div#content div.article_images {
  float: right;
  width: 330px;
  color: #3e3e3e;
  padding: 55px 0 40px 0;
}
div.article_images div.image {
  padding: 85px 0 0 0;
}
div.article_images div.caption {
  font-style: italic;
  padding: 10px 0 0 0;
}

div.videocontainer {
  background-color: #000;
  text-align: center;
  padding: 20px 170px 100px 170px;
}
div.video_title h1 {
  padding: 20px 0 0 35px;
  background-color: #000;
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
}
div.videocontainer div.links {
  text-align: left;
  padding: 20px;
  color: #fff;
}
div.videocontainer div.link_title {
  padding: 0 0 5px 0;
  width: 180px;
}
div.videocontainer div.link_descrip {
  padding: 0 0 5px 0;
  width: 420px;
}
.video_bullet {
  width: 10px;
  height: 10px;
  padding: 0 20px 5px 5px;
}

div.form_container, 
div.form_success {
  overflow: hidden;
  width: 620px;
  padding: 20px 20px 30px 40px;
  color: #3e3e3e;
  line-height: 20px;
}
div.form_container h1 {
  font-size: 1.25em;
  font-weight: bold;
}
div.form_container div.description {
  padding: 20px 0 20px 0;
}
div.form_container div.mandatory,
div.form_container div#status {
  padding-bottom: 20px;
}
div.form_container div.row {
  clear: left;
  padding: 0 0 15px 0;
}
div.form_container label {
  width: 200px;
  float: left;
  text-align: right;
  margin: 0 10px 0 0;
  display: block;
}
div.form_container div.row div {
  margin-left: 210px;
}
div.form_container .checkbox {
  margin-top: 4px;
}
div.form_container .submit {
  margin-left: 210px;
}
div.form_container div#status,
div.form_container div#name_errmsg,
div.form_container div#email_errmsg,
div.form_container div#group_name_errmsg,
div.form_container div#preferred_visiting_date_errmsg,
div.form_container div#phone_number_errmsg,
div.form_container div#address_errmsg {
  color: #ff0000;
}

div#footer {
}

/* LINKS */
/* general */
a,
a:link,
a:hover,
a:active {
  color: #669900;
  text-decoration: none;
}
a:visited {
  color: #996699;
  text-decoration: none;
}

a.white,
a.white:link,
a.white:visited,
a.white:hover,
a.white:active {
  color: #fff;
  text-decoration: none; 
}
