/* COLORS

light slate: b2bcc4
dark slate blue: 8c99a4


*/

@import url(figures.css);

/* FONTS: ============================================ */
@font-face {
	font-family: "Kryptonian 6";
	src: url(fonts/k6-2.ttf) format("truetype");
	font-style: all;
}
@font-face {
	font-family: "Doulos SIL";
	src: url(fonts/DoulosSILR.ttf) format("truetype");
	font-style: all;
}

/* CUSTOM FONT TAGS: ============================================*/		

c\:k6, .k6 {
	font-family: "Kryptonian 6", "Wingdings";
	font-size: 1.2em;
	text-transform: none;
}
c\:ipa, .ipa {
	font-family: "Doulos SIL", serif;
	font-size: 1.2em;
	text-transform: none;
}

/* TRANSLATION TEXT UNDER HEADERS: ============================================*/		

c\:trans {
	display: block;
	font-size: 8px;
	margin: -10px 0px 10px 30px;
	font-style: italic;
	color: #777;
}

/* EXAMPLE BLOCKS: ============================================*/		

/* ---------------[ example block li wrapper ]-----------------*/ 
.kexli {
	display: block;
	margin-left: -40px;
	border: solid 2px #777;
	background: url(images/whitebg.png) top left repeat;
	padding: 10px;
	text-align: left;
}
/* ---------------[ example block ]-----------------*/ 
c\:kex {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	margin-bottom: 3px;
	padding: 3px;
}
/* ---------------[ bordered block ]-----------------*/ 
c\:kex.block {
	border: solid 3px #dfdfdf;
	margin: 3px;
}
/* ---------------[ example title (optional) ]-----------------*/ 
c\:kex_title {
	display: block;
	padding: 2px;
	padding-left: 15px;
	text-transform: uppercase;
	color: #444;
	margin: -10px -10px 5px -10px;
	font-size: 0.9em;
	background: #b2bcc4 url(images/topshadow.png) top left repeat-x;
}
c\:kex_title.accordion {
	padding: 0px;
	text-transform: none;
}
c\:kex_title.accordion table.dict {
	width: 426px;
}
c\:kex c\:kex_title {
	font-size: 0.7em;
	padding: 3px;
	text-transform: none;
	margin: -3px -3px 3px -3px;
}
/* ---------------[ kryptonese transliteration ]-----------------*/ 
c\:kex_subk {
	font-size: 0.5em;
	font-weight: bold;
	display: block;
	text-align: center;
	border-top: dotted 1px #ccc;
}
/* ---------------[ english translation ]-----------------*/ 
c\:kex_subt {
	font-size: 0.5em;
	display: block;
	text-align: center;
}
/* ---------------[ vertical spacer ]-----------------*/ 
c\:kex_spacer { 
	display: inline-block;
	width: 0px;
	height: 30px;
	border-right: dotted 2px #dfdfdf;
	margin-left: 6px;
	margin-right: 5px;
}
/* ---------------[ arrow blocks ]-----------------*/ 
c\:rarr, c\:larr, c\:rarr c\:no, c\:larr c\:no {
	vertical-align: middle;
	display: inline-block;
	width: 50px;
	height: 25px;
}
/* ---------------[ arrows ]-----------------*/ 
c\:rarr { background: url(images/arrow_right.png) top left no-repeat; }
c\:larr { background: url(images/arrow_left.png) top left no-repeat; }

/* ---------------[ negating tags ]-----------------*/ 
c\:no { text-decoration: line-through; }
c\:rarr c\:no { background: url(images/arrow_not.png) 12px center no-repeat; }
c\:larr c\:no { background: url(images/arrow_not.png) 38px center no-repeat; }


/* HIGHLIGHTED TEXT: ============================================*/		

c\:hiy, .hiy { color: #7D5F11; text-shadow: 0px 0px 2px #F2DF14; }
c\:hib, .hib { color: #173C8D; text-shadow: 0px 0px 2px #2292F6; }	
c\:hir, .hir { color: #721919; text-shadow: 0px 0px 2px #FF2A2A; }	
c\:hio, .hio { color: #89480C; text-shadow: 0px 0px 2px #F68115; }	
c\:hig, .hig { color: #1F4117; text-shadow: 0px 0px 2px #49E424; }	
c\:hip, .hip { color: #412258; text-shadow: 0px 0px 2px #A551DC; }	



/* NOTE BLOCKS: ============================================*/		

/* ---------------[ note wrapper ]-----------------*/ 
c\:note {
	position: relative;
	display: block;
	font-style: italic;
	margin: 20px 60px;
	padding: 8px;	
}
c\:note em { font-style: normal; }

/* ---------------[ note text styling ]-----------------*/ 
c\:note p, c\:note ul {
	margin: 0px;
	font-size: 0.8em;
}
c\:note h1, c\:note h2, c\:note h3 { margin: 8px; }
c\:note h3 { font-weight: normal }
c\:note.long {
	margin: 20px 00px;
}

/* ---------------[ note title ]-----------------*/ 
c\:note_title {
	position: absolute;
	top: -12px;
	left: -6px;
	display: block;
	font-family: "Impact", "Century Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	padding: 0px 2px 2px 2px;
	text-transform: uppercase;
	text-shadow: none;
}
c\:note_title a:link, c\:note_title a:visited {
	background: none;
	text-shadow: none;
}
c\:note.yellow c\:note_title a:hover, c\:note.yellow c\:note_title a:active,
c\:note.blue c\:note_title a:hover, c\:note.blue c\:note_title a:active,
c\:note.grey c\:note_title a:hover, c\:note.grey c\:note_title a:active {
	color: #000;
}

/* ---------------[ note colors ]-----------------*/ 
c\:note.yellow {
	color: #c9ab43;
	border: dashed 2px #f1da3e;
	background: url(images/yellowgradbg.png) center center repeat;

}
c\:note.yellow c\:note_title, c\:note.yellow c\:note_title a { color: #c9ab43; }

c\:note.blue {
	color: #444;
	border: solid 2px #b2bcc4;
	background: url(images/bluegradbg.png) center center repeat;

}
c\:note.blue c\:note_title, c\:note.blue c\:note_title a, c\:note.blue strong { color: #4E6273; }

c\:note.grey {
	color: #666;
	border: solid 2px #ccc;
	background: url(images/greygradbg.png) center center repeat;

}
c\:note.grey c\:note_title, c\:note.grey c\:note_title a { color: #777; }
