/* $Id: typography.css,v 1.1.4.14.2.7 2010/04/21 15:01:07 psynaptic Exp $ */

/* Global */

body,
input,
textarea,
select {
  font-family: "PT Sans", "Trebuchet MS", "Verdana", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #444;
}

body {
  font-size: 16px;
  text-align: left;
  
}

.cke_show_borders { 
	background-image: none !important; 
	background-color: #fff !important; 
}


/* This technique neutralizes font size differences for monotype fonts. */
html > body,
html > textarea {
  font-size: 16px;
  text-align: left;
}

#site-name {
  font-size: 18px;
}

a {
  text-decoration: none;
  
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

address {
  font-style: normal;
  margin-bottom: 1.5em;
}



code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5em;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
}


h1 {
font-family: Vollkorn,"Verdana",sans-serif;
font-size: 32px;
padding-top: 5px;
border-bottom: 1px dotted black;
padding-bottom: 8px;
margin-bottom: 5px;
}


h2 {
font-size: 15px;
font-weight: bold;
padding-top: 20px;
padding-bottom: 5px;
font-family: Vollkorn;
margin-bottom: 10px;
}

h2.block-title {
  /* font-size: 1em; */
}

h3 {
font-size: 16px;
line-height: normal;
text-transform: none;
letter-spacing: normal;
border-bottom: 1px black;
border-bottom-style: none;
padding-top: 0px;

}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

/* Blocks */

.block {
  margin-bottom: 2px;
}

.block ul li,
.block .item-list ul li {
  list-style: none;
  list-style-image: none;
}

/* Drupal */

.breadcrumb {
  font-size: 0.9em;
  padding: 0;
}

/* Accessibility */

.skip-link {
  font-size: 0.85em;
}

.acc-hide {
  left: -2500px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

#navigation .add-link {
  display: block;
}

/* Nodes and comments */

.node-teaser,
div.panel-pane div.node-teaser {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.indented {
  margin-left: 20px;
}


.test {width:200px; overflow: hidden;}

.artikelbody {font-size: 16px; text-align: justify;}



// Css Code for making Default Drupal Block to appear as horizontal bar.
#block-user-0 {
margin: 2em 0 1em;
}
#block-user-0 *
{
display: inline;
color:#292928;
}
#edit-user-login-block {
display:none; /* rehide hidden form element */
}
#block-user-0 h2 {
font-size: 92%;
}
#block-user-0 .form-item {
margin-left: 1em;
font-size:11px;
}
#block-user-0 li {
list-style:none;
background:none;

}
#block-user-0 .form-text{
font-size:10px;
height:12px;
width:70px;
}
#block-user-0 .form-submit{
font-size:11px;
height:19px;
}

// Css Code for your custom link bar
#mylinkbar{
display:inline;
list-style-image:none;
background:none;
}
#mylinkbar li{
display:inline;
list-style-image:none;
font-size:16px;
font-family: "Amaranth", Helvetica, sans-serif;
margin-left:5px;
margin-right:5px;
background:none;
}

.print_html, .print_mail, .print_pdf { display: block; }


.pane-plain-box-title-recipe {
    font-family: "Amaranth", Helvetica, sans-serif;
    font-size:1.8em;
    
}