/*
 * CSS File for Heifer Educational Site - Content
 *
 */

/*
 * This is general CSS that affects all parts of the page
 * but is here so it can be reflected in the WYSIWYG editor
 */
HTML {
  color: #4f4610;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  overflow: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
  margin: 0;
  padding: 0;
}

h1 {
	font-size:16px;
	color:#A2AD5A;
}

p {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,em,th,var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}

abbr,acronym {
  border: 0;
}
sup {
  font-size: 9px;
}
input {
  margin-top: 3px;
  margin-bottom: 3px;
  border: solid 1px #4f4610;
  background-color:;
  color: #4f4610;
  padding: 0 4px 0 4px;
  font-weight:;
  font-size: 12px;
}
caption,th {
  text-align: left;
}

q:before,q:after {
  content: '';
}
textarea {
  margin-top: 3px;
  margin-bottom: 3px;
  border: solid 1px #4f4610;
  color: #4f4610;
  padding: 0 4px 0 4px;
  font-size: 12px;
}
select {
  margin-top: 3px;
  margin-bottom: 3px;
  border: solid 1px #4f4610;
  background-color:;
  color: #4f4610;
  font-size: 12px;
}

/*
 * Main CSS
 */
#content { 
  position: relative;
  float: left;
  width: 59%;
}
#content a{ 
  color: #524400;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
#mainContent {
  width: 834px;
}
#mainContentLead {
  width: 988px;
  _width: 995px;
}
#mainContentClass {
  width: 988px;
  _width: 995px;
}

.infoBlock{
  /*height: 235px;*/
  width: 235px;
  float: left;
  margin: 6px 0 10px 10px;
  padding-bottom: 10px;
}
.infoBlock p {
  color: #524400;
  font-size: 11px;
  margin:0;
}
.infoBlock a {
  color: #524400;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

/*
 * Message Board Content CSS
 */
table.CTtablein td {
  padding: 2px;
}

tr.CTtitle {
  background-color: #6FA4E0;
  color: #ffffff;
  font-size: 14px;
}

tr.CTtitle td {
  border: 1px solid #000000;
}

tr.CTheader {
  background-color: #6FA4E0;
  color: #1F4075;
  font-size: 13px;
}

tr.CTheader td {
  padding: 6px 0px 3px 3px; 
}

tr.CTodd a {
  color: #2F5490;
  margin-left: 10px;
  text-decoration: none;
  font-size: 12px;
}

tr.CTodd a:hover {
  text-decoration: underline;
}


.messageBoardMain a,
.messageBoardTopic a,
.messageBoardPost a {
  color: #2F5490;
  font-weight: normal;
  text-decoration: none;
}

.messageBoardMain a:hover,
.messageBoardTopic a:hover,
.messageBoardPost a:hover {
  text-decoration: underline;
}

/*
 * Main message board page
 */
.messageBoardMain tr#messageBoardHeader {
  font-size: 13px;
}

.messageBoardMain tr#messageBoardHeader td {
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
}
 
.messageBoardMain tr.lastRow td{
  padding-bottom: 20px;
} 
 
/*
 * Topic message board page
 */
.messageBoardTopic .CTheader {
  background-color: white;
}

.messageBoardTopic tr.CTodd a {
  margin: 0px;
}

.messageBoardTopic .CTheader b {
  text-decoration: underline;
} 

/*
 * Post message board page
 */
.messageBoardPost #postSummary .CTHeader {
  width: 25px;
} 
 
.messageBoardPost #postSummary .CTodd {
  padding-left: 5px;
}

/* navigation list */
#rNav {
  display: block;
  margin: 6px 0 30px 0;
  width: 150px;
  height: 216px;
  float: right;
}
#rNav p{
  font-size: 9px;
  margin: 0;
  padding: 0;
}
#rNav li {
  list-style: none;
  margin: 0 0 0 0;
  width: 150px;
}

#rNav li a {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  text-indent: -1000em;
}
#rN-donation {
  height: 54px;
}
#rN-lesson {
  height: 61px;
}
#rN-ideas {
  height: 53px;
}
#rN-lounge {
  height: 48px;
}

#rN-donation a{
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/DONATIONFORMOFF.GIF);
}
#rN-donation a:hover {
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/DONATIONFORMON.GIF);
}

#rN-lesson a{
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/LESSONPLANOFF.GIF);
}
#rN-lesson a:hover {
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/LESSONPLANON.GIF);
}

#rN-ideas a {
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/IDEASOFF.GIF);
}
#rN-ideas a:hover {
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/IDEASON.GIF);
}

#rN-lounge a {
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/LOUNGEOFF.GIF);
}
#rN-lounge a:hover {
background: url(http://www.heifereducation.org/atf/cf/%7B7a2aefd5-0aad-45aa-930b-c5d9e4340504%7D/LOUNGEON.GIF);
} 