/* $Id: common.css,v 1.11.2.1 2007/09/13 18:59:59 drumm Exp $ */

/*
 * Direct descendant from draft
 */

/* Grey block titles */
#content h2 {
  display: block;
  width: 100%;
  font-style: italic;
  font-size: 0.9em;
}

/* Breadcrumb */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:active {
	font-size: 90%;
	font-style: italic;
	text-decoration: underline;
}

/*
** HTML elements
*/
tbody {
	border: 0px solid green;
	
}
a{
	color: #ffffff;
}
a, a:link, a:active {
/*  font-weight: bold; */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
/*  padding: 3em;*/
  font-size: .8em;
  line-height: 1.1em;
/*  letter-spacing: -0.04em; Just doesn't cut it like in Photoshop... */
  color: #ffffff;
  width: 100%;
}
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: #eee;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .25em;
}
h1 {
  font-size: 1.3em;
  color: #ffffff;
}
h2 {
  font-size: 1.2em;
}
#sub_main h2{
	font-size: 1.8em;
}
h3 {
  font-size: 1.1em;
}
h4, h6 {
  padding-left: 4px;
  color: #ffffff;
  font-size: 1em;
}
h5 {
  background-color: #e58e16;
  padding-left: 4px;
  color: #ffffff;
  font-size: 1em;
}
p {
}
dt {
  margin: .5em 0 .25em 0;
}
dd {
  margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}
ul.primary li a {
	background-color: #666666;
}
td.active {
	background-color:#5d544a;
	margin-right: 10px;
}
/*
** Page layout blocks / IDs
*/
#header {
}
#help {
  font-size: 0.8em;
}
.clearer{
	clear:both;
}
#content {
  clear: both;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
/*  padding: 10px;*/
}
#main {
/*  padding-left: 1em;
  padding-right: 1em;*/
  vertical-align: top;
}
#footer {
 font-size: 0.8em;
 padding-top: 0.5em;
 text-align: center;
 clear: both;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 1em 0;
}
.content {
  height: auto;
}
ul.links.inline {
  font-size: 1em;
  line-height: 1.25em;
}
.block {
  width: 100%;
  clear: both;
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #3a3;
  color: #3a3;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}
.clearer {
	clear: both;
}
/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
/*  padding: 0em 0.5em 1.5em 0em;*/
  clear: both;
}
.primary a {
  font-size: 1.0em;
  padding: 0em 0.5em 0em 0em;
}
.secondary a {
  font-size: 0.9em;
  padding: 0em 0.5em 0em 0em;
}
/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}

/*
** Block specific styles
*/
.block-search {
	height: 29px;
	line-height: 29px;
	width: 214px;
	float: right;
	padding-bottom: 0;
	padding-right: 9px;
	white-space: nowrap;
}
.block-search h2.title {
	display: none;
}
.block-search input {
	margin-top: 5px;
}
.block-search input[type=text] {
	border: 1px solid #818181;
	background-color: #EAEAEA;
	width: 154px;
	margin-left: 10px;
	float: left;
}
.block-search input[type=submit] {
	background: transparent url(/themes/italienspecialisten/img/italienspec-search-se.gif) no-repeat 0 0;
	width: 42px;
	height: 19px;
	border: 0;
	float: right;
}
.imce a{
	color: #000000;
}
.comment{
	margin-top: 10px;
	border-bottom:1px solid white;
	padding-bottom: 5px;
}
.submitted{
	margin-top: 5px;
	margin-bottom: 5px;
}
.content{
	margin-bottom: 5px;
}
