/* Global */
body,
input,
textarea,
select {
	font-family:Arial, Helvetica, sans-serif;
}
body {
  font-size: 12px;
  line-height: 1.5;
}
html > body,
html > textarea {
  font-size: 12px;
}
#site-name {
  font-size: 18px;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 1.0em;
  word-spacing: 0.125em;
}
address {
  font-style: normal;
  margin-bottom: 1.5em;
}
blockquote {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-style: italic;
  border-left: 5px solid #E6E6E6;
}
code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5em;
}

/* Headings */
h1, h2, h3, h4, h5, h6, div.collapse-after {
	color: #515671;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
h1 {
  font-size: 1.5em;
  /*text-transform:uppercase;*/
}
h2 {
  font-size: 1.3em;
  font-weight:bold;
  color:#515671;
}
#content h1{
	height:24px;
	padding:5px 0 0 15px;
	margin:0;
}

h2.block-title {
  font-size: 1.2em;
  margin: 0;
  padding: 5px 0;
}
h3, div.collapse-after {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
}
h6 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

/* Blocks */
.block ul li,
.block .item-list ul li {
  list-style: none;
  list-style-image: none;
}

/* breadcrumb */
.breadcrumb {
  font-size: 0.9em;
  padding: 0;
}

/* footer */
#footer{
	font-size: 0.8em;	
}

/* bold */
.bold, .active{
	font-weight:bold;	
}

/* special cases */
#content .node{
	font-size: 0.95em;	
	line-height:1.25em;
}
.front #content .node{
	font-size: 0.95em;	
}

