@import url(https://fonts.googleapis.com/css?family=Cinzel|Mate+SC|Open+Sans:400,400i,700&display=swap);

body {
	text-align: left;
	line-height: 1.5;
	font: 12px 'Open Sans', sans-serif;
}

a,
.styled_text,
.thead,
.trow_sep
button,
input.button,
h1,
h2,
h3,
h4 {
	text-decoration: none;
	font-family: 'Mate SC', serif;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
}

a,
.styled_text,
button,
input.button {
	font-size: 14px;
}

a:hover {
	text-shadow: none;
}

.thead a,
.thead {
	font-size: 22px;
	text-align: center;
}

.smalltext {
	font-size: 11px;
}

.smalltext a {
	font-size: 14px;
}

.largetext,
.largetext a {
	font-size: 18px;
	font-weight: bold;
}

.jumbotext,
.jumbotext a {
	font-size: 26px;
	font-weight: bold;
}

.textalign_center {
	text-align: center;
}

.textalign_right {
	text-align: right;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h2, h3 {
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.codeblock code {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
}

.custom_user_title {
	text-decoration: none;
	font: 14px 'Cinzel', serif;
	text-transform: capitalize;
	letter-spacing: 1px;
}

/** ordered list style **/
ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/     
    margin: 0;
    margin-left: 3em;
    padding: 0;  
    counter-reset: li-counter;
}

ol.simple-list > li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.5em;
    min-height: 1em;
    /*border-left: 2px solid #8cb1c6;*/
}

ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;   
    content: counter(li-counter);
    counter-increment: li-counter;
}

/** thread prefixes **/
.prefix_fontstyle {
font:14px 'Mate SC', serif;
text-transform:lowercase;
font-variant:small-caps;
letter-spacing: 2px;
}

/** BQ Calendar **/

.breeding {
	font: 12px 'Mate SC', serif;
	text-transform: lowercase;
	font-variant: small-caps;
}


