/* $Id: common.css,v 1.12 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  margin: 0;
  /*
  padding: 3em;
  */
  font-size: .9em;
  line-height: 1.3em;
  background: url("grid.png");
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: 0em;
  border-collapse: collapse;
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  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;
}

div {
  
}

/*
** Page layout blocks / IDs
*/

#header {
  /*
  background: url("background.png") repeat-x scroll 0 0 transparent;
  margin-bottom: 2em;
  */
  
  
}

#header td{
	height: 100%;
}

#help {
  font-size: 0.8em;
}
#content {
  clear: both;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  padding: 10px;
}
#main {
  vertical-align: top;
  padding: 10px 15px 10px 15px;
}
#footer {
 font-size: 0.8em;
 padding-top: 0em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/

ul.links.inline {
  font-size: 0.8em;
  line-height: 1.25em;
}


.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
/*
  padding: 0em 0.5em 1.5em 0em;
  clear: both;*/ 
}
.mainlinks a {
  font-size: 1.1em;
  
}

/*
** Logo Image Positioning
*/
#header {
  clear: both;
  width: 100%;
}
/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}

/*label{display:inline !important;}*/

