﻿body {
  background: #ffffff url(../images/back.gif) repeat-x top;
  text-align: center;
  color: #666666;
  font-size:large;
}

a:link, a:visited { 
  color: #666666; 
}

a:hover, a:active { 
  color: #e9273f;
}

h1 {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 135%;
	line-height: 1.5em;
	color: #e9273f;
}

#header {
  background: url(../images/header.jpg) no-repeat top;
  height: 270px;
}

.h2hLogo {
  position:absolute;
  left: 60px;
  top: 37px;
}

.F411Logo {
  position:absolute;
  left: 73px;
  top: 27px;
}

#nav {
  position: absolute;
  top: 120px;
  right: 25px;
  height: 50px;
}

#content {
  background: url(../images/pageBack.gif) repeat-y center;
  margin-top: -60px;
}

#left {
  float: left;
  width: 575px;
}

#right {
  float: right;
  width: 285px;
  padding-left: 15px;
  text-align: center;
  border-left: solid 1px #dddddd;
}

#footer {
  height: 57px;
  background: url(../images/footer.jpg) no-repeat top;
}

.page {
  display: block;
  width: 910px;
  margin: 0 auto;
  text-align: left;
  padding: 0 25px;
  position: relative;
}

p {
  line-height: 1.25em;
  margin: 1em .5em;
}
blockquote, q {
  padding: 1em;
}

/* FRONT Page Styles */
#left p {
}

#left p em {
  color: #fc0415;
  font-style:normal;
}
.frontLeadingChar {
  font-size: 175%;
}

#right .picButton {
  margin: .5em;
}

#homeFooter {
  width: 100%;
  border-collapse:collapse;
  
}
#homeFooter th {
  text-align: center;
  width: 33%;
}
#homeFooter td {
  width: 33%;
  border-right: solid 1px #ffffff;
}
#homeFooter .fontFooterContent {
  border-right:1px solid #444444;
  line-height:1.5em;
  padding:15px 30px;
  text-align:left;
  vertical-align:top;
}
.homeFooterContent td {
  background: #eeeeee;
}


/* News Styles
-------------------------------------- */
#rssLink:link, #rssLink:visited {
	color: #e9273f;
  text-decoration: none;
}

.abstract {
 margin-bottom: 25px;
 padding-bottom: 25px;
 border-bottom: solid 1px #666666;
 line-height: 1em;
 color: #666666;
}
.abstract p {
  margin: 0;
  margin-top: .5em;
}
.abstract h4 {
	display: inline;
	font-weight: bold;
	font-size: 110%;
}

.abstract span.stats {
	display: inline;
	font-size: 85%;
	color: #666666;
}
.abstract span.postedby {
	display: inline;
	font-size: 85%;
	color: #e9273f;
}

.abstract span.tags {
	display: inline;
	margin-left: 1em;
	font-size: 85%;
	color: #666666;
}

h2.headline {
  font-size: 110%;
  display: inline;
}

.headline a:link,
.headline a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold; 
	
}

.headline a:hover {
	color: #CC010C;
	text-decoration: underline;
}

.abstract .date{
  margin-left: .5em;
	font-weight: bold;
	font-size: 90%;
  color: #666666;
}
.abstract p{
	font-weight: normal;
	font-size: 90%;
}

h4#comments {
  border-top: dashed 1px;
  width: 100%;
  padding-top: 1em;
}

/* Family 411 Page
---------------------------------------------------------- */
div.tagcloud {
  margin-bottom: 2em;
}

div.tagcloud a {
	line-height: 1.5em;
	color: #CC010C;
	text-decoration: none;

}
div.categorylist a {
  display: block;
  font-size: 90%;
}

.pages a, .pages span 
{
  margin-right: .5em;
}

/* Article
---------------------------------------------------------- */
span.stats {
	display: inline;
	font-size: 80%;
	color: #CC010C;
}
span.tags {
	display: inline;
	margin-left: 1em;
	font-size: 80%;
	color: #CC010C;
}

/* Contact
---------------------------------------------------------- */
fieldset{
  border: solid 1px #cccccc;
  padding: 10px;
  margin-top: 1em;
}
.contactForm th {
  padding-right: 1em;
  font-weight: normal;
}

/* Members
---------------------------------------------------------- */
.memberNav li a {
	color: #e9273f;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
}
.memberNav li a:hover {
  text-decoration: underline;
}