/*
  The typo for chaoticafractals.com
*/

@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Links */

a {
	color: #222;
}

/* Normal text */

hr{
	border: 0;
	height: 1px;
	margin-left: 10%;
	margin-right: 10%;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

ol{list-style:decimal}

ul{list-style:disc}

li{/*margin-left:30px*/}

/*p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}*/

h1{
    font-size: 30pt;
	font-family: 'allerbold', Arial, sans-serif;
	*letter-spacing: -2px;
	color: #444;
}

h2{
	font-size: 24px;
	font-family: 'allerbold', Arial, sans-serif;
	*letter-spacing: -2px;
	color: #444;
}

h3{
	font-size: 16px;
	font-family: 'allerbold', Arial, sans-serif;
	margin-bottom: 10px;
    margin-top: 10px;
	*letter-spacing: -2px;
	color: #444;
}

h4{
	font-size: 12pt;
	font-family: 'allerbold', Arial, sans-serif;
	*letter-spacing: -0.5px;
	color: #444;
}


td{
	padding: 0; margin: 0; vertical-align: top;
}

body{
    font-family: 'allerregular', Arial, sans-serif;
    font-size: 11pt;
    line-height: 12pt; 
    color: rgb(68, 68, 68);
}