/* 
easyCss~typeCss 
Copyright (C) 2010 Joachim Doerr, easyCssframework.com
Creative Commons Attribution-Share Alike 3.0 License
*/
/* ----------------------------------------------------- ~ headline-colors */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #431D1D;
}
/* ----------------------------------------------------- ~ text-colors */
p,
b,
strong,
i,
em,
blockquote {

}
.bq-top,
.bq-bottom {
	color: #bbb;
}
.bullet-color,
.numeric-color {
	color: #333;
}
li {
	color: #3D5D7D;
}
/* ----------------------------------------------------- ~ link color */
a {
	color: #1FA5D2;
}
a:hover {

}
/* ----------------------------------------------------- ~ backround-colors */
hr {
	background-color: #431D1D;
}
.box {
	background-color: #F1F0F0;
}
/* ----------------------------------------------------- ~ font-sizes */
h1 {
	font-size: 36px;
	top: 5px;
}
* html h1 {
	top: 1px;
}
* + html h1 {
	top: 1px;
}
h2 {
	font-size: 28px;
	top: 8px;
}
h3 {
	font-size: 24px;
	top: 10px;
}
h4 {
	font-size: 20px;
	top: 2px;
}
h5 {
	font-size: 18px;
	top: 2px;
}
h6 {
	font-size: 16px;
	top: 3px;
}
p,
li,
dt,
dd {
	font-size: 13px;
}
.small,
small {
	font-size: 11px;
}
.large,
.big,
big {
	font-size: 15px;
}
.bq-top,
.bq-bottom {
	font-size: 42px;
}
caption {
	font-size: 16px;
	top: 3px;
}
pre,
code,
kbd,
tt {
	font-size: 12px;
}
/* ----------------------------------------------------- ~ size-classes */
.size-9 {
	font-size: 9px;
}
.size-10 {
	font-size: 10px;
}
.size-11 {
	font-size: 11px;
}
.size-12 {
	font-size: 12px;
}
.size-13 {
	font-size: 13px;
}
.size-14 {
	font-size: 14px;
}
.size-15 {
	font-size: 15px;
}
.size-16 {
	font-size: 16px;
}
.size-17 {
	font-size: 17px;
}
.size-18 {
	font-size: 18px;
}
.size-20 {
	font-size: 20px;
}
.size-22 {
	font-size: 22px;
}
.size-24 {
	font-size: 24px;
}
.size-26 {
	font-size: 26px;
}
/* ----------------------------------------------------- ~ line-height */
h1,
h2,
h3 {
	line-height: 36px;
}
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	line-height: 18px;
}
sub,
sup {
	line-height: 0;
}
/* ----------------------------------------------------- ~ elements, positions */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
dl,
hr,
pre,
blockquote,
caption,
address {
	position: relative;
}
h1,
h2,
h3,
caption {
	padding-bottom: 18px;
}
p,
address {
	word-spacing: 0.125em;
	top: 4px;
}
* html p {
	word-spacing: normal;
}
p + p {
	padding-top: 18px;
}
p + p.indent,
p.first.indent,
p.indent.first {
	text-indent: 1.5em;
}
p.fl-r + p,
p.fl-l + p,
p + p.fl-r,
p + p.fl-l, 
p + p.null {
	padding-top: 0;
}
blockquote,
address {
	font-style: italic;
}
.bq-top {
	position: absolute;
	top: 2px;
	left: 0;
}
.bq-bottom {
	position: absolute;
	margin-top: -10px;
	margin-left: 4px;
}
blockquote,
.box-txt {
	/*padding: 18px 18px 36px 18px;*/
	padding: 18px;
}
.box-txt {
	margin: 0 9px;
}
/* ----------------------------------------------------- ~ lists */
.section dl,
.section ol,
.section ul {
	top: 4px;
	margin: 18px 9px;
}
ul li,
ol ul li,
ul ol ul li {
	margin-left:1.5em;
	list-style: square;
}
ol li,
ul ol li,
ol ul ol li {
	margin-left:1.5em;
	list-style: decimal;
}
.section li ul,
.section li ol,
.section ul ul,
.section ol ol {
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
li p {
	top: 0;
}
/* ----------------------------------------------------- ~ line */
hr {
	display: block;
	border: none;
	margin: 18px 9px 16px 9px;
	height: 2px;
}
* html hr {
	margin: 10px 9px 9px 9px;
}
* + html hr {
	margin: 10px 9px 10px 9px;
}
/* ----------------------------------------------------- ~ address */
address {
	padding: 18px 9px;
}
/* ----------------------------------------------------- ~ code, pre, kbd, tt */
pre,
code,
kbd,
tt {
	font-family: 'andale mono', 'lucida console', monospace;
}
pre {
	white-space: pre;
	padding: 18px 9px;
}
/* ----------------------------------------------------- ~ other */
a {
	text-decoration: none;
}
a:focus,
a:hover {
	text-decoration: underline;
}
abbr, 
acronym {
	border-bottom: 1px dotted #666;
}
dfn {
	font-weight: bold;
	font-style: italic;
}

/* ----------------------------------------------------- ~ table */
table {
	font: inherit;
}
th {
	font-weight: bold;
}