/* $Id: common.css,v 1.1.2.1 2005/10/03 20:56:49 tod Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #ffe800;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Palatino, "Times New Roman", serif;
  margin-bottom: .25em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4, h5, h6 {
  font-size: 1em;
}
p {
  margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#header {
  margin-bottom: 2em;
}
#help {
  font-size: 0.8em;
}
#content {
  clear: both;
}

#footer {
 font-size: 0.8em;
 padding-top: 2em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .25em 0;
}
.content {
  margin: 0 0 .5em 0;
}
.links {
  font-size: 0.8em;
  line-height: 1.25em;
}
.block {
  width: 180px;
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #237abf;
  color: #3a3;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/themes/settings page
*/
.navlinks {
  font-family: Georgia, Palatino, "Times New Roman", serif;
}
.primary a {
  font-size: 1.0em;
  font-family: Georgia, Palatino, "Times New Roman", serif;
  
}
.secondary a {
  font-size: 0.9em;
  font-family: Georgia, Palatino, "Times New Roman", serif;
}

/*
** Logo Image Positioning
*/
img.separator{
  border: 0px;
  padding: 0px;
}
#header {
  clear: both;
}
/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed {
  border: 1px solid gray;
  padding: 1em;
}
img.logo{
  background-color: #383838;
  margin: 0px;
  padding: 8px;
}
td.logo {
  background-color: #383838;
}
a.logo {
  padding: 0px;
  border: 0px;
}

table.headertable{
  background: #fed600;
  border: 8px solid #ffe800;
  padding: 0px;
  margin: 0px;
}
table.footertable{
  background: #fed600;
  border-bottom: 8px solid #ffe800;
  border-bottom: 2px solid #ffe800;
  padding: 0px;
  margin: 0px;
}
table.maincontent{
  background: white;
  margin: 0px;
  padding: 0px;
}

