/*
	CSS info
	--------
	author code: kt
	book: History of social sciences B Lyceum
	--------
	classes per domain
		universal:	applied throughout the structures of the book
		cover:		cover of the book
		index:		index of the book
		chapters:	chapters of the book
		activities:	learning activity
		exersises:	learning exersise
		memoranda:	memoranda of the book
		appendix:	appendix of the book
		fuzzy:		classes that are
	--------
	comments:
	--------
*/

/* universal */
body{font-family: 'Georgia', 'Times New Roman', serif;
	font-size:18px;
	color:#000000;
	background-color:#ebebeb;
	line-height:22px;
	text-align:justify}

p{
	margin:0;
}
table {background-color: #ffffff;}
.page_left{width: 780px;
	padding:0px 44px 0px 36px;
	text-align:justify;
	background-color: #ffffff;}

.page_right{width: 780px;
	padding:0px 36px 0px 44px;
	text-align:justify;
	background-color: #ffffff;}

.indent{
	text-indent:20px
}
	
h1{text-align: center;
	font-size: 80px;
	line-height: 90px;
	letter-spacing: 4px}

h2{text-align: center;
	font-size: 34px}

h3{text-align: center;
	font-size: 25px;
	line-height: 30px}

h4{text-align: left;
	font-size: 18px;
	line-height: 49px}
	
.subtitle{font-size:22px;
	font-weight:bold;
	color:#CC0017;
	padding: 15px 0px 15px 0px}

.sub_subtitle{font-size:22px;
	font-weight:bold;
	color:#D55500;
	padding: 15px 0px 15px 0px}

.red{color:#CC0017; padding-top: 10px;}

.chapter_label{background-color:#FDE59A;
	border: 4px solid #D11100;
	    /*border radius*/
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	padding: 5px 25px 5px 25px}

.chapter_label_title{font-size:18px;
	font-weight:bold;
	color:#D55500;
	padding-bottom:25px}

.label_blue{background-color:#879AC0;
	border: 4px solid #0072CF;
	    /*border radius*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding: 5px 25px 5px 25px}
	
.label_blue_title{font-size:18px;
	font-weight:bold}

.pink{background-color:#F59FA2;
	padding: 15px;
	margin: 10px 0;}
	
img{
	margin: 5px 20px 0px 20px;
}

.image_text{text-align: center;
	font-size: 12px}
	
.list_numbered{list-style-position:outside;
list-style-type:decimal}

.list_cleared{list-style-position:outside;
	list-style: none}

.list_bullets{list-style-position:inside;
	list-style:inside}
	
.small_bar{border-bottom:1px solid;
	padding-left:90px}

.footer_note{
	font-size:12px;
	margin-left:5px
}

/* cover */

/* index */
.index{width:550px}

/* chapters */
.chapter_title{
	font-size:42px;
	text-align:center;
	line-height:50px;
	padding-bottom: 80px;
	padding-top: 40px;}
	
.margin_left {
	margin-left:25px;
}


.margin_left_right {
	margin-left:55px;
	margin-right:55px;
}

/* exersises */

/* memoranda */

/* appendix */

/* fuzzy */
