/* $Id: typography.css,v 1.1.2.4 2010/02/14 06:44:15 sociotech Exp $ */

/* Typography
-------------------------------------------------------------- */

/* Base Settings
-------------------------------------------------------------- */
body {
  font-family: Baskerville, Georgia, Palatino, "Palatino Linotype", "Book Antiqua", "URW Palladio L", serif;
  /* font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;     /* web safe fonts */
  font-size: 13px;   /* also set in fusion_core.info: settings[theme_font_size] = font-size-13 */
  line-height: 21px;   /* 1.5x vertical rhythm */
}
.form-text {
  font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
}

/* HTML Elements
-------------------------------------------------------------- */
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose p, .prose ul, .prose ol, .prose pre, .prose div.codeblock, .prose blockquote {
  margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, div.codeblock, blockquote {
  margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
p {
	font-size: 1em;
	line-height: 1.615385em;
	padding-bottom: 1.615385em;
}
p:last-child {
  padding-bottom: 0em;
}
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1, .prose h1 {
	font-size: 1.846154em;
	line-height: 0.875em;
	padding-bottom: 1.05em;
}
h2, .prose h2 {
	font-size: 1.538462em;
	line-height: 1.05em;
	padding-bottom: 1.05em;
}
h3, .prose h3 {
	font-size: 1.384615em;
	line-height: 1.166667em;
	padding-bottom: 1.166667em;
}
h4, .prose h4 {
	font-size: 1.230769em;
	line-height: 1.3125em;
	padding-bottom: 1.3125em;
}
h5, .prose h5 {
	font-size: 1.076923em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
}
h6, .prose h6 {
	font-size: 1em;
	line-height: 1.615385em;
	padding-bottom: 1.75em;
}

/* Nodes
/-------------------------------------------------------------- */
/* bylines and taxonomy */
.submitted,
.terms {

}

.terms {

}

.node .read-more,
.node .more-link,
.node .links {

}


/* Comments
/-------------------------------------------------------------- */
div.comment div.links a,
div.comment ul.links a {

}

.signature {

}


/* Links
/-------------------------------------------------------------- */
/* breadcrumbs */
.breadcrumbs {
  line-height: 100%;
}

/* pagers */
ul.pager {

}

ul.pager li {

}


/* Lists
/-------------------------------------------------------------- */
ul,
.item-list ul {
	padding-bottom: 1.75em;
}
li,
li.leaf,
ul.menu li,
.item-list ul li {
	font-size: 1em;
	line-height: 1.615385em;
}

/* Forms
/-------------------------------------------------------------- */
/* form buttons */
.form-submit {

}

.form-item .description {

}